﻿/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter,  Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */*, *::before, *::after {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 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([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
pre, code, kbd, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1, .h1 {
    font-size: 2.5rem;
}
h2, .h2 {
    font-size: 2rem;
}
h3, .h3 {
    font-size: 1.75rem;
}
h4, .h4 {
    font-size: 1.5rem;
}
h5, .h5 {
    font-size: 1.25rem;
}
h6, .h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small, .small {
    font-size: 80%;
    font-weight: 400;
}
mark, .mark {
    padding: .2em;
    background-color: #fcf8e3;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer::before {
    content: "\2014\00A0"}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: .5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}
a>code {
    color: inherit;
}
kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
    max-width: 540px;
}
}@media (min-width: 768px) {
    .container {
    max-width: 720px;
}
}@media (min-width: 992px) {
    .container {
    max-width: 960px;
}
}@media (min-width: 1200px) {
    .container {
    max-width: 1140px;
}
}.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%}
.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%}
.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%}
.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%}
.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%}
.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%}
.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%}
.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.3333333333%}
.offset-2 {
    margin-left: 16.6666666667%}
.offset-3 {
    margin-left: 25%}
.offset-4 {
    margin-left: 33.3333333333%}
.offset-5 {
    margin-left: 41.6666666667%}
.offset-6 {
    margin-left: 50%}
.offset-7 {
    margin-left: 58.3333333333%}
.offset-8 {
    margin-left: 66.6666666667%}
.offset-9 {
    margin-left: 75%}
.offset-10 {
    margin-left: 83.3333333333%}
.offset-11 {
    margin-left: 91.6666666667%}
@media (min-width: 576px) {
    .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%}
.col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%}
.col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%}
.col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%}
.col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%}
.col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%}
.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%}
.col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%}
.col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%}
.col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%}
.col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%}
.col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%}
.col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%}
.order-sm-first {
    order: -1;
}
.order-sm-last {
    order: 13;
}
.order-sm-0 {
    order: 0;
}
.order-sm-1 {
    order: 1;
}
.order-sm-2 {
    order: 2;
}
.order-sm-3 {
    order: 3;
}
.order-sm-4 {
    order: 4;
}
.order-sm-5 {
    order: 5;
}
.order-sm-6 {
    order: 6;
}
.order-sm-7 {
    order: 7;
}
.order-sm-8 {
    order: 8;
}
.order-sm-9 {
    order: 9;
}
.order-sm-10 {
    order: 10;
}
.order-sm-11 {
    order: 11;
}
.order-sm-12 {
    order: 12;
}
.offset-sm-0 {
    margin-left: 0;
}
.offset-sm-1 {
    margin-left: 8.3333333333%}
.offset-sm-2 {
    margin-left: 16.6666666667%}
.offset-sm-3 {
    margin-left: 25%}
.offset-sm-4 {
    margin-left: 33.3333333333%}
.offset-sm-5 {
    margin-left: 41.6666666667%}
.offset-sm-6 {
    margin-left: 50%}
.offset-sm-7 {
    margin-left: 58.3333333333%}
.offset-sm-8 {
    margin-left: 66.6666666667%}
.offset-sm-9 {
    margin-left: 75%}
.offset-sm-10 {
    margin-left: 83.3333333333%}
.offset-sm-11 {
    margin-left: 91.6666666667%}
}@media (min-width: 768px) {
    .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%}
.col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%}
.col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%}
.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%}
.col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%}
.col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%}
.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%}
.col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%}
.col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%}
.col-md-9 {
    flex: 0 0 75%;
    max-width: 75%}
.col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%}
.col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%}
.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%}
.order-md-first {
    order: -1;
}
.order-md-last {
    order: 13;
}
.order-md-0 {
    order: 0;
}
.order-md-1 {
    order: 1;
}
.order-md-2 {
    order: 2;
}
.order-md-3 {
    order: 3;
}
.order-md-4 {
    order: 4;
}
.order-md-5 {
    order: 5;
}
.order-md-6 {
    order: 6;
}
.order-md-7 {
    order: 7;
}
.order-md-8 {
    order: 8;
}
.order-md-9 {
    order: 9;
}
.order-md-10 {
    order: 10;
}
.order-md-11 {
    order: 11;
}
.order-md-12 {
    order: 12;
}
.offset-md-0 {
    margin-left: 0;
}
.offset-md-1 {
    margin-left: 8.3333333333%}
.offset-md-2 {
    margin-left: 16.6666666667%}
.offset-md-3 {
    margin-left: 25%}
.offset-md-4 {
    margin-left: 33.3333333333%}
.offset-md-5 {
    margin-left: 41.6666666667%}
.offset-md-6 {
    margin-left: 50%}
.offset-md-7 {
    margin-left: 58.3333333333%}
.offset-md-8 {
    margin-left: 66.6666666667%}
.offset-md-9 {
    margin-left: 75%}
.offset-md-10 {
    margin-left: 83.3333333333%}
.offset-md-11 {
    margin-left: 91.6666666667%}
}@media (min-width: 992px) {
    .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%}
.col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%}
.col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%}
.col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%}
.col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%}
.col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%}
.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%}
.col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%}
.col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%}
.col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%}
.col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%}
.col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%}
.col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%}
.order-lg-first {
    order: -1;
}
.order-lg-last {
    order: 13;
}
.order-lg-0 {
    order: 0;
}
.order-lg-1 {
    order: 1;
}
.order-lg-2 {
    order: 2;
}
.order-lg-3 {
    order: 3;
}
.order-lg-4 {
    order: 4;
}
.order-lg-5 {
    order: 5;
}
.order-lg-6 {
    order: 6;
}
.order-lg-7 {
    order: 7;
}
.order-lg-8 {
    order: 8;
}
.order-lg-9 {
    order: 9;
}
.order-lg-10 {
    order: 10;
}
.order-lg-11 {
    order: 11;
}
.order-lg-12 {
    order: 12;
}
.offset-lg-0 {
    margin-left: 0;
}
.offset-lg-1 {
    margin-left: 8.3333333333%}
.offset-lg-2 {
    margin-left: 16.6666666667%}
.offset-lg-3 {
    margin-left: 25%}
.offset-lg-4 {
    margin-left: 33.3333333333%}
.offset-lg-5 {
    margin-left: 41.6666666667%}
.offset-lg-6 {
    margin-left: 50%}
.offset-lg-7 {
    margin-left: 58.3333333333%}
.offset-lg-8 {
    margin-left: 66.6666666667%}
.offset-lg-9 {
    margin-left: 75%}
.offset-lg-10 {
    margin-left: 83.3333333333%}
.offset-lg-11 {
    margin-left: 91.6666666667%}
}@media (min-width: 1200px) {
    .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%}
.col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%}
.col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%}
.col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%}
.col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%}
.col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%}
.col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%}
.col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%}
.col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%}
.col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%}
.col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%}
.col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%}
.col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%}
.order-xl-first {
    order: -1;
}
.order-xl-last {
    order: 13;
}
.order-xl-0 {
    order: 0;
}
.order-xl-1 {
    order: 1;
}
.order-xl-2 {
    order: 2;
}
.order-xl-3 {
    order: 3;
}
.order-xl-4 {
    order: 4;
}
.order-xl-5 {
    order: 5;
}
.order-xl-6 {
    order: 6;
}
.order-xl-7 {
    order: 7;
}
.order-xl-8 {
    order: 8;
}
.order-xl-9 {
    order: 9;
}
.order-xl-10 {
    order: 10;
}
.order-xl-11 {
    order: 11;
}
.order-xl-12 {
    order: 12;
}
.offset-xl-0 {
    margin-left: 0;
}
.offset-xl-1 {
    margin-left: 8.3333333333%}
.offset-xl-2 {
    margin-left: 16.6666666667%}
.offset-xl-3 {
    margin-left: 25%}
.offset-xl-4 {
    margin-left: 33.3333333333%}
.offset-xl-5 {
    margin-left: 41.6666666667%}
.offset-xl-6 {
    margin-left: 50%}
.offset-xl-7 {
    margin-left: 58.3333333333%}
.offset-xl-8 {
    margin-left: 66.6666666667%}
.offset-xl-9 {
    margin-left: 75%}
.offset-xl-10 {
    margin-left: 83.3333333333%}
.offset-xl-11 {
    margin-left: 91.6666666667%}
}.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.table th, .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody+tbody {
    border-top: 2px solid #dee2e6;
}
.table-sm th, .table-sm td {
    padding: .3rem;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6;
}
.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px;
}
.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody+tbody {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary, .table-primary>th, .table-primary>td {
    background-color: #b8daff;
}
.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody+tbody {
    border-color: #7abaff;
}
.table-hover .table-primary:hover {
    background-color: #9fcdff;
}
.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
    background-color: #9fcdff;
}
.table-secondary, .table-secondary>th, .table-secondary>td {
    background-color: #d6d8db;
}
.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody+tbody {
    border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}
.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
    background-color: #c8cbcf;
}
.table-success, .table-success>th, .table-success>td {
    background-color: #c3e6cb;
}
.table-success th, .table-success td, .table-success thead th, .table-success tbody+tbody {
    border-color: #8fd19e;
}
.table-hover .table-success:hover {
    background-color: #b1dfbb;
}
.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
    background-color: #b1dfbb;
}
.table-info, .table-info>th, .table-info>td {
    background-color: #bee5eb;
}
.table-info th, .table-info td, .table-info thead th, .table-info tbody+tbody {
    border-color: #86cfda;
}
.table-hover .table-info:hover {
    background-color: #abdde5;
}
.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
    background-color: #abdde5;
}
.table-warning, .table-warning>th, .table-warning>td {
    background-color: #ffeeba;
}
.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody+tbody {
    border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}
.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
    background-color: #ffe8a1;
}
.table-danger, .table-danger>th, .table-danger>td {
    background-color: #f5c6cb;
}
.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody+tbody {
    border-color: #ed969e;
}
.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}
.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
    background-color: #f1b0b7;
}
.table-light, .table-light>th, .table-light>td {
    background-color: #fdfdfe;
}
.table-light th, .table-light td, .table-light thead th, .table-light tbody+tbody {
    border-color: #fbfcfc;
}
.table-hover .table-light:hover {
    background-color: #ececf6;
}
.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
    background-color: #ececf6;
}
.table-dark, .table-dark>th, .table-dark>td {
    background-color: #c6c8ca;
}
.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody+tbody {
    border-color: #95999c;
}
.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}
.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
    background-color: #b9bbbe;
}
.table-active, .table-active>th, .table-active>td {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark {
    color: #fff;
    background-color: #343a40;
}
.table-dark th, .table-dark td, .table-dark thead th {
    border-color: #454d55;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive-sm>.table-bordered {
    border: 0;
}
}@media (max-width: 767.98px) {
    .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive-md>.table-bordered {
    border: 0;
}
}@media (max-width: 991.98px) {
    .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive-lg>.table-bordered {
    border: 0;
}
}@media (max-width: 1199.98px) {
    .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive-xl>.table-bordered {
    border: 0;
}
}.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive>.table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
    transition: none;
}
}.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file, .form-control-range {
    display: block;
    width: 100%}
.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    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[size], select.form-control[multiple] {
    height: auto;
}
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: .25rem;
}
.form-row {
    display: flex;
    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 {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: .25rem;
}
.was-validated .form-control:valid, .form-control.is-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' 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: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip {
    display: block;
}
.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);
}
.was-validated .custom-select:valid, .was-validated .module-contact-us .contact-right .gfield_select:valid, .module-contact-us .contact-right .was-validated .gfield_select:valid, .custom-select.is-valid, .module-contact-us .contact-right .is-valid.gfield_select {
    border-color: #28a745;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}
.was-validated .custom-select:valid:focus, .was-validated .module-contact-us .contact-right .gfield_select:valid:focus, .module-contact-us .contact-right .was-validated .gfield_select:valid:focus, .custom-select.is-valid:focus, .module-contact-us .contact-right .is-valid.gfield_select:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback, .was-validated .module-contact-us .contact-right .gfield_select:valid ~ .valid-feedback, .module-contact-us .contact-right .was-validated .gfield_select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .module-contact-us .contact-right .gfield_select:valid ~ .valid-tooltip, .module-contact-us .contact-right .was-validated .gfield_select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .module-contact-us .contact-right .is-valid.gfield_select ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .module-contact-us .contact-right .is-valid.gfield_select ~ .valid-tooltip {
    display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip {
    display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: .25rem;
}
.was-validated .form-control:invalid, .form-control.is-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' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip {
    display: block;
}
.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);
}
.was-validated .custom-select:invalid, .was-validated .module-contact-us .contact-right .gfield_select:invalid, .module-contact-us .contact-right .was-validated .gfield_select:invalid, .custom-select.is-invalid, .module-contact-us .contact-right .is-invalid.gfield_select {
    border-color: #dc3545;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}
.was-validated .custom-select:invalid:focus, .was-validated .module-contact-us .contact-right .gfield_select:invalid:focus, .module-contact-us .contact-right .was-validated .gfield_select:invalid:focus, .custom-select.is-invalid:focus, .module-contact-us .contact-right .is-invalid.gfield_select:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .module-contact-us .contact-right .gfield_select:invalid ~ .invalid-feedback, .module-contact-us .contact-right .was-validated .gfield_select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .module-contact-us .contact-right .gfield_select:invalid ~ .invalid-tooltip, .module-contact-us .contact-right .was-validated .gfield_select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .module-contact-us .contact-right .is-invalid.gfield_select ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .module-contact-us .contact-right .is-invalid.gfield_select ~ .invalid-tooltip {
    display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline .form-check {
    width: 100%}
@media (min-width: 576px) {
    .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.form-inline .form-control-plaintext {
    display: inline-block;
}
.form-inline .input-group, .form-inline .custom-select, .form-inline .module-contact-us .contact-right .gfield_select, .module-contact-us .contact-right .form-inline .gfield_select {
    width: auto;
}
.form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
}
.form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
}
.form-inline .custom-control {
    align-items: center;
    justify-content: center;
}
.form-inline .custom-control-label {
    margin-bottom: 0;
}
}.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
    transition: none;
}
}.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
    opacity: .65;
}
a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}
.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-lg, .btn-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.btn-sm, .btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.btn-block {
    display: block;
    width: 100%}
.btn-block+.btn-block {
    margin-top: .5rem;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
    transition: none;
}
}.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
    transition: none;
}
}.dropup, .dropright, .dropdown, .dropleft {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
    right: auto;
    left: 0;
}
.dropdown-menu-sm-right {
    right: 0;
    left: auto;
}
}@media (min-width: 768px) {
    .dropdown-menu-md-left {
    right: auto;
    left: 0;
}
.dropdown-menu-md-right {
    right: 0;
    left: auto;
}
}@media (min-width: 992px) {
    .dropdown-menu-lg-left {
    right: auto;
    left: 0;
}
.dropdown-menu-lg-right {
    right: 0;
    left: auto;
}
}@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
    right: auto;
    left: 0;
}
.dropdown-menu-xl-right {
    right: 0;
    left: auto;
}
}.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""}
.dropleft .dropdown-toggle::after {
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group>.btn, .btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group>.btn:hover, .btn-group-vertical>.btn:hover {
    z-index: 1;
}
.btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn.active {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group>.btn:not(:first-child), .btn-group>.btn-group:not(:first-child) {
    margin-left: -1px;
}
.btn-group>.btn:not(:last-child):not(.dropdown-toggle), .btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group>.btn:not(:first-child), .btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-sm+.dropdown-toggle-split, .btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem;
}
.btn-lg+.dropdown-toggle-split, .btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem;
}
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
    width: 100%}
.btn-group-vertical>.btn:not(:first-child), .btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn:not(:first-child), .btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0;
}
.btn-group-toggle>.btn input[type="radio"], .btn-group-toggle>.btn input[type="checkbox"], .btn-group-toggle>.btn-group>.btn input[type="radio"], .btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0,  0,  0,  0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%}
.input-group>.form-control, .input-group>.form-control-plaintext, .input-group>.custom-select, .module-contact-us .contact-right .input-group>.gfield_select, .input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group>.form-control+.form-control, .input-group>.form-control+.custom-select, .module-contact-us .contact-right .input-group>.form-control+.gfield_select, .input-group>.form-control+.custom-file, .input-group>.form-control-plaintext+.form-control, .input-group>.form-control-plaintext+.custom-select, .module-contact-us .contact-right .input-group>.form-control-plaintext+.gfield_select, .input-group>.form-control-plaintext+.custom-file, .input-group>.custom-select+.form-control, .module-contact-us .contact-right .input-group>.gfield_select+.form-control, .input-group>.custom-select+.custom-select, .module-contact-us .contact-right .input-group>.gfield_select+.custom-select, .module-contact-us .contact-right .input-group>.custom-select+.gfield_select, .module-contact-us .contact-right .input-group>.gfield_select+.gfield_select, .input-group>.custom-select+.custom-file, .module-contact-us .contact-right .input-group>.gfield_select+.custom-file, .input-group>.custom-file+.form-control, .input-group>.custom-file+.custom-select, .module-contact-us .contact-right .input-group>.custom-file+.gfield_select, .input-group>.custom-file+.custom-file {
    margin-left: -1px;
}
.input-group>.form-control:focus, .input-group>.custom-select:focus, .module-contact-us .contact-right .input-group>.gfield_select:focus, .input-group>.custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}
.input-group>.custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group>.form-control:not(:last-child), .input-group>.custom-select:not(:last-child), .module-contact-us .contact-right .input-group>.gfield_select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.form-control:not(:first-child), .input-group>.custom-select:not(:first-child), .module-contact-us .contact-right .input-group>.gfield_select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group>.custom-file {
    display: flex;
    align-items: center;
}
.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-prepend, .input-group-append {
    display: flex;
}
.input-group-prepend .btn, .input-group-append .btn {
    position: relative;
    z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-append .btn:focus {
    z-index: 3;
}
.input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.input-group-text, .input-group-append .input-group-text+.btn {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
    margin-top: 0;
}
.input-group-lg>.form-control:not(textarea), .input-group-lg>.custom-select, .module-contact-us .contact-right .input-group-lg>.gfield_select {
    height: calc(1.5em + 1rem + 2px);
}
.input-group-lg>.form-control, .input-group-lg>.custom-select, .module-contact-us .contact-right .input-group-lg>.gfield_select, .input-group-lg>.input-group-prepend>.input-group-text, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-append>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.input-group-sm>.form-control:not(textarea), .input-group-sm>.custom-select, .module-contact-us .contact-right .input-group-sm>.gfield_select {
    height: calc(1.5em + .5rem + 2px);
}
.input-group-sm>.form-control, .input-group-sm>.custom-select, .module-contact-us .contact-right .input-group-sm>.gfield_select, .input-group-sm>.input-group-prepend>.input-group-text, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-append>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.input-group-lg>.custom-select, .module-contact-us .contact-right .input-group-lg>.gfield_select, .input-group-sm>.custom-select, .module-contact-us .contact-right .input-group-sm>.gfield_select {
    padding-right: 1.75rem;
}
.input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text, .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%}
.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
    border-radius: 50%}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
    padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem;
}
.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label: :after {
    transition: none;
}
}.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-select, .module-contact-us .contact-right .gfield_select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none;
}
.custom-select:focus, .module-contact-us .contact-right .gfield_select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value, .module-contact-us .contact-right .gfield_select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.custom-select[multiple], .module-contact-us .contact-right [multiple].gfield_select, .custom-select[size]:not([size="1"]), .module-contact-us .contact-right [size].gfield_select:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none;
}
.custom-select:disabled, .module-contact-us .contact-right .gfield_select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand, .module-contact-us .contact-right .gfield_select::-ms-expand {
    display: none;
}
.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
}
.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"}
.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    appearance: none;
}
.custom-range:focus {
    outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range: :-webkit-slider-thumb {
    transition: none;
}
}.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range: :-moz-range-thumb {
    transition: none;
}
}.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range: :-ms-thumb {
    transition: none;
}
}.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
}
.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}
.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}
.custom-control-label::before, .custom-file-label, .custom-select, .module-contact-us .contact-right .gfield_select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-control-label: :before, .custom-file-label, .custom-select, .module-contact-us .contact-right .gfield_select {
    transition: none;
}
}.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    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 {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem;
}
.navbar>.container, .navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%}
@media (max-width: 575.98px) {
    .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
}@media (min-width: 576px) {
    .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
    flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
    flex-wrap: nowrap;
}
.navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
    display: none;
}
}@media (max-width: 767.98px) {
    .navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
}@media (min-width: 768px) {
    .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
    flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
    flex-wrap: nowrap;
}
.navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
    display: none;
}
}@media (max-width: 991.98px) {
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
}@media (min-width: 992px) {
    .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
    display: none;
}
}@media (max-width: 1199.98px) {
    .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
}@media (min-width: 1200px) {
    .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
    flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
    flex-wrap: nowrap;
}
.navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
    display: none;
}
}.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand>.container, .navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
.navbar-expand>.container, .navbar-expand>.container-fluid {
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml, %3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show>.nav-link, .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml, %3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem;
}
.card>hr {
    margin-right: 0;
    margin-left: 0;
}
.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: .75rem;
}
.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link+.card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -0.75rem;
    margin-left: -.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px);
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}
.card-deck {
    display: flex;
    flex-direction: column;
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
}
}.card-group {
    display: flex;
    flex-direction: column;
}
.card-group>.card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
    flex-flow: row wrap;
}
.card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
}
.card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
}
.card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.card-group>.card:not(:last-child) .card-img-top, .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
}
.card-group>.card:not(:last-child) .card-img-bottom, .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
}
.card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.card-group>.card:not(:first-child) .card-img-top, .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
}
.card-group>.card:not(:first-child) .card-img-bottom, .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
}
}.card-columns .card {
    margin-bottom: .75rem;
}
@media (min-width: 576px) {
    .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
.card-columns .card {
    display: inline-block;
    width: 100%}
}.accordion>.card {
    overflow: hidden;
}
.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}
.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}
.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion>.card .card-header {
    margin-bottom: -1px;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"}
.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}
.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}
.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .badge {
    transition: none;
}
}a.badge:hover, a.badge:focus {
    text-decoration: none;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}
@media (min-width: 576px) {
    .jumbotron {
    padding: 4rem 2rem;
}
}.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-primary hr {
    border-top-color: #9fcdff;
}
.alert-primary .alert-link {
    color: #002752;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #062c33;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-danger hr {
    border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
    color: #491217;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}
@keyframes progress-bar-stripes {
    from {
    background-position: 1rem 0;
}
to {
    background-position: 0 0;
}
}.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
    transition: none;
}
}.progress-bar-striped {
    background-image: linear-gradient(45deg,  rgba(255, 255, 255, 0.15) 25%,  transparent 25%,  transparent 50%,  rgba(255, 255, 255, 0.15) 50%,  rgba(255, 255, 255, 0.15) 75%,  transparent 75%,  transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
    animation: none;
}
}.media {
    display: flex;
    align-items: flex-start;
}
.media-body {
    flex: 1;
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.list-group-horizontal {
    flex-direction: row;
}
.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
    flex-direction: row;
}
.list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}
.list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
}
}@media (min-width: 768px) {
    .list-group-horizontal-md {
    flex-direction: row;
}
.list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}
.list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
}
}@media (min-width: 992px) {
    .list-group-horizontal-lg {
    flex-direction: row;
}
.list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}
.list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
}
}@media (min-width: 1200px) {
    .list-group-horizontal-xl {
    flex-direction: row;
}
.list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}
.list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
}
}.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}
.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}
.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}
.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}
.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}
.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}
.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}
.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
}
a.close.disabled {
    pointer-events: none;
}
.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem;
}
.toast:not(:last-child) {
    margin-bottom: .75rem;
}
.toast.showing {
    opacity: 1;
}
.toast.show {
    display: block;
    opacity: 1;
}
.toast.hide {
    display: none;
}
.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
    padding: .75rem;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0,  -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
    transition: none;
}
}.modal.show .modal-dialog {
    transform: none;
}
.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""}
.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: .5;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}
.modal-footer>:not(:first-child) {
    margin-left: .25rem;
}
.modal-footer>:not(:last-child) {
    margin-right: .25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}
.modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
}
.modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
}
.modal-sm {
    max-width: 300px;
}
}@media (min-width: 992px) {
    .modal-lg, .modal-xl {
    max-width: 800px;
}
}@media (min-width: 1200px) {
    .modal-xl {
    max-width: 1140px;
}
}.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: .9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem;
}
.popover .arrow::before, .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: .5rem;
}
.bs-popover-top>.arrow, .bs-popover-auto[x-placement^="top"]>.arrow {
    bottom: calc((.5rem + 1px) * -1);
}
.bs-popover-top>.arrow::before, .bs-popover-auto[x-placement^="top"]>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top>.arrow::after, .bs-popover-auto[x-placement^="top"]>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: .5rem;
}
.bs-popover-right>.arrow, .bs-popover-auto[x-placement^="right"]>.arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0;
}
.bs-popover-right>.arrow::before, .bs-popover-auto[x-placement^="right"]>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right>.arrow::after, .bs-popover-auto[x-placement^="right"]>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: .5rem;
}
.bs-popover-bottom>.arrow, .bs-popover-auto[x-placement^="bottom"]>.arrow {
    top: calc((.5rem + 1px) * -1);
}
.bs-popover-bottom>.arrow::before, .bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom>.arrow::after, .bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem;
}
.bs-popover-left>.arrow, .bs-popover-auto[x-placement^="left"]>.arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0;
}
.bs-popover-left>.arrow::before, .bs-popover-auto[x-placement^="left"]>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left>.arrow::after, .bs-popover-auto[x-placement^="left"]>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff;
}
.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: .5rem .75rem;
    color: #212529;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: ""}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
    transition: none;
}
}.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block;
}
.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
    transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s .6s opacity;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
}
}.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev, .carousel-control-next {
    transition: none;
}
}.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
    transition: none;
}
}.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
@keyframes spinner-border {
    to {
    transform: rotate(360deg);
}
}.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}
@keyframes spinner-grow {
    0% {
    transform: scale(0);
}
50% {
    opacity: 1;
}
}.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #007bff !important;
}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #0062cc !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: #545b62 !important;
}
.bg-success {
    background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
    background-color: #1e7e34 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
    background-color: #bd2130 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    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, .module-contact-us .contact-right form {
    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: flex !important;
}
.d-inline-flex {
    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: flex !important;
}
.d-sm-inline-flex {
    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: flex !important;
}
.d-md-inline-flex {
    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: flex !important;
}
.d-lg-inline-flex {
    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: flex !important;
}
.d-xl-inline-flex {
    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: flex !important;
}
.d-print-inline-flex {
    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 iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9::before {
    padding-top: 42.8571428571%}
.embed-responsive-16by9::before {
    padding-top: 56.25%}
.embed-responsive-4by3::before {
    padding-top: 75%}
.embed-responsive-1by1::before {
    padding-top: 100%}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
    flex-direction: row !important;
}
.flex-sm-column {
    flex-direction: column !important;
}
.flex-sm-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-sm-wrap {
    flex-wrap: wrap !important;
}
.flex-sm-nowrap {
    flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
    flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
    flex-grow: 0 !important;
}
.flex-sm-grow-1 {
    flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-sm-start {
    justify-content: flex-start !important;
}
.justify-content-sm-end {
    justify-content: flex-end !important;
}
.justify-content-sm-center {
    justify-content: center !important;
}
.justify-content-sm-between {
    justify-content: space-between !important;
}
.justify-content-sm-around {
    justify-content: space-around !important;
}
.align-items-sm-start {
    align-items: flex-start !important;
}
.align-items-sm-end {
    align-items: flex-end !important;
}
.align-items-sm-center {
    align-items: center !important;
}
.align-items-sm-baseline {
    align-items: baseline !important;
}
.align-items-sm-stretch {
    align-items: stretch !important;
}
.align-content-sm-start {
    align-content: flex-start !important;
}
.align-content-sm-end {
    align-content: flex-end !important;
}
.align-content-sm-center {
    align-content: center !important;
}
.align-content-sm-between {
    align-content: space-between !important;
}
.align-content-sm-around {
    align-content: space-around !important;
}
.align-content-sm-stretch {
    align-content: stretch !important;
}
.align-self-sm-auto {
    align-self: auto !important;
}
.align-self-sm-start {
    align-self: flex-start !important;
}
.align-self-sm-end {
    align-self: flex-end !important;
}
.align-self-sm-center {
    align-self: center !important;
}
.align-self-sm-baseline {
    align-self: baseline !important;
}
.align-self-sm-stretch {
    align-self: stretch !important;
}
}@media (min-width: 768px) {
    .flex-md-row {
    flex-direction: row !important;
}
.flex-md-column {
    flex-direction: column !important;
}
.flex-md-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-md-wrap {
    flex-wrap: wrap !important;
}
.flex-md-nowrap {
    flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
    flex: 1 1 auto !important;
}
.flex-md-grow-0 {
    flex-grow: 0 !important;
}
.flex-md-grow-1 {
    flex-grow: 1 !important;
}
.flex-md-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-md-start {
    justify-content: flex-start !important;
}
.justify-content-md-end {
    justify-content: flex-end !important;
}
.justify-content-md-center {
    justify-content: center !important;
}
.justify-content-md-between {
    justify-content: space-between !important;
}
.justify-content-md-around {
    justify-content: space-around !important;
}
.align-items-md-start {
    align-items: flex-start !important;
}
.align-items-md-end {
    align-items: flex-end !important;
}
.align-items-md-center {
    align-items: center !important;
}
.align-items-md-baseline {
    align-items: baseline !important;
}
.align-items-md-stretch {
    align-items: stretch !important;
}
.align-content-md-start {
    align-content: flex-start !important;
}
.align-content-md-end {
    align-content: flex-end !important;
}
.align-content-md-center {
    align-content: center !important;
}
.align-content-md-between {
    align-content: space-between !important;
}
.align-content-md-around {
    align-content: space-around !important;
}
.align-content-md-stretch {
    align-content: stretch !important;
}
.align-self-md-auto {
    align-self: auto !important;
}
.align-self-md-start {
    align-self: flex-start !important;
}
.align-self-md-end {
    align-self: flex-end !important;
}
.align-self-md-center {
    align-self: center !important;
}
.align-self-md-baseline {
    align-self: baseline !important;
}
.align-self-md-stretch {
    align-self: stretch !important;
}
}@media (min-width: 992px) {
    .flex-lg-row {
    flex-direction: row !important;
}
.flex-lg-column {
    flex-direction: column !important;
}
.flex-lg-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-lg-wrap {
    flex-wrap: wrap !important;
}
.flex-lg-nowrap {
    flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
    flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
    flex-grow: 0 !important;
}
.flex-lg-grow-1 {
    flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-lg-start {
    justify-content: flex-start !important;
}
.justify-content-lg-end {
    justify-content: flex-end !important;
}
.justify-content-lg-center {
    justify-content: center !important;
}
.justify-content-lg-between {
    justify-content: space-between !important;
}
.justify-content-lg-around {
    justify-content: space-around !important;
}
.align-items-lg-start {
    align-items: flex-start !important;
}
.align-items-lg-end {
    align-items: flex-end !important;
}
.align-items-lg-center {
    align-items: center !important;
}
.align-items-lg-baseline {
    align-items: baseline !important;
}
.align-items-lg-stretch {
    align-items: stretch !important;
}
.align-content-lg-start {
    align-content: flex-start !important;
}
.align-content-lg-end {
    align-content: flex-end !important;
}
.align-content-lg-center {
    align-content: center !important;
}
.align-content-lg-between {
    align-content: space-between !important;
}
.align-content-lg-around {
    align-content: space-around !important;
}
.align-content-lg-stretch {
    align-content: stretch !important;
}
.align-self-lg-auto {
    align-self: auto !important;
}
.align-self-lg-start {
    align-self: flex-start !important;
}
.align-self-lg-end {
    align-self: flex-end !important;
}
.align-self-lg-center {
    align-self: center !important;
}
.align-self-lg-baseline {
    align-self: baseline !important;
}
.align-self-lg-stretch {
    align-self: stretch !important;
}
}@media (min-width: 1200px) {
    .flex-xl-row {
    flex-direction: row !important;
}
.flex-xl-column {
    flex-direction: column !important;
}
.flex-xl-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-xl-wrap {
    flex-wrap: wrap !important;
}
.flex-xl-nowrap {
    flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
    flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
    flex-grow: 0 !important;
}
.flex-xl-grow-1 {
    flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-xl-start {
    justify-content: flex-start !important;
}
.justify-content-xl-end {
    justify-content: flex-end !important;
}
.justify-content-xl-center {
    justify-content: center !important;
}
.justify-content-xl-between {
    justify-content: space-between !important;
}
.justify-content-xl-around {
    justify-content: space-around !important;
}
.align-items-xl-start {
    align-items: flex-start !important;
}
.align-items-xl-end {
    align-items: flex-end !important;
}
.align-items-xl-center {
    align-items: center !important;
}
.align-items-xl-baseline {
    align-items: baseline !important;
}
.align-items-xl-stretch {
    align-items: stretch !important;
}
.align-content-xl-start {
    align-content: flex-start !important;
}
.align-content-xl-end {
    align-content: flex-end !important;
}
.align-content-xl-center {
    align-content: center !important;
}
.align-content-xl-between {
    align-content: space-between !important;
}
.align-content-xl-around {
    align-content: space-around !important;
}
.align-content-xl-stretch {
    align-content: stretch !important;
}
.align-self-xl-auto {
    align-self: auto !important;
}
.align-self-xl-start {
    align-self: flex-start !important;
}
.align-self-xl-end {
    align-self: flex-end !important;
}
.align-self-xl-center {
    align-self: center !important;
}
.align-self-xl-baseline {
    align-self: baseline !important;
}
.align-self-xl-stretch {
    align-self: stretch !important;
}
}.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
    float: left !important;
}
.float-sm-right {
    float: right !important;
}
.float-sm-none {
    float: none !important;
}
}@media (min-width: 768px) {
    .float-md-left {
    float: left !important;
}
.float-md-right {
    float: right !important;
}
.float-md-none {
    float: none !important;
}
}@media (min-width: 992px) {
    .float-lg-left {
    float: left !important;
}
.float-lg-right {
    float: right !important;
}
.float-lg-none {
    float: none !important;
}
}@media (min-width: 1200px) {
    .float-xl-left {
    float: left !important;
}
.float-xl-right {
    float: right !important;
}
.float-xl-none {
    float: none !important;
}
}.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: 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;
    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 {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.vw-100 {
    width: 100vw !important;
}
.vh-100 {
    height: 100vh !important;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}
.m-0 {
    margin: 0 !important;
}
.mt-0, .my-0 {
    margin-top: 0 !important;
}
.mr-0, .mx-0 {
    margin-right: 0 !important;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.ml-0, .mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: .25rem !important;
}
.mt-1, .my-1 {
    margin-top: .25rem !important;
}
.mr-1, .mx-1 {
    margin-right: .25rem !important;
}
.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}
.ml-1, .mx-1 {
    margin-left: .25rem !important;
}
.m-2 {
    margin: .5rem !important;
}
.mt-2, .my-2 {
    margin-top: .5rem !important;
}
.mr-2, .mx-2 {
    margin-right: .5rem !important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}
.ml-2, .mx-2 {
    margin-left: .5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.mr-3, .mx-3 {
    margin-right: 1rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.ml-3, .mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}
.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5, .my-5 {
    margin-top: 3rem !important;
}
.mr-5, .mx-5 {
    margin-right: 3rem !important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.ml-5, .mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0, .py-0 {
    padding-top: 0 !important;
}
.pr-0, .px-0 {
    padding-right: 0 !important;
}
.pb-0, .py-0 {
    padding-bottom: 0 !important;
}
.pl-0, .px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: .25rem !important;
}
.pt-1, .py-1 {
    padding-top: .25rem !important;
}
.pr-1, .px-1 {
    padding-right: .25rem !important;
}
.pb-1, .py-1 {
    padding-bottom: .25rem !important;
}
.pl-1, .px-1 {
    padding-left: .25rem !important;
}
.p-2 {
    padding: .5rem !important;
}
.pt-2, .py-2 {
    padding-top: .5rem !important;
}
.pr-2, .px-2 {
    padding-right: .5rem !important;
}
.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}
.pl-2, .px-2 {
    padding-left: .5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.pr-3, .px-3 {
    padding-right: 1rem !important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.pr-5, .px-5 {
    padding-right: 3rem !important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.pl-5, .px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -.25rem !important;
}
.mt-n1, .my-n1 {
    margin-top: -.25rem !important;
}
.mr-n1, .mx-n1 {
    margin-right: -.25rem !important;
}
.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important;
}
.ml-n1, .mx-n1 {
    margin-left: -.25rem !important;
}
.m-n2 {
    margin: -.5rem !important;
}
.mt-n2, .my-n2 {
    margin-top: -.5rem !important;
}
.mr-n2, .mx-n2 {
    margin-right: -.5rem !important;
}
.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important;
}
.ml-n2, .mx-n2 {
    margin-left: -.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3, .my-n3 {
    margin-top: -1rem !important;
}
.mr-n3, .mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3, .my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3, .mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4, .my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5, .my-n5 {
    margin-top: -3rem !important;
}
.mr-n5, .mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5, .my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5, .mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto, .my-auto {
    margin-top: auto !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.mb-auto, .my-auto {
    margin-bottom: auto !important;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
    margin: 0 !important;
}
.mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
}
.mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
}
.mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
}
.ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
}
.m-sm-1 {
    margin: .25rem !important;
}
.mt-sm-1, .my-sm-1 {
    margin-top: .25rem !important;
}
.mr-sm-1, .mx-sm-1 {
    margin-right: .25rem !important;
}
.mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem !important;
}
.ml-sm-1, .mx-sm-1 {
    margin-left: .25rem !important;
}
.m-sm-2 {
    margin: .5rem !important;
}
.mt-sm-2, .my-sm-2 {
    margin-top: .5rem !important;
}
.mr-sm-2, .mx-sm-2 {
    margin-right: .5rem !important;
}
.mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem !important;
}
.ml-sm-2, .mx-sm-2 {
    margin-left: .5rem !important;
}
.m-sm-3 {
    margin: 1rem !important;
}
.mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
}
.mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
}
.mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
}
.ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
}
.m-sm-4 {
    margin: 1.5rem !important;
}
.mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
}
.mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
}
.mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
}
.ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
}
.m-sm-5 {
    margin: 3rem !important;
}
.mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
}
.mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
}
.mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
}
.ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
}
.p-sm-0 {
    padding: 0 !important;
}
.pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
}
.pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
}
.pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
}
.pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
}
.p-sm-1 {
    padding: .25rem !important;
}
.pt-sm-1, .py-sm-1 {
    padding-top: .25rem !important;
}
.pr-sm-1, .px-sm-1 {
    padding-right: .25rem !important;
}
.pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem !important;
}
.pl-sm-1, .px-sm-1 {
    padding-left: .25rem !important;
}
.p-sm-2 {
    padding: .5rem !important;
}
.pt-sm-2, .py-sm-2 {
    padding-top: .5rem !important;
}
.pr-sm-2, .px-sm-2 {
    padding-right: .5rem !important;
}
.pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem !important;
}
.pl-sm-2, .px-sm-2 {
    padding-left: .5rem !important;
}
.p-sm-3 {
    padding: 1rem !important;
}
.pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
}
.pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
}
.pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
}
.pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
}
.p-sm-4 {
    padding: 1.5rem !important;
}
.pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
}
.pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
}
.pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
}
.pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
}
.p-sm-5 {
    padding: 3rem !important;
}
.pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
}
.pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
}
.pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
}
.pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
}
.m-sm-n1 {
    margin: -.25rem !important;
}
.mt-sm-n1, .my-sm-n1 {
    margin-top: -.25rem !important;
}
.mr-sm-n1, .mx-sm-n1 {
    margin-right: -.25rem !important;
}
.mb-sm-n1, .my-sm-n1 {
    margin-bottom: -.25rem !important;
}
.ml-sm-n1, .mx-sm-n1 {
    margin-left: -.25rem !important;
}
.m-sm-n2 {
    margin: -.5rem !important;
}
.mt-sm-n2, .my-sm-n2 {
    margin-top: -.5rem !important;
}
.mr-sm-n2, .mx-sm-n2 {
    margin-right: -.5rem !important;
}
.mb-sm-n2, .my-sm-n2 {
    margin-bottom: -.5rem !important;
}
.ml-sm-n2, .mx-sm-n2 {
    margin-left: -.5rem !important;
}
.m-sm-n3 {
    margin: -1rem !important;
}
.mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
}
.mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
}
.mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
}
.ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
}
.m-sm-n4 {
    margin: -1.5rem !important;
}
.mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
}
.mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
}
.mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
}
.m-sm-n5 {
    margin: -3rem !important;
}
.mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
}
.mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
}
.mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
}
.ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
}
.m-sm-auto {
    margin: auto !important;
}
.mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
}
.mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
}
.mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
}
.ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
}
}@media (min-width: 768px) {
    .m-md-0 {
    margin: 0 !important;
}
.mt-md-0, .my-md-0 {
    margin-top: 0 !important;
}
.mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
}
.mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
}
.ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
}
.m-md-1 {
    margin: .25rem !important;
}
.mt-md-1, .my-md-1 {
    margin-top: .25rem !important;
}
.mr-md-1, .mx-md-1 {
    margin-right: .25rem !important;
}
.mb-md-1, .my-md-1 {
    margin-bottom: .25rem !important;
}
.ml-md-1, .mx-md-1 {
    margin-left: .25rem !important;
}
.m-md-2 {
    margin: .5rem !important;
}
.mt-md-2, .my-md-2 {
    margin-top: .5rem !important;
}
.mr-md-2, .mx-md-2 {
    margin-right: .5rem !important;
}
.mb-md-2, .my-md-2 {
    margin-bottom: .5rem !important;
}
.ml-md-2, .mx-md-2 {
    margin-left: .5rem !important;
}
.m-md-3 {
    margin: 1rem !important;
}
.mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
}
.mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
}
.mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
}
.ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
}
.m-md-4 {
    margin: 1.5rem !important;
}
.mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
}
.mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
}
.mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
}
.ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
}
.m-md-5 {
    margin: 3rem !important;
}
.mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
}
.mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
}
.mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
}
.ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
}
.p-md-0 {
    padding: 0 !important;
}
.pt-md-0, .py-md-0 {
    padding-top: 0 !important;
}
.pr-md-0, .px-md-0 {
    padding-right: 0 !important;
}
.pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
}
.pl-md-0, .px-md-0 {
    padding-left: 0 !important;
}
.p-md-1 {
    padding: .25rem !important;
}
.pt-md-1, .py-md-1 {
    padding-top: .25rem !important;
}
.pr-md-1, .px-md-1 {
    padding-right: .25rem !important;
}
.pb-md-1, .py-md-1 {
    padding-bottom: .25rem !important;
}
.pl-md-1, .px-md-1 {
    padding-left: .25rem !important;
}
.p-md-2 {
    padding: .5rem !important;
}
.pt-md-2, .py-md-2 {
    padding-top: .5rem !important;
}
.pr-md-2, .px-md-2 {
    padding-right: .5rem !important;
}
.pb-md-2, .py-md-2 {
    padding-bottom: .5rem !important;
}
.pl-md-2, .px-md-2 {
    padding-left: .5rem !important;
}
.p-md-3 {
    padding: 1rem !important;
}
.pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
}
.pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
}
.pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
}
.pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
}
.p-md-4 {
    padding: 1.5rem !important;
}
.pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
}
.pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
}
.pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
}
.pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
}
.p-md-5 {
    padding: 3rem !important;
}
.pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
}
.pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
}
.pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
}
.pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
}
.m-md-n1 {
    margin: -.25rem !important;
}
.mt-md-n1, .my-md-n1 {
    margin-top: -.25rem !important;
}
.mr-md-n1, .mx-md-n1 {
    margin-right: -.25rem !important;
}
.mb-md-n1, .my-md-n1 {
    margin-bottom: -.25rem !important;
}
.ml-md-n1, .mx-md-n1 {
    margin-left: -.25rem !important;
}
.m-md-n2 {
    margin: -.5rem !important;
}
.mt-md-n2, .my-md-n2 {
    margin-top: -.5rem !important;
}
.mr-md-n2, .mx-md-n2 {
    margin-right: -.5rem !important;
}
.mb-md-n2, .my-md-n2 {
    margin-bottom: -.5rem !important;
}
.ml-md-n2, .mx-md-n2 {
    margin-left: -.5rem !important;
}
.m-md-n3 {
    margin: -1rem !important;
}
.mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
}
.mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
}
.mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
}
.ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
}
.m-md-n4 {
    margin: -1.5rem !important;
}
.mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
}
.mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
}
.mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
}
.m-md-n5 {
    margin: -3rem !important;
}
.mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
}
.mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
}
.mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
}
.ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
}
.m-md-auto {
    margin: auto !important;
}
.mt-md-auto, .my-md-auto {
    margin-top: auto !important;
}
.mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
}
.mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
}
.ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
}
}@media (min-width: 992px) {
    .m-lg-0 {
    margin: 0 !important;
}
.mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
}
.mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
}
.mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
}
.ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
}
.m-lg-1 {
    margin: .25rem !important;
}
.mt-lg-1, .my-lg-1 {
    margin-top: .25rem !important;
}
.mr-lg-1, .mx-lg-1 {
    margin-right: .25rem !important;
}
.mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem !important;
}
.ml-lg-1, .mx-lg-1 {
    margin-left: .25rem !important;
}
.m-lg-2 {
    margin: .5rem !important;
}
.mt-lg-2, .my-lg-2 {
    margin-top: .5rem !important;
}
.mr-lg-2, .mx-lg-2 {
    margin-right: .5rem !important;
}
.mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem !important;
}
.ml-lg-2, .mx-lg-2 {
    margin-left: .5rem !important;
}
.m-lg-3 {
    margin: 1rem !important;
}
.mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
}
.mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
}
.mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
}
.ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
}
.m-lg-4 {
    margin: 1.5rem !important;
}
.mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
}
.mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
}
.mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
}
.ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
}
.m-lg-5 {
    margin: 3rem !important;
}
.mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
}
.mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
}
.mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
}
.ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
}
.p-lg-0 {
    padding: 0 !important;
}
.pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
}
.pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
}
.pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
}
.pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
}
.p-lg-1 {
    padding: .25rem !important;
}
.pt-lg-1, .py-lg-1 {
    padding-top: .25rem !important;
}
.pr-lg-1, .px-lg-1 {
    padding-right: .25rem !important;
}
.pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem !important;
}
.pl-lg-1, .px-lg-1 {
    padding-left: .25rem !important;
}
.p-lg-2 {
    padding: .5rem !important;
}
.pt-lg-2, .py-lg-2 {
    padding-top: .5rem !important;
}
.pr-lg-2, .px-lg-2 {
    padding-right: .5rem !important;
}
.pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem !important;
}
.pl-lg-2, .px-lg-2 {
    padding-left: .5rem !important;
}
.p-lg-3 {
    padding: 1rem !important;
}
.pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
}
.pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
}
.pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
}
.pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
}
.p-lg-4 {
    padding: 1.5rem !important;
}
.pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
}
.pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
}
.pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
}
.pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
}
.p-lg-5 {
    padding: 3rem !important;
}
.pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
}
.pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
}
.pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
}
.pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
}
.m-lg-n1 {
    margin: -.25rem !important;
}
.mt-lg-n1, .my-lg-n1 {
    margin-top: -.25rem !important;
}
.mr-lg-n1, .mx-lg-n1 {
    margin-right: -.25rem !important;
}
.mb-lg-n1, .my-lg-n1 {
    margin-bottom: -.25rem !important;
}
.ml-lg-n1, .mx-lg-n1 {
    margin-left: -.25rem !important;
}
.m-lg-n2 {
    margin: -.5rem !important;
}
.mt-lg-n2, .my-lg-n2 {
    margin-top: -.5rem !important;
}
.mr-lg-n2, .mx-lg-n2 {
    margin-right: -.5rem !important;
}
.mb-lg-n2, .my-lg-n2 {
    margin-bottom: -.5rem !important;
}
.ml-lg-n2, .mx-lg-n2 {
    margin-left: -.5rem !important;
}
.m-lg-n3 {
    margin: -1rem !important;
}
.mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
}
.mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
}
.mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
}
.ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
}
.m-lg-n4 {
    margin: -1.5rem !important;
}
.mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
}
.mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
}
.mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
}
.m-lg-n5 {
    margin: -3rem !important;
}
.mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
}
.mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
}
.mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
}
.ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
}
.m-lg-auto {
    margin: auto !important;
}
.mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
}
.mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
}
.mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
}
.ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
}
}@media (min-width: 1200px) {
    .m-xl-0 {
    margin: 0 !important;
}
.mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
}
.mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
}
.mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
}
.ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
}
.m-xl-1 {
    margin: .25rem !important;
}
.mt-xl-1, .my-xl-1 {
    margin-top: .25rem !important;
}
.mr-xl-1, .mx-xl-1 {
    margin-right: .25rem !important;
}
.mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem !important;
}
.ml-xl-1, .mx-xl-1 {
    margin-left: .25rem !important;
}
.m-xl-2 {
    margin: .5rem !important;
}
.mt-xl-2, .my-xl-2 {
    margin-top: .5rem !important;
}
.mr-xl-2, .mx-xl-2 {
    margin-right: .5rem !important;
}
.mb-xl-2, .my-xl-2 {
    margin-bottom: .5rem !important;
}
.ml-xl-2, .mx-xl-2 {
    margin-left: .5rem !important;
}
.m-xl-3 {
    margin: 1rem !important;
}
.mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
}
.mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
}
.mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
}
.ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
}
.m-xl-4 {
    margin: 1.5rem !important;
}
.mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
}
.mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
}
.mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
}
.ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
}
.m-xl-5 {
    margin: 3rem !important;
}
.mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
}
.mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
}
.mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
}
.ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
}
.p-xl-0 {
    padding: 0 !important;
}
.pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
}
.pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
}
.pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
}
.pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
}
.p-xl-1 {
    padding: .25rem !important;
}
.pt-xl-1, .py-xl-1 {
    padding-top: .25rem !important;
}
.pr-xl-1, .px-xl-1 {
    padding-right: .25rem !important;
}
.pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem !important;
}
.pl-xl-1, .px-xl-1 {
    padding-left: .25rem !important;
}
.p-xl-2 {
    padding: .5rem !important;
}
.pt-xl-2, .py-xl-2 {
    padding-top: .5rem !important;
}
.pr-xl-2, .px-xl-2 {
    padding-right: .5rem !important;
}
.pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem !important;
}
.pl-xl-2, .px-xl-2 {
    padding-left: .5rem !important;
}
.p-xl-3 {
    padding: 1rem !important;
}
.pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
}
.pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
}
.pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
}
.pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
}
.p-xl-4 {
    padding: 1.5rem !important;
}
.pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
}
.pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
}
.pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
}
.pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
}
.p-xl-5 {
    padding: 3rem !important;
}
.pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
}
.pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
}
.pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
}
.pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
}
.m-xl-n1 {
    margin: -.25rem !important;
}
.mt-xl-n1, .my-xl-n1 {
    margin-top: -.25rem !important;
}
.mr-xl-n1, .mx-xl-n1 {
    margin-right: -.25rem !important;
}
.mb-xl-n1, .my-xl-n1 {
    margin-bottom: -.25rem !important;
}
.ml-xl-n1, .mx-xl-n1 {
    margin-left: -.25rem !important;
}
.m-xl-n2 {
    margin: -.5rem !important;
}
.mt-xl-n2, .my-xl-n2 {
    margin-top: -.5rem !important;
}
.mr-xl-n2, .mx-xl-n2 {
    margin-right: -.5rem !important;
}
.mb-xl-n2, .my-xl-n2 {
    margin-bottom: -.5rem !important;
}
.ml-xl-n2, .mx-xl-n2 {
    margin-left: -.5rem !important;
}
.m-xl-n3 {
    margin: -1rem !important;
}
.mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
}
.mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
}
.mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
}
.ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
}
.m-xl-n4 {
    margin: -1.5rem !important;
}
.mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
}
.mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
}
.mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
}
.m-xl-n5 {
    margin: -3rem !important;
}
.mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
}
.mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
}
.mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
}
.ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
}
.m-xl-auto {
    margin: auto !important;
}
.mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
}
.mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
}
.mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
}
.ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
}
}.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
    text-align: justify !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
    text-align: left !important;
}
.text-sm-right {
    text-align: right !important;
}
.text-sm-center {
    text-align: center !important;
}
}@media (min-width: 768px) {
    .text-md-left {
    text-align: left !important;
}
.text-md-right {
    text-align: right !important;
}
.text-md-center {
    text-align: center !important;
}
}@media (min-width: 992px) {
    .text-lg-left {
    text-align: left !important;
}
.text-lg-right {
    text-align: right !important;
}
.text-lg-center {
    text-align: center !important;
}
}@media (min-width: 1200px) {
    .text-xl-left {
    text-align: left !important;
}
.text-xl-right {
    text-align: right !important;
}
.text-xl-center {
    text-align: center !important;
}
}.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-lighter {
    font-weight: lighter !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-bolder {
    font-weight: bolder !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #007bff !important;
}
a.text-primary:hover, a.text-primary:focus {
    color: #0056b3 !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
    color: #19692c !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
}
.text-body {
    color: #212529 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}
.text-reset {
    color: inherit !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media print {
    *, *: :before, *::after {
    text-shadow: none !important;
    box-shadow: none !important;
}
a:not(.btn) {
    text-decoration: underline;
}
abbr[title]::after {
    content: " (" attr(title) ")"}
pre {
    white-space: pre-wrap !important;
}
pre, blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr, img {
    page-break-inside: avoid;
}
p, h2, h3 {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
@page {
    size: a3;
}
body {
    min-width: 992px !important;
}
.container {
    min-width: 992px !important;
}
.navbar {
    display: none;
}
.badge {
    border: 1px solid #000;
}
.table {
    border-collapse: collapse !important;
}
.table td, .table th {
    background-color: #fff !important;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6 !important;
}
.table-dark {
    color: inherit;
}
.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody+tbody {
    border-color: #dee2e6;
}
.table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
}
}.text-orange-dark {
    color: #E07205;
}
.text-orange-dark-imp {
    color: #E07205 !important;
}
.bg-orange-dark {
    background-color: #E07205;
}
.bg-orange-dark-imp {
    background-color: #E07205 !important;
}
.border-orange-dark {
    border-color: #E07205;
}
.border-orange-dark-imp {
    border-color: #E07205 !important;
}
.pseudo-orange-dark:before {
    background-color: #E07205;
}
.pseudo-orange-dark-imp:before {
    background-color: #E07205 !important;
}
.text-orange-light {
    color: #DF6E1A;
}
.text-orange-light-imp {
    color: #DF6E1A !important;
}
.bg-orange-light {
    background-color: #DF6E1A;
}
.bg-orange-light-imp {
    background-color: #DF6E1A !important;
}
.border-orange-light {
    border-color: #DF6E1A;
}
.border-orange-light-imp {
    border-color: #DF6E1A !important;
}
.pseudo-orange-light:before {
    background-color: #DF6E1A;
}
.pseudo-orange-light-imp:before {
    background-color: #DF6E1A !important;
}
.text-yellow-dark {
    color: #FBA10E;
}
.text-yellow-dark-imp {
    color: #FBA10E !important;
}
.bg-yellow-dark {
    background-color: #FBA10E;
}
.bg-yellow-dark-imp {
    background-color: #FBA10E !important;
}
.border-yellow-dark {
    border-color: #FBA10E;
}
.border-yellow-dark-imp {
    border-color: #FBA10E !important;
}
.pseudo-yellow-dark:before {
    background-color: #FBA10E;
}
.pseudo-yellow-dark-imp:before {
    background-color: #FBA10E !important;
}
.text-yellow-medium {
    color: #EFA500;
}
.text-yellow-medium-imp {
    color: #EFA500 !important;
}
.bg-yellow-medium {
    background-color: #EFA500;
}
.bg-yellow-medium-imp {
    background-color: #EFA500 !important;
}
.border-yellow-medium {
    border-color: #EFA500;
}
.border-yellow-medium-imp {
    border-color: #EFA500 !important;
}
.pseudo-yellow-medium:before {
    background-color: #EFA500;
}
.pseudo-yellow-medium-imp:before {
    background-color: #EFA500 !important;
}
.text-yellow-light {
    color: #FFB000;
}
.text-yellow-light-imp {
    color: #FFB000 !important;
}
.bg-yellow-light {
    background-color: #FFB000;
}
.bg-yellow-light-imp {
    background-color: #FFB000 !important;
}
.border-yellow-light {
    border-color: #FFB000;
}
.border-yellow-light-imp {
    border-color: #FFB000 !important;
}
.pseudo-yellow-light:before {
    background-color: #FFB000;
}
.pseudo-yellow-light-imp:before {
    background-color: #FFB000 !important;
}
.text-blue-light {
    color: #494F7C;
}
.text-blue-light-imp {
    color: #494F7C !important;
}
.bg-blue-light {
    background-color: #494F7C;
}
.bg-blue-light-imp {
    background-color: #494F7C !important;
}
.border-blue-light {
    border-color: #494F7C;
}
.border-blue-light-imp {
    border-color: #494F7C !important;
}
.pseudo-blue-light:before {
    background-color: #494F7C;
}
.pseudo-blue-light-imp:before {
    background-color: #494F7C !important;
}
.text-blue-dark {
    color: #2D3356;
}
.text-blue-dark-imp {
    color: #2D3356 !important;
}
.bg-blue-dark {
    background-color: #2D3356;
}
.bg-blue-dark-imp {
    background-color: #2D3356 !important;
}
.border-blue-dark {
    border-color: #2D3356;
}
.border-blue-dark-imp {
    border-color: #2D3356 !important;
}
.pseudo-blue-dark:before {
    background-color: #2D3356;
}
.pseudo-blue-dark-imp:before {
    background-color: #2D3356 !important;
}
.text-color-grey {
    color: #969696;
}
.text-color-grey-imp {
    color: #969696 !important;
}
.bg-color-grey {
    background-color: #969696;
}
.bg-color-grey-imp {
    background-color: #969696 !important;
}
.border-color-grey {
    border-color: #969696;
}
.border-color-grey-imp {
    border-color: #969696 !important;
}
.pseudo-color-grey:before {
    background-color: #969696;
}
.pseudo-color-grey-imp:before {
    background-color: #969696 !important;
}
.text-grey-dark {
    color: #58595B;
}
.text-grey-dark-imp {
    color: #58595B !important;
}
.bg-grey-dark {
    background-color: #58595B;
}
.bg-grey-dark-imp {
    background-color: #58595B !important;
}
.border-grey-dark {
    border-color: #58595B;
}
.border-grey-dark-imp {
    border-color: #58595B !important;
}
.pseudo-grey-dark:before {
    background-color: #58595B;
}
.pseudo-grey-dark-imp:before {
    background-color: #58595B !important;
}
.text-grey-medium {
    color: #D5D6D8;
}
.text-grey-medium-imp {
    color: #D5D6D8 !important;
}
.bg-grey-medium {
    background-color: #D5D6D8;
}
.bg-grey-medium-imp {
    background-color: #D5D6D8 !important;
}
.border-grey-medium {
    border-color: #D5D6D8;
}
.border-grey-medium-imp {
    border-color: #D5D6D8 !important;
}
.pseudo-grey-medium:before {
    background-color: #D5D6D8;
}
.pseudo-grey-medium-imp:before {
    background-color: #D5D6D8 !important;
}
.text-grey-light {
    color: #F2F2F2;
}
.text-grey-light-imp {
    color: #F2F2F2 !important;
}
.bg-grey-light {
    background-color: #F2F2F2;
}
.bg-grey-light-imp {
    background-color: #F2F2F2 !important;
}
.border-grey-light {
    border-color: #F2F2F2;
}
.border-grey-light-imp {
    border-color: #F2F2F2 !important;
}
.pseudo-grey-light:before {
    background-color: #F2F2F2;
}
.pseudo-grey-light-imp:before {
    background-color: #F2F2F2 !important;
}
.text-skyblue-dark {
    color: #318EBC;
}
.text-skyblue-dark-imp {
    color: #318EBC !important;
}
.bg-skyblue-dark {
    background-color: #318EBC;
}
.bg-skyblue-dark-imp {
    background-color: #318EBC !important;
}
.border-skyblue-dark {
    border-color: #318EBC;
}
.border-skyblue-dark-imp {
    border-color: #318EBC !important;
}
.pseudo-skyblue-dark:before {
    background-color: #318EBC;
}
.pseudo-skyblue-dark-imp:before {
    background-color: #318EBC !important;
}
.text-skyblue-medium {
    color: #4FB1ED;
}
.text-skyblue-medium-imp {
    color: #4FB1ED !important;
}
.bg-skyblue-medium {
    background-color: #4FB1ED;
}
.bg-skyblue-medium-imp {
    background-color: #4FB1ED !important;
}
.border-skyblue-medium {
    border-color: #4FB1ED;
}
.border-skyblue-medium-imp {
    border-color: #4FB1ED !important;
}
.pseudo-skyblue-medium:before {
    background-color: #4FB1ED;
}
.pseudo-skyblue-medium-imp:before {
    background-color: #4FB1ED !important;
}
.text-skyblue-light {
    color: #76CAF4;
}
.text-skyblue-light-imp {
    color: #76CAF4 !important;
}
.bg-skyblue-light {
    background-color: #76CAF4;
}
.bg-skyblue-light-imp {
    background-color: #76CAF4 !important;
}
.border-skyblue-light {
    border-color: #76CAF4;
}
.border-skyblue-light-imp {
    border-color: #76CAF4 !important;
}
.pseudo-skyblue-light:before {
    background-color: #76CAF4;
}
.pseudo-skyblue-light-imp:before {
    background-color: #76CAF4 !important;
}
.text-red-dark {
    color: #A54A32;
}
.text-red-dark-imp {
    color: #A54A32 !important;
}
.bg-red-dark {
    background-color: #A54A32;
}
.bg-red-dark-imp {
    background-color: #A54A32 !important;
}
.border-red-dark {
    border-color: #A54A32;
}
.border-red-dark-imp {
    border-color: #A54A32 !important;
}
.pseudo-red-dark:before {
    background-color: #A54A32;
}
.pseudo-red-dark-imp:before {
    background-color: #A54A32 !important;
}
html, body {
    margin: 0;
    padding: 0;
}
html {
    min-height: 100%;
    position: relative;
}
body {
    font-size: 1.25rem;
    background-color: #fff;
    color: #58595B;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5625rem;
    font-family: "proxima-nova", sans-serif;
    margin: 0 !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-size: 1em;
    -webkit-text-size-adjust: 1em;
    -ms-text-size-adjust: 1em;
}
html, button, input, select, textarea {
    font-family: sans-serif;
}
dl {
    margin: 1em 0;
}
dd {
    margin: 0 0 0 40px;
}
menu {
    margin: 0;
    padding: 0;
}
ul, ol {
    margin: 0;
}
nav ul, nav ol {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}
img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    height: auto;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0 auto;
}
iframe {
    width: 100%}
form {
    margin: 0;
    font-family: "proxima-nova", sans-serif;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button, input {
    line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}
button[disabled], input[disabled] {
    cursor: default;
}
button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover {
    border-color: transparent;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    height: 13px;
    width: 13px;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
a:focus, a:hover, a:active {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
p {
    margin: 0 0 .625rem;
    padding: 0;
    word-break: break-word;
}
pre {
    margin: 0;
    padding: 0;
}
pre, code, kbd, samp {
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before, q:after {
    content: '';
    content: none;
}
small {
    font-size: 75%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
.m-0 {
    margin: 0px;
}
.m-0-imp {
    margin: 0px !important;
}
.mt-0 {
    margin-top: 0px;
}
.mt-0-imp {
    margin-top: 0px !important;
}
.mr-0 {
    margin-right: 0px;
}
.mr-0-imp {
    margin-right: 0px !important;
}
.mb-0 {
    margin-bottom: 0px;
}
.mb-0-imp {
    margin-bottom: 0px !important;
}
.ml-0 {
    margin-left: 0px;
}
.ml-0-imp {
    margin-left: 0px !important;
}
.p-0 {
    padding: 0px;
}
.p-0-imp {
    padding: 0px !important;
}
.pt-0 {
    padding-top: 0px;
}
.pt-0-imp {
    padding-top: 0px !important;
}
.pr-0 {
    padding-right: 0px;
}
.pr-0-imp {
    padding-right: 0px !important;
}
.pb-0 {
    padding-bottom: 0px;
}
.pb-0-imp {
    padding-bottom: 0px !important;
}
.pl-0 {
    padding-left: 0px;
}
.pl-0-imp {
    padding-left: 0px !important;
}
.m-1 {
    margin: 1px;
}
.m-1-imp {
    margin: 1px !important;
}
.mt-1 {
    margin-top: 1px;
}
.mt-1-imp {
    margin-top: 1px !important;
}
.mr-1 {
    margin-right: 1px;
}
.mr-1-imp {
    margin-right: 1px !important;
}
.mb-1 {
    margin-bottom: 1px;
}
.mb-1-imp {
    margin-bottom: 1px !important;
}
.ml-1 {
    margin-left: 1px;
}
.ml-1-imp {
    margin-left: 1px !important;
}
.p-1 {
    padding: 1px;
}
.p-1-imp {
    padding: 1px !important;
}
.pt-1 {
    padding-top: 1px;
}
.pt-1-imp {
    padding-top: 1px !important;
}
.pr-1 {
    padding-right: 1px;
}
.pr-1-imp {
    padding-right: 1px !important;
}
.pb-1 {
    padding-bottom: 1px;
}
.pb-1-imp {
    padding-bottom: 1px !important;
}
.pl-1 {
    padding-left: 1px;
}
.pl-1-imp {
    padding-left: 1px !important;
}
.m-2 {
    margin: 2px;
}
.m-2-imp {
    margin: 2px !important;
}
.mt-2 {
    margin-top: 2px;
}
.mt-2-imp {
    margin-top: 2px !important;
}
.mr-2 {
    margin-right: 2px;
}
.mr-2-imp {
    margin-right: 2px !important;
}
.mb-2 {
    margin-bottom: 2px;
}
.mb-2-imp {
    margin-bottom: 2px !important;
}
.ml-2 {
    margin-left: 2px;
}
.ml-2-imp {
    margin-left: 2px !important;
}
.p-2 {
    padding: 2px;
}
.p-2-imp {
    padding: 2px !important;
}
.pt-2 {
    padding-top: 2px;
}
.pt-2-imp {
    padding-top: 2px !important;
}
.pr-2 {
    padding-right: 2px;
}
.pr-2-imp {
    padding-right: 2px !important;
}
.pb-2 {
    padding-bottom: 2px;
}
.pb-2-imp {
    padding-bottom: 2px !important;
}
.pl-2 {
    padding-left: 2px;
}
.pl-2-imp {
    padding-left: 2px !important;
}
.m-3 {
    margin: 3px;
}
.m-3-imp {
    margin: 3px !important;
}
.mt-3 {
    margin-top: 3px;
}
.mt-3-imp {
    margin-top: 3px !important;
}
.mr-3 {
    margin-right: 3px;
}
.mr-3-imp {
    margin-right: 3px !important;
}
.mb-3 {
    margin-bottom: 3px;
}
.mb-3-imp {
    margin-bottom: 3px !important;
}
.ml-3 {
    margin-left: 3px;
}
.ml-3-imp {
    margin-left: 3px !important;
}
.p-3 {
    padding: 3px;
}
.p-3-imp {
    padding: 3px !important;
}
.pt-3 {
    padding-top: 3px;
}
.pt-3-imp {
    padding-top: 3px !important;
}
.pr-3 {
    padding-right: 3px;
}
.pr-3-imp {
    padding-right: 3px !important;
}
.pb-3 {
    padding-bottom: 3px;
}
.pb-3-imp {
    padding-bottom: 3px !important;
}
.pl-3 {
    padding-left: 3px;
}
.pl-3-imp {
    padding-left: 3px !important;
}
.m-4 {
    margin: 4px;
}
.m-4-imp {
    margin: 4px !important;
}
.mt-4 {
    margin-top: 4px;
}
.mt-4-imp {
    margin-top: 4px !important;
}
.mr-4 {
    margin-right: 4px;
}
.mr-4-imp {
    margin-right: 4px !important;
}
.mb-4 {
    margin-bottom: 4px;
}
.mb-4-imp {
    margin-bottom: 4px !important;
}
.ml-4 {
    margin-left: 4px;
}
.ml-4-imp {
    margin-left: 4px !important;
}
.p-4 {
    padding: 4px;
}
.p-4-imp {
    padding: 4px !important;
}
.pt-4 {
    padding-top: 4px;
}
.pt-4-imp {
    padding-top: 4px !important;
}
.pr-4 {
    padding-right: 4px;
}
.pr-4-imp {
    padding-right: 4px !important;
}
.pb-4 {
    padding-bottom: 4px;
}
.pb-4-imp {
    padding-bottom: 4px !important;
}
.pl-4 {
    padding-left: 4px;
}
.pl-4-imp {
    padding-left: 4px !important;
}
.m-5 {
    margin: 5px;
}
.m-5-imp {
    margin: 5px !important;
}
.mt-5 {
    margin-top: 5px;
}
.mt-5-imp {
    margin-top: 5px !important;
}
.mr-5 {
    margin-right: 5px;
}
.mr-5-imp {
    margin-right: 5px !important;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-5-imp {
    margin-bottom: 5px !important;
}
.ml-5 {
    margin-left: 5px;
}
.ml-5-imp {
    margin-left: 5px !important;
}
.p-5 {
    padding: 5px;
}
.p-5-imp {
    padding: 5px !important;
}
.pt-5 {
    padding-top: 5px;
}
.pt-5-imp {
    padding-top: 5px !important;
}
.pr-5 {
    padding-right: 5px;
}
.pr-5-imp {
    padding-right: 5px !important;
}
.pb-5 {
    padding-bottom: 5px;
}
.pb-5-imp {
    padding-bottom: 5px !important;
}
.pl-5 {
    padding-left: 5px;
}
.pl-5-imp {
    padding-left: 5px !important;
}
.m-6 {
    margin: 6px;
}
.m-6-imp {
    margin: 6px !important;
}
.mt-6 {
    margin-top: 6px;
}
.mt-6-imp {
    margin-top: 6px !important;
}
.mr-6 {
    margin-right: 6px;
}
.mr-6-imp {
    margin-right: 6px !important;
}
.mb-6 {
    margin-bottom: 6px;
}
.mb-6-imp {
    margin-bottom: 6px !important;
}
.ml-6 {
    margin-left: 6px;
}
.ml-6-imp {
    margin-left: 6px !important;
}
.p-6 {
    padding: 6px;
}
.p-6-imp {
    padding: 6px !important;
}
.pt-6 {
    padding-top: 6px;
}
.pt-6-imp {
    padding-top: 6px !important;
}
.pr-6 {
    padding-right: 6px;
}
.pr-6-imp {
    padding-right: 6px !important;
}
.pb-6 {
    padding-bottom: 6px;
}
.pb-6-imp {
    padding-bottom: 6px !important;
}
.pl-6 {
    padding-left: 6px;
}
.pl-6-imp {
    padding-left: 6px !important;
}
.m-7 {
    margin: 7px;
}
.m-7-imp {
    margin: 7px !important;
}
.mt-7 {
    margin-top: 7px;
}
.mt-7-imp {
    margin-top: 7px !important;
}
.mr-7 {
    margin-right: 7px;
}
.mr-7-imp {
    margin-right: 7px !important;
}
.mb-7 {
    margin-bottom: 7px;
}
.mb-7-imp {
    margin-bottom: 7px !important;
}
.ml-7 {
    margin-left: 7px;
}
.ml-7-imp {
    margin-left: 7px !important;
}
.p-7 {
    padding: 7px;
}
.p-7-imp {
    padding: 7px !important;
}
.pt-7 {
    padding-top: 7px;
}
.pt-7-imp {
    padding-top: 7px !important;
}
.pr-7 {
    padding-right: 7px;
}
.pr-7-imp {
    padding-right: 7px !important;
}
.pb-7 {
    padding-bottom: 7px;
}
.pb-7-imp {
    padding-bottom: 7px !important;
}
.pl-7 {
    padding-left: 7px;
}
.pl-7-imp {
    padding-left: 7px !important;
}
.m-8 {
    margin: 8px;
}
.m-8-imp {
    margin: 8px !important;
}
.mt-8 {
    margin-top: 8px;
}
.mt-8-imp {
    margin-top: 8px !important;
}
.mr-8 {
    margin-right: 8px;
}
.mr-8-imp {
    margin-right: 8px !important;
}
.mb-8 {
    margin-bottom: 8px;
}
.mb-8-imp {
    margin-bottom: 8px !important;
}
.ml-8 {
    margin-left: 8px;
}
.ml-8-imp {
    margin-left: 8px !important;
}
.p-8 {
    padding: 8px;
}
.p-8-imp {
    padding: 8px !important;
}
.pt-8 {
    padding-top: 8px;
}
.pt-8-imp {
    padding-top: 8px !important;
}
.pr-8 {
    padding-right: 8px;
}
.pr-8-imp {
    padding-right: 8px !important;
}
.pb-8 {
    padding-bottom: 8px;
}
.pb-8-imp {
    padding-bottom: 8px !important;
}
.pl-8 {
    padding-left: 8px;
}
.pl-8-imp {
    padding-left: 8px !important;
}
.m-9 {
    margin: 9px;
}
.m-9-imp {
    margin: 9px !important;
}
.mt-9 {
    margin-top: 9px;
}
.mt-9-imp {
    margin-top: 9px !important;
}
.mr-9 {
    margin-right: 9px;
}
.mr-9-imp {
    margin-right: 9px !important;
}
.mb-9 {
    margin-bottom: 9px;
}
.mb-9-imp {
    margin-bottom: 9px !important;
}
.ml-9 {
    margin-left: 9px;
}
.ml-9-imp {
    margin-left: 9px !important;
}
.p-9 {
    padding: 9px;
}
.p-9-imp {
    padding: 9px !important;
}
.pt-9 {
    padding-top: 9px;
}
.pt-9-imp {
    padding-top: 9px !important;
}
.pr-9 {
    padding-right: 9px;
}
.pr-9-imp {
    padding-right: 9px !important;
}
.pb-9 {
    padding-bottom: 9px;
}
.pb-9-imp {
    padding-bottom: 9px !important;
}
.pl-9 {
    padding-left: 9px;
}
.pl-9-imp {
    padding-left: 9px !important;
}
.m-10 {
    margin: 10px;
}
.m-10-imp {
    margin: 10px !important;
}
.mt-10 {
    margin-top: 10px;
}
.mt-10-imp {
    margin-top: 10px !important;
}
.mr-10 {
    margin-right: 10px;
}
.mr-10-imp {
    margin-right: 10px !important;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-10-imp {
    margin-bottom: 10px !important;
}
.ml-10 {
    margin-left: 10px;
}
.ml-10-imp {
    margin-left: 10px !important;
}
.p-10 {
    padding: 10px;
}
.p-10-imp {
    padding: 10px !important;
}
.pt-10 {
    padding-top: 10px;
}
.pt-10-imp {
    padding-top: 10px !important;
}
.pr-10 {
    padding-right: 10px;
}
.pr-10-imp {
    padding-right: 10px !important;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-10-imp {
    padding-bottom: 10px !important;
}
.pl-10 {
    padding-left: 10px;
}
.pl-10-imp {
    padding-left: 10px !important;
}
.m-11 {
    margin: 11px;
}
.m-11-imp {
    margin: 11px !important;
}
.mt-11 {
    margin-top: 11px;
}
.mt-11-imp {
    margin-top: 11px !important;
}
.mr-11 {
    margin-right: 11px;
}
.mr-11-imp {
    margin-right: 11px !important;
}
.mb-11 {
    margin-bottom: 11px;
}
.mb-11-imp {
    margin-bottom: 11px !important;
}
.ml-11 {
    margin-left: 11px;
}
.ml-11-imp {
    margin-left: 11px !important;
}
.p-11 {
    padding: 11px;
}
.p-11-imp {
    padding: 11px !important;
}
.pt-11 {
    padding-top: 11px;
}
.pt-11-imp {
    padding-top: 11px !important;
}
.pr-11 {
    padding-right: 11px;
}
.pr-11-imp {
    padding-right: 11px !important;
}
.pb-11 {
    padding-bottom: 11px;
}
.pb-11-imp {
    padding-bottom: 11px !important;
}
.pl-11 {
    padding-left: 11px;
}
.pl-11-imp {
    padding-left: 11px !important;
}
.m-12 {
    margin: 12px;
}
.m-12-imp {
    margin: 12px !important;
}
.mt-12 {
    margin-top: 12px;
}
.mt-12-imp {
    margin-top: 12px !important;
}
.mr-12 {
    margin-right: 12px;
}
.mr-12-imp {
    margin-right: 12px !important;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-12-imp {
    margin-bottom: 12px !important;
}
.ml-12 {
    margin-left: 12px;
}
.ml-12-imp {
    margin-left: 12px !important;
}
.p-12 {
    padding: 12px;
}
.p-12-imp {
    padding: 12px !important;
}
.pt-12 {
    padding-top: 12px;
}
.pt-12-imp {
    padding-top: 12px !important;
}
.pr-12 {
    padding-right: 12px;
}
.pr-12-imp {
    padding-right: 12px !important;
}
.pb-12 {
    padding-bottom: 12px;
}
.pb-12-imp {
    padding-bottom: 12px !important;
}
.pl-12 {
    padding-left: 12px;
}
.pl-12-imp {
    padding-left: 12px !important;
}
.m-13 {
    margin: 13px;
}
.m-13-imp {
    margin: 13px !important;
}
.mt-13 {
    margin-top: 13px;
}
.mt-13-imp {
    margin-top: 13px !important;
}
.mr-13 {
    margin-right: 13px;
}
.mr-13-imp {
    margin-right: 13px !important;
}
.mb-13 {
    margin-bottom: 13px;
}
.mb-13-imp {
    margin-bottom: 13px !important;
}
.ml-13 {
    margin-left: 13px;
}
.ml-13-imp {
    margin-left: 13px !important;
}
.p-13 {
    padding: 13px;
}
.p-13-imp {
    padding: 13px !important;
}
.pt-13 {
    padding-top: 13px;
}
.pt-13-imp {
    padding-top: 13px !important;
}
.pr-13 {
    padding-right: 13px;
}
.pr-13-imp {
    padding-right: 13px !important;
}
.pb-13 {
    padding-bottom: 13px;
}
.pb-13-imp {
    padding-bottom: 13px !important;
}
.pl-13 {
    padding-left: 13px;
}
.pl-13-imp {
    padding-left: 13px !important;
}
.m-14 {
    margin: 14px;
}
.m-14-imp {
    margin: 14px !important;
}
.mt-14 {
    margin-top: 14px;
}
.mt-14-imp {
    margin-top: 14px !important;
}
.mr-14 {
    margin-right: 14px;
}
.mr-14-imp {
    margin-right: 14px !important;
}
.mb-14 {
    margin-bottom: 14px;
}
.mb-14-imp {
    margin-bottom: 14px !important;
}
.ml-14 {
    margin-left: 14px;
}
.ml-14-imp {
    margin-left: 14px !important;
}
.p-14 {
    padding: 14px;
}
.p-14-imp {
    padding: 14px !important;
}
.pt-14 {
    padding-top: 14px;
}
.pt-14-imp {
    padding-top: 14px !important;
}
.pr-14 {
    padding-right: 14px;
}
.pr-14-imp {
    padding-right: 14px !important;
}
.pb-14 {
    padding-bottom: 14px;
}
.pb-14-imp {
    padding-bottom: 14px !important;
}
.pl-14 {
    padding-left: 14px;
}
.pl-14-imp {
    padding-left: 14px !important;
}
.m-15 {
    margin: 15px;
}
.m-15-imp {
    margin: 15px !important;
}
.mt-15 {
    margin-top: 15px;
}
.mt-15-imp {
    margin-top: 15px !important;
}
.mr-15 {
    margin-right: 15px;
}
.mr-15-imp {
    margin-right: 15px !important;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-15-imp {
    margin-bottom: 15px !important;
}
.ml-15 {
    margin-left: 15px;
}
.ml-15-imp {
    margin-left: 15px !important;
}
.p-15 {
    padding: 15px;
}
.p-15-imp {
    padding: 15px !important;
}
.pt-15 {
    padding-top: 15px;
}
.pt-15-imp {
    padding-top: 15px !important;
}
.pr-15 {
    padding-right: 15px;
}
.pr-15-imp {
    padding-right: 15px !important;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-15-imp {
    padding-bottom: 15px !important;
}
.pl-15 {
    padding-left: 15px;
}
.pl-15-imp {
    padding-left: 15px !important;
}
.m-16 {
    margin: 16px;
}
.m-16-imp {
    margin: 16px !important;
}
.mt-16 {
    margin-top: 16px;
}
.mt-16-imp {
    margin-top: 16px !important;
}
.mr-16 {
    margin-right: 16px;
}
.mr-16-imp {
    margin-right: 16px !important;
}
.mb-16 {
    margin-bottom: 16px;
}
.mb-16-imp {
    margin-bottom: 16px !important;
}
.ml-16 {
    margin-left: 16px;
}
.ml-16-imp {
    margin-left: 16px !important;
}
.p-16 {
    padding: 16px;
}
.p-16-imp {
    padding: 16px !important;
}
.pt-16 {
    padding-top: 16px;
}
.pt-16-imp {
    padding-top: 16px !important;
}
.pr-16 {
    padding-right: 16px;
}
.pr-16-imp {
    padding-right: 16px !important;
}
.pb-16 {
    padding-bottom: 16px;
}
.pb-16-imp {
    padding-bottom: 16px !important;
}
.pl-16 {
    padding-left: 16px;
}
.pl-16-imp {
    padding-left: 16px !important;
}
.m-17 {
    margin: 17px;
}
.m-17-imp {
    margin: 17px !important;
}
.mt-17 {
    margin-top: 17px;
}
.mt-17-imp {
    margin-top: 17px !important;
}
.mr-17 {
    margin-right: 17px;
}
.mr-17-imp {
    margin-right: 17px !important;
}
.mb-17 {
    margin-bottom: 17px;
}
.mb-17-imp {
    margin-bottom: 17px !important;
}
.ml-17 {
    margin-left: 17px;
}
.ml-17-imp {
    margin-left: 17px !important;
}
.p-17 {
    padding: 17px;
}
.p-17-imp {
    padding: 17px !important;
}
.pt-17 {
    padding-top: 17px;
}
.pt-17-imp {
    padding-top: 17px !important;
}
.pr-17 {
    padding-right: 17px;
}
.pr-17-imp {
    padding-right: 17px !important;
}
.pb-17 {
    padding-bottom: 17px;
}
.pb-17-imp {
    padding-bottom: 17px !important;
}
.pl-17 {
    padding-left: 17px;
}
.pl-17-imp {
    padding-left: 17px !important;
}
.m-18 {
    margin: 18px;
}
.m-18-imp {
    margin: 18px !important;
}
.mt-18 {
    margin-top: 18px;
}
.mt-18-imp {
    margin-top: 18px !important;
}
.mr-18 {
    margin-right: 18px;
}
.mr-18-imp {
    margin-right: 18px !important;
}
.mb-18 {
    margin-bottom: 18px;
}
.mb-18-imp {
    margin-bottom: 18px !important;
}
.ml-18 {
    margin-left: 18px;
}
.ml-18-imp {
    margin-left: 18px !important;
}
.p-18 {
    padding: 18px;
}
.p-18-imp {
    padding: 18px !important;
}
.pt-18 {
    padding-top: 18px;
}
.pt-18-imp {
    padding-top: 18px !important;
}
.pr-18 {
    padding-right: 18px;
}
.pr-18-imp {
    padding-right: 18px !important;
}
.pb-18 {
    padding-bottom: 18px;
}
.pb-18-imp {
    padding-bottom: 18px !important;
}
.pl-18 {
    padding-left: 18px;
}
.pl-18-imp {
    padding-left: 18px !important;
}
.m-19 {
    margin: 19px;
}
.m-19-imp {
    margin: 19px !important;
}
.mt-19 {
    margin-top: 19px;
}
.mt-19-imp {
    margin-top: 19px !important;
}
.mr-19 {
    margin-right: 19px;
}
.mr-19-imp {
    margin-right: 19px !important;
}
.mb-19 {
    margin-bottom: 19px;
}
.mb-19-imp {
    margin-bottom: 19px !important;
}
.ml-19 {
    margin-left: 19px;
}
.ml-19-imp {
    margin-left: 19px !important;
}
.p-19 {
    padding: 19px;
}
.p-19-imp {
    padding: 19px !important;
}
.pt-19 {
    padding-top: 19px;
}
.pt-19-imp {
    padding-top: 19px !important;
}
.pr-19 {
    padding-right: 19px;
}
.pr-19-imp {
    padding-right: 19px !important;
}
.pb-19 {
    padding-bottom: 19px;
}
.pb-19-imp {
    padding-bottom: 19px !important;
}
.pl-19 {
    padding-left: 19px;
}
.pl-19-imp {
    padding-left: 19px !important;
}
.m-20 {
    margin: 20px;
}
.m-20-imp {
    margin: 20px !important;
}
.mt-20 {
    margin-top: 20px;
}
.mt-20-imp {
    margin-top: 20px !important;
}
.mr-20 {
    margin-right: 20px;
}
.mr-20-imp {
    margin-right: 20px !important;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-20-imp {
    margin-bottom: 20px !important;
}
.ml-20 {
    margin-left: 20px;
}
.ml-20-imp {
    margin-left: 20px !important;
}
.p-20 {
    padding: 20px;
}
.p-20-imp {
    padding: 20px !important;
}
.pt-20 {
    padding-top: 20px;
}
.pt-20-imp {
    padding-top: 20px !important;
}
.pr-20 {
    padding-right: 20px;
}
.pr-20-imp {
    padding-right: 20px !important;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-20-imp {
    padding-bottom: 20px !important;
}
.pl-20 {
    padding-left: 20px;
}
.pl-20-imp {
    padding-left: 20px !important;
}
.m-21 {
    margin: 21px;
}
.m-21-imp {
    margin: 21px !important;
}
.mt-21 {
    margin-top: 21px;
}
.mt-21-imp {
    margin-top: 21px !important;
}
.mr-21 {
    margin-right: 21px;
}
.mr-21-imp {
    margin-right: 21px !important;
}
.mb-21 {
    margin-bottom: 21px;
}
.mb-21-imp {
    margin-bottom: 21px !important;
}
.ml-21 {
    margin-left: 21px;
}
.ml-21-imp {
    margin-left: 21px !important;
}
.p-21 {
    padding: 21px;
}
.p-21-imp {
    padding: 21px !important;
}
.pt-21 {
    padding-top: 21px;
}
.pt-21-imp {
    padding-top: 21px !important;
}
.pr-21 {
    padding-right: 21px;
}
.pr-21-imp {
    padding-right: 21px !important;
}
.pb-21 {
    padding-bottom: 21px;
}
.pb-21-imp {
    padding-bottom: 21px !important;
}
.pl-21 {
    padding-left: 21px;
}
.pl-21-imp {
    padding-left: 21px !important;
}
.m-22 {
    margin: 22px;
}
.m-22-imp {
    margin: 22px !important;
}
.mt-22 {
    margin-top: 22px;
}
.mt-22-imp {
    margin-top: 22px !important;
}
.mr-22 {
    margin-right: 22px;
}
.mr-22-imp {
    margin-right: 22px !important;
}
.mb-22 {
    margin-bottom: 22px;
}
.mb-22-imp {
    margin-bottom: 22px !important;
}
.ml-22 {
    margin-left: 22px;
}
.ml-22-imp {
    margin-left: 22px !important;
}
.p-22 {
    padding: 22px;
}
.p-22-imp {
    padding: 22px !important;
}
.pt-22 {
    padding-top: 22px;
}
.pt-22-imp {
    padding-top: 22px !important;
}
.pr-22 {
    padding-right: 22px;
}
.pr-22-imp {
    padding-right: 22px !important;
}
.pb-22 {
    padding-bottom: 22px;
}
.pb-22-imp {
    padding-bottom: 22px !important;
}
.pl-22 {
    padding-left: 22px;
}
.pl-22-imp {
    padding-left: 22px !important;
}
.m-23 {
    margin: 23px;
}
.m-23-imp {
    margin: 23px !important;
}
.mt-23 {
    margin-top: 23px;
}
.mt-23-imp {
    margin-top: 23px !important;
}
.mr-23 {
    margin-right: 23px;
}
.mr-23-imp {
    margin-right: 23px !important;
}
.mb-23 {
    margin-bottom: 23px;
}
.mb-23-imp {
    margin-bottom: 23px !important;
}
.ml-23 {
    margin-left: 23px;
}
.ml-23-imp {
    margin-left: 23px !important;
}
.p-23 {
    padding: 23px;
}
.p-23-imp {
    padding: 23px !important;
}
.pt-23 {
    padding-top: 23px;
}
.pt-23-imp {
    padding-top: 23px !important;
}
.pr-23 {
    padding-right: 23px;
}
.pr-23-imp {
    padding-right: 23px !important;
}
.pb-23 {
    padding-bottom: 23px;
}
.pb-23-imp {
    padding-bottom: 23px !important;
}
.pl-23 {
    padding-left: 23px;
}
.pl-23-imp {
    padding-left: 23px !important;
}
.m-24 {
    margin: 24px;
}
.m-24-imp {
    margin: 24px !important;
}
.mt-24 {
    margin-top: 24px;
}
.mt-24-imp {
    margin-top: 24px !important;
}
.mr-24 {
    margin-right: 24px;
}
.mr-24-imp {
    margin-right: 24px !important;
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-24-imp {
    margin-bottom: 24px !important;
}
.ml-24 {
    margin-left: 24px;
}
.ml-24-imp {
    margin-left: 24px !important;
}
.p-24 {
    padding: 24px;
}
.p-24-imp {
    padding: 24px !important;
}
.pt-24 {
    padding-top: 24px;
}
.pt-24-imp {
    padding-top: 24px !important;
}
.pr-24 {
    padding-right: 24px;
}
.pr-24-imp {
    padding-right: 24px !important;
}
.pb-24 {
    padding-bottom: 24px;
}
.pb-24-imp {
    padding-bottom: 24px !important;
}
.pl-24 {
    padding-left: 24px;
}
.pl-24-imp {
    padding-left: 24px !important;
}
.m-25 {
    margin: 25px;
}
.m-25-imp {
    margin: 25px !important;
}
.mt-25 {
    margin-top: 25px;
}
.mt-25-imp {
    margin-top: 25px !important;
}
.mr-25 {
    margin-right: 25px;
}
.mr-25-imp {
    margin-right: 25px !important;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-25-imp {
    margin-bottom: 25px !important;
}
.ml-25 {
    margin-left: 25px;
}
.ml-25-imp {
    margin-left: 25px !important;
}
.p-25 {
    padding: 25px;
}
.p-25-imp {
    padding: 25px !important;
}
.pt-25 {
    padding-top: 25px;
}
.pt-25-imp {
    padding-top: 25px !important;
}
.pr-25 {
    padding-right: 25px;
}
.pr-25-imp {
    padding-right: 25px !important;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-25-imp {
    padding-bottom: 25px !important;
}
.pl-25 {
    padding-left: 25px;
}
.pl-25-imp {
    padding-left: 25px !important;
}
.m-26 {
    margin: 26px;
}
.m-26-imp {
    margin: 26px !important;
}
.mt-26 {
    margin-top: 26px;
}
.mt-26-imp {
    margin-top: 26px !important;
}
.mr-26 {
    margin-right: 26px;
}
.mr-26-imp {
    margin-right: 26px !important;
}
.mb-26 {
    margin-bottom: 26px;
}
.mb-26-imp {
    margin-bottom: 26px !important;
}
.ml-26 {
    margin-left: 26px;
}
.ml-26-imp {
    margin-left: 26px !important;
}
.p-26 {
    padding: 26px;
}
.p-26-imp {
    padding: 26px !important;
}
.pt-26 {
    padding-top: 26px;
}
.pt-26-imp {
    padding-top: 26px !important;
}
.pr-26 {
    padding-right: 26px;
}
.pr-26-imp {
    padding-right: 26px !important;
}
.pb-26 {
    padding-bottom: 26px;
}
.pb-26-imp {
    padding-bottom: 26px !important;
}
.pl-26 {
    padding-left: 26px;
}
.pl-26-imp {
    padding-left: 26px !important;
}
.m-27 {
    margin: 27px;
}
.m-27-imp {
    margin: 27px !important;
}
.mt-27 {
    margin-top: 27px;
}
.mt-27-imp {
    margin-top: 27px !important;
}
.mr-27 {
    margin-right: 27px;
}
.mr-27-imp {
    margin-right: 27px !important;
}
.mb-27 {
    margin-bottom: 27px;
}
.mb-27-imp {
    margin-bottom: 27px !important;
}
.ml-27 {
    margin-left: 27px;
}
.ml-27-imp {
    margin-left: 27px !important;
}
.p-27 {
    padding: 27px;
}
.p-27-imp {
    padding: 27px !important;
}
.pt-27 {
    padding-top: 27px;
}
.pt-27-imp {
    padding-top: 27px !important;
}
.pr-27 {
    padding-right: 27px;
}
.pr-27-imp {
    padding-right: 27px !important;
}
.pb-27 {
    padding-bottom: 27px;
}
.pb-27-imp {
    padding-bottom: 27px !important;
}
.pl-27 {
    padding-left: 27px;
}
.pl-27-imp {
    padding-left: 27px !important;
}
.m-28 {
    margin: 28px;
}
.m-28-imp {
    margin: 28px !important;
}
.mt-28 {
    margin-top: 28px;
}
.mt-28-imp {
    margin-top: 28px !important;
}
.mr-28 {
    margin-right: 28px;
}
.mr-28-imp {
    margin-right: 28px !important;
}
.mb-28 {
    margin-bottom: 28px;
}
.mb-28-imp {
    margin-bottom: 28px !important;
}
.ml-28 {
    margin-left: 28px;
}
.ml-28-imp {
    margin-left: 28px !important;
}
.p-28 {
    padding: 28px;
}
.p-28-imp {
    padding: 28px !important;
}
.pt-28 {
    padding-top: 28px;
}
.pt-28-imp {
    padding-top: 28px !important;
}
.pr-28 {
    padding-right: 28px;
}
.pr-28-imp {
    padding-right: 28px !important;
}
.pb-28 {
    padding-bottom: 28px;
}
.pb-28-imp {
    padding-bottom: 28px !important;
}
.pl-28 {
    padding-left: 28px;
}
.pl-28-imp {
    padding-left: 28px !important;
}
.m-29 {
    margin: 29px;
}
.m-29-imp {
    margin: 29px !important;
}
.mt-29 {
    margin-top: 29px;
}
.mt-29-imp {
    margin-top: 29px !important;
}
.mr-29 {
    margin-right: 29px;
}
.mr-29-imp {
    margin-right: 29px !important;
}
.mb-29 {
    margin-bottom: 29px;
}
.mb-29-imp {
    margin-bottom: 29px !important;
}
.ml-29 {
    margin-left: 29px;
}
.ml-29-imp {
    margin-left: 29px !important;
}
.p-29 {
    padding: 29px;
}
.p-29-imp {
    padding: 29px !important;
}
.pt-29 {
    padding-top: 29px;
}
.pt-29-imp {
    padding-top: 29px !important;
}
.pr-29 {
    padding-right: 29px;
}
.pr-29-imp {
    padding-right: 29px !important;
}
.pb-29 {
    padding-bottom: 29px;
}
.pb-29-imp {
    padding-bottom: 29px !important;
}
.pl-29 {
    padding-left: 29px;
}
.pl-29-imp {
    padding-left: 29px !important;
}
.m-30 {
    margin: 30px;
}
.m-30-imp {
    margin: 30px !important;
}
.mt-30 {
    margin-top: 30px;
}
.mt-30-imp {
    margin-top: 30px !important;
}
.mr-30 {
    margin-right: 30px;
}
.mr-30-imp {
    margin-right: 30px !important;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-30-imp {
    margin-bottom: 30px !important;
}
.ml-30 {
    margin-left: 30px;
}
.ml-30-imp {
    margin-left: 30px !important;
}
.p-30 {
    padding: 30px;
}
.p-30-imp {
    padding: 30px !important;
}
.pt-30 {
    padding-top: 30px;
}
.pt-30-imp {
    padding-top: 30px !important;
}
.pr-30 {
    padding-right: 30px;
}
.pr-30-imp {
    padding-right: 30px !important;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-30-imp {
    padding-bottom: 30px !important;
}
.pl-30 {
    padding-left: 30px;
}
.pl-30-imp {
    padding-left: 30px !important;
}
.m-31 {
    margin: 31px;
}
.m-31-imp {
    margin: 31px !important;
}
.mt-31 {
    margin-top: 31px;
}
.mt-31-imp {
    margin-top: 31px !important;
}
.mr-31 {
    margin-right: 31px;
}
.mr-31-imp {
    margin-right: 31px !important;
}
.mb-31 {
    margin-bottom: 31px;
}
.mb-31-imp {
    margin-bottom: 31px !important;
}
.ml-31 {
    margin-left: 31px;
}
.ml-31-imp {
    margin-left: 31px !important;
}
.p-31 {
    padding: 31px;
}
.p-31-imp {
    padding: 31px !important;
}
.pt-31 {
    padding-top: 31px;
}
.pt-31-imp {
    padding-top: 31px !important;
}
.pr-31 {
    padding-right: 31px;
}
.pr-31-imp {
    padding-right: 31px !important;
}
.pb-31 {
    padding-bottom: 31px;
}
.pb-31-imp {
    padding-bottom: 31px !important;
}
.pl-31 {
    padding-left: 31px;
}
.pl-31-imp {
    padding-left: 31px !important;
}
.m-32 {
    margin: 32px;
}
.m-32-imp {
    margin: 32px !important;
}
.mt-32 {
    margin-top: 32px;
}
.mt-32-imp {
    margin-top: 32px !important;
}
.mr-32 {
    margin-right: 32px;
}
.mr-32-imp {
    margin-right: 32px !important;
}
.mb-32 {
    margin-bottom: 32px;
}
.mb-32-imp {
    margin-bottom: 32px !important;
}
.ml-32 {
    margin-left: 32px;
}
.ml-32-imp {
    margin-left: 32px !important;
}
.p-32 {
    padding: 32px;
}
.p-32-imp {
    padding: 32px !important;
}
.pt-32 {
    padding-top: 32px;
}
.pt-32-imp {
    padding-top: 32px !important;
}
.pr-32 {
    padding-right: 32px;
}
.pr-32-imp {
    padding-right: 32px !important;
}
.pb-32 {
    padding-bottom: 32px;
}
.pb-32-imp {
    padding-bottom: 32px !important;
}
.pl-32 {
    padding-left: 32px;
}
.pl-32-imp {
    padding-left: 32px !important;
}
.m-33 {
    margin: 33px;
}
.m-33-imp {
    margin: 33px !important;
}
.mt-33 {
    margin-top: 33px;
}
.mt-33-imp {
    margin-top: 33px !important;
}
.mr-33 {
    margin-right: 33px;
}
.mr-33-imp {
    margin-right: 33px !important;
}
.mb-33 {
    margin-bottom: 33px;
}
.mb-33-imp {
    margin-bottom: 33px !important;
}
.ml-33 {
    margin-left: 33px;
}
.ml-33-imp {
    margin-left: 33px !important;
}
.p-33 {
    padding: 33px;
}
.p-33-imp {
    padding: 33px !important;
}
.pt-33 {
    padding-top: 33px;
}
.pt-33-imp {
    padding-top: 33px !important;
}
.pr-33 {
    padding-right: 33px;
}
.pr-33-imp {
    padding-right: 33px !important;
}
.pb-33 {
    padding-bottom: 33px;
}
.pb-33-imp {
    padding-bottom: 33px !important;
}
.pl-33 {
    padding-left: 33px;
}
.pl-33-imp {
    padding-left: 33px !important;
}
.m-34 {
    margin: 34px;
}
.m-34-imp {
    margin: 34px !important;
}
.mt-34 {
    margin-top: 34px;
}
.mt-34-imp {
    margin-top: 34px !important;
}
.mr-34 {
    margin-right: 34px;
}
.mr-34-imp {
    margin-right: 34px !important;
}
.mb-34 {
    margin-bottom: 34px;
}
.mb-34-imp {
    margin-bottom: 34px !important;
}
.ml-34 {
    margin-left: 34px;
}
.ml-34-imp {
    margin-left: 34px !important;
}
.p-34 {
    padding: 34px;
}
.p-34-imp {
    padding: 34px !important;
}
.pt-34 {
    padding-top: 34px;
}
.pt-34-imp {
    padding-top: 34px !important;
}
.pr-34 {
    padding-right: 34px;
}
.pr-34-imp {
    padding-right: 34px !important;
}
.pb-34 {
    padding-bottom: 34px;
}
.pb-34-imp {
    padding-bottom: 34px !important;
}
.pl-34 {
    padding-left: 34px;
}
.pl-34-imp {
    padding-left: 34px !important;
}
.m-35 {
    margin: 35px;
}
.m-35-imp {
    margin: 35px !important;
}
.mt-35 {
    margin-top: 35px;
}
.mt-35-imp {
    margin-top: 35px !important;
}
.mr-35 {
    margin-right: 35px;
}
.mr-35-imp {
    margin-right: 35px !important;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-35-imp {
    margin-bottom: 35px !important;
}
.ml-35 {
    margin-left: 35px;
}
.ml-35-imp {
    margin-left: 35px !important;
}
.p-35 {
    padding: 35px;
}
.p-35-imp {
    padding: 35px !important;
}
.pt-35 {
    padding-top: 35px;
}
.pt-35-imp {
    padding-top: 35px !important;
}
.pr-35 {
    padding-right: 35px;
}
.pr-35-imp {
    padding-right: 35px !important;
}
.pb-35 {
    padding-bottom: 35px;
}
.pb-35-imp {
    padding-bottom: 35px !important;
}
.pl-35 {
    padding-left: 35px;
}
.pl-35-imp {
    padding-left: 35px !important;
}
.m-36 {
    margin: 36px;
}
.m-36-imp {
    margin: 36px !important;
}
.mt-36 {
    margin-top: 36px;
}
.mt-36-imp {
    margin-top: 36px !important;
}
.mr-36 {
    margin-right: 36px;
}
.mr-36-imp {
    margin-right: 36px !important;
}
.mb-36 {
    margin-bottom: 36px;
}
.mb-36-imp {
    margin-bottom: 36px !important;
}
.ml-36 {
    margin-left: 36px;
}
.ml-36-imp {
    margin-left: 36px !important;
}
.p-36 {
    padding: 36px;
}
.p-36-imp {
    padding: 36px !important;
}
.pt-36 {
    padding-top: 36px;
}
.pt-36-imp {
    padding-top: 36px !important;
}
.pr-36 {
    padding-right: 36px;
}
.pr-36-imp {
    padding-right: 36px !important;
}
.pb-36 {
    padding-bottom: 36px;
}
.pb-36-imp {
    padding-bottom: 36px !important;
}
.pl-36 {
    padding-left: 36px;
}
.pl-36-imp {
    padding-left: 36px !important;
}
.m-37 {
    margin: 37px;
}
.m-37-imp {
    margin: 37px !important;
}
.mt-37 {
    margin-top: 37px;
}
.mt-37-imp {
    margin-top: 37px !important;
}
.mr-37 {
    margin-right: 37px;
}
.mr-37-imp {
    margin-right: 37px !important;
}
.mb-37 {
    margin-bottom: 37px;
}
.mb-37-imp {
    margin-bottom: 37px !important;
}
.ml-37 {
    margin-left: 37px;
}
.ml-37-imp {
    margin-left: 37px !important;
}
.p-37 {
    padding: 37px;
}
.p-37-imp {
    padding: 37px !important;
}
.pt-37 {
    padding-top: 37px;
}
.pt-37-imp {
    padding-top: 37px !important;
}
.pr-37 {
    padding-right: 37px;
}
.pr-37-imp {
    padding-right: 37px !important;
}
.pb-37 {
    padding-bottom: 37px;
}
.pb-37-imp {
    padding-bottom: 37px !important;
}
.pl-37 {
    padding-left: 37px;
}
.pl-37-imp {
    padding-left: 37px !important;
}
.m-38 {
    margin: 38px;
}
.m-38-imp {
    margin: 38px !important;
}
.mt-38 {
    margin-top: 38px;
}
.mt-38-imp {
    margin-top: 38px !important;
}
.mr-38 {
    margin-right: 38px;
}
.mr-38-imp {
    margin-right: 38px !important;
}
.mb-38 {
    margin-bottom: 38px;
}
.mb-38-imp {
    margin-bottom: 38px !important;
}
.ml-38 {
    margin-left: 38px;
}
.ml-38-imp {
    margin-left: 38px !important;
}
.p-38 {
    padding: 38px;
}
.p-38-imp {
    padding: 38px !important;
}
.pt-38 {
    padding-top: 38px;
}
.pt-38-imp {
    padding-top: 38px !important;
}
.pr-38 {
    padding-right: 38px;
}
.pr-38-imp {
    padding-right: 38px !important;
}
.pb-38 {
    padding-bottom: 38px;
}
.pb-38-imp {
    padding-bottom: 38px !important;
}
.pl-38 {
    padding-left: 38px;
}
.pl-38-imp {
    padding-left: 38px !important;
}
.m-39 {
    margin: 39px;
}
.m-39-imp {
    margin: 39px !important;
}
.mt-39 {
    margin-top: 39px;
}
.mt-39-imp {
    margin-top: 39px !important;
}
.mr-39 {
    margin-right: 39px;
}
.mr-39-imp {
    margin-right: 39px !important;
}
.mb-39 {
    margin-bottom: 39px;
}
.mb-39-imp {
    margin-bottom: 39px !important;
}
.ml-39 {
    margin-left: 39px;
}
.ml-39-imp {
    margin-left: 39px !important;
}
.p-39 {
    padding: 39px;
}
.p-39-imp {
    padding: 39px !important;
}
.pt-39 {
    padding-top: 39px;
}
.pt-39-imp {
    padding-top: 39px !important;
}
.pr-39 {
    padding-right: 39px;
}
.pr-39-imp {
    padding-right: 39px !important;
}
.pb-39 {
    padding-bottom: 39px;
}
.pb-39-imp {
    padding-bottom: 39px !important;
}
.pl-39 {
    padding-left: 39px;
}
.pl-39-imp {
    padding-left: 39px !important;
}
.m-40 {
    margin: 40px;
}
.m-40-imp {
    margin: 40px !important;
}
.mt-40 {
    margin-top: 40px;
}
.mt-40-imp {
    margin-top: 40px !important;
}
.mr-40 {
    margin-right: 40px;
}
.mr-40-imp {
    margin-right: 40px !important;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-40-imp {
    margin-bottom: 40px !important;
}
.ml-40 {
    margin-left: 40px;
}
.ml-40-imp {
    margin-left: 40px !important;
}
.p-40 {
    padding: 40px;
}
.p-40-imp {
    padding: 40px !important;
}
.pt-40 {
    padding-top: 40px;
}
.pt-40-imp {
    padding-top: 40px !important;
}
.pr-40 {
    padding-right: 40px;
}
.pr-40-imp {
    padding-right: 40px !important;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-40-imp {
    padding-bottom: 40px !important;
}
.pl-40 {
    padding-left: 40px;
}
.pl-40-imp {
    padding-left: 40px !important;
}
.m-41 {
    margin: 41px;
}
.m-41-imp {
    margin: 41px !important;
}
.mt-41 {
    margin-top: 41px;
}
.mt-41-imp {
    margin-top: 41px !important;
}
.mr-41 {
    margin-right: 41px;
}
.mr-41-imp {
    margin-right: 41px !important;
}
.mb-41 {
    margin-bottom: 41px;
}
.mb-41-imp {
    margin-bottom: 41px !important;
}
.ml-41 {
    margin-left: 41px;
}
.ml-41-imp {
    margin-left: 41px !important;
}
.p-41 {
    padding: 41px;
}
.p-41-imp {
    padding: 41px !important;
}
.pt-41 {
    padding-top: 41px;
}
.pt-41-imp {
    padding-top: 41px !important;
}
.pr-41 {
    padding-right: 41px;
}
.pr-41-imp {
    padding-right: 41px !important;
}
.pb-41 {
    padding-bottom: 41px;
}
.pb-41-imp {
    padding-bottom: 41px !important;
}
.pl-41 {
    padding-left: 41px;
}
.pl-41-imp {
    padding-left: 41px !important;
}
.m-42 {
    margin: 42px;
}
.m-42-imp {
    margin: 42px !important;
}
.mt-42 {
    margin-top: 42px;
}
.mt-42-imp {
    margin-top: 42px !important;
}
.mr-42 {
    margin-right: 42px;
}
.mr-42-imp {
    margin-right: 42px !important;
}
.mb-42 {
    margin-bottom: 42px;
}
.mb-42-imp {
    margin-bottom: 42px !important;
}
.ml-42 {
    margin-left: 42px;
}
.ml-42-imp {
    margin-left: 42px !important;
}
.p-42 {
    padding: 42px;
}
.p-42-imp {
    padding: 42px !important;
}
.pt-42 {
    padding-top: 42px;
}
.pt-42-imp {
    padding-top: 42px !important;
}
.pr-42 {
    padding-right: 42px;
}
.pr-42-imp {
    padding-right: 42px !important;
}
.pb-42 {
    padding-bottom: 42px;
}
.pb-42-imp {
    padding-bottom: 42px !important;
}
.pl-42 {
    padding-left: 42px;
}
.pl-42-imp {
    padding-left: 42px !important;
}
.m-43 {
    margin: 43px;
}
.m-43-imp {
    margin: 43px !important;
}
.mt-43 {
    margin-top: 43px;
}
.mt-43-imp {
    margin-top: 43px !important;
}
.mr-43 {
    margin-right: 43px;
}
.mr-43-imp {
    margin-right: 43px !important;
}
.mb-43 {
    margin-bottom: 43px;
}
.mb-43-imp {
    margin-bottom: 43px !important;
}
.ml-43 {
    margin-left: 43px;
}
.ml-43-imp {
    margin-left: 43px !important;
}
.p-43 {
    padding: 43px;
}
.p-43-imp {
    padding: 43px !important;
}
.pt-43 {
    padding-top: 43px;
}
.pt-43-imp {
    padding-top: 43px !important;
}
.pr-43 {
    padding-right: 43px;
}
.pr-43-imp {
    padding-right: 43px !important;
}
.pb-43 {
    padding-bottom: 43px;
}
.pb-43-imp {
    padding-bottom: 43px !important;
}
.pl-43 {
    padding-left: 43px;
}
.pl-43-imp {
    padding-left: 43px !important;
}
.m-44 {
    margin: 44px;
}
.m-44-imp {
    margin: 44px !important;
}
.mt-44 {
    margin-top: 44px;
}
.mt-44-imp {
    margin-top: 44px !important;
}
.mr-44 {
    margin-right: 44px;
}
.mr-44-imp {
    margin-right: 44px !important;
}
.mb-44 {
    margin-bottom: 44px;
}
.mb-44-imp {
    margin-bottom: 44px !important;
}
.ml-44 {
    margin-left: 44px;
}
.ml-44-imp {
    margin-left: 44px !important;
}
.p-44 {
    padding: 44px;
}
.p-44-imp {
    padding: 44px !important;
}
.pt-44 {
    padding-top: 44px;
}
.pt-44-imp {
    padding-top: 44px !important;
}
.pr-44 {
    padding-right: 44px;
}
.pr-44-imp {
    padding-right: 44px !important;
}
.pb-44 {
    padding-bottom: 44px;
}
.pb-44-imp {
    padding-bottom: 44px !important;
}
.pl-44 {
    padding-left: 44px;
}
.pl-44-imp {
    padding-left: 44px !important;
}
.m-45 {
    margin: 45px;
}
.m-45-imp {
    margin: 45px !important;
}
.mt-45 {
    margin-top: 45px;
}
.mt-45-imp {
    margin-top: 45px !important;
}
.mr-45 {
    margin-right: 45px;
}
.mr-45-imp {
    margin-right: 45px !important;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-45-imp {
    margin-bottom: 45px !important;
}
.ml-45 {
    margin-left: 45px;
}
.ml-45-imp {
    margin-left: 45px !important;
}
.p-45 {
    padding: 45px;
}
.p-45-imp {
    padding: 45px !important;
}
.pt-45 {
    padding-top: 45px;
}
.pt-45-imp {
    padding-top: 45px !important;
}
.pr-45 {
    padding-right: 45px;
}
.pr-45-imp {
    padding-right: 45px !important;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-45-imp {
    padding-bottom: 45px !important;
}
.pl-45 {
    padding-left: 45px;
}
.pl-45-imp {
    padding-left: 45px !important;
}
.m-46 {
    margin: 46px;
}
.m-46-imp {
    margin: 46px !important;
}
.mt-46 {
    margin-top: 46px;
}
.mt-46-imp {
    margin-top: 46px !important;
}
.mr-46 {
    margin-right: 46px;
}
.mr-46-imp {
    margin-right: 46px !important;
}
.mb-46 {
    margin-bottom: 46px;
}
.mb-46-imp {
    margin-bottom: 46px !important;
}
.ml-46 {
    margin-left: 46px;
}
.ml-46-imp {
    margin-left: 46px !important;
}
.p-46 {
    padding: 46px;
}
.p-46-imp {
    padding: 46px !important;
}
.pt-46 {
    padding-top: 46px;
}
.pt-46-imp {
    padding-top: 46px !important;
}
.pr-46 {
    padding-right: 46px;
}
.pr-46-imp {
    padding-right: 46px !important;
}
.pb-46 {
    padding-bottom: 46px;
}
.pb-46-imp {
    padding-bottom: 46px !important;
}
.pl-46 {
    padding-left: 46px;
}
.pl-46-imp {
    padding-left: 46px !important;
}
.m-47 {
    margin: 47px;
}
.m-47-imp {
    margin: 47px !important;
}
.mt-47 {
    margin-top: 47px;
}
.mt-47-imp {
    margin-top: 47px !important;
}
.mr-47 {
    margin-right: 47px;
}
.mr-47-imp {
    margin-right: 47px !important;
}
.mb-47 {
    margin-bottom: 47px;
}
.mb-47-imp {
    margin-bottom: 47px !important;
}
.ml-47 {
    margin-left: 47px;
}
.ml-47-imp {
    margin-left: 47px !important;
}
.p-47 {
    padding: 47px;
}
.p-47-imp {
    padding: 47px !important;
}
.pt-47 {
    padding-top: 47px;
}
.pt-47-imp {
    padding-top: 47px !important;
}
.pr-47 {
    padding-right: 47px;
}
.pr-47-imp {
    padding-right: 47px !important;
}
.pb-47 {
    padding-bottom: 47px;
}
.pb-47-imp {
    padding-bottom: 47px !important;
}
.pl-47 {
    padding-left: 47px;
}
.pl-47-imp {
    padding-left: 47px !important;
}
.m-48 {
    margin: 48px;
}
.m-48-imp {
    margin: 48px !important;
}
.mt-48 {
    margin-top: 48px;
}
.mt-48-imp {
    margin-top: 48px !important;
}
.mr-48 {
    margin-right: 48px;
}
.mr-48-imp {
    margin-right: 48px !important;
}
.mb-48 {
    margin-bottom: 48px;
}
.mb-48-imp {
    margin-bottom: 48px !important;
}
.ml-48 {
    margin-left: 48px;
}
.ml-48-imp {
    margin-left: 48px !important;
}
.p-48 {
    padding: 48px;
}
.p-48-imp {
    padding: 48px !important;
}
.pt-48 {
    padding-top: 48px;
}
.pt-48-imp {
    padding-top: 48px !important;
}
.pr-48 {
    padding-right: 48px;
}
.pr-48-imp {
    padding-right: 48px !important;
}
.pb-48 {
    padding-bottom: 48px;
}
.pb-48-imp {
    padding-bottom: 48px !important;
}
.pl-48 {
    padding-left: 48px;
}
.pl-48-imp {
    padding-left: 48px !important;
}
.m-49 {
    margin: 49px;
}
.m-49-imp {
    margin: 49px !important;
}
.mt-49 {
    margin-top: 49px;
}
.mt-49-imp {
    margin-top: 49px !important;
}
.mr-49 {
    margin-right: 49px;
}
.mr-49-imp {
    margin-right: 49px !important;
}
.mb-49 {
    margin-bottom: 49px;
}
.mb-49-imp {
    margin-bottom: 49px !important;
}
.ml-49 {
    margin-left: 49px;
}
.ml-49-imp {
    margin-left: 49px !important;
}
.p-49 {
    padding: 49px;
}
.p-49-imp {
    padding: 49px !important;
}
.pt-49 {
    padding-top: 49px;
}
.pt-49-imp {
    padding-top: 49px !important;
}
.pr-49 {
    padding-right: 49px;
}
.pr-49-imp {
    padding-right: 49px !important;
}
.pb-49 {
    padding-bottom: 49px;
}
.pb-49-imp {
    padding-bottom: 49px !important;
}
.pl-49 {
    padding-left: 49px;
}
.pl-49-imp {
    padding-left: 49px !important;
}
.m-50 {
    margin: 50px;
}
.m-50-imp {
    margin: 50px !important;
}
.mt-50 {
    margin-top: 50px;
}
.mt-50-imp {
    margin-top: 50px !important;
}
.mr-50 {
    margin-right: 50px;
}
.mr-50-imp {
    margin-right: 50px !important;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-50-imp {
    margin-bottom: 50px !important;
}
.ml-50 {
    margin-left: 50px;
}
.ml-50-imp {
    margin-left: 50px !important;
}
.p-50 {
    padding: 50px;
}
.p-50-imp {
    padding: 50px !important;
}
.pt-50 {
    padding-top: 50px;
}
.pt-50-imp {
    padding-top: 50px !important;
}
.pr-50 {
    padding-right: 50px;
}
.pr-50-imp {
    padding-right: 50px !important;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-50-imp {
    padding-bottom: 50px !important;
}
.pl-50 {
    padding-left: 50px;
}
.pl-50-imp {
    padding-left: 50px !important;
}
.m-51 {
    margin: 51px;
}
.m-51-imp {
    margin: 51px !important;
}
.mt-51 {
    margin-top: 51px;
}
.mt-51-imp {
    margin-top: 51px !important;
}
.mr-51 {
    margin-right: 51px;
}
.mr-51-imp {
    margin-right: 51px !important;
}
.mb-51 {
    margin-bottom: 51px;
}
.mb-51-imp {
    margin-bottom: 51px !important;
}
.ml-51 {
    margin-left: 51px;
}
.ml-51-imp {
    margin-left: 51px !important;
}
.p-51 {
    padding: 51px;
}
.p-51-imp {
    padding: 51px !important;
}
.pt-51 {
    padding-top: 51px;
}
.pt-51-imp {
    padding-top: 51px !important;
}
.pr-51 {
    padding-right: 51px;
}
.pr-51-imp {
    padding-right: 51px !important;
}
.pb-51 {
    padding-bottom: 51px;
}
.pb-51-imp {
    padding-bottom: 51px !important;
}
.pl-51 {
    padding-left: 51px;
}
.pl-51-imp {
    padding-left: 51px !important;
}
.m-52 {
    margin: 52px;
}
.m-52-imp {
    margin: 52px !important;
}
.mt-52 {
    margin-top: 52px;
}
.mt-52-imp {
    margin-top: 52px !important;
}
.mr-52 {
    margin-right: 52px;
}
.mr-52-imp {
    margin-right: 52px !important;
}
.mb-52 {
    margin-bottom: 52px;
}
.mb-52-imp {
    margin-bottom: 52px !important;
}
.ml-52 {
    margin-left: 52px;
}
.ml-52-imp {
    margin-left: 52px !important;
}
.p-52 {
    padding: 52px;
}
.p-52-imp {
    padding: 52px !important;
}
.pt-52 {
    padding-top: 52px;
}
.pt-52-imp {
    padding-top: 52px !important;
}
.pr-52 {
    padding-right: 52px;
}
.pr-52-imp {
    padding-right: 52px !important;
}
.pb-52 {
    padding-bottom: 52px;
}
.pb-52-imp {
    padding-bottom: 52px !important;
}
.pl-52 {
    padding-left: 52px;
}
.pl-52-imp {
    padding-left: 52px !important;
}
.m-53 {
    margin: 53px;
}
.m-53-imp {
    margin: 53px !important;
}
.mt-53 {
    margin-top: 53px;
}
.mt-53-imp {
    margin-top: 53px !important;
}
.mr-53 {
    margin-right: 53px;
}
.mr-53-imp {
    margin-right: 53px !important;
}
.mb-53 {
    margin-bottom: 53px;
}
.mb-53-imp {
    margin-bottom: 53px !important;
}
.ml-53 {
    margin-left: 53px;
}
.ml-53-imp {
    margin-left: 53px !important;
}
.p-53 {
    padding: 53px;
}
.p-53-imp {
    padding: 53px !important;
}
.pt-53 {
    padding-top: 53px;
}
.pt-53-imp {
    padding-top: 53px !important;
}
.pr-53 {
    padding-right: 53px;
}
.pr-53-imp {
    padding-right: 53px !important;
}
.pb-53 {
    padding-bottom: 53px;
}
.pb-53-imp {
    padding-bottom: 53px !important;
}
.pl-53 {
    padding-left: 53px;
}
.pl-53-imp {
    padding-left: 53px !important;
}
.m-54 {
    margin: 54px;
}
.m-54-imp {
    margin: 54px !important;
}
.mt-54 {
    margin-top: 54px;
}
.mt-54-imp {
    margin-top: 54px !important;
}
.mr-54 {
    margin-right: 54px;
}
.mr-54-imp {
    margin-right: 54px !important;
}
.mb-54 {
    margin-bottom: 54px;
}
.mb-54-imp {
    margin-bottom: 54px !important;
}
.ml-54 {
    margin-left: 54px;
}
.ml-54-imp {
    margin-left: 54px !important;
}
.p-54 {
    padding: 54px;
}
.p-54-imp {
    padding: 54px !important;
}
.pt-54 {
    padding-top: 54px;
}
.pt-54-imp {
    padding-top: 54px !important;
}
.pr-54 {
    padding-right: 54px;
}
.pr-54-imp {
    padding-right: 54px !important;
}
.pb-54 {
    padding-bottom: 54px;
}
.pb-54-imp {
    padding-bottom: 54px !important;
}
.pl-54 {
    padding-left: 54px;
}
.pl-54-imp {
    padding-left: 54px !important;
}
.m-55 {
    margin: 55px;
}
.m-55-imp {
    margin: 55px !important;
}
.mt-55 {
    margin-top: 55px;
}
.mt-55-imp {
    margin-top: 55px !important;
}
.mr-55 {
    margin-right: 55px;
}
.mr-55-imp {
    margin-right: 55px !important;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-55-imp {
    margin-bottom: 55px !important;
}
.ml-55 {
    margin-left: 55px;
}
.ml-55-imp {
    margin-left: 55px !important;
}
.p-55 {
    padding: 55px;
}
.p-55-imp {
    padding: 55px !important;
}
.pt-55 {
    padding-top: 55px;
}
.pt-55-imp {
    padding-top: 55px !important;
}
.pr-55 {
    padding-right: 55px;
}
.pr-55-imp {
    padding-right: 55px !important;
}
.pb-55 {
    padding-bottom: 55px;
}
.pb-55-imp {
    padding-bottom: 55px !important;
}
.pl-55 {
    padding-left: 55px;
}
.pl-55-imp {
    padding-left: 55px !important;
}
.m-56 {
    margin: 56px;
}
.m-56-imp {
    margin: 56px !important;
}
.mt-56 {
    margin-top: 56px;
}
.mt-56-imp {
    margin-top: 56px !important;
}
.mr-56 {
    margin-right: 56px;
}
.mr-56-imp {
    margin-right: 56px !important;
}
.mb-56 {
    margin-bottom: 56px;
}
.mb-56-imp {
    margin-bottom: 56px !important;
}
.ml-56 {
    margin-left: 56px;
}
.ml-56-imp {
    margin-left: 56px !important;
}
.p-56 {
    padding: 56px;
}
.p-56-imp {
    padding: 56px !important;
}
.pt-56 {
    padding-top: 56px;
}
.pt-56-imp {
    padding-top: 56px !important;
}
.pr-56 {
    padding-right: 56px;
}
.pr-56-imp {
    padding-right: 56px !important;
}
.pb-56 {
    padding-bottom: 56px;
}
.pb-56-imp {
    padding-bottom: 56px !important;
}
.pl-56 {
    padding-left: 56px;
}
.pl-56-imp {
    padding-left: 56px !important;
}
.m-57 {
    margin: 57px;
}
.m-57-imp {
    margin: 57px !important;
}
.mt-57 {
    margin-top: 57px;
}
.mt-57-imp {
    margin-top: 57px !important;
}
.mr-57 {
    margin-right: 57px;
}
.mr-57-imp {
    margin-right: 57px !important;
}
.mb-57 {
    margin-bottom: 57px;
}
.mb-57-imp {
    margin-bottom: 57px !important;
}
.ml-57 {
    margin-left: 57px;
}
.ml-57-imp {
    margin-left: 57px !important;
}
.p-57 {
    padding: 57px;
}
.p-57-imp {
    padding: 57px !important;
}
.pt-57 {
    padding-top: 57px;
}
.pt-57-imp {
    padding-top: 57px !important;
}
.pr-57 {
    padding-right: 57px;
}
.pr-57-imp {
    padding-right: 57px !important;
}
.pb-57 {
    padding-bottom: 57px;
}
.pb-57-imp {
    padding-bottom: 57px !important;
}
.pl-57 {
    padding-left: 57px;
}
.pl-57-imp {
    padding-left: 57px !important;
}
.m-58 {
    margin: 58px;
}
.m-58-imp {
    margin: 58px !important;
}
.mt-58 {
    margin-top: 58px;
}
.mt-58-imp {
    margin-top: 58px !important;
}
.mr-58 {
    margin-right: 58px;
}
.mr-58-imp {
    margin-right: 58px !important;
}
.mb-58 {
    margin-bottom: 58px;
}
.mb-58-imp {
    margin-bottom: 58px !important;
}
.ml-58 {
    margin-left: 58px;
}
.ml-58-imp {
    margin-left: 58px !important;
}
.p-58 {
    padding: 58px;
}
.p-58-imp {
    padding: 58px !important;
}
.pt-58 {
    padding-top: 58px;
}
.pt-58-imp {
    padding-top: 58px !important;
}
.pr-58 {
    padding-right: 58px;
}
.pr-58-imp {
    padding-right: 58px !important;
}
.pb-58 {
    padding-bottom: 58px;
}
.pb-58-imp {
    padding-bottom: 58px !important;
}
.pl-58 {
    padding-left: 58px;
}
.pl-58-imp {
    padding-left: 58px !important;
}
.m-59 {
    margin: 59px;
}
.m-59-imp {
    margin: 59px !important;
}
.mt-59 {
    margin-top: 59px;
}
.mt-59-imp {
    margin-top: 59px !important;
}
.mr-59 {
    margin-right: 59px;
}
.mr-59-imp {
    margin-right: 59px !important;
}
.mb-59 {
    margin-bottom: 59px;
}
.mb-59-imp {
    margin-bottom: 59px !important;
}
.ml-59 {
    margin-left: 59px;
}
.ml-59-imp {
    margin-left: 59px !important;
}
.p-59 {
    padding: 59px;
}
.p-59-imp {
    padding: 59px !important;
}
.pt-59 {
    padding-top: 59px;
}
.pt-59-imp {
    padding-top: 59px !important;
}
.pr-59 {
    padding-right: 59px;
}
.pr-59-imp {
    padding-right: 59px !important;
}
.pb-59 {
    padding-bottom: 59px;
}
.pb-59-imp {
    padding-bottom: 59px !important;
}
.pl-59 {
    padding-left: 59px;
}
.pl-59-imp {
    padding-left: 59px !important;
}
.m-60 {
    margin: 60px;
}
.m-60-imp {
    margin: 60px !important;
}
.mt-60 {
    margin-top: 60px;
}
.mt-60-imp {
    margin-top: 60px !important;
}
.mr-60 {
    margin-right: 60px;
}
.mr-60-imp {
    margin-right: 60px !important;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-60-imp {
    margin-bottom: 60px !important;
}
.ml-60 {
    margin-left: 60px;
}
.ml-60-imp {
    margin-left: 60px !important;
}
.p-60 {
    padding: 60px;
}
.p-60-imp {
    padding: 60px !important;
}
.pt-60 {
    padding-top: 60px;
}
.pt-60-imp {
    padding-top: 60px !important;
}
.pr-60 {
    padding-right: 60px;
}
.pr-60-imp {
    padding-right: 60px !important;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-60-imp {
    padding-bottom: 60px !important;
}
.pl-60 {
    padding-left: 60px;
}
.pl-60-imp {
    padding-left: 60px !important;
}
.m-61 {
    margin: 61px;
}
.m-61-imp {
    margin: 61px !important;
}
.mt-61 {
    margin-top: 61px;
}
.mt-61-imp {
    margin-top: 61px !important;
}
.mr-61 {
    margin-right: 61px;
}
.mr-61-imp {
    margin-right: 61px !important;
}
.mb-61 {
    margin-bottom: 61px;
}
.mb-61-imp {
    margin-bottom: 61px !important;
}
.ml-61 {
    margin-left: 61px;
}
.ml-61-imp {
    margin-left: 61px !important;
}
.p-61 {
    padding: 61px;
}
.p-61-imp {
    padding: 61px !important;
}
.pt-61 {
    padding-top: 61px;
}
.pt-61-imp {
    padding-top: 61px !important;
}
.pr-61 {
    padding-right: 61px;
}
.pr-61-imp {
    padding-right: 61px !important;
}
.pb-61 {
    padding-bottom: 61px;
}
.pb-61-imp {
    padding-bottom: 61px !important;
}
.pl-61 {
    padding-left: 61px;
}
.pl-61-imp {
    padding-left: 61px !important;
}
.m-62 {
    margin: 62px;
}
.m-62-imp {
    margin: 62px !important;
}
.mt-62 {
    margin-top: 62px;
}
.mt-62-imp {
    margin-top: 62px !important;
}
.mr-62 {
    margin-right: 62px;
}
.mr-62-imp {
    margin-right: 62px !important;
}
.mb-62 {
    margin-bottom: 62px;
}
.mb-62-imp {
    margin-bottom: 62px !important;
}
.ml-62 {
    margin-left: 62px;
}
.ml-62-imp {
    margin-left: 62px !important;
}
.p-62 {
    padding: 62px;
}
.p-62-imp {
    padding: 62px !important;
}
.pt-62 {
    padding-top: 62px;
}
.pt-62-imp {
    padding-top: 62px !important;
}
.pr-62 {
    padding-right: 62px;
}
.pr-62-imp {
    padding-right: 62px !important;
}
.pb-62 {
    padding-bottom: 62px;
}
.pb-62-imp {
    padding-bottom: 62px !important;
}
.pl-62 {
    padding-left: 62px;
}
.pl-62-imp {
    padding-left: 62px !important;
}
.m-63 {
    margin: 63px;
}
.m-63-imp {
    margin: 63px !important;
}
.mt-63 {
    margin-top: 63px;
}
.mt-63-imp {
    margin-top: 63px !important;
}
.mr-63 {
    margin-right: 63px;
}
.mr-63-imp {
    margin-right: 63px !important;
}
.mb-63 {
    margin-bottom: 63px;
}
.mb-63-imp {
    margin-bottom: 63px !important;
}
.ml-63 {
    margin-left: 63px;
}
.ml-63-imp {
    margin-left: 63px !important;
}
.p-63 {
    padding: 63px;
}
.p-63-imp {
    padding: 63px !important;
}
.pt-63 {
    padding-top: 63px;
}
.pt-63-imp {
    padding-top: 63px !important;
}
.pr-63 {
    padding-right: 63px;
}
.pr-63-imp {
    padding-right: 63px !important;
}
.pb-63 {
    padding-bottom: 63px;
}
.pb-63-imp {
    padding-bottom: 63px !important;
}
.pl-63 {
    padding-left: 63px;
}
.pl-63-imp {
    padding-left: 63px !important;
}
.m-64 {
    margin: 64px;
}
.m-64-imp {
    margin: 64px !important;
}
.mt-64 {
    margin-top: 64px;
}
.mt-64-imp {
    margin-top: 64px !important;
}
.mr-64 {
    margin-right: 64px;
}
.mr-64-imp {
    margin-right: 64px !important;
}
.mb-64 {
    margin-bottom: 64px;
}
.mb-64-imp {
    margin-bottom: 64px !important;
}
.ml-64 {
    margin-left: 64px;
}
.ml-64-imp {
    margin-left: 64px !important;
}
.p-64 {
    padding: 64px;
}
.p-64-imp {
    padding: 64px !important;
}
.pt-64 {
    padding-top: 64px;
}
.pt-64-imp {
    padding-top: 64px !important;
}
.pr-64 {
    padding-right: 64px;
}
.pr-64-imp {
    padding-right: 64px !important;
}
.pb-64 {
    padding-bottom: 64px;
}
.pb-64-imp {
    padding-bottom: 64px !important;
}
.pl-64 {
    padding-left: 64px;
}
.pl-64-imp {
    padding-left: 64px !important;
}
.m-65 {
    margin: 65px;
}
.m-65-imp {
    margin: 65px !important;
}
.mt-65 {
    margin-top: 65px;
}
.mt-65-imp {
    margin-top: 65px !important;
}
.mr-65 {
    margin-right: 65px;
}
.mr-65-imp {
    margin-right: 65px !important;
}
.mb-65 {
    margin-bottom: 65px;
}
.mb-65-imp {
    margin-bottom: 65px !important;
}
.ml-65 {
    margin-left: 65px;
}
.ml-65-imp {
    margin-left: 65px !important;
}
.p-65 {
    padding: 65px;
}
.p-65-imp {
    padding: 65px !important;
}
.pt-65 {
    padding-top: 65px;
}
.pt-65-imp {
    padding-top: 65px !important;
}
.pr-65 {
    padding-right: 65px;
}
.pr-65-imp {
    padding-right: 65px !important;
}
.pb-65 {
    padding-bottom: 65px;
}
.pb-65-imp {
    padding-bottom: 65px !important;
}
.pl-65 {
    padding-left: 65px;
}
.pl-65-imp {
    padding-left: 65px !important;
}
.m-66 {
    margin: 66px;
}
.m-66-imp {
    margin: 66px !important;
}
.mt-66 {
    margin-top: 66px;
}
.mt-66-imp {
    margin-top: 66px !important;
}
.mr-66 {
    margin-right: 66px;
}
.mr-66-imp {
    margin-right: 66px !important;
}
.mb-66 {
    margin-bottom: 66px;
}
.mb-66-imp {
    margin-bottom: 66px !important;
}
.ml-66 {
    margin-left: 66px;
}
.ml-66-imp {
    margin-left: 66px !important;
}
.p-66 {
    padding: 66px;
}
.p-66-imp {
    padding: 66px !important;
}
.pt-66 {
    padding-top: 66px;
}
.pt-66-imp {
    padding-top: 66px !important;
}
.pr-66 {
    padding-right: 66px;
}
.pr-66-imp {
    padding-right: 66px !important;
}
.pb-66 {
    padding-bottom: 66px;
}
.pb-66-imp {
    padding-bottom: 66px !important;
}
.pl-66 {
    padding-left: 66px;
}
.pl-66-imp {
    padding-left: 66px !important;
}
.m-67 {
    margin: 67px;
}
.m-67-imp {
    margin: 67px !important;
}
.mt-67 {
    margin-top: 67px;
}
.mt-67-imp {
    margin-top: 67px !important;
}
.mr-67 {
    margin-right: 67px;
}
.mr-67-imp {
    margin-right: 67px !important;
}
.mb-67 {
    margin-bottom: 67px;
}
.mb-67-imp {
    margin-bottom: 67px !important;
}
.ml-67 {
    margin-left: 67px;
}
.ml-67-imp {
    margin-left: 67px !important;
}
.p-67 {
    padding: 67px;
}
.p-67-imp {
    padding: 67px !important;
}
.pt-67 {
    padding-top: 67px;
}
.pt-67-imp {
    padding-top: 67px !important;
}
.pr-67 {
    padding-right: 67px;
}
.pr-67-imp {
    padding-right: 67px !important;
}
.pb-67 {
    padding-bottom: 67px;
}
.pb-67-imp {
    padding-bottom: 67px !important;
}
.pl-67 {
    padding-left: 67px;
}
.pl-67-imp {
    padding-left: 67px !important;
}
.m-68 {
    margin: 68px;
}
.m-68-imp {
    margin: 68px !important;
}
.mt-68 {
    margin-top: 68px;
}
.mt-68-imp {
    margin-top: 68px !important;
}
.mr-68 {
    margin-right: 68px;
}
.mr-68-imp {
    margin-right: 68px !important;
}
.mb-68 {
    margin-bottom: 68px;
}
.mb-68-imp {
    margin-bottom: 68px !important;
}
.ml-68 {
    margin-left: 68px;
}
.ml-68-imp {
    margin-left: 68px !important;
}
.p-68 {
    padding: 68px;
}
.p-68-imp {
    padding: 68px !important;
}
.pt-68 {
    padding-top: 68px;
}
.pt-68-imp {
    padding-top: 68px !important;
}
.pr-68 {
    padding-right: 68px;
}
.pr-68-imp {
    padding-right: 68px !important;
}
.pb-68 {
    padding-bottom: 68px;
}
.pb-68-imp {
    padding-bottom: 68px !important;
}
.pl-68 {
    padding-left: 68px;
}
.pl-68-imp {
    padding-left: 68px !important;
}
.m-69 {
    margin: 69px;
}
.m-69-imp {
    margin: 69px !important;
}
.mt-69 {
    margin-top: 69px;
}
.mt-69-imp {
    margin-top: 69px !important;
}
.mr-69 {
    margin-right: 69px;
}
.mr-69-imp {
    margin-right: 69px !important;
}
.mb-69 {
    margin-bottom: 69px;
}
.mb-69-imp {
    margin-bottom: 69px !important;
}
.ml-69 {
    margin-left: 69px;
}
.ml-69-imp {
    margin-left: 69px !important;
}
.p-69 {
    padding: 69px;
}
.p-69-imp {
    padding: 69px !important;
}
.pt-69 {
    padding-top: 69px;
}
.pt-69-imp {
    padding-top: 69px !important;
}
.pr-69 {
    padding-right: 69px;
}
.pr-69-imp {
    padding-right: 69px !important;
}
.pb-69 {
    padding-bottom: 69px;
}
.pb-69-imp {
    padding-bottom: 69px !important;
}
.pl-69 {
    padding-left: 69px;
}
.pl-69-imp {
    padding-left: 69px !important;
}
.m-70 {
    margin: 70px;
}
.m-70-imp {
    margin: 70px !important;
}
.mt-70 {
    margin-top: 70px;
}
.mt-70-imp {
    margin-top: 70px !important;
}
.mr-70 {
    margin-right: 70px;
}
.mr-70-imp {
    margin-right: 70px !important;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-70-imp {
    margin-bottom: 70px !important;
}
.ml-70 {
    margin-left: 70px;
}
.ml-70-imp {
    margin-left: 70px !important;
}
.p-70 {
    padding: 70px;
}
.p-70-imp {
    padding: 70px !important;
}
.pt-70 {
    padding-top: 70px;
}
.pt-70-imp {
    padding-top: 70px !important;
}
.pr-70 {
    padding-right: 70px;
}
.pr-70-imp {
    padding-right: 70px !important;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-70-imp {
    padding-bottom: 70px !important;
}
.pl-70 {
    padding-left: 70px;
}
.pl-70-imp {
    padding-left: 70px !important;
}
.m-71 {
    margin: 71px;
}
.m-71-imp {
    margin: 71px !important;
}
.mt-71 {
    margin-top: 71px;
}
.mt-71-imp {
    margin-top: 71px !important;
}
.mr-71 {
    margin-right: 71px;
}
.mr-71-imp {
    margin-right: 71px !important;
}
.mb-71 {
    margin-bottom: 71px;
}
.mb-71-imp {
    margin-bottom: 71px !important;
}
.ml-71 {
    margin-left: 71px;
}
.ml-71-imp {
    margin-left: 71px !important;
}
.p-71 {
    padding: 71px;
}
.p-71-imp {
    padding: 71px !important;
}
.pt-71 {
    padding-top: 71px;
}
.pt-71-imp {
    padding-top: 71px !important;
}
.pr-71 {
    padding-right: 71px;
}
.pr-71-imp {
    padding-right: 71px !important;
}
.pb-71 {
    padding-bottom: 71px;
}
.pb-71-imp {
    padding-bottom: 71px !important;
}
.pl-71 {
    padding-left: 71px;
}
.pl-71-imp {
    padding-left: 71px !important;
}
.m-72 {
    margin: 72px;
}
.m-72-imp {
    margin: 72px !important;
}
.mt-72 {
    margin-top: 72px;
}
.mt-72-imp {
    margin-top: 72px !important;
}
.mr-72 {
    margin-right: 72px;
}
.mr-72-imp {
    margin-right: 72px !important;
}
.mb-72 {
    margin-bottom: 72px;
}
.mb-72-imp {
    margin-bottom: 72px !important;
}
.ml-72 {
    margin-left: 72px;
}
.ml-72-imp {
    margin-left: 72px !important;
}
.p-72 {
    padding: 72px;
}
.p-72-imp {
    padding: 72px !important;
}
.pt-72 {
    padding-top: 72px;
}
.pt-72-imp {
    padding-top: 72px !important;
}
.pr-72 {
    padding-right: 72px;
}
.pr-72-imp {
    padding-right: 72px !important;
}
.pb-72 {
    padding-bottom: 72px;
}
.pb-72-imp {
    padding-bottom: 72px !important;
}
.pl-72 {
    padding-left: 72px;
}
.pl-72-imp {
    padding-left: 72px !important;
}
.m-73 {
    margin: 73px;
}
.m-73-imp {
    margin: 73px !important;
}
.mt-73 {
    margin-top: 73px;
}
.mt-73-imp {
    margin-top: 73px !important;
}
.mr-73 {
    margin-right: 73px;
}
.mr-73-imp {
    margin-right: 73px !important;
}
.mb-73 {
    margin-bottom: 73px;
}
.mb-73-imp {
    margin-bottom: 73px !important;
}
.ml-73 {
    margin-left: 73px;
}
.ml-73-imp {
    margin-left: 73px !important;
}
.p-73 {
    padding: 73px;
}
.p-73-imp {
    padding: 73px !important;
}
.pt-73 {
    padding-top: 73px;
}
.pt-73-imp {
    padding-top: 73px !important;
}
.pr-73 {
    padding-right: 73px;
}
.pr-73-imp {
    padding-right: 73px !important;
}
.pb-73 {
    padding-bottom: 73px;
}
.pb-73-imp {
    padding-bottom: 73px !important;
}
.pl-73 {
    padding-left: 73px;
}
.pl-73-imp {
    padding-left: 73px !important;
}
.m-74 {
    margin: 74px;
}
.m-74-imp {
    margin: 74px !important;
}
.mt-74 {
    margin-top: 74px;
}
.mt-74-imp {
    margin-top: 74px !important;
}
.mr-74 {
    margin-right: 74px;
}
.mr-74-imp {
    margin-right: 74px !important;
}
.mb-74 {
    margin-bottom: 74px;
}
.mb-74-imp {
    margin-bottom: 74px !important;
}
.ml-74 {
    margin-left: 74px;
}
.ml-74-imp {
    margin-left: 74px !important;
}
.p-74 {
    padding: 74px;
}
.p-74-imp {
    padding: 74px !important;
}
.pt-74 {
    padding-top: 74px;
}
.pt-74-imp {
    padding-top: 74px !important;
}
.pr-74 {
    padding-right: 74px;
}
.pr-74-imp {
    padding-right: 74px !important;
}
.pb-74 {
    padding-bottom: 74px;
}
.pb-74-imp {
    padding-bottom: 74px !important;
}
.pl-74 {
    padding-left: 74px;
}
.pl-74-imp {
    padding-left: 74px !important;
}
.m-75 {
    margin: 75px;
}
.m-75-imp {
    margin: 75px !important;
}
.mt-75 {
    margin-top: 75px;
}
.mt-75-imp {
    margin-top: 75px !important;
}
.mr-75 {
    margin-right: 75px;
}
.mr-75-imp {
    margin-right: 75px !important;
}
.mb-75 {
    margin-bottom: 75px;
}
.mb-75-imp {
    margin-bottom: 75px !important;
}
.ml-75 {
    margin-left: 75px;
}
.ml-75-imp {
    margin-left: 75px !important;
}
.p-75 {
    padding: 75px;
}
.p-75-imp {
    padding: 75px !important;
}
.pt-75 {
    padding-top: 75px;
}
.pt-75-imp {
    padding-top: 75px !important;
}
.pr-75 {
    padding-right: 75px;
}
.pr-75-imp {
    padding-right: 75px !important;
}
.pb-75 {
    padding-bottom: 75px;
}
.pb-75-imp {
    padding-bottom: 75px !important;
}
.pl-75 {
    padding-left: 75px;
}
.pl-75-imp {
    padding-left: 75px !important;
}
.m-76 {
    margin: 76px;
}
.m-76-imp {
    margin: 76px !important;
}
.mt-76 {
    margin-top: 76px;
}
.mt-76-imp {
    margin-top: 76px !important;
}
.mr-76 {
    margin-right: 76px;
}
.mr-76-imp {
    margin-right: 76px !important;
}
.mb-76 {
    margin-bottom: 76px;
}
.mb-76-imp {
    margin-bottom: 76px !important;
}
.ml-76 {
    margin-left: 76px;
}
.ml-76-imp {
    margin-left: 76px !important;
}
.p-76 {
    padding: 76px;
}
.p-76-imp {
    padding: 76px !important;
}
.pt-76 {
    padding-top: 76px;
}
.pt-76-imp {
    padding-top: 76px !important;
}
.pr-76 {
    padding-right: 76px;
}
.pr-76-imp {
    padding-right: 76px !important;
}
.pb-76 {
    padding-bottom: 76px;
}
.pb-76-imp {
    padding-bottom: 76px !important;
}
.pl-76 {
    padding-left: 76px;
}
.pl-76-imp {
    padding-left: 76px !important;
}
.m-77 {
    margin: 77px;
}
.m-77-imp {
    margin: 77px !important;
}
.mt-77 {
    margin-top: 77px;
}
.mt-77-imp {
    margin-top: 77px !important;
}
.mr-77 {
    margin-right: 77px;
}
.mr-77-imp {
    margin-right: 77px !important;
}
.mb-77 {
    margin-bottom: 77px;
}
.mb-77-imp {
    margin-bottom: 77px !important;
}
.ml-77 {
    margin-left: 77px;
}
.ml-77-imp {
    margin-left: 77px !important;
}
.p-77 {
    padding: 77px;
}
.p-77-imp {
    padding: 77px !important;
}
.pt-77 {
    padding-top: 77px;
}
.pt-77-imp {
    padding-top: 77px !important;
}
.pr-77 {
    padding-right: 77px;
}
.pr-77-imp {
    padding-right: 77px !important;
}
.pb-77 {
    padding-bottom: 77px;
}
.pb-77-imp {
    padding-bottom: 77px !important;
}
.pl-77 {
    padding-left: 77px;
}
.pl-77-imp {
    padding-left: 77px !important;
}
.m-78 {
    margin: 78px;
}
.m-78-imp {
    margin: 78px !important;
}
.mt-78 {
    margin-top: 78px;
}
.mt-78-imp {
    margin-top: 78px !important;
}
.mr-78 {
    margin-right: 78px;
}
.mr-78-imp {
    margin-right: 78px !important;
}
.mb-78 {
    margin-bottom: 78px;
}
.mb-78-imp {
    margin-bottom: 78px !important;
}
.ml-78 {
    margin-left: 78px;
}
.ml-78-imp {
    margin-left: 78px !important;
}
.p-78 {
    padding: 78px;
}
.p-78-imp {
    padding: 78px !important;
}
.pt-78 {
    padding-top: 78px;
}
.pt-78-imp {
    padding-top: 78px !important;
}
.pr-78 {
    padding-right: 78px;
}
.pr-78-imp {
    padding-right: 78px !important;
}
.pb-78 {
    padding-bottom: 78px;
}
.pb-78-imp {
    padding-bottom: 78px !important;
}
.pl-78 {
    padding-left: 78px;
}
.pl-78-imp {
    padding-left: 78px !important;
}
.m-79 {
    margin: 79px;
}
.m-79-imp {
    margin: 79px !important;
}
.mt-79 {
    margin-top: 79px;
}
.mt-79-imp {
    margin-top: 79px !important;
}
.mr-79 {
    margin-right: 79px;
}
.mr-79-imp {
    margin-right: 79px !important;
}
.mb-79 {
    margin-bottom: 79px;
}
.mb-79-imp {
    margin-bottom: 79px !important;
}
.ml-79 {
    margin-left: 79px;
}
.ml-79-imp {
    margin-left: 79px !important;
}
.p-79 {
    padding: 79px;
}
.p-79-imp {
    padding: 79px !important;
}
.pt-79 {
    padding-top: 79px;
}
.pt-79-imp {
    padding-top: 79px !important;
}
.pr-79 {
    padding-right: 79px;
}
.pr-79-imp {
    padding-right: 79px !important;
}
.pb-79 {
    padding-bottom: 79px;
}
.pb-79-imp {
    padding-bottom: 79px !important;
}
.pl-79 {
    padding-left: 79px;
}
.pl-79-imp {
    padding-left: 79px !important;
}
.m-80 {
    margin: 80px;
}
.m-80-imp {
    margin: 80px !important;
}
.mt-80 {
    margin-top: 80px;
}
.mt-80-imp {
    margin-top: 80px !important;
}
.mr-80 {
    margin-right: 80px;
}
.mr-80-imp {
    margin-right: 80px !important;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-80-imp {
    margin-bottom: 80px !important;
}
.ml-80 {
    margin-left: 80px;
}
.ml-80-imp {
    margin-left: 80px !important;
}
.p-80 {
    padding: 80px;
}
.p-80-imp {
    padding: 80px !important;
}
.pt-80 {
    padding-top: 80px;
}
.pt-80-imp {
    padding-top: 80px !important;
}
.pr-80 {
    padding-right: 80px;
}
.pr-80-imp {
    padding-right: 80px !important;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-80-imp {
    padding-bottom: 80px !important;
}
.pl-80 {
    padding-left: 80px;
}
.pl-80-imp {
    padding-left: 80px !important;
}
.m-81 {
    margin: 81px;
}
.m-81-imp {
    margin: 81px !important;
}
.mt-81 {
    margin-top: 81px;
}
.mt-81-imp {
    margin-top: 81px !important;
}
.mr-81 {
    margin-right: 81px;
}
.mr-81-imp {
    margin-right: 81px !important;
}
.mb-81 {
    margin-bottom: 81px;
}
.mb-81-imp {
    margin-bottom: 81px !important;
}
.ml-81 {
    margin-left: 81px;
}
.ml-81-imp {
    margin-left: 81px !important;
}
.p-81 {
    padding: 81px;
}
.p-81-imp {
    padding: 81px !important;
}
.pt-81 {
    padding-top: 81px;
}
.pt-81-imp {
    padding-top: 81px !important;
}
.pr-81 {
    padding-right: 81px;
}
.pr-81-imp {
    padding-right: 81px !important;
}
.pb-81 {
    padding-bottom: 81px;
}
.pb-81-imp {
    padding-bottom: 81px !important;
}
.pl-81 {
    padding-left: 81px;
}
.pl-81-imp {
    padding-left: 81px !important;
}
.m-82 {
    margin: 82px;
}
.m-82-imp {
    margin: 82px !important;
}
.mt-82 {
    margin-top: 82px;
}
.mt-82-imp {
    margin-top: 82px !important;
}
.mr-82 {
    margin-right: 82px;
}
.mr-82-imp {
    margin-right: 82px !important;
}
.mb-82 {
    margin-bottom: 82px;
}
.mb-82-imp {
    margin-bottom: 82px !important;
}
.ml-82 {
    margin-left: 82px;
}
.ml-82-imp {
    margin-left: 82px !important;
}
.p-82 {
    padding: 82px;
}
.p-82-imp {
    padding: 82px !important;
}
.pt-82 {
    padding-top: 82px;
}
.pt-82-imp {
    padding-top: 82px !important;
}
.pr-82 {
    padding-right: 82px;
}
.pr-82-imp {
    padding-right: 82px !important;
}
.pb-82 {
    padding-bottom: 82px;
}
.pb-82-imp {
    padding-bottom: 82px !important;
}
.pl-82 {
    padding-left: 82px;
}
.pl-82-imp {
    padding-left: 82px !important;
}
.m-83 {
    margin: 83px;
}
.m-83-imp {
    margin: 83px !important;
}
.mt-83 {
    margin-top: 83px;
}
.mt-83-imp {
    margin-top: 83px !important;
}
.mr-83 {
    margin-right: 83px;
}
.mr-83-imp {
    margin-right: 83px !important;
}
.mb-83 {
    margin-bottom: 83px;
}
.mb-83-imp {
    margin-bottom: 83px !important;
}
.ml-83 {
    margin-left: 83px;
}
.ml-83-imp {
    margin-left: 83px !important;
}
.p-83 {
    padding: 83px;
}
.p-83-imp {
    padding: 83px !important;
}
.pt-83 {
    padding-top: 83px;
}
.pt-83-imp {
    padding-top: 83px !important;
}
.pr-83 {
    padding-right: 83px;
}
.pr-83-imp {
    padding-right: 83px !important;
}
.pb-83 {
    padding-bottom: 83px;
}
.pb-83-imp {
    padding-bottom: 83px !important;
}
.pl-83 {
    padding-left: 83px;
}
.pl-83-imp {
    padding-left: 83px !important;
}
.m-84 {
    margin: 84px;
}
.m-84-imp {
    margin: 84px !important;
}
.mt-84 {
    margin-top: 84px;
}
.mt-84-imp {
    margin-top: 84px !important;
}
.mr-84 {
    margin-right: 84px;
}
.mr-84-imp {
    margin-right: 84px !important;
}
.mb-84 {
    margin-bottom: 84px;
}
.mb-84-imp {
    margin-bottom: 84px !important;
}
.ml-84 {
    margin-left: 84px;
}
.ml-84-imp {
    margin-left: 84px !important;
}
.p-84 {
    padding: 84px;
}
.p-84-imp {
    padding: 84px !important;
}
.pt-84 {
    padding-top: 84px;
}
.pt-84-imp {
    padding-top: 84px !important;
}
.pr-84 {
    padding-right: 84px;
}
.pr-84-imp {
    padding-right: 84px !important;
}
.pb-84 {
    padding-bottom: 84px;
}
.pb-84-imp {
    padding-bottom: 84px !important;
}
.pl-84 {
    padding-left: 84px;
}
.pl-84-imp {
    padding-left: 84px !important;
}
.m-85 {
    margin: 85px;
}
.m-85-imp {
    margin: 85px !important;
}
.mt-85 {
    margin-top: 85px;
}
.mt-85-imp {
    margin-top: 85px !important;
}
.mr-85 {
    margin-right: 85px;
}
.mr-85-imp {
    margin-right: 85px !important;
}
.mb-85 {
    margin-bottom: 85px;
}
.mb-85-imp {
    margin-bottom: 85px !important;
}
.ml-85 {
    margin-left: 85px;
}
.ml-85-imp {
    margin-left: 85px !important;
}
.p-85 {
    padding: 85px;
}
.p-85-imp {
    padding: 85px !important;
}
.pt-85 {
    padding-top: 85px;
}
.pt-85-imp {
    padding-top: 85px !important;
}
.pr-85 {
    padding-right: 85px;
}
.pr-85-imp {
    padding-right: 85px !important;
}
.pb-85 {
    padding-bottom: 85px;
}
.pb-85-imp {
    padding-bottom: 85px !important;
}
.pl-85 {
    padding-left: 85px;
}
.pl-85-imp {
    padding-left: 85px !important;
}
.m-86 {
    margin: 86px;
}
.m-86-imp {
    margin: 86px !important;
}
.mt-86 {
    margin-top: 86px;
}
.mt-86-imp {
    margin-top: 86px !important;
}
.mr-86 {
    margin-right: 86px;
}
.mr-86-imp {
    margin-right: 86px !important;
}
.mb-86 {
    margin-bottom: 86px;
}
.mb-86-imp {
    margin-bottom: 86px !important;
}
.ml-86 {
    margin-left: 86px;
}
.ml-86-imp {
    margin-left: 86px !important;
}
.p-86 {
    padding: 86px;
}
.p-86-imp {
    padding: 86px !important;
}
.pt-86 {
    padding-top: 86px;
}
.pt-86-imp {
    padding-top: 86px !important;
}
.pr-86 {
    padding-right: 86px;
}
.pr-86-imp {
    padding-right: 86px !important;
}
.pb-86 {
    padding-bottom: 86px;
}
.pb-86-imp {
    padding-bottom: 86px !important;
}
.pl-86 {
    padding-left: 86px;
}
.pl-86-imp {
    padding-left: 86px !important;
}
.m-87 {
    margin: 87px;
}
.m-87-imp {
    margin: 87px !important;
}
.mt-87 {
    margin-top: 87px;
}
.mt-87-imp {
    margin-top: 87px !important;
}
.mr-87 {
    margin-right: 87px;
}
.mr-87-imp {
    margin-right: 87px !important;
}
.mb-87 {
    margin-bottom: 87px;
}
.mb-87-imp {
    margin-bottom: 87px !important;
}
.ml-87 {
    margin-left: 87px;
}
.ml-87-imp {
    margin-left: 87px !important;
}
.p-87 {
    padding: 87px;
}
.p-87-imp {
    padding: 87px !important;
}
.pt-87 {
    padding-top: 87px;
}
.pt-87-imp {
    padding-top: 87px !important;
}
.pr-87 {
    padding-right: 87px;
}
.pr-87-imp {
    padding-right: 87px !important;
}
.pb-87 {
    padding-bottom: 87px;
}
.pb-87-imp {
    padding-bottom: 87px !important;
}
.pl-87 {
    padding-left: 87px;
}
.pl-87-imp {
    padding-left: 87px !important;
}
.m-88 {
    margin: 88px;
}
.m-88-imp {
    margin: 88px !important;
}
.mt-88 {
    margin-top: 88px;
}
.mt-88-imp {
    margin-top: 88px !important;
}
.mr-88 {
    margin-right: 88px;
}
.mr-88-imp {
    margin-right: 88px !important;
}
.mb-88 {
    margin-bottom: 88px;
}
.mb-88-imp {
    margin-bottom: 88px !important;
}
.ml-88 {
    margin-left: 88px;
}
.ml-88-imp {
    margin-left: 88px !important;
}
.p-88 {
    padding: 88px;
}
.p-88-imp {
    padding: 88px !important;
}
.pt-88 {
    padding-top: 88px;
}
.pt-88-imp {
    padding-top: 88px !important;
}
.pr-88 {
    padding-right: 88px;
}
.pr-88-imp {
    padding-right: 88px !important;
}
.pb-88 {
    padding-bottom: 88px;
}
.pb-88-imp {
    padding-bottom: 88px !important;
}
.pl-88 {
    padding-left: 88px;
}
.pl-88-imp {
    padding-left: 88px !important;
}
.m-89 {
    margin: 89px;
}
.m-89-imp {
    margin: 89px !important;
}
.mt-89 {
    margin-top: 89px;
}
.mt-89-imp {
    margin-top: 89px !important;
}
.mr-89 {
    margin-right: 89px;
}
.mr-89-imp {
    margin-right: 89px !important;
}
.mb-89 {
    margin-bottom: 89px;
}
.mb-89-imp {
    margin-bottom: 89px !important;
}
.ml-89 {
    margin-left: 89px;
}
.ml-89-imp {
    margin-left: 89px !important;
}
.p-89 {
    padding: 89px;
}
.p-89-imp {
    padding: 89px !important;
}
.pt-89 {
    padding-top: 89px;
}
.pt-89-imp {
    padding-top: 89px !important;
}
.pr-89 {
    padding-right: 89px;
}
.pr-89-imp {
    padding-right: 89px !important;
}
.pb-89 {
    padding-bottom: 89px;
}
.pb-89-imp {
    padding-bottom: 89px !important;
}
.pl-89 {
    padding-left: 89px;
}
.pl-89-imp {
    padding-left: 89px !important;
}
.m-90 {
    margin: 90px;
}
.m-90-imp {
    margin: 90px !important;
}
.mt-90 {
    margin-top: 90px;
}
.mt-90-imp {
    margin-top: 90px !important;
}
.mr-90 {
    margin-right: 90px;
}
.mr-90-imp {
    margin-right: 90px !important;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-90-imp {
    margin-bottom: 90px !important;
}
.ml-90 {
    margin-left: 90px;
}
.ml-90-imp {
    margin-left: 90px !important;
}
.p-90 {
    padding: 90px;
}
.p-90-imp {
    padding: 90px !important;
}
.pt-90 {
    padding-top: 90px;
}
.pt-90-imp {
    padding-top: 90px !important;
}
.pr-90 {
    padding-right: 90px;
}
.pr-90-imp {
    padding-right: 90px !important;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-90-imp {
    padding-bottom: 90px !important;
}
.pl-90 {
    padding-left: 90px;
}
.pl-90-imp {
    padding-left: 90px !important;
}
.m-91 {
    margin: 91px;
}
.m-91-imp {
    margin: 91px !important;
}
.mt-91 {
    margin-top: 91px;
}
.mt-91-imp {
    margin-top: 91px !important;
}
.mr-91 {
    margin-right: 91px;
}
.mr-91-imp {
    margin-right: 91px !important;
}
.mb-91 {
    margin-bottom: 91px;
}
.mb-91-imp {
    margin-bottom: 91px !important;
}
.ml-91 {
    margin-left: 91px;
}
.ml-91-imp {
    margin-left: 91px !important;
}
.p-91 {
    padding: 91px;
}
.p-91-imp {
    padding: 91px !important;
}
.pt-91 {
    padding-top: 91px;
}
.pt-91-imp {
    padding-top: 91px !important;
}
.pr-91 {
    padding-right: 91px;
}
.pr-91-imp {
    padding-right: 91px !important;
}
.pb-91 {
    padding-bottom: 91px;
}
.pb-91-imp {
    padding-bottom: 91px !important;
}
.pl-91 {
    padding-left: 91px;
}
.pl-91-imp {
    padding-left: 91px !important;
}
.m-92 {
    margin: 92px;
}
.m-92-imp {
    margin: 92px !important;
}
.mt-92 {
    margin-top: 92px;
}
.mt-92-imp {
    margin-top: 92px !important;
}
.mr-92 {
    margin-right: 92px;
}
.mr-92-imp {
    margin-right: 92px !important;
}
.mb-92 {
    margin-bottom: 92px;
}
.mb-92-imp {
    margin-bottom: 92px !important;
}
.ml-92 {
    margin-left: 92px;
}
.ml-92-imp {
    margin-left: 92px !important;
}
.p-92 {
    padding: 92px;
}
.p-92-imp {
    padding: 92px !important;
}
.pt-92 {
    padding-top: 92px;
}
.pt-92-imp {
    padding-top: 92px !important;
}
.pr-92 {
    padding-right: 92px;
}
.pr-92-imp {
    padding-right: 92px !important;
}
.pb-92 {
    padding-bottom: 92px;
}
.pb-92-imp {
    padding-bottom: 92px !important;
}
.pl-92 {
    padding-left: 92px;
}
.pl-92-imp {
    padding-left: 92px !important;
}
.m-93 {
    margin: 93px;
}
.m-93-imp {
    margin: 93px !important;
}
.mt-93 {
    margin-top: 93px;
}
.mt-93-imp {
    margin-top: 93px !important;
}
.mr-93 {
    margin-right: 93px;
}
.mr-93-imp {
    margin-right: 93px !important;
}
.mb-93 {
    margin-bottom: 93px;
}
.mb-93-imp {
    margin-bottom: 93px !important;
}
.ml-93 {
    margin-left: 93px;
}
.ml-93-imp {
    margin-left: 93px !important;
}
.p-93 {
    padding: 93px;
}
.p-93-imp {
    padding: 93px !important;
}
.pt-93 {
    padding-top: 93px;
}
.pt-93-imp {
    padding-top: 93px !important;
}
.pr-93 {
    padding-right: 93px;
}
.pr-93-imp {
    padding-right: 93px !important;
}
.pb-93 {
    padding-bottom: 93px;
}
.pb-93-imp {
    padding-bottom: 93px !important;
}
.pl-93 {
    padding-left: 93px;
}
.pl-93-imp {
    padding-left: 93px !important;
}
.m-94 {
    margin: 94px;
}
.m-94-imp {
    margin: 94px !important;
}
.mt-94 {
    margin-top: 94px;
}
.mt-94-imp {
    margin-top: 94px !important;
}
.mr-94 {
    margin-right: 94px;
}
.mr-94-imp {
    margin-right: 94px !important;
}
.mb-94 {
    margin-bottom: 94px;
}
.mb-94-imp {
    margin-bottom: 94px !important;
}
.ml-94 {
    margin-left: 94px;
}
.ml-94-imp {
    margin-left: 94px !important;
}
.p-94 {
    padding: 94px;
}
.p-94-imp {
    padding: 94px !important;
}
.pt-94 {
    padding-top: 94px;
}
.pt-94-imp {
    padding-top: 94px !important;
}
.pr-94 {
    padding-right: 94px;
}
.pr-94-imp {
    padding-right: 94px !important;
}
.pb-94 {
    padding-bottom: 94px;
}
.pb-94-imp {
    padding-bottom: 94px !important;
}
.pl-94 {
    padding-left: 94px;
}
.pl-94-imp {
    padding-left: 94px !important;
}
.m-95 {
    margin: 95px;
}
.m-95-imp {
    margin: 95px !important;
}
.mt-95 {
    margin-top: 95px;
}
.mt-95-imp {
    margin-top: 95px !important;
}
.mr-95 {
    margin-right: 95px;
}
.mr-95-imp {
    margin-right: 95px !important;
}
.mb-95 {
    margin-bottom: 95px;
}
.mb-95-imp {
    margin-bottom: 95px !important;
}
.ml-95 {
    margin-left: 95px;
}
.ml-95-imp {
    margin-left: 95px !important;
}
.p-95 {
    padding: 95px;
}
.p-95-imp {
    padding: 95px !important;
}
.pt-95 {
    padding-top: 95px;
}
.pt-95-imp {
    padding-top: 95px !important;
}
.pr-95 {
    padding-right: 95px;
}
.pr-95-imp {
    padding-right: 95px !important;
}
.pb-95 {
    padding-bottom: 95px;
}
.pb-95-imp {
    padding-bottom: 95px !important;
}
.pl-95 {
    padding-left: 95px;
}
.pl-95-imp {
    padding-left: 95px !important;
}
.m-96 {
    margin: 96px;
}
.m-96-imp {
    margin: 96px !important;
}
.mt-96 {
    margin-top: 96px;
}
.mt-96-imp {
    margin-top: 96px !important;
}
.mr-96 {
    margin-right: 96px;
}
.mr-96-imp {
    margin-right: 96px !important;
}
.mb-96 {
    margin-bottom: 96px;
}
.mb-96-imp {
    margin-bottom: 96px !important;
}
.ml-96 {
    margin-left: 96px;
}
.ml-96-imp {
    margin-left: 96px !important;
}
.p-96 {
    padding: 96px;
}
.p-96-imp {
    padding: 96px !important;
}
.pt-96 {
    padding-top: 96px;
}
.pt-96-imp {
    padding-top: 96px !important;
}
.pr-96 {
    padding-right: 96px;
}
.pr-96-imp {
    padding-right: 96px !important;
}
.pb-96 {
    padding-bottom: 96px;
}
.pb-96-imp {
    padding-bottom: 96px !important;
}
.pl-96 {
    padding-left: 96px;
}
.pl-96-imp {
    padding-left: 96px !important;
}
.m-97 {
    margin: 97px;
}
.m-97-imp {
    margin: 97px !important;
}
.mt-97 {
    margin-top: 97px;
}
.mt-97-imp {
    margin-top: 97px !important;
}
.mr-97 {
    margin-right: 97px;
}
.mr-97-imp {
    margin-right: 97px !important;
}
.mb-97 {
    margin-bottom: 97px;
}
.mb-97-imp {
    margin-bottom: 97px !important;
}
.ml-97 {
    margin-left: 97px;
}
.ml-97-imp {
    margin-left: 97px !important;
}
.p-97 {
    padding: 97px;
}
.p-97-imp {
    padding: 97px !important;
}
.pt-97 {
    padding-top: 97px;
}
.pt-97-imp {
    padding-top: 97px !important;
}
.pr-97 {
    padding-right: 97px;
}
.pr-97-imp {
    padding-right: 97px !important;
}
.pb-97 {
    padding-bottom: 97px;
}
.pb-97-imp {
    padding-bottom: 97px !important;
}
.pl-97 {
    padding-left: 97px;
}
.pl-97-imp {
    padding-left: 97px !important;
}
.m-98 {
    margin: 98px;
}
.m-98-imp {
    margin: 98px !important;
}
.mt-98 {
    margin-top: 98px;
}
.mt-98-imp {
    margin-top: 98px !important;
}
.mr-98 {
    margin-right: 98px;
}
.mr-98-imp {
    margin-right: 98px !important;
}
.mb-98 {
    margin-bottom: 98px;
}
.mb-98-imp {
    margin-bottom: 98px !important;
}
.ml-98 {
    margin-left: 98px;
}
.ml-98-imp {
    margin-left: 98px !important;
}
.p-98 {
    padding: 98px;
}
.p-98-imp {
    padding: 98px !important;
}
.pt-98 {
    padding-top: 98px;
}
.pt-98-imp {
    padding-top: 98px !important;
}
.pr-98 {
    padding-right: 98px;
}
.pr-98-imp {
    padding-right: 98px !important;
}
.pb-98 {
    padding-bottom: 98px;
}
.pb-98-imp {
    padding-bottom: 98px !important;
}
.pl-98 {
    padding-left: 98px;
}
.pl-98-imp {
    padding-left: 98px !important;
}
.m-99 {
    margin: 99px;
}
.m-99-imp {
    margin: 99px !important;
}
.mt-99 {
    margin-top: 99px;
}
.mt-99-imp {
    margin-top: 99px !important;
}
.mr-99 {
    margin-right: 99px;
}
.mr-99-imp {
    margin-right: 99px !important;
}
.mb-99 {
    margin-bottom: 99px;
}
.mb-99-imp {
    margin-bottom: 99px !important;
}
.ml-99 {
    margin-left: 99px;
}
.ml-99-imp {
    margin-left: 99px !important;
}
.p-99 {
    padding: 99px;
}
.p-99-imp {
    padding: 99px !important;
}
.pt-99 {
    padding-top: 99px;
}
.pt-99-imp {
    padding-top: 99px !important;
}
.pr-99 {
    padding-right: 99px;
}
.pr-99-imp {
    padding-right: 99px !important;
}
.pb-99 {
    padding-bottom: 99px;
}
.pb-99-imp {
    padding-bottom: 99px !important;
}
.pl-99 {
    padding-left: 99px;
}
.pl-99-imp {
    padding-left: 99px !important;
}
.m-100 {
    margin: 100px;
}
.m-100-imp {
    margin: 100px !important;
}
.mt-100 {
    margin-top: 100px;
}
.mt-100-imp {
    margin-top: 100px !important;
}
.mr-100 {
    margin-right: 100px;
}
.mr-100-imp {
    margin-right: 100px !important;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-100-imp {
    margin-bottom: 100px !important;
}
.ml-100 {
    margin-left: 100px;
}
.ml-100-imp {
    margin-left: 100px !important;
}
.p-100 {
    padding: 100px;
}
.p-100-imp {
    padding: 100px !important;
}
.pt-100 {
    padding-top: 100px;
}
.pt-100-imp {
    padding-top: 100px !important;
}
.pr-100 {
    padding-right: 100px;
}
.pr-100-imp {
    padding-right: 100px !important;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-100-imp {
    padding-bottom: 100px !important;
}
.pl-100 {
    padding-left: 100px;
}
.pl-100-imp {
    padding-left: 100px !important;
}
.width-0 {
    width: 0%}
.width-0-imp {
    width: 0% !important;
}
.width-1 {
    width: 1%}
.width-1-imp {
    width: 1% !important;
}
.width-2 {
    width: 2%}
.width-2-imp {
    width: 2% !important;
}
.width-3 {
    width: 3%}
.width-3-imp {
    width: 3% !important;
}
.width-4 {
    width: 4%}
.width-4-imp {
    width: 4% !important;
}
.width-5 {
    width: 5%}
.width-5-imp {
    width: 5% !important;
}
.width-6 {
    width: 6%}
.width-6-imp {
    width: 6% !important;
}
.width-7 {
    width: 7%}
.width-7-imp {
    width: 7% !important;
}
.width-8 {
    width: 8%}
.width-8-imp {
    width: 8% !important;
}
.width-9 {
    width: 9%}
.width-9-imp {
    width: 9% !important;
}
.width-10 {
    width: 10%}
.width-10-imp {
    width: 10% !important;
}
.width-11 {
    width: 11%}
.width-11-imp {
    width: 11% !important;
}
.width-12 {
    width: 12%}
.width-12-imp {
    width: 12% !important;
}
.width-13 {
    width: 13%}
.width-13-imp {
    width: 13% !important;
}
.width-14 {
    width: 14%}
.width-14-imp {
    width: 14% !important;
}
.width-15 {
    width: 15%}
.width-15-imp {
    width: 15% !important;
}
.width-16 {
    width: 16%}
.width-16-imp {
    width: 16% !important;
}
.width-17 {
    width: 17%}
.width-17-imp {
    width: 17% !important;
}
.width-18 {
    width: 18%}
.width-18-imp {
    width: 18% !important;
}
.width-19 {
    width: 19%}
.width-19-imp {
    width: 19% !important;
}
.width-20 {
    width: 20%}
.width-20-imp {
    width: 20% !important;
}
.width-21 {
    width: 21%}
.width-21-imp {
    width: 21% !important;
}
.width-22 {
    width: 22%}
.width-22-imp {
    width: 22% !important;
}
.width-23 {
    width: 23%}
.width-23-imp {
    width: 23% !important;
}
.width-24 {
    width: 24%}
.width-24-imp {
    width: 24% !important;
}
.width-25 {
    width: 25%}
.width-25-imp {
    width: 25% !important;
}
.width-26 {
    width: 26%}
.width-26-imp {
    width: 26% !important;
}
.width-27 {
    width: 27%}
.width-27-imp {
    width: 27% !important;
}
.width-28 {
    width: 28%}
.width-28-imp {
    width: 28% !important;
}
.width-29 {
    width: 29%}
.width-29-imp {
    width: 29% !important;
}
.width-30 {
    width: 30%}
.width-30-imp {
    width: 30% !important;
}
.width-31 {
    width: 31%}
.width-31-imp {
    width: 31% !important;
}
.width-32 {
    width: 32%}
.width-32-imp {
    width: 32% !important;
}
.width-33 {
    width: 33%}
.width-33-imp {
    width: 33% !important;
}
.width-34 {
    width: 34%}
.width-34-imp {
    width: 34% !important;
}
.width-35 {
    width: 35%}
.width-35-imp {
    width: 35% !important;
}
.width-36 {
    width: 36%}
.width-36-imp {
    width: 36% !important;
}
.width-37 {
    width: 37%}
.width-37-imp {
    width: 37% !important;
}
.width-38 {
    width: 38%}
.width-38-imp {
    width: 38% !important;
}
.width-39 {
    width: 39%}
.width-39-imp {
    width: 39% !important;
}
.width-40 {
    width: 40%}
.width-40-imp {
    width: 40% !important;
}
.width-41 {
    width: 41%}
.width-41-imp {
    width: 41% !important;
}
.width-42 {
    width: 42%}
.width-42-imp {
    width: 42% !important;
}
.width-43 {
    width: 43%}
.width-43-imp {
    width: 43% !important;
}
.width-44 {
    width: 44%}
.width-44-imp {
    width: 44% !important;
}
.width-45 {
    width: 45%}
.width-45-imp {
    width: 45% !important;
}
.width-46 {
    width: 46%}
.width-46-imp {
    width: 46% !important;
}
.width-47 {
    width: 47%}
.width-47-imp {
    width: 47% !important;
}
.width-48 {
    width: 48%}
.width-48-imp {
    width: 48% !important;
}
.width-49 {
    width: 49%}
.width-49-imp {
    width: 49% !important;
}
.width-50 {
    width: 50%}
.width-50-imp {
    width: 50% !important;
}
.width-51 {
    width: 51%}
.width-51-imp {
    width: 51% !important;
}
.width-52 {
    width: 52%}
.width-52-imp {
    width: 52% !important;
}
.width-53 {
    width: 53%}
.width-53-imp {
    width: 53% !important;
}
.width-54 {
    width: 54%}
.width-54-imp {
    width: 54% !important;
}
.width-55 {
    width: 55%}
.width-55-imp {
    width: 55% !important;
}
.width-56 {
    width: 56%}
.width-56-imp {
    width: 56% !important;
}
.width-57 {
    width: 57%}
.width-57-imp {
    width: 57% !important;
}
.width-58 {
    width: 58%}
.width-58-imp {
    width: 58% !important;
}
.width-59 {
    width: 59%}
.width-59-imp {
    width: 59% !important;
}
.width-60 {
    width: 60%}
.width-60-imp {
    width: 60% !important;
}
.width-61 {
    width: 61%}
.width-61-imp {
    width: 61% !important;
}
.width-62 {
    width: 62%}
.width-62-imp {
    width: 62% !important;
}
.width-63 {
    width: 63%}
.width-63-imp {
    width: 63% !important;
}
.width-64 {
    width: 64%}
.width-64-imp {
    width: 64% !important;
}
.width-65 {
    width: 65%}
.width-65-imp {
    width: 65% !important;
}
.width-66 {
    width: 66%}
.width-66-imp {
    width: 66% !important;
}
.width-67 {
    width: 67%}
.width-67-imp {
    width: 67% !important;
}
.width-68 {
    width: 68%}
.width-68-imp {
    width: 68% !important;
}
.width-69 {
    width: 69%}
.width-69-imp {
    width: 69% !important;
}
.width-70 {
    width: 70%}
.width-70-imp {
    width: 70% !important;
}
.width-71 {
    width: 71%}
.width-71-imp {
    width: 71% !important;
}
.width-72 {
    width: 72%}
.width-72-imp {
    width: 72% !important;
}
.width-73 {
    width: 73%}
.width-73-imp {
    width: 73% !important;
}
.width-74 {
    width: 74%}
.width-74-imp {
    width: 74% !important;
}
.width-75 {
    width: 75%}
.width-75-imp {
    width: 75% !important;
}
.width-76 {
    width: 76%}
.width-76-imp {
    width: 76% !important;
}
.width-77 {
    width: 77%}
.width-77-imp {
    width: 77% !important;
}
.width-78 {
    width: 78%}
.width-78-imp {
    width: 78% !important;
}
.width-79 {
    width: 79%}
.width-79-imp {
    width: 79% !important;
}
.width-80 {
    width: 80%}
.width-80-imp {
    width: 80% !important;
}
.width-81 {
    width: 81%}
.width-81-imp {
    width: 81% !important;
}
.width-82 {
    width: 82%}
.width-82-imp {
    width: 82% !important;
}
.width-83 {
    width: 83%}
.width-83-imp {
    width: 83% !important;
}
.width-84 {
    width: 84%}
.width-84-imp {
    width: 84% !important;
}
.width-85 {
    width: 85%}
.width-85-imp {
    width: 85% !important;
}
.width-86 {
    width: 86%}
.width-86-imp {
    width: 86% !important;
}
.width-87 {
    width: 87%}
.width-87-imp {
    width: 87% !important;
}
.width-88 {
    width: 88%}
.width-88-imp {
    width: 88% !important;
}
.width-89 {
    width: 89%}
.width-89-imp {
    width: 89% !important;
}
.width-90 {
    width: 90%}
.width-90-imp {
    width: 90% !important;
}
.width-91 {
    width: 91%}
.width-91-imp {
    width: 91% !important;
}
.width-92 {
    width: 92%}
.width-92-imp {
    width: 92% !important;
}
.width-93 {
    width: 93%}
.width-93-imp {
    width: 93% !important;
}
.width-94 {
    width: 94%}
.width-94-imp {
    width: 94% !important;
}
.width-95 {
    width: 95%}
.width-95-imp {
    width: 95% !important;
}
.width-96 {
    width: 96%}
.width-96-imp {
    width: 96% !important;
}
.width-97 {
    width: 97%}
.width-97-imp {
    width: 97% !important;
}
.width-98 {
    width: 98%}
.width-98-imp {
    width: 98% !important;
}
.width-99 {
    width: 99%}
.width-99-imp {
    width: 99% !important;
}
.width-100 {
    width: 100%}
.width-100-imp {
    width: 100% !important;
}
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}
.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0,  -50%);
    -ms-transform: translate(0,  -50%);
    transform: translate(0,  -50%);
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "←"}
[dir="rtl"] .slick-prev:before {
    content: "→"}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "→"}
[dir="rtl"] .slick-next:before {
    content: "←"}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-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: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,  0,  0);
    -moz-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    -o-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:before, .slick-track:after {
    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;
}
h1, .h1, h2, .h2, h3, .h3, .module-accordion #accordion .card .card-header a, .news-listing-accordion #accordion .card .card-header a, .module-map-location #map-accordion .card .card-header a, h4, .h4, h5, .h5, h6, .h6, .input-label, .module-contact-us .contact-left span, .module-enquire .left-side form ul .gfield label, .module-enquire .contact-right form ul .gfield label, .module-contact-us .left-side form ul .gfield label, .module-contact-us .contact-right form ul .gfield label {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    font-family: "quatro", sans-serif;
}
h1, .h1 {
    line-height: 3.125rem;
    font-size: 2.5rem;
    margin: .625rem 0;
}
@media (max-width: 991.98px) {
    h1, .h1 {
    font-size: 1.5rem;
    line-height: 2rem;
}
}h2, .h2 {
    line-height: 2rem;
    font-size: 1.625rem;
    margin: .625rem 0;
}
@media (max-width: 991.98px) {
    h2, .h2 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 0.8rem 0;
}
}h3, .h3, .module-accordion #accordion .card .card-header a, .news-listing-accordion #accordion .card .card-header a, .module-map-location #map-accordion .card .card-header a {
    line-height: 1.625rem;
    font-size: 1.3125rem;
    margin: .625rem 0;
}
h4, .h4 {
    line-height: 1.40625rem;
    font-size: 1.125rem;
    margin: .625rem 0;
}
h5, .h5 {
    line-height: 2rem;
    font-size: .875rem;
}
h6, .h6, .input-label, .module-contact-us .contact-left span, .module-enquire .left-side form ul .gfield label, .module-enquire .contact-right form ul .gfield label, .module-contact-us .left-side form ul .gfield label, .module-contact-us .contact-right form ul .gfield label {
    line-height: 2rem;
    font-size: .75rem;
}
header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}
header.site-header {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9;
    background: #fff;
    font-family: "quatro", sans-serif;
}
@media (min-width: 992px) {
    header.site-header {
    max-height: 5rem;
}
}header.site-header::before {
    display: none;
}
header.site-header::after {
    -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.2);
    width: 100%;
    z-index: -1;
    top: -2px;
    position: relative;
}
@media (max-width: 991.98px) {
    header.site-header: :after {
    top: 2px;
}
}header .row {
    position: relative;
}
header .site-branding {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem .9375rem;
}
header .site-branding .header-logo {
    display: inline-block;
}
header .site-branding .mobile-icon {
    display: none;
    float: right;
}
header .site-branding .mobile-icon .mobile-call-icon {
    font-size: .75rem;
    line-height: 2rem;
    padding: .4375rem 1.5625rem .4375rem 0;
    color: #58595B;
    background: url("../images/call-icon@3x.png") no-repeat;
    background-size: 1.1875rem 1.1875rem;
    background-position: 1.625rem .3125rem;
}
header .site-branding .mobile-icon .menu-icon {
    background: transparent;
    border: 0;
    font-size: .75rem;
    line-height: 2rem;
    color: #58595B;
    font-family: "quatro", sans-serif;
}
header .site-branding .mobile-icon .menu-icon span {
    position: relative;
    min-width: 3.4375rem;
    text-align: left;
    display: block;
}
header .site-branding .mobile-icon .menu-icon span::after {
    content: '';
    height: .9375rem;
    width: 1.25rem;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    position: absolute;
}
header .site-branding .mobile-icon .menu-icon span.menu-bar::after {
    background: url("../images/component@3x.png") no-repeat;
    background-size: 100%}
header .site-branding .mobile-icon .menu-icon span.menu-bar-close::after {
    background: url("../images/close-icon@3x.png") no-repeat;
    background-size: 80%}
header .right-head ul {
    text-align: right;
}
header .right-head ul li {
    display: inline-block;
    margin-left: 1.25rem;
}
header .right-head ul li:first-child {
    margin-left: 0;
}
header .right-head ul li a {
    font-size: .75rem;
    color: #58595B;
    padding-left: 1.5625rem;
}
header .right-head ul li a:hover {
    color: #DF6E1A;
}
header .right-head ul li.contact-icon {
    background: url("../images/call-icon-orange@3x.png") no-repeat;
    background-size: 1.125rem 1.125rem;
    background-position: 0 .3125rem;
}
header .right-head ul li.contact-icon a {
    color: #DF6E1A;
    font-weight: bold;
    font-size: 1rem;
}
header .right-head ul li.email-icon a {
    background: url("../images/email-icon@3x.png") no-repeat;
    background-size: .9375rem .625rem;
    background-position: 0 .125rem;
}
header .right-head ul li.email-icon a:hover {
    background: url("../images/email-icon-orange@3x.png") no-repeat;
    background-size: .9375rem .625rem;
    background-position: 0 .125rem;
}
header .right-head ul li.login-icon {
    background: url("../images/lock-icon@3x.png") no-repeat;
    background-size: .75rem .9375rem;
    background-position: 0 .5rem;
}
header .right-head ul li a.search-link {
    background: url("../images/search@3x.png") no-repeat;
    background-size: .875rem .875rem;
    background-position: 0 0;
}
header .right-head ul li a.search-link:hover {
    background: url("../images/search-orange@3x.png") no-repeat;
    background-size: .875rem .875rem;
    background-position: 0 0;
}
header .search-slide-in {
    display: block;
    height: 73px;
    text-align: center;
    transition: top 400ms ease,  opacity 400ms ease;
    opacity: 0.5;
    z-index: 11;
    top: -73px;
    right: 0;
    left: 0;
    position: absolute;
}
@media (max-width: 991.98px) {
    header .search-slide-in {
    display: none;
}
}header .search-slide-in .search-form {
    height: 100%;
    text-align: left;
    background-color: #fff;
    position: relative;
}
header .search-slide-in .search-form label {
    width: 78%;
    height: 100%;
    display: inline-block;
    padding: 0;
    margin: 0 1.875rem 0 0;
    vertical-align: middle;
}
header .search-slide-in .search-form .search-field {
    font-size: 1.5rem;
    margin-left: 1.25rem;
    width: 100%;
    height: 83%;
    border: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
}
header .search-slide-in .search-form .search-field::-ms-clear {
    display: none;
}
header .search-slide-in .search-form .search-submit {
    font-size: 1.5rem;
    color: #fff;
    background-color: #DF6E1A;
    border: none;
    display: inline-block;
    vertical-align: middle;
}
header .search-slide-in .search-toggle {
    display: block;
    top: 0;
    position: absolute;
    right: .625rem;
    width: 2.25rem;
    height: 2.25rem;
    cursor: pointer;
    text-align: center;
    z-index: 10;
    margin-top: 1rem;
}
header .search-slide-in .search-toggle span {
    position: absolute;
    display: block;
    width: 75%;
    height: .1875rem;
    background-color: #DF6E1A;
    transition: opacity 300ms ease, transform 300ms ease, background-color 600ms;
    transform-origin: left;
}
header .search-slide-in .search-toggle span:first-of-type {
    top: 0;
    transform: rotate(45deg) translate(5px,  5px);
}
header .search-slide-in .search-toggle span:last-of-type {
    bottom: 0;
    transform: rotate(-45deg) translate(5px,  -5px);
}
header.show-search .search-slide-in {
    top: 0;
    opacity: 1;
}
header .main-navigation {
    font-family: "quatro", sans-serif;
    font-weight: 500;
}
@media (min-width: 992px) {
    header .main-navigation ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
}
}header .main-navigation ul li {
    margin: 0 .5rem;
}
@media (min-width: 1200px) {
    header .main-navigation ul li {
    margin: 0 .75rem;
}
}header .main-navigation ul li:first-child {
    margin-left: 0;
}
header .main-navigation ul li:last-child {
    margin-right: 0;
}
header .main-navigation ul li a {
    font-size: .75rem;
    line-height: 2rem;
    color: #58595B;
    padding: 0;
}
@media (min-width: 1200px) {
    header .main-navigation ul li a {
    font-size: .875rem;
}
}@media (min-width: 992px) {
    header .main-navigation ul li.current-menu-item>a {
    color: #DF6E1A;
}
header .main-navigation ul li.current-menu-item.menu-item-has-children::after {
    background: url("../images/down-arrow-orange@3x.png") no-repeat;
    background-size: .5625rem .3125rem;
}
header .main-navigation ul li:hover>a {
    color: #DF6E1A;
}
header .main-navigation ul li:hover.menu-item-has-children::after {
    background: url("../images/down-arrow-orange@3x.png") no-repeat;
    background-size: .5625rem .3125rem;
}
}header .main-navigation ul li.menu-item-has-children {
    position: relative;
}
header .main-navigation ul li.menu-item-has-children::after {
    content: '';
    background: url("../images/down-arrow-grey@3x.png") no-repeat;
    background-size: .5625rem .3125rem;
    width: .5625rem;
    height: .3125rem;
    transform: translateX(-50%);
    top: 75%;
    left: 50%;
    position: absolute;
}
header .main-navigation ul li .sub-menu {
    background: #fff;
}
header .main-navigation ul li .sub-menu li {
    margin: 0;
    padding: 0;
}
header .main-navigation ul li .sub-menu li:hover>a {
    color: inherit;
}
header .main-navigation ul li .sub-menu li a {
    padding: .3125rem .625rem;
}
@media (min-width: 992px) {
    header .main-navigation .menu .menu-item-has-children {
    padding-bottom: .625rem;
}
header .main-navigation .menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
header .main-navigation .menu .sub-menu {
    box-shadow: none;
    padding: .9375rem 1.875rem;
    background: #F2F2F2;
    border: .125rem solid #fff;
    border-top: none;
    border-radius: 0 0 .5rem .5rem;
    width: 100%;
    left: 50%;
    position: fixed;
    top: 4.375rem;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
    transition: all 0.2s .2s ease-in-out;
    visibility: hidden;
    max-width: 58.125rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
header .main-navigation .menu .sub-menu li {
    width: 33.33%}
header .main-navigation .menu .sub-menu li a {
    width: auto;
    display: inline-block;
    padding: .5rem .5rem;
    text-decoration: none;
    -webkit-border-radius: .3125rem;
    -moz-border-radius: .3125rem;
    -ms-border-radius: .3125rem;
    border-radius: .3125rem;
}
header .main-navigation .menu .sub-menu li a:hover {
    background: #fff;
    color: #DF6E1A;
}
}@media (min-width: 1200px) {
    header .main-navigation .menu .sub-menu {
    max-width: 69.375rem;
}
}li.menu-item-has-children a .submenu-arrow {
    top: 23px;
    right: 15px;
    position: absolute;
    content: '';
    background: url("../images/down-arrow-white@3x.png") no-repeat;
    background-size: 1.25rem .75rem;
    width: 1.875rem;
    height: 1.5625rem;
}
li.menu-item-has-children a.menu-active .submenu-arrow {
    background: url("../images/up-arrow-white@3x.png") no-repeat;
    background-size: 1.25rem .75rem;
    width: 1.25rem;
    height: .75rem;
}
.site-branding .mobile-icon .menu-icon .menu-bar-close {
    display: none;
}
.site-branding .mobile-icon .menu-icon.active .menu-bar {
    display: none;
}
.site-branding .mobile-icon .menu-icon.active .menu-bar-close {
    display: block;
}
@media (max-width: 991.98px) {
    header .site-branding .mobile-icon {
    display: block;
    padding: .9375rem 0 0;
}
header .site-branding .mobile-icon .menu-bar-icon {
    display: inline-block;
}
header .right-head {
    display: none;
}
header .main-navigation {
    right: 0;
    left: 0;
    position: fixed;
    height: 100vh;
    overflow: auto;
    background: url("../images/header-bg.png") no-repeat center/cover;
    z-index: 1;
    display: none;
    top: 4.6875rem;
    padding-bottom: 5rem;
}
header .main-navigation .menu-header-menu-container {
    max-width: 45rem;
    margin: 0 auto;
    padding: 0 .9375rem;
}
header .main-navigation ul {
    display: block;
    float: none;
    padding: 0 0 1.5625rem;
    border-bottom: .0625rem solid #fff;
}
header .main-navigation ul li {
    margin: 0;
}
header .main-navigation ul li.menu-item-has-children ul {
    padding: .9375rem 0 0;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    display: none;
    left: 0;
    position: relative;
}
header .main-navigation ul li.menu-item-has-children ul.submenu-open {
    display: block;
    position: relative;
}
header .main-navigation ul li.menu-item-has-children ul a {
    border-top: 1px solid #fff;
    font-size: 1.125rem;
    line-height: 1.40625rem;
    padding: .9375rem 2.5rem .9375rem .9375rem;
}
header .main-navigation ul li.menu-item-has-children ul a:hover {
    text-decoration: none;
    color: #fff;
}
header .main-navigation ul li.menu-item-has-children::after {
    display: none;
}
header .main-navigation ul li a {
    font-size: 1.625rem;
    line-height: 2rem;
    color: #fff;
    display: block;
    padding: .625rem 2.5rem .625rem 0;
    text-decoration: none;
}
}@media (min-width: 576px) and (max-width: 767.98px) {
    header .main-navigation .menu-header-menu-container {
    max-width: 33.75rem;
    margin: 0 auto;
    padding: .9375rem;
}
}@media (max-width: 575.98px) {
    header .main-navigation .menu-header-menu-container {
    padding: .9375rem;
}
}@media (max-width: 380px) {
    .site-header .site-branding {
    padding: .9375rem;
}
.site-header .site-branding .header-logo {
    max-width: 9.375rem;
}
.site-header .site-branding .mobile-icon {
    padding: 0;
}
.site-header .site-branding .mobile-icon .menu-icon {
    padding: .3125rem;
}
}.fixed {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100%}
@media (min-width: 992px) {
    .main-navigation .menu li.menu-item-has-children .sub-menu>li.menu-item-has-children {
    padding-bottom: 0;
}
.main-navigation .menu li.menu-item-has-children .sub-menu>li.menu-item-has-children a {
    padding-right: 1.25rem;
    position: relative;
}
.main-navigation .menu li.menu-item-has-children .sub-menu>li.menu-item-has-children a::after {
    content: '';
    background: url(../images/down-arrow-grey@3x.png) no-repeat;
    background-size: .5625rem .3125rem;
    width: .5625rem;
    height: .3125rem;
    top: 22px;
    right: 5px;
    position: absolute;
}
.main-navigation .menu li.menu-item-has-children .sub-menu>li.menu-item-has-children a:hover::after {
    background: url(../images/down-arrow-orange@3x.png) no-repeat;
    background-size: .5625rem .3125rem;
}
}.main-navigation .menu li.menu-item-has-children .sub-menu>li.menu-item-has-children::after {
    display: none;
}
.main-navigation .menu li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu {
    padding: 0;
    background-color: #fff;
    left: 0;
    position: absolute;
    top: 0;
    transform: none;
    float: left;
    width: 19.75rem;
    max-width: 100%}
@media (min-width: 992px) {
    .main-navigation .menu li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu {
    opacity: 0;
    visibility: hidden;
}
}@media (max-width: 991.98px) {
    .main-navigation .menu li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu {
    width: 100%;
    position: relative;
    background-color: transparent;
    margin-bottom: .9375rem;
}
}.main-navigation .menu li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu li {
    width: 100%}
.main-navigation .menu li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu li a {
    font-size: .75rem;
    line-height: 28px;
}
@media (max-width: 991.98px) {
    .main-navigation .menu li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu li a {
    font-size: .875rem;
    line-height: 22.5px;
    padding-left: 2.5rem;
}
}.main-navigation .menu li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu li a::after {
    display: none;
}
@media (min-width: 992px) {
    .main-navigation .menu li.menu-item-has-children .sub-menu>li.menu-item-has-children: hover .sub-menu {
    opacity: 1;
    visibility: visible;
    position: relative;
}
}@media (min-width: 992px) {
    .main-navigation .menu li.menu-item-has-children .sub-menu>li.menu-item-has-children: hover a {
    background-color: #fff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
}@media (min-width: 992px) {
    .main-navigation .menu li.menu-item-has-children .sub-menu li.current-menu-item.menu-item-has-children a: :after {
    background: url(../images/down-arrow-orange@3x.png) no-repeat;
    background-size: .5625rem .3125rem;
}
}.header-logo {
    max-width: 205px;
    display: block;
}
.site-logo {
    max-width: 300px;
    display: block;
}
.site-nav {
    color: #58595B;
}
.site-nav .site-link {
    color: #58595B;
    line-height: 2rem;
    font-size: .875rem;
    cursor: pointer;
}
.site-nav .site-link.active {
    color: #DF6E1A;
}
.social-icons a {
    font-size: 1.25pxrem;
    display: inline-block;
    padding: 10px;
    color: #58595B;
}
.social-icons a:first-child {
    padding-left: 0;
}
.right-arrow-icon {
    background: url("../images/upload-icon@3x.png") no-repeat center/contain;
    height: 30px;
    width: 30px;
    display: inline-block;
}
.up-arrow-icon {
    background: url("../images/arrow-right@3x.png") no-repeat center/contain;
    height: 30px;
    width: 30px;
    display: inline-block;
}
.menu-bar-icon {
    background: url("../images/component@3x.png") no-repeat center/contain;
    height: 30px;
    width: 30px;
    display: inline-block;
}
.phone-icon {
    background: url("../images/call-icon@3x.png") no-repeat center/contain;
    height: 20px;
    width: 20px;
    display: inline-block;
}
.mail-icon {
    background: url("../images/email-icon@3x.png") no-repeat center/contain;
    height: 20px;
    width: 20px;
    display: inline-block;
}
.lock-icon {
    background: url("../images/login-icon@3x.png") no-repeat center/contain;
    height: 20px;
    width: 20px;
    display: inline-block;
}
.search-icon {
    background: url("../images/search@3x.png") no-repeat center/contain;
    height: 20px;
    width: 20px;
    display: inline-block;
}
.down-arrow-icon {
    background: url("../images/down-arrow@3x.png") no-repeat center/contain;
    height: 20px;
    width: 20px;
    display: inline-block;
}
.close-icon {
    background: url("../images/close-icon@3x.png") no-repeat center/contain;
    height: 20px;
    width: 20px;
    display: inline-block;
}
.plus-icon {
    background: url("../images/plus-icon@3x.png") no-repeat center/contain;
    height: 20px;
    width: 20px;
    display: inline-block;
}
.minus-icon {
    background: url("../images/minus-icon@3x.png") no-repeat center/contain;
    height: 20px;
    width: 20px;
    display: inline-block;
}
.hour-service-icon, .open-hours-icon, .location-icon, .no-call-icon, .checked-icon, .discount-icon {
    position: relative;
    width: 35px;
    display: inline-block;
    height: 35px;
    vertical-align: middle;
    margin-right: 1.5rem;
}
@media (max-width: 350px) {
    .hour-service-icon, .open-hours-icon, .location-icon, .no-call-icon, .checked-icon, .discount-icon {
    margin-right: 1rem;
}
}.hour-service-icon::before, .open-hours-icon::before, .location-icon::before, .no-call-icon::before, .checked-icon::before, .discount-icon::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hour-service-icon::before {
    background-image: url("../images/hour-service-icon@3x.png");
}
.open-hours-icon::before {
    background-image: url("../images/24-hours-icon@3x.png");
}
.location-icon::before {
    background-image: url("../images/local-mobile-icon@3x.png");
}
.no-call-icon::before {
    background-image: url("../images/no-call-icon@3x.png");
}
.checked-icon::before {
    background-image: url("../images/checked-icon@3x.png");
}
.discount-icon::before {
    background-image: url("../images/discount_icon.png");
}
.hero-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}
.hero-panel.hero-type-cta-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -21rem;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
@media (max-width: 991.98px) {
    .hero-panel.hero-type-cta-banner {
    background-position: -21rem -17rem;
    margin-bottom: 0;
}
}.hero-panel.hero-type-cta-banner.hero-no-services {
    background-position: center 100%;
    overflow: visible;
}
.hero-panel.hero-type-cta-banner.hero-no-services .row {
    width: 100%}
@media (max-width: 991.98px) {
    .hero-panel.hero-type-cta-banner.hero-no-services .row .hero-location-section {
    padding: 3.5rem 0;
}
}@media (max-width: 991.98px) and (min-width: 992px) {
    .hero-panel.hero-type-cta-banner.hero-no-services .row .hero-location-section h1 {
    font-size: 1.625rem;
    line-height: 2rem;
}
}.hero-panel.hero-type-cta-banner.hero-no-services .hero-img {
    right: 0;
    width: 60%}
.hero-panel.hero-type-cta-banner.hero-services {
    padding-bottom: 6.5rem;
    background-position: center -7rem;
}
.hero-panel.hero-type-cta-banner.hero-services::after {
    content: '';
    width: 100%;
    height: 100%;
    top: -13%;
    left: 4%;
    position: absolute;
    z-index: 1;
    background-image: url("../images/hero-path.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 71%}
@media (max-width: 991.98px) {
    .hero-panel.hero-type-cta-banner.hero-services: :after {
    top: -10%;
    left: 42%;
    background-position: left top;
    background-size: 157%}
}@media (max-width: 991.98px) {
    .hero-panel.hero-type-cta-banner.hero-services {
    padding-bottom: 2rem;
}
}.hero-panel.hero-type-cta-banner.hero-services .container {
    align-items: flex-start;
    min-height: 41rem;
}
.hero-panel.hero-type-cta-banner.hero-services .container .hero-img {
    top: auto;
    bottom: 5.625rem;
    transform: none;
    width: 75%;
    right: 0;
    z-index: 1;
}
@media (max-width: 991.98px) {
    .hero-panel.hero-type-cta-banner.hero-services .container .hero-location-section {
    padding: 2rem .625rem 0;
}
}@media (max-width: 991.98px) {
    .hero-panel.hero-type-cta-banner.hero-services.no-search-form .hero-location-section {
    padding-bottom: 2rem;
}
}.hero-panel.hero-type-cta-banner.hero-services.no-search-form .hero-img {
    width: 55%;
    right: 0;
    top: 11%}
.hero-panel.hero-type-cta-banner .container {
    position: relative;
}
@media (min-width: 992px) {
    .hero-panel.hero-type-cta-banner .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 32rem;
}
}.hero-panel.hero-type-cta-banner .hero-location-section {
    padding: 2rem 0;
    max-width: 29.375rem;
    position: relative;
}
@media (min-width: 992px) {
    .hero-panel.hero-type-cta-banner .hero-location-section {
    z-index: 2;
}
}.hero-panel.hero-type-cta-banner .hero-location-section h1 {
    color: #fff;
}
@media (min-width: 992px) {
    .hero-panel.hero-type-cta-banner .hero-location-section h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}
}@media (max-width: 991.98px) {
    .hero-panel.hero-type-cta-banner .hero-location-section {
    max-width: 100%}
}.hero-panel.hero-type-cta-banner .hero-location-section .search-section span {
    display: block;
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: .5rem;
}
@media (max-width: 991.98px) {
    .hero-panel.hero-type-cta-banner .hero-location-section .search-section span {
    font-size: 1rem;
}
}.hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form input[type="search"] {
    font-size: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    line-height: 1.5625rem;
    border: 1px solid #D5D6D8;
    border-radius: 10px;
    padding: .75rem 1rem;
    color: #000;
    min-width: 310px;
    margin-top: 0.5rem;
    margin-bottom: 0;
    font-family: "proxima-nova", sans-serif;
    position: relative;
}
@media (max-width: 991.98px) {
    .hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form input[type="search"] {
    min-width: 257px;
}
}@media (max-width: 575.98px) {
    .hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form input[type="search"] {
    min-width: 240px;
}
}.hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form input[type="search"]::placeholder {
    color: #D5D6D8;
    font-style: italic;
}
.hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form input[type="search"]::-webkit-input-placeholder {
    color: #D5D6D8;
    font-style: italic;
}
.hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form input[type="search"]:-ms-input-placeholder {
    color: #D5D6D8;
    font-style: italic;
}
.hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form button {
    margin-top: 1rem;
}
.hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form #location-result-popup, .hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form #crime-result-popup {
    background-color: #fff;
    width: 21.5rem;
    position: absolute;
    z-index: 3;
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    border-radius: .625rem;
}
@media (max-width: 575.98px) {
    .hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form #location-result-popup, .hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form #crime-result-popup {
    width: 100%}
}.hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form #location-result-popup .location-search-result, .hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form #location-result-popup .crime-search-result, .hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form #crime-result-popup .location-search-result, .hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form #crime-result-popup .crime-search-result {
    padding: 15px;
}
.hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form #location-result-popup .location-search-result span, .hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form #location-result-popup .crime-search-result span, .hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form #crime-result-popup .location-search-result span, .hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form #crime-result-popup .crime-search-result span {
    color: #DF6E1A;
}
.hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form #location-result-popup .location-search-result a, .hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form #location-result-popup .crime-search-result a, .hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form #crime-result-popup .location-search-result a, .hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form #crime-result-popup .crime-search-result a {
    padding: .625rem;
    border-bottom: .0625rem solid #DF6E1A;
    color: #DF6E1A;
    display: block;
}
.hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form #location-result-popup .location-search-result a:last-child, .hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form #location-result-popup .crime-search-result a:last-child, .hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form #crime-result-popup .location-search-result a:last-child, .hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form #crime-result-popup .crime-search-result a:last-child {
    border-bottom: 0;
}
.hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form #location-result-popup .location-search-result a:hover, .hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form #location-result-popup .crime-search-result a:hover, .hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form #crime-result-popup .location-search-result a:hover, .hero-panel.hero-type-cta-banner .hero-location-section .search-section .search-form #crime-result-popup .crime-search-result a:hover {
    color: #58595B;
}
.hero-panel.hero-type-cta-banner .hero-location-section .banner-cta .call-btn {
    font-size: 1rem;
    color: #58595B;
    background: #F2F2F2;
    padding: .625rem;
    border-radius: 10px;
    margin-top: 0.5rem;
    display: inline-block;
    min-width: 224px;
    text-align: center;
    font-family: "quatro", sans-serif;
}
.hero-panel.hero-type-cta-banner .hero-location-section .banner-cta .call-btn:hover {
    background-color: #58595B;
    color: #fff;
}
@media (max-width: 991.98px) {
    .hero-panel.hero-type-cta-banner .hero-location-section .banner-cta .call-btn, .hero-panel.hero-type-cta-banner .hero-location-section .banner-cta .request-call-btn {
    z-index: 2;
}
}.hero-panel.hero-type-cta-banner .hero-location-section .banner-cta .call-btn.blue-btn {
    font-size: 1.625rem;
    line-height: 2rem;
    background-color: #494F7C;
    text-align: center;
    color: white;
    padding: 1.5rem 0;
    min-width: 23.75rem;
    font-weight: 500;
}
.hero-panel.hero-type-cta-banner .hero-location-section .banner-cta .call-btn.blue-btn span {
    position: relative;
    padding-left: 2.1875rem;
}
.hero-panel.hero-type-cta-banner .hero-location-section .banner-cta .call-btn.blue-btn span::before {
    content: '';
    left: 0;
    position: absolute;
    background-image: url("../images/call-icon-white.png");
    background-repeat: no-repeat;
    height: 1.875rem;
    width: 1.875rem;
}
.hero-panel.hero-type-cta-banner .hero-location-section .banner-cta .call-btn.blue-btn:hover {
    background-color: #fff;
    color: #494F7C;
}
.hero-panel.hero-type-cta-banner .hero-location-section .banner-cta .call-btn.blue-btn:hover span::before {
    background-image: url("../images/call-icon-blue@3x.png");
    background-size: 100%}
@media (max-width: 575.98px) {
    .hero-panel.hero-type-cta-banner .hero-location-section .banner-cta .call-btn.blue-btn {
    width: 100%;
    min-width: 18.75rem;
    padding: 1.72rem 1rem 1.72rem;
}
}@media (max-width: 350px) {
    .hero-panel.hero-type-cta-banner .hero-location-section .banner-cta .call-btn.blue-btn {
    min-width: 16.875rem;
    font-size: 1.375rem;
    padding: 1.72rem .5rem 1.72rem;
}
}.hero-panel.hero-type-cta-banner .hero-location-section .banner-cta .request-call-btn {
    font-size: 1.625rem;
    width: auto;
    max-width: 23.4375rem;
    padding: 1.72rem 1rem;
    text-align: center;
    font-family: "quatro", sans-serif;
    font-weight: 500;
}
.hero-panel.hero-type-cta-banner .hero-location-section .banner-cta .request-call-btn:hover {
    background-color: #58595B;
    color: #fff;
}
@media (max-width: 385px) {
    .hero-panel.hero-type-cta-banner .hero-location-section .banner-cta .request-call-btn {
    padding: 1.72rem .5rem 1.72rem;
}
}@media (max-width: 350px) {
    .hero-panel.hero-type-cta-banner .hero-location-section .banner-cta .request-call-btn {
    font-size: 1.25rem;
    padding: 1.72rem .5rem 1.72rem;
}
}.hero-panel.hero-type-cta-banner .hero-img {
    position: absolute;
    right: 8%;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    width: 35%}
@media (max-width: 991.98px) {
    .hero-panel.hero-type-cta-banner .hero-img {
    display: none;
}
}.hero-panel.hero-type-cta-banner .services-wrapper {
    position: absolute;
    left: 15px;
    z-index: 1;
    bottom: -5rem;
    width: 100%}
@media (max-width: 991.98px) {
    .hero-panel.hero-type-cta-banner .services-wrapper {
    position: relative;
    bottom: -10px;
    left: 0;
    margin: 0;
}
.hero-panel.hero-type-cta-banner .services-wrapper .col-sm-12 {
    padding: 0;
}
}.hero-panel.hero-type-cta-banner .services-wrapper .feefo-link {
    position: absolute;
    top: -40%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,  50%);
}
@media (max-width: 991.98px) {
    .hero-panel.hero-type-cta-banner .services-wrapper .feefo-link {
    position: relative;
    top: -10px;
    padding: 0 .625rem;
}
}.hero-panel.hero-type-cta-banner .services-wrapper .banner-services {
    background: #F2F2F2;
    padding: 2rem 2rem 0 2rem;
    border-radius: 8px;
    border: 2px solid #fff;
    overflow: hidden;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
    .hero-panel.hero-type-cta-banner .services-wrapper .banner-services {
    padding: 3rem 1rem 0 1rem;
}
}.hero-panel.hero-type-cta-banner .services-wrapper .banner-services ul li.service {
    float: left;
    width: 33.33%;
    margin-bottom: 2rem;
    font-size: 1.3125rem;
    line-height: 1.625rem;
    font-family: "quatro", sans-serif;
    display: flex;
    align-items: center;
}
.hero-panel.hero-type-cta-banner .services-wrapper .banner-services ul li.service a {
    color: #58595B;
    display: flex;
    align-items: center;
}
.hero-panel.hero-type-cta-banner .services-wrapper .banner-services ul li.service a:hover {
    text-decoration: underline;
}
@media (max-width: 991.98px) {
    .hero-panel.hero-type-cta-banner .services-wrapper .banner-services ul li.service {
    width: 100%}
}.hero-panel.hero-type-cta-banner.show-overlay {
    margin-bottom: 0;
}
.hero-panel.hero-type-cta-banner.show-overlay::after {
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
    border-radius: 0;
}
.hero-panel.hero-type-cta-banner.show-overlay .container {
    height: 34.375rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.hero-panel.hero-type-simple {
    background-size: 120%}
@media (max-width: 991.98px) {
    .hero-panel.hero-type-simple {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
}.hero-panel.hero-type-simple .container {
    position: relative;
}
.hero-panel.hero-type-simple .row {
    align-items: center;
    height: 13rem;
    position: relative;
    overflow: hidden;
}
.hero-panel.hero-type-simple .hero-location-section {
    position: relative;
    z-index: 1;
    max-width: 40%}
@media (max-width: 767.98px) {
    .hero-panel.hero-type-simple .hero-location-section {
    max-width: 100%}
}.hero-panel.hero-type-simple .hero-location-section h1 {
    color: #fff;
}
@media (min-width: 992px) {
    .hero-panel.hero-type-simple .hero-location-section h1 {
    font-size: 2.5rem;
}
}.hero-panel.hero-type-simple .hero-location-section p, .hero-panel.hero-type-simple .hero-location-section .banner-copy {
    color: #fff;
}
.hero-panel.hero-type-simple .hero-img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25%}
@media (max-width: 991.98px) {
    .hero-panel.hero-type-simple .hero-img {
    display: none;
}
}.hero-panel.hero-type-simple .discover-more {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    display: inline-block;
}
@media (max-width: 991.98px) {
    .hero-panel.hero-type-simple .discover-more {
    bottom: 2rem;
    position: relative;
    padding: 1.25rem 0;
}
}.hero-panel.hero-type-simple .discover-more span {
    position: relative;
    padding-bottom: 5px;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.40625rem;
    font-family: "quatro", sans-serif;
}
.hero-panel.hero-type-simple .discover-more span::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 12px;
    background-image: url("../images/down-arrow-white@3x.png");
    background-repeat: no-repeat;
    background-size: 20px 12px;
}
.news-banner.hero-panel.hero-type-simple .row {
    min-height: 28.125rem;
}
.news-banner.hero-panel.hero-type-simple .hero-location-section {
    max-width: 55%}
@media (max-width: 767.98px) {
    .news-banner.hero-panel.hero-type-simple .hero-location-section {
    max-width: 100%}
}.news-banner.hero-panel.hero-type-simple .hero-location-section .author-detail {
    color: #fff;
    font-size: 1rem;
    line-height: 1.40625rem;
    font-family: "quatro", sans-serif;
}
.news-banner.hero-panel.hero-type-simple .hero-location-section .author-detail span {
    margin-right: .3125rem;
}
.news-banner.hero-panel.hero-type-simple .hero-location-section h1 {
    margin-top: 0;
}
.news-banner.hero-panel.hero-type-simple .social-icon {
    position: absolute;
    left: 0;
    bottom: 1.5625rem;
}
.news-banner.hero-panel.hero-type-simple .social-icon label {
    display: block;
    font-size: 1rem;
    color: #fff;
    padding-left: .3125rem;
    margin-bottom: .3125rem;
}
@media (max-width: 991.98px) {
    .news-banner.hero-panel.hero-type-simple .social-icon {
    left: .625rem;
}
}.at-resp-share-element .at-share-btn {
    background: none !important;
    margin-right: 10px !important;
}
.at-resp-share-element .at-share-btn span {
    display: none;
}
.at-resp-share-element .at-share-btn::before {
    width: 12px;
    height: 20px;
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.at-resp-share-element .at-share-btn.at-svc-facebook::before {
    content: "\f09a"}
.at-resp-share-element .at-share-btn.at-svc-twitter::before {
    content: "\f099"}
.at-resp-share-element .at-share-btn.at-svc-linkedin::before {
    content: "\f0e1"}
@media (max-width: 991.98px) {
    #feefo-service-review-floating-widgetId {
    display: none;
}
}.hero-content .hero-location-section {
    padding: 5rem 0 7rem;
}
.icon-head {
    bottom: 60px;
    left: 15px;
    position: absolute;
    color: #fff;
    font-size: 1rem;
    line-height: 22.5px;
    font-family: "quatro", sans-serif;
}
.hero-panel .addthis_tool {
    padding-left: .375rem;
    bottom: 20px;
    left: 0;
    position: absolute;
}
.hero-panel.hero-type-simple.hero-content .row {
    height: auto;
}
.hero-panel.hero-type-simple.hero-content .row p {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    font-family: "quatro", sans-serif;
}
.hero-panel.hero-type-simple.hero-content .row .hero-img {
    width: 32%}
.hero-type-simple.right-image-bigger .hero-img {
    width: 30%;
    top: -35%;
    transform: none;
}
.Herosearch-form {
    top: 0;
    position: relative;
    display: inline-block;
    z-index: 2;
}
.Herosearch-form .searchform-close {
    top: 50%;
    right: 15px;
    position: absolute;
    padding: 0;
    margin-top: 0 !important;
    transform: translateY(-50%);
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
}
.Herosearch-form .searchform-close::after {
    content: "X";
    display: inline-block;
    width: .9375rem;
    height: .9375rem;
    background-color: #DF6E1A;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    box-shadow: 0 0 2px #DF6E1A;
    cursor: pointer;
}
.Herosearch-form .search-field:not(:valid) ~ .searchform-close {
    display: none;
}
.Herosearch-form .search-field::-ms-clear {
    display: none;
}
.trustpilot-widget-hero {
    z-index: 2;
    width: 13.375rem;
    height: 7.6875rem;
    z-index: 2;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}
@media (min-width: 992px) {
    .trustpilot-widget-hero {
    margin-left: auto;
    margin-bottom: 1.875rem;
}
}@media (max-width: 991.98px) {
    .trustpilot-widget-hero {
    display: none;
}
}@media (max-width: 991.98px) {
    .banner-cta-fixed {
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 4;
    max-width: 100%;
    width: 100%}
.banner-cta-fixed .button, .banner-cta-fixed .module-enquire .left-side form .gform_footer input[type="submit"], .module-enquire .left-side form .gform_footer .banner-cta-fixed input[type="submit"], .banner-cta-fixed .module-enquire .contact-right form .gform_footer input[type="submit"], .module-enquire .contact-right form .gform_footer .banner-cta-fixed input[type="submit"], .banner-cta-fixed .module-contact-us .left-side form .gform_footer input[type="submit"], .module-contact-us .left-side form .gform_footer .banner-cta-fixed input[type="submit"], .banner-cta-fixed .module-contact-us .contact-right form .gform_footer input[type="submit"], .module-contact-us .contact-right form .gform_footer .banner-cta-fixed input[type="submit"] {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.banner-cta-fixed .button.request-call-btn, .banner-cta-fixed .module-enquire .left-side form .gform_footer input.request-call-btn[type="submit"], .module-enquire .left-side form .gform_footer .banner-cta-fixed input.request-call-btn[type="submit"], .banner-cta-fixed .module-enquire .contact-right form .gform_footer input.request-call-btn[type="submit"], .module-enquire .contact-right form .gform_footer .banner-cta-fixed input.request-call-btn[type="submit"], .banner-cta-fixed .module-contact-us .left-side form .gform_footer input.request-call-btn[type="submit"], .module-contact-us .left-side form .gform_footer .banner-cta-fixed input.request-call-btn[type="submit"], .banner-cta-fixed .module-contact-us .contact-right form .gform_footer input.request-call-btn[type="submit"], .module-contact-us .contact-right form .gform_footer .banner-cta-fixed input.request-call-btn[type="submit"] {
    border-radius: 0 !important;
    max-width: 100% !important;
}
.banner-cta-fixed .button.call-btn, .banner-cta-fixed .module-enquire .left-side form .gform_footer input.call-btn[type="submit"], .module-enquire .left-side form .gform_footer .banner-cta-fixed input.call-btn[type="submit"], .banner-cta-fixed .module-enquire .contact-right form .gform_footer input.call-btn[type="submit"], .module-enquire .contact-right form .gform_footer .banner-cta-fixed input.call-btn[type="submit"], .banner-cta-fixed .module-contact-us .left-side form .gform_footer input.call-btn[type="submit"], .module-contact-us .left-side form .gform_footer .banner-cta-fixed input.call-btn[type="submit"], .banner-cta-fixed .module-contact-us .contact-right form .gform_footer input.call-btn[type="submit"], .module-contact-us .contact-right form .gform_footer .banner-cta-fixed input.call-btn[type="submit"] {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-top: 0 !important;
}
.banner-cta-fixed .call-btn-wrapper {
    max-width: 100% !important;
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
}.hero-location {
    padding-bottom: 2rem !important;
    background-position: center -8rem !important;
}
.hero-location .hero-img {
    top: auto !important;
    bottom: 10.625rem !important;
}
.hero-location .services-wrapper {
    bottom: 0 !important;
}
.location-trustpilot-image, .home-trustpiolet-image {
    padding: 0 .625rem;
}
.location-trustpilot-image img, .home-trustpiolet-image img {
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    border-radius: .625rem;
    -webkit-box-shadow: 0 0 40px -10px #bababa;
    -moz-box-shadow: 0 0 40px -10px #bababa;
    -ms-box-shadow: 0 0 40px -10px #bababa;
    box-shadow: 0 0 40px -10px #bababa;
}
@media (max-width: 991.98px) {
    .hero-panel.hero-type-cta-banner.home-v2 {
    padding-bottom: 23rem;
    background-position: center -7rem;
}
.hero-panel.hero-type-cta-banner.home-v2 .blue-btn {
    display: none;
}
.hero-panel.hero-type-cta-banner.home-v2 .button.call-btn, .hero-panel.hero-type-cta-banner.home-v2 .module-enquire .left-side form .gform_footer input.call-btn[type="submit"], .module-enquire .left-side form .gform_footer .hero-panel.hero-type-cta-banner.home-v2 input.call-btn[type="submit"], .hero-panel.hero-type-cta-banner.home-v2 .module-enquire .contact-right form .gform_footer input.call-btn[type="submit"], .module-enquire .contact-right form .gform_footer .hero-panel.hero-type-cta-banner.home-v2 input.call-btn[type="submit"], .hero-panel.hero-type-cta-banner.home-v2 .module-contact-us .left-side form .gform_footer input.call-btn[type="submit"], .module-contact-us .left-side form .gform_footer .hero-panel.hero-type-cta-banner.home-v2 input.call-btn[type="submit"], .hero-panel.hero-type-cta-banner.home-v2 .module-contact-us .contact-right form .gform_footer input.call-btn[type="submit"], .module-contact-us .contact-right form .gform_footer .hero-panel.hero-type-cta-banner.home-v2 input.call-btn[type="submit"] {
    width: 100%;
    margin-top: 1.25rem;
}
.hero-panel.hero-type-cta-banner.home-v2 .services-wrapper {
    bottom: -20rem;
}
.hero-panel.hero-type-cta-banner.home-v2 .search-section .home-search-title {
    display: none;
}
.hero-panel.hero-type-cta-banner.home-v2 .container .hero-location-section h1 {
    max-width: 16.875rem;
}
.hero-panel.hero-type-cta-banner.home-v2 .container .hero-img {
    display: block;
    top: 28rem;
    width: 100%;
    z-index: 0;
    text-align: center;
    left: 0;
    position: absolute;
    height: 31.25rem;
    overflow: hidden;
}
.hero-panel.hero-type-cta-banner.home-v2 .hero-location-section h2 {
    display: none;
}
.hero-panel.hero-type-cta-banner.home-v2 .hero-location-section .home-v2-search {
    display: block;
    margin: 1.875rem 0 .625rem;
}
.hero-panel.hero-type-cta-banner.home-v2 .home-trustpiolet-image {
    position: relative;
    max-width: 80%;
    z-index: 2;
    margin: 10px auto 0;
}
.hero-panel.hero-type-cta-banner.home-v2 .home-trustpiolet-image img {
    width: 100%}
.hero-panel.hero-type-cta-banner.home-v2 .search-section .search-form .Herosearch-form {
    width: 100%}
.hero-panel.hero-type-cta-banner.home-v2 .search-section .search-form .Herosearch-form input[type="search"] {
    width: 100%;
    height: 4.6875rem;
    box-sizing: border-box;
}
.hero-panel.hero-type-cta-banner.home-v2 .search-section .search-form .Herosearch-form .searchform-close {
    z-index: 3;
}
}@media (max-width: 575.98px) {
    .hero-panel.hero-type-cta-banner.home-v2 {
    padding-bottom: 15rem;
    background-position: center -15rem;
}
.hero-panel.hero-type-cta-banner.home-v2 .container .hero-img {
    top: 24rem;
}
.hero-panel.hero-type-cta-banner.home-v2 .services-wrapper {
    bottom: -13rem;
}
}@media (max-width: 400px) {
    .hero-panel.hero-type-cta-banner.home-v2 {
    padding-bottom: 13rem;
    background-position: center -15rem;
}
.hero-panel.hero-type-cta-banner.home-v2 .services-wrapper {
    bottom: -10rem;
}
}@media (max-width: 991.98px) {
    #location-result-popup {
    width: calc(100% - 20px) !important;
}
}.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}
.back_top .back-to-top {
    display: inline-block;
    font-size: .75rem;
    line-height: 2rem;
    position: relative;
}
.back_top .back-to-top::after {
    top: 0;
    right: -40px;
    position: absolute;
    content: '';
    background: url("../images/upload-icon-white@3x.png") no-repeat right 0.75rem center/18px 18px;
    width: 30px;
    height: 30px;
}
.back_top .back-to-top:hover {
    color: #DF6E1A;
}
.back_top .back-to-top:hover::after {
    background: url("../images/upload-icon-orange@3x.png") no-repeat right 0.75rem center/18px 18px;
}
.site-footer-logo {
    background-color: #F2F2F2;
    padding: 1.5625rem 0 1.25rem;
}
.site-footer-logo a {
    display: inline-block;
    padding-right: 2.5rem;
    max-width: 13rem;
}
.site-footer-logo a img {
    width: 100%;
    max-height: 65px;
    height: 100%}
@media (min-width: 992px) {
    .site-footer-logo a: first-of-type, .site-footer-logo a:nth-child(2), .site-footer-logo a:nth-child(3) {
    max-width: 7rem;
    width: 100%}
}@media (min-width: 1200px) {
    .site-footer-logo a: first-of-type {
    max-width: 9rem;
    width: 100%}
.site-footer-logo a:nth-child(2) {
    max-width: 11rem;
    width: 100%}
.site-footer-logo a:nth-child(3) {
    max-width: 10rem;
    width: 100%}
}.site-footer-logo a:last-child {
    padding-right: 0;
}
.site-footer-content {
    background-color: #58595B;
    color: #fff;
    line-height: 2rem;
    font-size: .875rem;
    font-family: "quatro", sans-serif;
}
.site-footer-content a {
    color: #fff;
    display: block;
}
.site-footer-content a:hover {
    color: #DF6E1A;
}
.site-footer-content .footer-menu1 p, .site-footer-content .footer-menu3 p, .site-footer-content .footer-contact p {
    color: #DF6E1A;
}
.site-footer-content .footer-office-address .address-title {
    color: #DF6E1A;
}
.site-footer-content .footer-contact {
    height: 100%}
.site-footer-content .footer-contact a p {
    color: #fff;
}
.site-footer-content .footer-contact .social-icon {
    margin-top: .625rem;
}
.site-footer-content .footer-contact .social-icon li {
    display: inline-block;
    padding: 0 .5rem;
}
.site-footer-content .footer-contact .social-icon li a {
    font-size: 1.25rem;
}
.site-footer-content .footer-contact .social-icon li:first-of-type {
    padding-left: 0;
}
.site-footer-content .footer-menu3 li {
    display: inline-block;
    border-right: 2px solid #fff;
    padding: 0 15px 0 5px;
    font-size: .75rem;
    line-height: 1rem;
}
.site-footer-content .footer-menu3 li:first-child {
    padding-left: 0;
}
.site-footer-content .footer-menu3 li:last-child {
    border-right: 0;
    padding-right: 0;
}
.site-footer-content .newsletter-form {
    margin-top: -140px;
}
.site-footer-content .newsletter-form input {
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    border-radius: .625rem;
}
.footer-bottom-text, .bottom-middle-text {
    font-size: .75rem;
    line-height: 1rem;
}
@media (min-width: 992px) {
    .footer-bottom-text, .bottom-middle-text {
    text-align: right;
    line-height: 2rem;
}
}@media (max-width: 991.98px) {
    .site-footer-logo .footer_logos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-footer-logo .footer_logos a {
    width: 100%;
    padding: 0;
}
.site-footer-logo .footer_logos a:nth-child(4), .site-footer-logo .footer_logos a:nth-child(5) {
    display: none;
}
.footer-office-address {
    margin-bottom: 30px;
}
.newsletter-form, .footer-menu1, .footer-menu3 {
    display: none;
}
.footer-bottom-text {
    max-width: 15.625rem;
    margin-top: .625rem;
}
.bottom-middle-text {
    margin: 0;
}
}.validation-msg {
    border: .0625rem solid #DF6E1A !important;
}
.module-basic-content {
    padding: 2.25rem 0 0 0;
}
@media (max-width: 991.98px) {
    .module-basic-content {
    margin: 0 auto;
    padding: 2rem 0 1.25rem;
}
}.module-basic-content .basic-content h2 {
    margin-bottom: 1.4375rem;
}
.module-basic-content .basic-content p {
    margin: .9375rem 0;
}
.module-basic-content .basic-content p span {
    font-size: 1.3125rem;
    line-height: 1.625rem;
    font-family: "quatro", sans-serif;
}
.module-basic-content ul {
    list-style: disc !important;
    margin: 0 0 1.5em 3em !important;
}
.module-basic-content img {
    -webkit-border-radius: .9375rem;
    -moz-border-radius: .9375rem;
    -ms-border-radius: .9375rem;
    border-radius: .9375rem;
}
.module-global-cta, .general-master-global-cta {
    margin-top: 2.5rem;
    padding: 1.875rem 0 4.25rem 0;
}
@media (max-width: 991.98px) {
    .module-global-cta, .general-master-global-cta {
    padding: 0;
    margin: 0;
}
.module-global-cta .container, .general-master-global-cta .container {
    padding: 0;
}
.module-global-cta .container .row, .general-master-global-cta .container .row {
    margin: 0;
}
}.module-global-cta .block, .general-master-global-cta .block {
    position: relative;
    margin: 0 0 1.5625rem 0;
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    border-radius: .625rem;
}
@media (max-width: 991.98px) {
    .module-global-cta .block, .general-master-global-cta .block {
    margin-bottom: 0;
}
.module-global-cta .block .show-overlay::after, .general-master-global-cta .block .show-overlay::after {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
}@media (max-width: 575.98px) {
    .module-global-cta .block, .general-master-global-cta .block {
    padding: 0;
}
}.module-global-cta .block .search-find, .general-master-global-cta .block .search-find {
    position: relative;
    z-index: 2;
    padding: 0;
    height: 28.125rem;
}
@media (max-width: 991.98px) {
    .module-global-cta .block .search-find, .general-master-global-cta .block .search-find {
    -webkit-border-radius: 0rem;
    -moz-border-radius: 0rem;
    -ms-border-radius: 0rem;
    border-radius: 0rem;
}
}@media (max-width: 991.98px) {
    .module-global-cta .block .search-find.content-centre-mobile .cta-content, .general-master-global-cta .block .search-find.content-centre-mobile .cta-content {
    justify-content: center;
}
.module-global-cta .block .search-find.content-centre-mobile .cta-content .cta, .general-master-global-cta .block .search-find.content-centre-mobile .cta-content .cta {
    flex: 0;
}
}.module-global-cta .block .search-find figure, .general-master-global-cta .block .search-find figure {
    margin: 0;
    width: 100%;
    height: 100%}
.module-global-cta .block .search-find figure img, .general-master-global-cta .block .search-find figure img {
    width: 100%;
    height: 100%}
@media (min-width: 992px) {
    .module-global-cta .block .search-find figure img, .general-master-global-cta .block .search-find figure img {
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    border-radius: .625rem;
}
}.module-global-cta .block .search-find.show-overlay::after, .general-master-global-cta .block .search-find.show-overlay::after {
    z-index: 1;
}
.module-global-cta .cta-content, .general-master-global-cta .cta-content {
    max-width: 14.375rem;
    margin: 0 auto;
    z-index: 2;
    height: 100%;
    padding: 2rem 0;
    top: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 575.98px) {
    .module-global-cta .cta-content, .general-master-global-cta .cta-content {
    padding: 1rem 0;
}
}.module-global-cta .cta-content .cta-heading, .general-master-global-cta .cta-content .cta-heading {
    width: 100%;
    max-width: 14.375rem;
}
.module-global-cta .cta-position-middle, .general-master-global-cta .cta-position-middle {
    flex: 1;
}
.module-global-cta .cta-middle .cta-img, .general-master-global-cta .cta-middle .cta-img {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
}
.module-global-cta .cta-middle .cta-img img, .general-master-global-cta .cta-middle .cta-img img {
    height: 17.5rem;
}
@media (max-width: 575.98px) {
    .module-global-cta .cta-middle .cta-img img, .general-master-global-cta .cta-middle .cta-img img {
    height: 15.625rem;
}
}.module-testimonials {
    padding: 2.1875rem 0 3.25rem 0;
}
@media (max-width: 991.98px) {
    .module-testimonials {
    padding: 1.25rem 0 1.5rem 0;
}
}.module-testimonials .testimonial {
    color: #DF6E1A;
}
.module-testimonials .testimonial h2 {
    height: 100%;
    font-style: italic;
}
.module-testimonials .carousel {
    position: relative;
    overflow: hidden;
}
.module-testimonials .carousel::after, .module-testimonials .carousel::before {
    content: '';
    width: 10.9375rem;
    height: 10rem;
    z-index: -1;
    background-size: 100%;
    background-repeat: no-repeat;
}
.module-testimonials .carousel::after {
    top: 58%;
    right: 3%;
    position: absolute;
    -webkit-transform: translate(-50%,  -35%);
    -moz-transform: translate(-50%,  -35%);
    -ms-transform: translate(-50%,  -35%);
    transform: translate(-50%,  -35%);
    background-image: url("../images/right-testimonial.png");
}
@media (max-width: 767.98px) {
    .module-testimonials .carousel: :after {
    top: 50%;
    right: -15%;
    position: absolute;
}
}@media (max-width: 575.98px) {
    .module-testimonials .carousel: :after {
    top: 50%;
    right: -25%;
    position: absolute;
}
}.module-testimonials .carousel::before {
    top: 42%;
    left: 3%;
    position: absolute;
    -webkit-transform: translate(40%,  -50%);
    -moz-transform: translate(40%,  -50%);
    -ms-transform: translate(40%,  -50%);
    transform: translate(40%,  -50%);
    background-image: url("../images/left-testimonial.png");
}
@media (max-width: 767.98px) {
    .module-testimonials .carousel: :before {
    top: 25%;
    left: -15%;
    position: absolute;
}
}@media (max-width: 575.98px) {
    .module-testimonials .carousel: :before {
    top: 32%;
    left: -25%;
    position: absolute;
}
}.module-testimonials .carousel .carousel-indicators {
    z-index: 0;
}
.module-testimonials .carousel .carousel-inner {
    max-width: 43.75rem;
    margin: 0 auto;
}
@media (max-width: 991.98px) {
    .module-testimonials .carousel .carousel-inner {
    max-width: 31.25rem;
}
}@media (max-width: 575.98px) {
    .module-testimonials .carousel .carousel-inner {
    max-width: 15rem;
}
.module-testimonials .carousel .carousel-inner .carousel-item {
    padding: .9375rem 1.25rem;
}
}.module-testimonials .carousel .carousel-inner .carousel-item {
    padding: .9375rem 1.25rem;
}
.module-testimonials .carousel .carousel-indicators {
    position: relative;
}
.module-testimonials .carousel .carousel-indicators li {
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    margin: 0 2.8125rem 0 0;
    background-color: #D5D6D8;
}
.module-testimonials .carousel .carousel-indicators li:last-child {
    margin-right: 0;
}
.module-testimonials .carousel .carousel-indicators .active {
    background-color: #DF6E1A;
}
.module-testimonials .carousel .carousel-control-prev, .module-testimonials .carousel .carousel-control-next {
    display: inline-block;
    height: 3.125rem;
    top: 50%;
    transform: translateY(-50%);
}
.module-page-menu {
    padding: 1.875rem 0 1.25rem;
}
@media (max-width: 991.98px) {
    .module-page-menu {
    padding: 0;
}
}.module-page-menu .mob-page-menu .btn, .module-page-menu .mob-page-menu .dropdown-sm-menu {
    width: 100%;
    line-height: 1.625rem;
    background-color: #58595B;
    font-size: 1.3125rem;
}
.module-page-menu .mob-page-menu .btn {
    padding: 1rem 1.5rem;
    border: .0625rem solid #DF6E1A;
    border-radius: .625rem;
}
.module-page-menu .mob-page-menu .dropdown-toggle {
    box-shadow: none;
}
.module-page-menu .mob-page-menu .dropdown-toggle::after {
    content: '';
    width: 15px;
    height: 10px;
    border: 0;
    top: 50%;
    right: 4%;
    position: absolute;
    -webkit-transform: translate(0,  -50%);
    -moz-transform: translate(0,  -50%);
    -ms-transform: translate(0,  -50%);
    transform: translate(0,  -50%);
    background-image: url("../images/down-arrow-white.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%}
.module-page-menu .mob-page-menu .dropdown-toggle:active, .module-page-menu .mob-page-menu .dropdown-toggle:focus {
    box-shadow: none;
}
.module-page-menu .mob-page-menu .dropdown-item:hover {
    color: #fff;
    background-color: #58595B;
}
.module-page-menu ul {
    background-color: #58595B;
    padding: 0 1.5rem;
    border: .0625rem solid #DF6E1A;
}
@media (min-width: 992px) {
    .module-page-menu ul {
    border-radius: .625rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}
}.module-page-menu ul li {
    padding: .9375rem 0;
}
.module-page-menu ul li a {
    color: #fff;
    font-size: 1.3125rem;
    line-height: 1.625rem;
}
.breadcrumbs {
    background-color: #F2F2F2;
    padding: .25rem 0;
}
.breadcrumbs #breadcrumbs {
    margin-left: -.5rem;
}
.breadcrumbs span {
    font-size: .75rem;
    line-height: 1rem;
}
.breadcrumbs span a {
    font-size: .75rem;
    line-height: 1rem;
    color: #58595B;
    margin: 0 .5rem;
}
.breadcrumbs span .breadcrumb_last {
    margin-left: .5rem;
    font-weight: normal;
    color: #F78F1E;
}
.service-detail .hero-panel {
    position: relative;
    overflow: hidden;
}
.service-detail .hero-panel .hero-location-section {
    max-width: 100%}
@media (min-width: 992px) {
    .service-detail .hero-panel .hero-location-section {
    max-width: 50%}
}.service-detail .hero-panel .hero-img {
    height: auto;
    width: 22%;
    right: 10%}
.service-detail .hero-panel .container {
    position: static;
}
.service-detail .service-detail-content {
    margin: 1.875rem 0 1.25rem;
}
.service-detail .service-detail-content img {
    width: 100%;
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    border-radius: .625rem;
}
@media (max-width: 575.98px) {
    .service-detail .service-detail-content {
    margin: 1.25rem 0 0;
}
}.service-detail .basic-content {
    padding-bottom: 1.875rem;
}
.service-detail .basic-content p {
    margin: .9375rem 0;
}
.general-master-child, .news-detail-main {
    padding: 2.5rem 0;
}
.general-master-child .left-side, .news-detail-main .left-side {
    padding-right: 3.75rem;
}
.general-master-child .left-side h2, .news-detail-main .left-side h2 {
    margin-top: .1875rem;
}
@media (max-width: 575.98px) {
    .general-master-child .left-side h2, .news-detail-main .left-side h2 {
    padding-left: 0 !important;
}
}.general-master-child .left-side img, .news-detail-main .left-side img {
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    border-radius: .625rem;
}
.general-master-child .left-side p, .news-detail-main .left-side p {
    padding: 1.0625rem 0 0 0;
}
.general-master-child .left-side .general-image, .news-detail-main .left-side .general-image {
    padding: 1.875rem 0;
}
@media (max-width: 991.98px) {
    .general-master-child .left-side, .news-detail-main .left-side {
    padding-right: 0rem;
}
}.general-master-child .right-side ul, .news-detail-main .right-side ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.general-master-child .right-side .search-find, .news-detail-main .right-side .search-find {
    height: 21.875rem;
}
.general-master-child .right-side .global-links a, .news-detail-main .right-side .global-links a {
    line-height: 2.5rem !important;
    font-size: 1.125rem !important;
    display: inline-block;
}
.general-master-child .right-side .global-links a:hover, .news-detail-main .right-side .global-links a:hover {
    color: #58595B !important;
}
.general-master-child .right-side .global-links a::after, .news-detail-main .right-side .global-links a::after {
    display: none;
}
.general-master-child .right-side .global-links a span, .news-detail-main .right-side .global-links a span {
    position: relative;
}
.general-master-child .right-side .global-links a span::after, .news-detail-main .right-side .global-links a span::after {
    content: '';
    background: url("../images/text-arrow.png") no-repeat center/.5rem .5rem;
    height: 1.25rem;
    width: 1.25rem;
    top: 2px;
    position: absolute;
}
.general-master-child .right-side .global-links a:hover span::after, .news-detail-main .right-side .global-links a:hover span::after {
    background: url("../images/text-arrow-grey.png") no-repeat center/.5rem .5rem;
}
.general-master-child .right-side .general-master-global-cta .cta-content, .news-detail-main .right-side .general-master-global-cta .cta-content {
    max-width: 18.75rem;
    margin: 0 auto;
    padding: 1.5rem 1.875rem;
}
.general-master-child .right-side .general-master-global-cta .cta-img, .news-detail-main .right-side .general-master-global-cta .cta-img {
    max-height: 200px;
}
.general-master-child .right-side .general-master-global-cta .cta-img img, .news-detail-main .right-side .general-master-global-cta .cta-img img {
    height: 100%}
.page-template-page-general-master-child .module-testimonials {
    margin: 0 auto 3rem;
}
.module-promo {
    padding: 3.125rem .625rem 3.125rem .625rem;
}
@media (max-width: 991.98px) {
    .module-promo {
    padding: 1.5rem 0 2.1875rem;
}
}.module-promo .promo-blocks {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 991.98px) {
    .module-promo .promo-blocks {
    padding: 0 1.25rem;
}
}.module-promo .promo-logo {
    width: calc(16.67% - 13px);
    border-radius: .625rem;
    margin: .375rem;
    background-color: #F2F2F2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.375rem;
}
.module-promo .promo-logo::after {
    content: '';
    display: block;
    padding-bottom: 100%}
@media (max-width: 991.98px) {
    .module-promo .promo-logo {
    width: calc(50% - 10px);
    margin: .3125rem;
}
}.news-detail .news-detail-main {
    padding: 1rem 0;
}
.news-detail .news-detail-content {
    padding: 2.1875rem 0 1.25rem;
}
@media (max-width: 991.98px) {
    .news-detail .news-detail-content {
    padding: 1.25rem 0;
}
}.news-detail .news-detail-main .right-side .global-cta .cta-content {
    max-width: 70%;
    margin: 0 auto;
}
@media (max-width: 991.98px) {
    .news-detail .news-detail-main {
    padding-top: .625rem;
}
}.news-detail .news-detail-main .general-image {
    padding: 0;
}
.module-news-listing.news-listing-accordion {
    padding: .5rem 0 3.6rem;
    margin: 0;
}
.module-news-listing.news-listing-accordion .news-list {
    padding: 0 .6875rem;
}
.module-news-listing.news-listing-accordion .news-post, .module-news-listing.news-listing-accordion .featured-news {
    padding: 0 7px;
}
@media (max-width: 991.98px) {
    .module-news-listing.news-listing-accordion {
    padding-bottom: 1rem;
}
.module-news-listing.news-listing-accordion .news-list {
    padding: 0 .6875rem;
}
.module-news-listing.news-listing-accordion .news-list .news-post, .module-news-listing.news-listing-accordion .news-list .featured-news {
    padding: 0 .3125rem;
}
}.module-news-listing.news-listing-accordion .filter_news #accordion .card {
    margin-bottom: .9375rem;
}
.module-news-listing.news-listing-accordion .filter_news #accordion .card .card-body {
    padding: 1.25rem;
}
.module-news-listing.news-listing-accordion input, .module-news-listing.news-listing-accordion select {
    font-size: 1rem;
    color: #58595B;
    min-height: 2.375rem;
    padding: .4375rem .9375rem !important;
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    border-radius: .625rem;
}
.module-news-listing.news-listing-accordion input::placeholder, .module-news-listing.news-listing-accordion select::placeholder {
    color: #D5D6D8;
}
@media (max-width: 991.98px) {
    .module-news-listing.news-listing-accordion input, .module-news-listing.news-listing-accordion select {
    min-height: 2.625rem;
}
}.module-news-listing.news-listing-accordion .no-search-results-msg {
    font-weight: bold;
}
.module-news-listing.news-listing-accordion .form-border {
    position: relative;
}
.module-news-listing.news-listing-accordion .form-border::after, .module-news-listing.news-listing-accordion .form-border::before {
    content: "";
    background-color: #DF6E1A;
}
.module-news-listing.news-listing-accordion .form-border::after {
    width: .0625rem;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
}
@media (max-width: 991.98px) {
    .module-news-listing.news-listing-accordion .form-border: :after {
    display: none;
}
}.module-news-listing.news-listing-accordion .form-border::before {
    width: 100%;
    height: .0625rem;
    bottom: 0;
    left: 0;
    position: absolute;
}
@media (min-width: 992px) {
    .module-news-listing.news-listing-accordion .form-border: :before {
    display: none;
}
}.module-news-listing.news-listing-accordion .news_flr_form .date-range-input {
    max-width: 7.75rem;
    padding: .375rem .9375rem;
}
.module-news-listing.news-listing-accordion .news_flr_form .date-range-input+.date-range-input {
    margin-left: .625rem;
}
@media (max-width: 1199.98px) {
    .module-news-listing.news-listing-accordion .news_flr_form .date-range-input {
    max-width: 6.25rem;
}
}@media (max-width: 991.98px) {
    .module-news-listing.news-listing-accordion .news_flr_form .date-range-input {
    max-width: 100%;
    width: calc(50% - 10px);
}
}.module-news-listing.news-listing-accordion .news_flr_form .button, .module-news-listing.news-listing-accordion .news_flr_form .module-enquire .left-side form .gform_footer input[type="submit"], .module-enquire .left-side form .gform_footer .module-news-listing.news-listing-accordion .news_flr_form input[type="submit"], .module-news-listing.news-listing-accordion .news_flr_form .module-enquire .contact-right form .gform_footer input[type="submit"], .module-enquire .contact-right form .gform_footer .module-news-listing.news-listing-accordion .news_flr_form input[type="submit"], .module-news-listing.news-listing-accordion .news_flr_form .module-contact-us .left-side form .gform_footer input[type="submit"], .module-contact-us .left-side form .gform_footer .module-news-listing.news-listing-accordion .news_flr_form input[type="submit"], .module-news-listing.news-listing-accordion .news_flr_form .module-contact-us .contact-right form .gform_footer input[type="submit"], .module-contact-us .contact-right form .gform_footer .module-news-listing.news-listing-accordion .news_flr_form input[type="submit"] {
    max-width: 8.5625rem;
    margin: 0 .9375rem 0 1.875rem;
    display: inline-block;
    min-height: 2.1875rem;
}
@media (max-width: 1199.98px) {
    .module-news-listing.news-listing-accordion .news_flr_form .button, .module-news-listing.news-listing-accordion .news_flr_form .module-enquire .left-side form .gform_footer input[type="submit"], .module-enquire .left-side form .gform_footer .module-news-listing.news-listing-accordion .news_flr_form input[type="submit"], .module-news-listing.news-listing-accordion .news_flr_form .module-enquire .contact-right form .gform_footer input[type="submit"], .module-enquire .contact-right form .gform_footer .module-news-listing.news-listing-accordion .news_flr_form input[type="submit"], .module-news-listing.news-listing-accordion .news_flr_form .module-contact-us .left-side form .gform_footer input[type="submit"], .module-contact-us .left-side form .gform_footer .module-news-listing.news-listing-accordion .news_flr_form input[type="submit"], .module-news-listing.news-listing-accordion .news_flr_form .module-contact-us .contact-right form .gform_footer input[type="submit"], .module-contact-us .contact-right form .gform_footer .module-news-listing.news-listing-accordion .news_flr_form input[type="submit"] {
    max-width: 7.5rem;
    margin: 0 .3125rem 0 1.25rem;
}
}@media (max-width: 991.98px) {
    .module-news-listing.news-listing-accordion .news_flr_form .button, .module-news-listing.news-listing-accordion .news_flr_form .module-enquire .left-side form .gform_footer input[type="submit"], .module-enquire .left-side form .gform_footer .module-news-listing.news-listing-accordion .news_flr_form input[type="submit"], .module-news-listing.news-listing-accordion .news_flr_form .module-enquire .contact-right form .gform_footer input[type="submit"], .module-enquire .contact-right form .gform_footer .module-news-listing.news-listing-accordion .news_flr_form input[type="submit"], .module-news-listing.news-listing-accordion .news_flr_form .module-contact-us .left-side form .gform_footer input[type="submit"], .module-contact-us .left-side form .gform_footer .module-news-listing.news-listing-accordion .news_flr_form input[type="submit"], .module-news-listing.news-listing-accordion .news_flr_form .module-contact-us .contact-right form .gform_footer input[type="submit"], .module-contact-us .contact-right form .gform_footer .module-news-listing.news-listing-accordion .news_flr_form input[type="submit"] {
    max-width: 100%;
    min-height: 2.625rem;
    width: calc(50% - 10px);
    margin: 1.25rem 0 .25rem;
}
}@media (max-width: 991.98px) {
    .module-news-listing.news-listing-accordion .news_form {
    margin: 1.25rem 0 0 0;
}
}.module-news-listing.news-listing-accordion .news_form .search_input_box {
    position: relative;
    display: inline-block;
}
@media (max-width: 991.98px) {
    .module-news-listing.news-listing-accordion .news_form .search_input_box {
    width: 100%}
}.module-news-listing.news-listing-accordion .news_form .search-input {
    font-style: italic;
    width: calc(100% - 38px);
    border-right: 0;
    padding: .5625rem .9375rem;
    -webkit-border-radius: .625rem 0 0 .625rem;
    -moz-border-radius: .625rem 0 0 .625rem;
    -ms-border-radius: .625rem 0 0 .625rem;
    border-radius: .625rem 0 0 .625rem;
}
.module-news-listing.news-listing-accordion .news_form .search-news-btn {
    width: 2.5rem;
    height: 100%;
    border: 1px solid #DF6E1A;
    top: 0;
    right: 0;
    position: absolute;
    padding: .5rem .25rem .5625rem .25rem;
    -webkit-border-radius: 0 .625rem .625rem 0;
    -moz-border-radius: 0 .625rem .625rem 0;
    -ms-border-radius: 0 .625rem .625rem 0;
    border-radius: 0 .625rem .625rem 0;
}
.module-news-listing.news-listing-accordion .news_form .search-news-btn::after {
    content: '';
    width: .9375rem;
    height: .9375rem;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,  -50%);
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    background-image: url("../images/search-white.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.module-news-listing.news-listing-accordion .news-list .news-block.featured-news .news-content h3 {
    padding: .9375rem .9375rem 2.5rem;
}
.module-news-listing.news-listing-accordion .news-list .news-block .news-content {
    min-height: 23.125rem;
    margin: 0 0 .8125rem 0;
    background-image: url("../images/true");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    border-radius: .625rem;
    position: relative;
}
.module-news-listing.news-listing-accordion .news-list .news-block .news-content a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.module-news-listing.news-listing-accordion .news-list .news-block .news-content h3 {
    bottom: 0;
    position: absolute;
    padding: .9375rem;
    margin: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(72, 79, 124, 0.9);
    border-bottom-left-radius: .625rem;
    border-bottom-right-radius: .625rem;
}
@media (max-width: 991.98px) {
    .module-news-listing.news-listing-accordion .news-list .news-block .news-content {
    margin: .4375rem 0;
}
}@media (max-width: 575.98px) {
    .module-news-listing.news-listing-accordion .news-list .news-block .news-content {
    min-height: 15.625rem;
}
}.module-news-listing.news-listing-accordion .news-list .news-pagination {
    padding: 2rem 0 0;
    display: inline-block;
}
.module-news-listing.news-listing-accordion .news-list .news-pagination .page-numbers {
    font-size: 1rem;
    line-height: 22.5px;
    font-family: "quatro", sans-serif;
    color: #58595B;
    margin: 0 .625rem;
    vertical-align: middle;
    text-decoration: none;
    display: inline-block;
}
.module-news-listing.news-listing-accordion .news-list .news-pagination .page-numbers.current {
    color: #DF6E1A;
}
.module-news-listing.news-listing-accordion .news-list .news-pagination li {
    display: inline-block;
}
.module-news-listing.news-listing-accordion .news-list .news-pagination li a {
    vertical-align: middle;
}
.module-news-listing.news-listing-accordion .news-list .news-pagination .prev, .module-news-listing.news-listing-accordion .news-list .news-pagination .next, .module-news-listing.news-listing-accordion .news-list .news-pagination .previous-post, .module-news-listing.news-listing-accordion .news-list .news-pagination .next-post {
    width: .9375rem;
    height: .9375rem;
    display: inline-block;
}
.module-news-listing.news-listing-accordion .news-list .news-pagination .prev, .module-news-listing.news-listing-accordion .news-list .news-pagination .previous-post {
    background-image: url("../images/arrow-left.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.module-news-listing.news-listing-accordion .news-list .news-pagination .next, .module-news-listing.news-listing-accordion .news-list .news-pagination .next-post {
    background-image: url("../images/arrow-right.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
@media (max-width: 991.98px) {
    .module-news-listing.news-listing-accordion .news-list .news-pagination {
    padding: .5rem 0 0;
}
}.module-feefo-review {
    padding: 3rem 0 1rem;
    font-size: 1.3125rem;
    line-height: 2rem;
    font-family: "quatro", sans-serif;
    text-align: center;
}
@media (max-width: 991.98px) {
    .module-feefo-review {
    padding-top: 1rem;
}
}.trustpilot-widget-fixed {
    width: 11.25rem;
    z-index: 3;
    height: 7.5rem;
    background-color: #fff;
    padding: .9375rem;
    position: fixed !important;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
@media (max-width: 991.98px) {
    .trustpilot-widget-fixed {
    display: none;
}
}@media (max-width: 991.98px) {
    .trustpilot-widget {
    display: none;
}
}.module-map-location #location-map {
    height: 400px;
}
@media (max-width: 991.98px) {
    .module-map-location #location-map {
    margin-top: 20px;
}
}.module-bringing-security .security-content h3 {
    color: #DF6E1A;
    font-style: italic;
    padding: .625rem 0 0;
}
.hero-panel.crime-hero {
    background-size: cover;
    position: relative;
}
.hero-panel.crime-hero .hero-location-section {
    max-width: 100%}
.hero-panel.crime-hero.show-overlay::after {
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
    border-radius: 0;
}
.hero-panel.show-overlay .hero-location-section {
    z-index: 2;
}
.crime_Content {
    padding: 1.875rem 0 .625rem;
}
.crime_Content h2 {
    line-height: 50px;
}
@media (max-width: 991.98px) {
    .crime_Content h2 {
    margin-bottom: 1.5rem;
}
}.crime_Content h2 span {
    color: #DF6E1A;
    font-size: 2.5rem;
}
.map_section {
    padding: 1.25rem 0 0;
}
@media (max-width: 991.98px) {
    .map_section {
    padding: 2.5rem 0 3rem;
}
}.map_section #map {
    height: 43.75rem;
}
.map_section #map .crime-map-box {
    font-size: .75rem;
    line-height: 1rem;
    font-family: "proxima-nova", sans-serif;
    padding: .3125rem;
    max-width: 12.5rem;
}
.map_section #map .crime-map-box span {
    font-size: 1rem;
    line-height: 22.5px;
    font-weight: 500;
    font-family: "quatro", sans-serif;
    display: block;
}
feefowidget-container-floating-service .feefowidget-sticky-widget--state-closed {
    left: auto !important;
    right: 5.75rem !important;
}
feefowidget-container-floating-service .feefowidget-sticky-widget--state-opened {
    left: auto !important;
    right: 0 !important;
}
.feefowidget-sticky-widget {
    right: 0 !important;
}
.feefowidget-sticky-widget--state-opened .feefowidget-sticky-widget__open {
    margin-right: 0 !important;
}
.feefowidget-floating-open-button__button-desktop--position-left {
    border-radius: 4px 0 0 4px !important;
}
.feefowidget-sticky-widget__open-btn--left.feefowidget-close-position {
    left: -35px !important;
    border-radius: 0;
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
}
button:focus, a:focus {
    outline: none !important;
}
button:hover, a:hover {
    text-decoration: none;
}
.button, .module-enquire .left-side form .gform_footer input[type="submit"], .module-enquire .contact-right form .gform_footer input[type="submit"], .module-contact-us .left-side form .gform_footer input[type="submit"], .module-contact-us .contact-right form .gform_footer input[type="submit"] {
    font-size: 1rem;
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    border-radius: .625rem;
    position: relative;
    background-color: #F2F2F2;
    color: #58595B;
    padding: .625rem 1.875rem;
    margin: .625rem 0;
    border: 0;
    line-height: 1.40625rem;
    display: block;
    width: 14rem;
    min-height: 2.75rem;
    outline: none;
    font-family: "quatro", sans-serif;
}
.button.orange-btn, .module-enquire .left-side form .gform_footer input.orange-btn[type="submit"], .module-enquire .contact-right form .gform_footer input.orange-btn[type="submit"], .module-contact-us .left-side form .gform_footer input.orange-btn[type="submit"], .module-contact-us .contact-right form .gform_footer input.orange-btn[type="submit"] {
    background-color: #DF6E1A;
    color: #fff;
    text-align: left;
}
.button.blue-btn, .module-enquire .left-side form .gform_footer input.blue-btn[type="submit"], .module-enquire .contact-right form .gform_footer input.blue-btn[type="submit"], .module-contact-us .left-side form .gform_footer input.blue-btn[type="submit"], .module-contact-us .contact-right form .gform_footer input.blue-btn[type="submit"] {
    background-color: #494F7C;
    color: #fff;
    text-align: left;
}
.button.btn-arrow::after, .module-enquire .left-side form .gform_footer input.btn-arrow[type="submit"]::after, .module-enquire .contact-right form .gform_footer input.btn-arrow[type="submit"]::after, .module-contact-us .left-side form .gform_footer input.btn-arrow[type="submit"]::after, .module-contact-us .contact-right form .gform_footer input.btn-arrow[type="submit"]::after {
    content: '';
    width: 1.875rem;
    height: 1.25rem;
    background: url("../images/arrow-right-white@3x.png") no-repeat right 0.75rem center/1.375rem 0.5625rem;
    transform: translateY(-50%);
    top: 50%;
    right: 18px;
    position: absolute;
    transition: transform .2s ease-in-out;
}
.button.btn-arrow:hover::after, .module-enquire .left-side form .gform_footer input.btn-arrow[type="submit"]:hover::after, .module-enquire .contact-right form .gform_footer input.btn-arrow[type="submit"]:hover::after, .module-contact-us .left-side form .gform_footer input.btn-arrow[type="submit"]:hover::after, .module-contact-us .contact-right form .gform_footer input.btn-arrow[type="submit"]:hover::after {
    right: 0;
    transform: translateY(-50%) scale(1.2);
}
input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-family: "proxima-nova", sans-serif;
}
input:focus, textarea:focus, select:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.input-label, .module-contact-us .contact-left span, .module-enquire .left-side form ul .gfield label, .module-enquire .contact-right form ul .gfield label, .module-contact-us .left-side form ul .gfield label, .module-contact-us .contact-right form ul .gfield label {
    font-weight: bold;
    color: #DF6E1A;
}
.form-text {
    font-size: .75rem;
    line-height: 1rem;
    color: #58595B;
}
.form-header {
    color: #58595B;
}
.site-inputbox, .site-form, .module-contact-us .contact-right .gfield_select, .module-enquire .left-side form ul .gfield .ginput_container input, .module-enquire .left-side form ul .gfield textarea, .module-enquire .contact-right form ul .gfield .ginput_container input, .module-enquire .contact-right form ul .gfield textarea, .module-contact-us .left-side form ul .gfield .ginput_container input, .module-contact-us .left-side form ul .gfield textarea, .module-contact-us .contact-right form ul .gfield .ginput_container input, .module-contact-us .contact-right form ul .gfield textarea {
    width: 100%;
    border: .0625rem solid #D5D6D8;
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    border-radius: .625rem;
    min-height: 3.375rem;
    color: #58595B;
    padding: .625rem 1.25rem !important;
    font-size: 1rem;
    line-height: 1.5625rem;
}
.site-inputbox::placeholder, .site-form::placeholder, .module-contact-us .contact-right .gfield_select::placeholder, .module-enquire .left-side form ul .gfield .ginput_container input::placeholder, .module-enquire .left-side form ul .gfield textarea::placeholder, .module-enquire .contact-right form ul .gfield .ginput_container input::placeholder, .module-enquire .contact-right form ul .gfield textarea::placeholder, .module-contact-us .left-side form ul .gfield .ginput_container input::placeholder, .module-contact-us .left-side form ul .gfield textarea::placeholder, .module-contact-us .contact-right form ul .gfield .ginput_container input::placeholder, .module-contact-us .contact-right form ul .gfield textarea::placeholder {
    color: #58595B;
    font-size: 1rem;
    line-height: 1.5625rem;
}
.site-form {
    padding: 1.25rem;
    background-color: #fff;
    color: #58595B;
    border: .0625rem solid #D5D6D8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.site-form .button, .site-form .module-enquire .left-side form .gform_footer input[type="submit"], .module-enquire .left-side form .gform_footer .site-form input[type="submit"], .site-form .module-enquire .contact-right form .gform_footer input[type="submit"], .module-enquire .contact-right form .gform_footer .site-form input[type="submit"], .site-form .module-contact-us .left-side form .gform_footer input[type="submit"], .module-contact-us .left-side form .gform_footer .site-form input[type="submit"], .site-form .module-contact-us .contact-right form .gform_footer input[type="submit"], .module-contact-us .contact-right form .gform_footer .site-form input[type="submit"] {
    width: 100%}
.site-form .success-message .success-msg {
    color: green;
}
.custom-select, .module-contact-us .contact-right .gfield_select {
    background: url("../images/down-arrow-grey@3x.png") no-repeat right 0.75rem center/17px 9px;
    font-size: 1rem;
    line-height: 1.5625rem;
    background-color: #fff;
    color: #58595B;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.site-control input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 1px solid #fff;
    width: 8.875rem;
    height: 1.875rem;
    padding: 0;
}
.site-control input[type=range]::-webkit-slider-runnable-track {
    width: 8.875rem;
    height: .0625rem;
    background: #58595B;
    border: 0;
    outline: none;
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    border-radius: .625rem;
}
.site-control input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: none;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -.5rem;
    background: #DF6E1A;
}
.site-control input[type=range]:focus {
    outline: none;
}
.site-control input[type=range]::-moz-range-track {
    width: 8.875rem;
    height: .0625rem;
    background: #58595B;
    border: 0;
    outline: none;
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    border-radius: .625rem;
}
.site-control input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 0;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    cursor: pointer;
    background: #DF6E1A;
}
.site-control input[type=range]::-ms-track {
    width: 8.875rem;
    height: .0625rem;
    background: transparent;
    border: 0 solid transparent;
    color: transparent;
}
.site-control input[type=range]::-ms-fill-lower, .site-control input[type=range]::-ms-fill-upper {
    background: #58595B;
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    border-radius: .625rem;
}
.site-control input[type=range]::-ms-thumb {
    border: none;
    height: .75rem;
    width: .75rem;
    border-radius: 50%;
    background: #DF6E1A;
}
@media (max-width: 575.98px) {
    .container {
    padding: 0 1.5625rem;
}
}.show-overlay:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: .625rem;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}
@media (max-width: 575.98px) {
    .show-overlay {
    border-radius: 0;
}
}.overlay-orange:after {
    background-color: rgba(243, 143, 30, 0.8);
}
.overlay-grey:after {
    background-color: rgba(73, 79, 124, 0.65);
}
.read-more, .general-master-child .right-side .global-links a, .news-detail-main .right-side .global-links a {
    color: #DF6E1A;
    font-size: .875rem;
    line-height: 1.1875rem;
    font-family: "quatro", sans-serif;
    position: relative;
}
.read-more::after, .general-master-child .right-side .global-links a::after, .news-detail-main .right-side .global-links a::after {
    content: '';
    background: url("../images/text-arrow.png") no-repeat center/.5rem .5rem;
    height: 1.25rem;
    width: 1.25rem;
    top: -1px;
    position: absolute;
}
.read-more.grey-arrow, .general-master-child .right-side .global-links a.grey-arrow, .news-detail-main .right-side .global-links a.grey-arrow {
    color: #58595B;
}
.read-more.grey-arrow::after, .general-master-child .right-side .global-links a.grey-arrow::after, .news-detail-main .right-side .global-links a.grey-arrow::after {
    background: url("../images/text-arrow-grey.png") no-repeat center/.5rem .5rem;
}
.read-more.grey-arrow:hover, .read-more.grey-arrow:visited, .general-master-child .right-side .global-links a.grey-arrow:hover, .news-detail-main .right-side .global-links a.grey-arrow:hover, .general-master-child .right-side .global-links a.grey-arrow:visited, .news-detail-main .right-side .global-links a.grey-arrow:visited {
    color: #58595B;
}
.read-more:hover, .read-more:visited, .general-master-child .right-side .global-links a:hover, .news-detail-main .right-side .global-links a:hover, .general-master-child .right-side .global-links a:visited, .news-detail-main .right-side .global-links a:visited {
    color: #DF6E1A;
}
.carousel-control-prev, .carousel-control-next {
    width: auto;
    opacity: 1;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: .6875rem;
}
.carousel-control-prev-icon {
    background-image: url("../images/arrow-left.png");
}
.carousel-control-next-icon {
    background-image: url("../images/arrow-right.png");
}
.site-content {
    margin-top: 4.6875rem;
}
.slick-slide:focus {
    outline: none;
}
.full-width-slider {
    overflow: hidden;
}
.full-width-slider .container {
    position: relative;
}
.full-width-slider .container::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: -100%;
    z-index: 9;
    background-color: #fff;
}
@media (max-width: 575.98px) {
    .full-width-slider .container: :before {
    left: -97%}
}@media (max-width: 991.98px) {
    .full-width-slider .container .slides.slick-initialized.slick-slider {
    padding: 0;
}
}.full-width-slider .container .slides .slick-list {
    overflow: visible;
}
@media (max-width: 991.98px) {
    .full-width-slider .container .slides .slick-list {
    left: -82%}
}.full-width-slider .container .slides .slick-list .slick-track {
    margin: 0;
}
.full-width-slider .container .slides .slick-slide {
    margin-right: 20px;
    opacity: 0.5;
}
.full-width-slider .container .slides .slick-slide.slick-active, .full-width-slider .container .slides .slick-slide.slick-current {
    opacity: 1;
}
.gform_wrapper .validation_message {
    color: #DF6E1A !important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea, .gform_wrapper li.gfield_error select {
    border-color: #DF6E1A !important;
}
.gform_wrapper.gf_browser_chrome li.gfield_error textarea {
    border-color: #DF6E1A !important;
}
.cc-compliance a.cc-btn {
    color: #fff;
    font-size: 1rem;
    line-height: 22.5px;
    font-weight: normal;
    font-family: "quatro", sans-serif;
}
.cc-banner .cc-message {
    font-size: 1rem;
    line-height: 25px;
    font-family: "quatro", sans-serif;
}
@media (max-width: 991.98px) {
    .cc-window {
    display: none;
}
}.screen-reader-text {
    border: 0;
    clip: rect(1px,  1px,  1px,  1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.tablepress-container {
    width: 100%;
    overflow-x: auto;
}
.tablepress-container table {
    min-width: 40.625rem;
}
.module-map-location #map-accordion .card #map-collapse {
    display: block !important;
    height: auto !important;
}
.module-map-location #map-accordion .card .accordion-arrow {
    display: none !important;
}
.module-map-location #map-accordion .card .card-link {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
header .site-branding .custom-logo-link {
    display: none !important;
}
#content main .module-basic-content:last-child {
    margin-bottom: 50px;
}
.trustpiolet-link {
    position: relative;
    display: inline-block;
    z-index: 2;
}
.module-services-without-slider, .module-services-with-slider {
    padding: 1rem 0 3rem;
}
@media (max-width: 991.98px) {
    .module-services-without-slider, .module-services-with-slider {
    padding: 0;
}
}.module-services-without-slider h3, .module-services-with-slider h3 {
    font-weight: normal;
}
@media (max-width: 991.98px) {
    .module-services-without-slider h3, .module-services-with-slider h3 {
    height: auto !important;
}
}.module-services-without-slider .without-slider-services .service-block, .module-services-without-slider .with-slider-services .service-block, .module-services-with-slider .without-slider-services .service-block, .module-services-with-slider .with-slider-services .service-block {
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    border-radius: .625rem;
    box-shadow: .1875rem .4375rem .625rem rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
    .module-services-without-slider .without-slider-services .service-block .service-image, .module-services-without-slider .with-slider-services .service-block .service-image, .module-services-with-slider .without-slider-services .service-block .service-image, .module-services-with-slider .with-slider-services .service-block .service-image {
    max-height: 13.4375rem;
    overflow: hidden;
    height: 13.25rem;
}
}.module-services-without-slider .without-slider-services .service-block .service-image img, .module-services-without-slider .with-slider-services .service-block .service-image img, .module-services-with-slider .without-slider-services .service-block .service-image img, .module-services-with-slider .with-slider-services .service-block .service-image img {
    border-top-left-radius: .625rem;
    border-top-right-radius: .625rem;
    width: 100%;
    height: 100%}
.module-services-without-slider .without-slider-services .service-block .service-content, .module-services-without-slider .with-slider-services .service-block .service-content, .module-services-with-slider .without-slider-services .service-block .service-content, .module-services-with-slider .with-slider-services .service-block .service-content {
    border-bottom-left-radius: .625rem;
    border-bottom-right-radius: .625rem;
    padding: .625rem 1.25rem;
    border: 2px solid #fff;
    border-top: 0;
}
@media (max-width: 991.98px) {
    .module-services-without-slider .without-slider-services .service-block .service-content, .module-services-without-slider .with-slider-services .service-block .service-content, .module-services-with-slider .without-slider-services .service-block .service-content, .module-services-with-slider .with-slider-services .service-block .service-content {
    padding: 1.25rem 1.5625rem;
}
}.module-services-without-slider .without-slider-services .service-block .service-content .button, .module-services-without-slider .without-slider-services .service-block .service-content .module-enquire .left-side form .gform_footer input[type="submit"], .module-enquire .left-side form .gform_footer .module-services-without-slider .without-slider-services .service-block .service-content input[type="submit"], .module-services-without-slider .without-slider-services .service-block .service-content .module-enquire .contact-right form .gform_footer input[type="submit"], .module-enquire .contact-right form .gform_footer .module-services-without-slider .without-slider-services .service-block .service-content input[type="submit"], .module-services-without-slider .without-slider-services .service-block .service-content .module-contact-us .left-side form .gform_footer input[type="submit"], .module-contact-us .left-side form .gform_footer .module-services-without-slider .without-slider-services .service-block .service-content input[type="submit"], .module-services-without-slider .without-slider-services .service-block .service-content .module-contact-us .contact-right form .gform_footer input[type="submit"], .module-contact-us .contact-right form .gform_footer .module-services-without-slider .without-slider-services .service-block .service-content input[type="submit"], .module-services-without-slider .with-slider-services .service-block .service-content .button, .module-services-without-slider .with-slider-services .service-block .service-content .module-enquire .left-side form .gform_footer input[type="submit"], .module-enquire .left-side form .gform_footer .module-services-without-slider .with-slider-services .service-block .service-content input[type="submit"], .module-services-without-slider .with-slider-services .service-block .service-content .module-enquire .contact-right form .gform_footer input[type="submit"], .module-enquire .contact-right form .gform_footer .module-services-without-slider .with-slider-services .service-block .service-content input[type="submit"], .module-services-without-slider .with-slider-services .service-block .service-content .module-contact-us .left-side form .gform_footer input[type="submit"], .module-contact-us .left-side form .gform_footer .module-services-without-slider .with-slider-services .service-block .service-content input[type="submit"], .module-services-without-slider .with-slider-services .service-block .service-content .module-contact-us .contact-right form .gform_footer input[type="submit"], .module-contact-us .contact-right form .gform_footer .module-services-without-slider .with-slider-services .service-block .service-content input[type="submit"], .module-services-with-slider .without-slider-services .service-block .service-content .button, .module-services-with-slider .without-slider-services .service-block .service-content .module-enquire .left-side form .gform_footer input[type="submit"], .module-enquire .left-side form .gform_footer .module-services-with-slider .without-slider-services .service-block .service-content input[type="submit"], .module-services-with-slider .without-slider-services .service-block .service-content .module-enquire .contact-right form .gform_footer input[type="submit"], .module-enquire .contact-right form .gform_footer .module-services-with-slider .without-slider-services .service-block .service-content input[type="submit"], .module-services-with-slider .without-slider-services .service-block .service-content .module-contact-us .left-side form .gform_footer input[type="submit"], .module-contact-us .left-side form .gform_footer .module-services-with-slider .without-slider-services .service-block .service-content input[type="submit"], .module-services-with-slider .without-slider-services .service-block .service-content .module-contact-us .contact-right form .gform_footer input[type="submit"], .module-contact-us .contact-right form .gform_footer .module-services-with-slider .without-slider-services .service-block .service-content input[type="submit"], .module-services-with-slider .with-slider-services .service-block .service-content .button, .module-services-with-slider .with-slider-services .service-block .service-content .module-enquire .left-side form .gform_footer input[type="submit"], .module-enquire .left-side form .gform_footer .module-services-with-slider .with-slider-services .service-block .service-content input[type="submit"], .module-services-with-slider .with-slider-services .service-block .service-content .module-enquire .contact-right form .gform_footer input[type="submit"], .module-enquire .contact-right form .gform_footer .module-services-with-slider .with-slider-services .service-block .service-content input[type="submit"], .module-services-with-slider .with-slider-services .service-block .service-content .module-contact-us .left-side form .gform_footer input[type="submit"], .module-contact-us .left-side form .gform_footer .module-services-with-slider .with-slider-services .service-block .service-content input[type="submit"], .module-services-with-slider .with-slider-services .service-block .service-content .module-contact-us .contact-right form .gform_footer input[type="submit"], .module-contact-us .contact-right form .gform_footer .module-services-with-slider .with-slider-services .service-block .service-content input[type="submit"] {
    margin: 1.25rem 0;
}
.module-services-with-slider {
    padding: 3rem 0;
}
@media (max-width: 991.98px) {
    .module-services-with-slider {
    padding: 1rem 0 3rem;
}
}.slick-slider .slick-arrow.slick-next, .slick-slider .slick-arrow.slick-prev {
    width: .75rem;
    height: 1.25rem;
}
.slick-slider .slick-arrow.slick-next:before, .slick-slider .slick-arrow.slick-prev:before {
    content: '';
    opacity: 1;
    width: .75rem;
    height: 1.25rem;
    display: block;
}
@media (max-width: 767.98px) {
    .slick-slider .slick-arrow.slick-next, .slick-slider .slick-arrow.slick-prev {
    display: none !important;
}
}.slick-slider .slick-arrow.slick-next {
    background: url("../images/arrow-right.png") no-repeat;
    background-size: contain;
    right: -15px;
}
.slick-slider .slick-arrow.slick-prev {
    left: -15px;
}
.slick-slider .slick-arrow.slick-prev:before {
    background: url("../images/arrow-left.png") no-repeat;
    background-size: contain;
}
.module-accordion #accordion .card, .news-listing-accordion #accordion .card, .module-map-location #map-accordion .card {
    margin: 1.875rem 0;
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    border-radius: .625rem;
    border: .0625rem solid #DF6E1A;
}
.module-accordion #accordion .card .card-header, .news-listing-accordion #accordion .card .card-header, .module-map-location #map-accordion .card .card-header {
    padding: 0;
    border: 0;
}
.module-accordion #accordion .card .card-header a, .news-listing-accordion #accordion .card .card-header a, .module-map-location #map-accordion .card .card-header a {
    position: relative;
    background-color: #494F7C;
    color: #fff;
    margin: 0;
    padding: 1.25rem 3.4375rem 1.25rem 1.25rem;
    display: block;
    min-height: 4.375rem;
    border-top-left-radius: .625rem;
    border-top-right-radius: .625rem;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.module-accordion #accordion .card .card-header a.collapsed, .news-listing-accordion #accordion .card .card-header a.collapsed, .module-map-location #map-accordion .card .card-header a.collapsed {
    border-radius: .625rem;
}
.module-accordion #accordion .card .card-header a .accordion-arrow, .news-listing-accordion #accordion .card .card-header a .accordion-arrow, .module-map-location #map-accordion .card .card-header a .accordion-arrow {
    top: 50%;
    right: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    position: absolute;
    width: 1.875rem;
    height: 1.875rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.module-accordion #accordion .card .card-header a .accordion-arrow span, .news-listing-accordion #accordion .card .card-header a .accordion-arrow span, .module-map-location #map-accordion .card .card-header a .accordion-arrow span {
    width: 1.5625rem;
    height: 1.5625rem;
    display: block;
}
.module-accordion #accordion .card .card-header a .accordion-arrow span.plus-arrow, .news-listing-accordion #accordion .card .card-header a .accordion-arrow span.plus-arrow, .module-map-location #map-accordion .card .card-header a .accordion-arrow span.plus-arrow {
    background: url("../images/plus-icon-white.png") no-repeat center/contain;
    display: none;
}
.module-accordion #accordion .card .card-header a .accordion-arrow span.minus-arrow, .news-listing-accordion #accordion .card .card-header a .accordion-arrow span.minus-arrow, .module-map-location #map-accordion .card .card-header a .accordion-arrow span.minus-arrow {
    background: url("../images/minus-icon-white.png") no-repeat center/contain;
}
.module-accordion #accordion .card .card-body, .news-listing-accordion #accordion .card .card-body, .module-map-location #map-accordion .card .card-body {
    border-top: .0625rem solid #DF6E1A;
}
@media (min-width: 992px) {
    .module-accordion #accordion .card .card-body, .news-listing-accordion #accordion .card .card-body, .module-map-location #map-accordion .card .card-body {
    padding: 1.25rem 4.375rem;
}
}.module-accordion #accordion .card .card-header .card-link.collapsed span.minus-arrow, .news-listing-accordion #accordion .card .card-header .card-link.collapsed span.minus-arrow, .module-map-location #map-accordion .card .card-header .card-link.collapsed span.minus-arrow {
    display: none;
}
.module-accordion #accordion .card .card-header .card-link.collapsed span.plus-arrow, .news-listing-accordion #accordion .card .card-header .card-link.collapsed span.plus-arrow, .module-map-location #map-accordion .card .card-header .card-link.collapsed span.plus-arrow {
    display: block;
}
.module-text-image-overlay {
    margin: 3.5rem 0 2.2rem;
}
@media (max-width: 991.98px) {
    .module-text-image-overlay {
    margin: 1rem 0;
}
}.module-text-image-overlay .text-image-overlay {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    margin-left: 1.875rem;
}
@media (max-width: 991.98px) {
    .module-text-image-overlay .text-image-overlay {
    margin-left: 0;
}
}.module-text-image-overlay .text-image-overlay .image-section {
    margin: -1.875rem 0 1.875rem -1.875rem;
}
.module-text-image-overlay .text-image-overlay .image-section img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
@media (max-width: 991.98px) {
    .module-text-image-overlay .text-image-overlay .image-section {
    display: none;
}
}.module-text-image-overlay .text-image-overlay .content-section {
    padding: 2.5rem;
    color: #fff;
}
@media (max-width: 991.98px) {
    .module-text-image-overlay .text-image-overlay .content-section {
    padding: 2.5rem 1.5625rem;
}
}.module-text-image-overlay .text-image-overlay .content-section a {
    margin-top: 1.5625rem;
}
.module-text-image-overlay .text-image-overlay .content-section h3 {
    position: relative;
    margin-bottom: 3.125rem;
}
.module-text-image-overlay .text-image-overlay .content-section h3::after {
    bottom: -25px;
    left: 0;
    position: absolute;
    content: '';
    height: 2px;
    width: 3.125rem;
    background-color: #fff;
}
.module-text-image-overlay .text-image-overlay .content-section p {
    margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
    .module-text-image {
    padding: 3rem 0 3.7rem;
}
}.text-image-module h2, .text-image-module p {
    margin-bottom: 1.25rem;
}
.text-image-module .module-content p span {
    font-size: 1.3125rem;
    line-height: 1.625rem;
    font-family: "quatro", sans-serif;
}
@media (min-width: 992px) {
    .text-image-module .module-image h2 {
    display: none;
}
}.text-image-module .module-image img {
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    -ms-border-radius: 1.25rem;
    border-radius: 1.25rem;
}
.content-alignment-left .text-image-module {
    flex-direction: row;
    padding: 1rem 0;
}
.content-alignment-left .text-image-module h2, .content-alignment-left .text-image-module p {
    margin-bottom: 1rem;
}
@media (min-width: 992px) {
    .content-alignment-left .text-image-module .module-content {
    padding-right: 5rem;
}
}.content-alignment-left .text-image-module .module-image {
    text-align: right;
}
.content-alignment-right .text-image-module {
    flex-direction: row-reverse;
}
@media (min-width: 992px) {
    .content-alignment-right .text-image-module .module-image {
    padding-right: 3.75rem;
}
}@media (min-width: 992px) {
    .content-alignment-right .text-image-module.align-items-center .module-image {
    padding-right: 6.25rem;
}
}.image-placement-fluid {
    position: relative;
}
@media (min-width: 992px) {
    .image-placement-fluid .text-image-module {
    padding: 2.5rem 0;
}
}@media (min-width: 992px) {
    .image-placement-fluid.content-alignment-left .module-content {
    padding-right: 3.125rem;
}
}@media (min-width: 992px) {
    .image-placement-fluid.content-alignment-left .module-image {
    padding-right: 0;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    position: absolute;
}
}@media (min-width: 992px) {
    .image-placement-fluid.content-alignment-right .module-image {
    padding-left: 0;
    padding-right: 3.125rem;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    position: absolute;
}
}@media (max-width: 991.98px) {
    .module-text-image .text-image-module {
    flex-direction: column-reverse;
    padding: 2.5rem 0;
}
.module-text-image .text-image-module .module-content {
    padding: 1.25rem;
}
.module-text-image .text-image-module .module-content h2 {
    display: none;
}
.module-text-image .text-image-module .module-image {
    text-align: left;
}
.module-text-image .text-image-module .module-image .module-image-header {
    display: block;
    text-align: left;
}
}.module-news-without-slider {
    margin: 1.5625rem 0 .625rem;
}
@media (max-width: 991.98px) {
    .module-news-without-slider {
    margin: 1.5625rem 0;
}
}@media (min-width: 992px) {
    .module-news-without-slider .news-list .news-blog {
    float: left;
}
.module-news-without-slider .news-list .news-blog .news-image {
    display: block;
    margin-bottom: 1.25rem;
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    border-radius: .625rem;
}
.module-news-without-slider .news-list .news-blog .news-image img {
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    border-radius: inherit;
}
.module-news-without-slider .news-list .news-post {
    margin-bottom: 1.25rem;
}
}@media (min-width: 992px) and (min-width: 992px) {
    .module-news-without-slider .news-list .news-post .news-image {
    height: 155px;
    overflow: hidden;
}
.module-news-without-slider .news-list .news-post .news-image img {
    width: 100%;
    height: 100%}
}@media (min-width: 992px) and (min-width: 1200px) {
    .module-news-without-slider .news-list .news-post .news-image {
    height: 200px;
}
}.featured-news h3, .news-post h3 {
    font-weight: normal;
    margin-bottom: .3125rem;
}
@media (max-width: 991.98px) {
    .module-news-without-slider .container {
    max-width: 100%;
    padding: 0;
}
.module-news-without-slider .container .row {
    margin: 0;
}
.module-news-without-slider .news-list .featured-news {
    display: none !important;
}
.module-news-without-slider .news-list .news-blog {
    display: flex;
    align-items: center;
    padding: 0;
}
.module-news-without-slider .news-list .news-blog .news-image {
    width: 40%}
.module-news-without-slider .news-list .news-blog:nth-child(2) .news-image {
    border-top-right-radius: .625rem;
}
.module-news-without-slider .news-list .news-blog:nth-child(2) .news-image img {
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    border-radius: inherit;
}
.module-news-without-slider .news-list .news-blog:last-child .news-image {
    border-bottom-right-radius: .625rem;
}
.module-news-without-slider .news-list .news-blog:last-child .news-image img {
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    border-radius: inherit;
}
.module-news-without-slider .news-list .news-blog .news-content {
    width: 60%;
    padding: 0 1.25rem;
}
}@media (max-width: 575.98px) {
    .module-news-without-slider .news-list .news-blog .news-image {
    height: 9.375rem;
}
.module-news-without-slider .news-list .news-blog .news-image img {
    height: 100%;
    width: 100%}
}.ui-widget-header .ui-icon-circle-triangle-w {
    background: url("../images/arrow-left.png") no-repeat center/contain !important;
    background-position: 100%}
.ui-widget-header .ui-icon-circle-triangle-e {
    background: url("../images/arrow-right.png") no-repeat center/contain !important;
    background-position: 100%}
.module-news, .module-news-listing {
    padding: 1rem 0 3.6rem;
    margin: 2rem 0 1.5625rem;
}
@media (max-width: 991.98px) {
    .module-news, .module-news-listing {
    padding: 2rem 0 2.5rem;
}
}.module-news h2, .module-news-listing h2 {
    margin-bottom: 1.25rem;
}
.module-news .news-list .news, .module-news-listing .news-list .news {
    position: relative;
}
.module-news .news-list .news h3, .module-news-listing .news-list .news h3 {
    bottom: 0;
    position: absolute;
    padding: .9375rem;
    margin: 0;
    width: 100%;
    color: #fff;
    font-weight: normal;
    background-color: rgba(72, 79, 124, 0.9);
    border-bottom-left-radius: .625rem;
    border-bottom-right-radius: .625rem;
}
@media (min-width: 992px) {
    .module-news .news-list .slick-slide, .module-news-listing .news-list .slick-slide {
    opacity: 1 !important;
}
}.module-news .all_news_btn, .module-news-listing .all_news_btn {
    padding-left: .9375rem;
}
.module-news .slider-control .site-control, .module-news-listing .slider-control .site-control {
    position: relative;
    padding: 0 .75rem;
}
.module-news .slider-control .site-control .control, .module-news-listing .slider-control .site-control .control {
    top: 8px;
    position: absolute;
    padding: 0;
    margin: 0;
    width: .5rem;
    height: .9375rem;
    min-height: 0;
    display: block;
}
.module-news .slider-control .site-control .control.prev, .module-news-listing .slider-control .site-control .control.prev {
    left: 0;
    background: url("../images/arrow-left.png") no-repeat center/100%}
.module-news .slider-control .site-control .control.next, .module-news-listing .slider-control .site-control .control.next {
    right: 0;
    background: url("../images/arrow-right.png") no-repeat center/100%}
@media (max-width: 991.98px) {
    .module-news .slider-control .site-control, .module-news-listing .slider-control .site-control {
    display: none;
}
}.custom-object-fit {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 370px;
    display: block;
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    border-radius: .625rem;
}
.general-master {
    margin: 0 0 3.125rem;
}
@media (max-width: 991.98px) {
    .general-master {
    margin-bottom: 1.875rem;
}
}.general-master .general-master-section {
    margin-bottom: 1.5625rem;
}
.general-master .general-master-section .child-page {
    padding: 1.6875rem .9375rem;
}
@media (min-width: 992px) {
    .general-master .general-master-section .child-page {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
}@media (max-width: 991.98px) {
    .general-master .general-master-section .child-page {
    padding: .9375rem;
}
}.general-master .general-master-section .child-page .child-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    border-radius: .625rem;
    -webkit-box-shadow: .1875rem 0 1rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: .1875rem 0 1rem rgba(0, 0, 0, 0.2);
    -ms-box-shadow: .1875rem 0 1rem rgba(0, 0, 0, 0.2);
    box-shadow: .1875rem 0 1rem rgba(0, 0, 0, 0.2);
    flex: 1;
}
.general-master .general-master-section .child-page .child-block div {
    flex: 1;
}
.general-master .general-master-section .child-page .child-block div.general-master-image {
    text-align: right;
}
@media (min-width: 992px) {
    .general-master .general-master-section .child-page .child-block .general-master-image {
    display: flex;
    height: 100%}
}.general-master .general-master-section .child-page .child-block .general-header {
    padding: 0 1.25rem;
}
.general-master .general-master-section .child-page .child-block .general-header h3 a {
    color: #DF6E1A;
    font-weight: normal;
}
.general-master .general-master-section .child-page .child-block img {
    -webkit-border-radius: 0 .625rem .625rem 0;
    -moz-border-radius: 0 .625rem .625rem 0;
    -ms-border-radius: 0 .625rem .625rem 0;
    border-radius: 0 .625rem .625rem 0;
}
.related-articles {
    padding: 2rem 0;
}
@media (max-width: 991.98px) {
    .related-articles {
    padding: 1rem 0 5rem;
}
}.related-articles h3 {
    margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
    .related-articles h3 {
    margin-bottom: 1rem;
}
}.related-articles .artical-slider .article-card div.custom-object-fit {
    height: 250px;
}
.related-articles .artical-slider .article-card div.custom-object-fit img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    border-radius: .625rem;
}
.related-articles .artical-slider .article-card span {
    margin: 1rem 0 .5rem;
    display: block;
}
.related-articles .artical-slider .article-card:focus {
    outline: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .full-width-slider .container .slides .slick-list {
    left: -43%}
}.module-contact-us {
    padding: 2rem 0 5rem 0;
}
.module-contact-us .contact-left p {
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-family: "quatro", sans-serif;
    margin: .625rem 0;
}
.module-contact-us .contact-left span {
    line-height: 1.5625rem;
}
.module-contact-us .contact-right form {
    background-color: #F2F2F2 !important;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
}
.module-contact-us .contact-right form .gform_footer input[type="submit"] {
    margin: 0 0 0 auto !important;
    width: 14rem !important;
}
@media (max-width: 991.98px) {
    .module-contact-us .contact-right form .gform_footer input[type="submit"] {
    width: 100% !important;
}
}.module-contact-us .contact-right .gfield_select {
    font-style: italic;
}
.module-contact-us .contact-right .gfield_select:not(:focus):invalid {
    color: #D5D6D8;
}
.module-contact-us .contact-right .gfield_select.medium {
    width: 100%}
.module-contact-us .contact-right .ginput_container_textarea textarea {
    min-height: 14.0625rem !important;
}
.module-contact-us .contact-right ul li:nth-child(1), .module-contact-us .contact-right ul li:nth-child(2), .module-contact-us .contact-right ul li:nth-child(3), .module-contact-us .contact-right ul li:nth-child(4) {
    float: left;
}
@media (max-width: 991.98px) {
    .module-contact-us {
    padding: 2rem 0 1.5rem;
}
.module-contact-us .contact-left, .module-contact-us .contact-right {
    padding-bottom: 1.25rem;
}
}.gform_wrapper.gform_validation_error .top_label select.medium {
    width: 100% !important;
    border: 1px solid #790000;
}
.module-enquire, .module-contact-us {
    padding: 2rem 0 6rem;
    position: relative;
}
@media (max-width: 991.98px) {
    .module-enquire, .module-contact-us {
    padding: 0 0 2rem;
}
}@media (max-width: 991.98px) {
    .module-enquire .left-side, .module-contact-us .left-side {
    padding-top: 1.5rem;
}
}.module-enquire .left-side form, .module-enquire .contact-right form, .module-contact-us .left-side form, .module-contact-us .contact-right form {
    float: left;
    border: .0625rem solid #D5D6D8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: .9375rem .9375rem 1.25rem 0;
    margin-top: 1.25rem;
    background-color: #fff;
}
.module-enquire .left-side form ul .gfield, .module-enquire .contact-right form ul .gfield, .module-contact-us .left-side form ul .gfield, .module-contact-us .contact-right form ul .gfield {
    width: 50%;
    display: inline-block;
    padding-left: 15px;
    margin-top: 0;
    padding-right: 0 !important;
}
@media (max-width: 991.98px) {
    .module-enquire .left-side form ul .gfield, .module-enquire .contact-right form ul .gfield, .module-contact-us .left-side form ul .gfield, .module-contact-us .contact-right form ul .gfield {
    width: 100%;
    margin-top: .625rem;
}
}.module-enquire .left-side form ul .gfield .ginput_container, .module-enquire .contact-right form ul .gfield .ginput_container, .module-contact-us .left-side form ul .gfield .ginput_container, .module-contact-us .contact-right form ul .gfield .ginput_container {
    margin-top: 0;
}
.module-enquire .left-side form ul .gfield:last-child, .module-enquire .contact-right form ul .gfield:last-child, .module-contact-us .left-side form ul .gfield:last-child, .module-contact-us .contact-right form ul .gfield:last-child {
    display: block;
    clear: both;
}
.module-enquire .left-side form ul .gfield label, .module-enquire .contact-right form ul .gfield label, .module-contact-us .left-side form ul .gfield label, .module-contact-us .contact-right form ul .gfield label {
    font-weight: normal;
}
.module-enquire .left-side form ul .gfield label>span, .module-enquire .contact-right form ul .gfield label>span, .module-contact-us .left-side form ul .gfield label>span, .module-contact-us .contact-right form ul .gfield label>span {
    color: #DF6E1A;
}
.module-enquire .left-side form ul .gfield .ginput_container input, .module-enquire .left-side form ul .gfield textarea, .module-enquire .contact-right form ul .gfield .ginput_container input, .module-enquire .contact-right form ul .gfield textarea, .module-contact-us .left-side form ul .gfield .ginput_container input, .module-contact-us .left-side form ul .gfield textarea, .module-contact-us .contact-right form ul .gfield .ginput_container input, .module-contact-us .contact-right form ul .gfield textarea {
    width: 100%;
    color: #58595B;
    font-size: 1rem !important;
    line-height: 1.5625rem !important;
    font-family: "proxima-nova", sans-serif !important;
}
.module-enquire .left-side form ul .gfield .ginput_container textarea, .module-enquire .contact-right form ul .gfield .ginput_container textarea, .module-contact-us .left-side form ul .gfield .ginput_container textarea, .module-contact-us .contact-right form ul .gfield .ginput_container textarea {
    height: 8.6875rem;
}
.module-enquire .left-side form ul .gfield:first-child, .module-enquire .left-side form ul .gfield:nth-child(2), .module-enquire .left-side form ul .gfield:nth-child(3), .module-enquire .contact-right form ul .gfield:first-child, .module-enquire .contact-right form ul .gfield:nth-child(2), .module-enquire .contact-right form ul .gfield:nth-child(3), .module-contact-us .left-side form ul .gfield:first-child, .module-contact-us .left-side form ul .gfield:nth-child(2), .module-contact-us .left-side form ul .gfield:nth-child(3), .module-contact-us .contact-right form ul .gfield:first-child, .module-contact-us .contact-right form ul .gfield:nth-child(2), .module-contact-us .contact-right form ul .gfield:nth-child(3) {
    float: left;
}
.module-enquire .left-side form .gform_footer, .module-enquire .contact-right form .gform_footer, .module-contact-us .left-side form .gform_footer, .module-contact-us .contact-right form .gform_footer {
    width: 50%;
    float: right;
    padding: 0 0 0 .9375rem;
    margin: .625rem 0 0;
    position: relative;
}
.module-enquire .left-side form .gform_footer input[type="submit"], .module-enquire .contact-right form .gform_footer input[type="submit"], .module-contact-us .left-side form .gform_footer input[type="submit"], .module-contact-us .contact-right form .gform_footer input[type="submit"] {
    text-align: left;
    background-color: #DF6E1A;
    color: #fff;
    margin: 0;
    width: 100%}
@media (max-width: 991.98px) {
    .module-enquire .left-side form .gform_footer, .module-enquire .contact-right form .gform_footer, .module-contact-us .left-side form .gform_footer, .module-contact-us .contact-right form .gform_footer {
    width: 100%}
}.module-enquire .left-side form .gform_footer::after, .module-enquire .contact-right form .gform_footer::after, .module-contact-us .left-side form .gform_footer::after, .module-contact-us .contact-right form .gform_footer::after {
    content: '';
    width: 2.1875rem;
    height: 1.25rem;
    background: url("../images/arrow-right-white@3x.png") no-repeat right 0.75rem center/1.375rem 0.5625rem;
    top: 12px;
    right: .625rem;
    position: absolute;
}
@media (max-width: 991.98px) {
    .module-enquire .left-side form .gform_footer, .module-enquire .contact-right form .gform_footer, .module-contact-us .left-side form .gform_footer, .module-contact-us .contact-right form .gform_footer {
    padding-left: .9375rem;
}
}.module-enquire .left-side form .gform_footer:hover::after, .module-enquire .contact-right form .gform_footer:hover::after, .module-contact-us .left-side form .gform_footer:hover::after, .module-contact-us .contact-right form .gform_footer:hover::after {
    right: 0;
    transform: scale(1.2);
}
.module-enquire .right-side .telephone, .module-contact-us .right-side .telephone {
    background-color: #494F7C;
    font-family: "quatro", sans-serif;
    max-width: 23.4375rem;
    min-height: 4.6875rem;
    padding: 1.25rem .625rem;
    text-align: center;
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    border-radius: .625rem;
}
@media (min-width: 992px) {
    .module-enquire .right-side .telephone, .module-contact-us .right-side .telephone {
    margin-top: -51px;
    z-index: 1;
    position: relative;
    margin-left: auto;
}
}.module-enquire .right-side .telephone .call-text, .module-contact-us .right-side .telephone .call-text {
    font-size: 1.1875rem;
    font-style: italic;
    padding-right: .625rem;
    color: #fff;
}
.module-enquire .right-side .telephone a, .module-contact-us .right-side .telephone a {
    color: #fff;
    line-height: 2rem;
    font-weight: 500;
    font-size: 1.625rem;
}
.module-enquire .right-side .telephone a span, .module-contact-us .right-side .telephone a span {
    font-size: 1.625rem;
}
.module-enquire .right-side .telephone a span.with-icon, .module-contact-us .right-side .telephone a span.with-icon {
    padding: 0 0 0 2.5rem;
    position: relative;
}
@media (max-width: 991.98px) {
    .module-enquire .right-side .telephone a span.with-icon.with-icon: :before, .module-contact-us .right-side .telephone a span.with-icon.with-icon::before {
    content: '';
    width: 1.875rem;
    height: 1.875rem;
    background: url("../images/call-icon-white.png") no-repeat center/cover;
    left: 0;
    position: absolute;
}
}@media (min-width: 992px) {
    .module-enquire .right-side .telephone a span.with-icon.with-icon, .module-contact-us .right-side .telephone a span.with-icon.with-icon {
    display: none;
}
}@media (max-width: 991.98px) {
    .module-enquire .right-side .telephone a span: first-child, .module-contact-us .right-side .telephone a span:first-child {
    display: none;
}
}@media (max-width: 991.98px) {
    .module-enquire .right-side img, .module-contact-us .right-side img {
    display: none;
}
.module-enquire .right-side .telephone, .module-contact-us .right-side .telephone {
    margin-top: 1rem;
}
}.module-enquire-bg-orange::after {
    content: '';
    background-image: url("../images/bg-orange-path.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 18.75rem;
    z-index: -1;
    bottom: 0;
    position: absolute;
}
@media (max-width: 991.98px) {
    .module-enquire-bg-orange: :after {
    height: 25rem;
}
}.module-enquire-bg-grey::after {
    content: '';
    background-image: url("../images/bg-grey-path.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 34.375rem;
    z-index: -1;
    bottom: 0;
    position: absolute;
}
.module-enquire .gform_wrapper {
    margin: 0;
}
.module-enquire .gform_wrapper.gform_validation_error .ginput_container_textarea textarea {
    min-height: 12.25rem !important;
}
.gform_wrapper {
    margin: 0;
}
.gform_wrapper .validation_error {
    display: none;
}
.gform_wrapper form .gform_fields li.gfield.gfield_error {
    border: 0;
    background-color: transparent;
    padding: 0;
    padding-left: 15px;
    padding-right: 0 !important;
}
@media (min-width: 992px) {
    .gform_wrapper form .gform_fields li.gfield.gfield_error {
    margin-top: 0 !important;
}
}.gform_wrapper form .gform_fields li.gfield.gfield_error label, .gform_wrapper form .gform_fields li.gfield.gfield_error .ginput_container {
    margin-top: 0 !important;
}
@media (max-width: 767.98px) {
    .gform_wrapper form .gform_fields li.gfield.gfield_error {
    margin-top: 0 !important;
}
}.gform_wrapper form .gform_fields li.gfield.gfield_error .validation_message {
    padding: 0;
}
.gform_wrapper form .gform_fields .ginput_container_textarea {
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    border-radius: .625rem;
}
.gform_wrapper.gf_browser_chrome .gfield_error textarea {
    border: 1px solid #790000 !important;
    margin-bottom: 0 !important;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
    min-height: 0 !important;
    margin-top: 0 !important;
}
.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
    margin: 0 0 8px !important;
}
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
    float: none !important;
    margin-bottom: 0;
}
.gform_wrapper ul.gfield_checkbox label, .gform_wrapper ul.gfield_radio label {
    display: inline-block !important;
}
.telephone-fixed {
    max-width: 100% !important;
    width: 100%;
    z-index: 3;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    bottom: 0;
    left: 0;
    position: fixed;
}
.module-enquire.ppc-landing-page .left-side form ul .gfield {
    width: 100%}
.module-enquire.ppc-landing-page .left-side form {
    width: 94%}
.site-main .page-header {
    background-color: #DF6E1A;
    color: #fff;
    padding: 5rem 0;
}
.site-main a {
    display: block;
    color: #58595B;
    font-weight: normal;
    font-size: 1.25rem;
}
.site-main p {
    margin: .625rem 0;
}
.site-main .not-found {
    margin: 3rem 0;
    font-weight: bold;
}
.site-main img {
    max-width: 20.625rem;
    height: 13.75rem;
}
.error-page-404 {
    position: relative;
    min-height: 31.25rem;
}
.error-page-404 figure {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,  -50%);
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    width: 100%}
.error-page-404 figure img {
    max-width: 100%;
    height: auto;
}
.error-page-404 .error-page-content {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,  -50%);
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
}
.error-page-404 .error-page-content h2 {
    margin-bottom: .625rem;
}
.error-page-404 .error-page-content .button, .error-page-404 .error-page-content .module-enquire .left-side form .gform_footer input[type="submit"], .module-enquire .left-side form .gform_footer .error-page-404 .error-page-content input[type="submit"], .error-page-404 .error-page-content .module-enquire .contact-right form .gform_footer input[type="submit"], .module-enquire .contact-right form .gform_footer .error-page-404 .error-page-content input[type="submit"], .error-page-404 .error-page-content .module-contact-us .left-side form .gform_footer input[type="submit"], .module-contact-us .left-side form .gform_footer .error-page-404 .error-page-content input[type="submit"], .error-page-404 .error-page-content .module-contact-us .contact-right form .gform_footer input[type="submit"], .module-contact-us .contact-right form .gform_footer .error-page-404 .error-page-content input[type="submit"] {
    width: 8rem;
    margin-top: .9375rem;
    margin-bottom: 0;
}
@media (max-width: 991.98px) {
    .error-page-404 .error-page-content {
    width: 100%;
    max-width: 18rem;
}
}@media (max-width: 575.98px) {
    .error-page-404 .error-page-content {
    max-width: 17rem;
}
}@media (max-width: 991.98px) {
    .ppc-site .module-enquire-bg-orange: :after {
    height: 18rem;
}
}.ppc-site .trustpilot-widget {
    pointer-events: none;
}
.ppc-site .site-header .mobile-icon {
    padding: 8px 0;
}
.ppc-site .site-header .mobile-icon a {
    color: #58595B;
}
@media (max-width: 991.98px) {
    .ppc-site .site-header .mobile-icon .mobile-call-number {
    display: none;
}
}.ppc-site .site-header .mobile-icon .mobile-call-icon {
    font-size: 1.125rem;
    background-size: 25px 25px;
    padding-right: 2.5rem;
    background-position: 2.1875rem .25rem;
}
.ppc-site .site-header .mobile-icon .call-text {
    font-size: .875rem;
    font-style: italic;
    border-top: 1px solid;
}
.ppc-site .site-header ul {
    padding: .3125rem .875rem .375rem;
    height: 4.375rem;
}
.ppc-site .site-header ul li {
    color: #F78F1E;
    font-size: 1rem;
    font-weight: bold;
    margin-left: 6rem;
    vertical-align: super;
}
.ppc-site .site-header ul li:first-child {
    margin-left: 0;
}
.ppc-site .site-header ul li.contact-icon {
    background-size: 1.5625rem 1.5625rem;
    background-position: 0 .125rem;
}
.ppc-site .site-header ul li.contact-icon a {
    border-bottom: 2px solid #DF6E1A;
    padding-bottom: 5px;
    vertical-align: sub;
    padding-left: 30px;
    font-size: 1.125rem;
}
.ppc-site .site-header ul li span {
    display: block;
    font-size: .875rem;
    padding-top: 8px;
    font-style: italic;
    color: #58595B;
}
.ppc-site .hero-panel.hero-ppc {
    padding-bottom: 2rem !important;
    background-position: center -8rem !important;
}
.ppc-site .hero-panel.hero-ppc .services-wrapper {
    bottom: 0;
}
@media (max-width: 991.98px) {
    .ppc-site .hero-panel.hero-ppc .services-wrapper {
    bottom: -10px;
}
.ppc-site .hero-panel.hero-ppc .services-wrapper .banner-services {
    padding-top: 2rem;
}
}.ppc-site .hero-panel.hero-ppc .hero-img {
    width: 55% !important;
    bottom: 10.625rem !important;
}
.ppc-site .hero-panel .call-btn-wrapper {
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    border-radius: .625rem;
    background-color: #494F7C;
    text-align: center;
    padding: .375rem 0 .4375rem;
    margin-top: 1.125rem;
    margin-bottom: 1.25rem;
    max-width: 23.75rem;
}
@media (max-width: 991.98px) {
    .ppc-site .hero-panel .call-btn-wrapper {
    padding: .625rem 0 .5rem;
}
}.ppc-site .hero-panel .call-btn-wrapper .call-text {
    font-size: 1.1875rem;
    font-style: italic;
    color: #fff;
}
.ppc-site .hero-panel .call-btn-wrapper a {
    font-weight: 500;
}
.ppc-site .hero-panel .call-btn-wrapper a.blue-btn {
    margin: 0;
    padding: 0 !important;
    min-width: auto !important;
    width: auto !important;
    display: inline-block;
    font-size: 1.625rem;
    line-height: normal;
    min-height: 33px;
}
.ppc-site .hero-panel .call-btn-wrapper a.call-btn.blue-btn:hover span::before {
    background-image: none;
}
.ppc-site .hero-panel .call-btn-wrapper:hover {
    background-color: #fff;
}
.ppc-site .hero-panel .call-btn-wrapper:hover .call-text {
    color: #494F7C;
}
.ppc-site .hero-panel .call-btn-wrapper:hover a.blue-btn, .ppc-site .hero-panel .call-btn-wrapper:hover a.call-btn.blue-btn {
    background-color: #fff;
    color: #494F7C;
}
.ppc-site .hero-panel .call-btn-wrapper:hover a.blue-btn span::before, .ppc-site .hero-panel .call-btn-wrapper:hover a.call-btn.blue-btn span::before {
    background-image: url(../images/call-icon-blue@3x.png);
    background-size: 100%}
@media (max-width: 767.98px) {
    .ppc-site .module-testimonials .carousel-item h2 {
    font-size: 20px;
}
.ppc-site .module-testimonials .carousel-inner {
    max-width: 20rem;
}
}.page-template-page-ppc .cc-window {
    display: none;
    opacity: 0;
}
.sibling-areas {
    column-count: 3;
    font-size: 1rem;
}
@media (max-width: 650px) {
    .sibling-areas {
    column-count: 2;
}
}@media (max-width: 450px) {
    .sibling-areas {
    column-count: auto;
}
}
/* Latest update */
.module-map-location .card-link {
    cursor: unset;
}
.tablepress-container .tablepress {
    table-layout: fixed;
}
.tablepress-container .tablepress td {
    text-align: left !important;
    padding: 20px 20px;
}
.tablepress-container .tablepress img {
    display: block;
    width: 100%;
}
.tablepress-container .tablepress a {
    background-color: #DF6E1A;
    color: #fff;
    text-align: left;
    padding: 0.625rem 1.875rem;
    margin: 0.625rem 0;
    border: 0;
    line-height: 1.40625rem;
    display: block;
    width: 14rem;
    min-height: 2.75rem;
    outline: none;
    font-family: "quatro", sans-serif;
    border-radius: 0.625rem;
    position: relative;
    font-size: 1rem;
}
.basic-content.serviceWrapper {
    margin: 0 -20px;
}

.telephone.telephone-fixed a span:first-child {
    display: none;
}

.telephone.telephone-fixed a .with-icon::before {
    content: '';
    left: 0;
    position: absolute;
    background-image: url("../images/call-icon-white.png");
    background-repeat: no-repeat;
    height: 1.875rem;
    width: 1.875rem;
}

.hero-location-section .telephone {
    display: none;
}

header .site-branding .header-logo + .header-logo img {
    width: auto;
    max-height: 58px;
}

header .site-branding .header-logo img {
    max-width: 178px;
    height: auto;
}

/* Left menu css */
.service-menu-left ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
}
.service-menu-left ul li a {
    color: #58595B;
    padding: 8px 0;
    display: block;
}
.service-menu-left ul li {
    border-bottom: 2px solid #ababab;
}
.service-menu-left--sm {
    display: none;
}
.service-menu-left--sm button#show_dropdown {
    display: block;
    width: 100%;
}
.service-menu-left--sm .dropdown-toggle {
    background: #fff;
    border: 0;
    color: #DF6E1A;
    padding: 10px 46px 10px 0;
    white-space: inherit;
    border-bottom: 2px solid #ababab;
    border-radius: 0;
    font-weight: 700;
}
.service-menu-left--sm .dropdown-toggle::after {
    float: none;
    border: 2px solid;
    width: 12px;
    height: 12px;
    transform: rotate(45deg) translateY(-50%);
    border-top: 0;
    border-left: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin: -4px 0 0;
}
.service-menu-left--sm .dropdown-menu {
    margin: 0 !important;
    padding: 0;
    width: 100%;
}
.service-menu-left--sm .dropdown-menu a {
    color: #58595B;
}
.service-menu-left--sm button#show_dropdown:active {
    background-color: transparent;
    color: #DF6E1A;
}
.service-menu-left--sm .dropdown-menu .dropdown-item a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px 10px;
    display: block;
}
.service-menu-left--sm .dropdown-menu .dropdown-item {
    padding: 0;
}
.service-menu-left a.current-page, .service-menu-left--sm a.current-page {
    color: #DF6E1A;
    font-weight: 700;
}
/* Left menu css */
/* Left menu css */

@media (max-width: 1200px) {
    header .site-branding .header-logo img {
        max-width: 150px;
    }
}

@media (max-width: 992px) {
    .tablepress-container .tablepress {
        table-layout: unset;
    }
    .service-menu-left--sm {
        display: block;
    }
    /* .service-menu-left {
        display: none;
    } */

    header .site-branding {
        justify-content: flex-start;
    }

    header .site-branding .mobile-icon {
        margin-left: auto;
    }

    header .site-branding .header-logo + .header-logo {
        margin-left: 18px;
    }

    .hero-location-section .telephone {
        background-color: #494F7C;
        font-family: "quatro", sans-serif;
        max-width: 23.4375rem;
        min-height: 4.6875rem;
        padding: 1.25rem 0.625rem;
        text-align: center;
        -webkit-border-radius: 0.625rem;
        -moz-border-radius: .625rem;
        -ms-border-radius: .625rem;
        border-radius: 0.625rem;
    }

    .telephone.telephone-fixed {
        display: block;
    }

    .hero-location-section .telephone a {
        color: #fff;
        line-height: 2rem;
        font-weight: 500;
        font-size: 1.625rem;
    }

    .hero-location-section .telephone a span.with-icon {
        padding: 0 0 0 2.5rem;
        position: relative;
        display: inline-block;
    }

    .hero-location-section .telephone .call-text {
        font-size: 1.1875rem;
        font-style: italic;
        padding-right: 0.625rem;
        color: #fff;
    }

}

@media (max-width: 767px) {
    header .site-branding .header-logo + .header-logo {
        margin-left: 12px;
    }

    header .site-branding .header-logo img {
        max-width: 130px;
    }
}
/*# sourceMappingURL=style.min.css.map */

