@charset "UTF-8";/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 544px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*,::after,::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

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,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 {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,kbd,pre,samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    -webkit-border-radius: 0;
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],input[type=datetime-local],input[type=month],input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,h1 {
    font-size: 2.5rem
}

.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 1.75rem
}

.h4,h4 {
    font-size: 1.5rem
}

.h5,h5 {
    font-size: 1.25rem
}

.h6,h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small,small {
    font-size: 80%;
    font-weight: 400
}

.mark,mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    -webkit-border-radius: .25rem;
    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;
    -webkit-border-radius: .2rem;
    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: 8px;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 1200px) {
    .container {
        max-width:1600px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto
}

.row {
    /* display:-webkit-flex; */
    display: -ms-flexbox;
    /* display:flex; */
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px
}

@media (max-width: 543.98px) {
    .row {
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -2px;
        margin-left: -2px
    }

    .col-1 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-2 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-3 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-4 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-5 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-6 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-7 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-8 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-9 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-10 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-11 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-12 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col,.col-auto {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-sm-1 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-sm-2 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-sm-3 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-sm-4 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-sm-5 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-sm-6 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-sm-7 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-sm-8 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-sm-9 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-sm-10 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-sm-11 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-sm-12 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-sm,.col-sm-auto {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-md-1 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-md-2 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-md-3 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-md-4 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-md-5 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-md-6 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-md-7 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-md-8 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-md-9 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-md-10 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-md-11 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-md-12 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-md,.col-md-auto {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-lg-1 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-lg-2 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-lg-3 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-lg-4 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-lg-5 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-lg-6 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-lg-7 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-lg-8 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-lg-9 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-lg-10 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-lg-11 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-lg-12 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-lg,.col-lg-auto {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-xl-1 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-xl-2 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-xl-3 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-xl-4 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-xl-5 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-xl-6 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-xl-7 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-xl-8 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-xl-9 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-xl-10 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-xl-11 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-xl-12 {
        padding-right: 2px;
        padding-left: 2px
    }

    .col-xl,.col-xl-auto {
        padding-right: 2px;
        padding-left: 2px
    }

    .row-fix-margin {
        margin-right: -14px;
        margin-left: -14px;
        width: auto
    }

    .row-spacing>.col,.row-spacing>[class*=col-] {
        padding-top: 2px;
        padding-bottom: 2px
    }
}

.container,.container-fluid {
    width: auto;
    max-width: 100%;
    padding-right: 2px;
    padding-left: 2px;
    margin-right: 10px;
    margin-left: 10px
}

.row-fix-margin {
    margin-right: -14px;
    margin-left: -14px;
    width: auto
}

.row-fix-margin-layout {
    margin-right: -14px;
    margin-left: -14px;
    width: auto
}

.row-fix-margin-auto {
    margin-right: -12px;
    margin-left: -12px;
    width: auto
}

.col-1 {
    position: relative;
    width: 100%;
    min-height: 1px
}

.col-2 {
    position: relative;
    width: 100%;
    min-height: 1px
}

.col-3 {
    position: relative;
    width: 100%;
    min-height: 1px
}

.col-4 {
    position: relative;
    width: 100%;
    min-height: 1px
}

.col-5 {
    position: relative;
    width: 100%;
    min-height: 1px
}

.col-6 {
    position: relative;
    width: 100%;
    min-height: 1px
}

.col-7 {
    position: relative;
    width: 100%;
    min-height: 1px
}

.col-8 {
    position: relative;
    width: 100%;
    min-height: 1px
}

.col-9 {
    position: relative;
    width: 100%;
    min-height: 1px
}

.col-10 {
    position: relative;
    width: 100%;
    min-height: 1px
}

.col-11 {
    position: relative;
    width: 100%;
    min-height: 1px
}

.col-12 {
    position: relative;
    width: 100%;
    min-height: 1px
}

.col,.col-auto {
    position: relative;
    width: 100%;
    min-height: 1px
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 544px) and (max-width:767.98px) {
    .row {
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -6px;
        margin-left: -6px
    }

    .col-1 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-2 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-3 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-4 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-5 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-6 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-7 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-8 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-9 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-10 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-11 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-12 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col,.col-auto {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-sm-1 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-sm-2 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-sm-3 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-sm-4 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-sm-5 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-sm-6 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-sm-7 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-sm-8 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-sm-9 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-sm-10 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-sm-11 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-sm-12 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-sm,.col-sm-auto {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-md-1 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-md-2 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-md-3 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-md-4 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-md-5 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-md-6 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-md-7 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-md-8 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-md-9 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-md-10 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-md-11 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-md-12 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-md,.col-md-auto {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-lg-1 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-lg-2 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-lg-3 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-lg-4 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-lg-5 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-lg-6 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-lg-7 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-lg-8 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-lg-9 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-lg-10 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-lg-11 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-lg-12 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-lg,.col-lg-auto {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-xl-1 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-xl-2 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-xl-3 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-xl-4 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-xl-5 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-xl-6 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-xl-7 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-xl-8 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-xl-9 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-xl-10 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-xl-11 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-xl-12 {
        padding-right: 6px;
        padding-left: 6px
    }

    .col-xl,.col-xl-auto {
        padding-right: 6px;
        padding-left: 6px
    }

    .row-sm-fix-margin {
        margin-right: -26px;
        margin-left: -26px;
        width: auto
    }

    .row-spacing>.col,.row-spacing>[class*=col-] {
        padding-top: 6px;
        padding-bottom: 6px
    }
}

@media (min-width: 544px) {
    .container,.container-fluid {
        width:auto;
        max-width: 100%;
        padding-right: 6px;
        padding-left: 6px;
        margin-right: 14px;
        margin-left: 14px
    }

    .row-sm-fix-margin {
        margin-right: -26px;
        margin-left: -26px;
        width: auto
    }

    .row-fix-margin-layout {
        margin-right: -26px;
        margin-left: -26px;
        width: auto
    }

    .row-fix-margin-auto {
        margin-right: -20px;
        margin-left: -20px;
        width: auto
    }

    .col-sm-1 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-sm-2 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-sm-3 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-sm-4 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-sm-5 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-sm-6 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-sm-7 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-sm-8 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-sm-9 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-sm-10 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-sm-11 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-sm-12 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-sm,.col-sm-auto {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .row {
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -8px;
        margin-left: -8px
    }

    .col-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-2 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-3 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-4 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-5 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-6 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-7 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-8 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-9 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-10 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-11 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-12 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col,.col-auto {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-2 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-3 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-4 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-5 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-6 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-7 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-8 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-9 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-10 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-11 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-12 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm,.col-sm-auto {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-2 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-3 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-4 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-5 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-6 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-7 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-8 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-9 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-10 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-11 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-12 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md,.col-md-auto {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-2 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-3 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-4 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-5 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-6 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-7 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-8 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-9 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-10 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-11 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-12 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg,.col-lg-auto {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-2 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-3 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-4 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-5 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-6 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-7 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-8 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-9 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-10 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-11 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-12 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl,.col-xl-auto {
        padding-right: 8px;
        padding-left: 8px
    }

    .row-md-fix-margin {
        margin-right: -28px;
        margin-left: -28px;
        width: auto
    }

    .row-spacing>.col,.row-spacing>[class*=col-] {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

@media (min-width: 768px) {
    .container,.container-fluid {
        width:auto;
        max-width: 100%;
        padding-right: 8px;
        padding-left: 8px;
        margin-right: 12px;
        margin-left: 12px
    }

    .row-md-fix-margin {
        margin-right: -28px;
        margin-left: -28px;
        width: auto
    }

    .row-fix-margin-layout {
        margin-right: -28px;
        margin-left: -28px;
        width: auto
    }

    .row-fix-margin-auto {
        margin-right: -20px;
        margin-left: -20px;
        width: auto
    }

    .col-md-1 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-md-2 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-md-3 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-md-4 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-md-5 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-md-6 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-md-7 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-md-8 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-md-9 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-md-10 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-md-11 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-md-12 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-md,.col-md-auto {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .row {
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -8px;
        margin-left: -8px
    }

    .col-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-2 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-3 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-4 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-5 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-6 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-7 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-8 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-9 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-10 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-11 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-12 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col,.col-auto {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-2 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-3 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-4 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-5 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-6 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-7 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-8 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-9 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-10 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-11 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-12 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm,.col-sm-auto {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-2 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-3 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-4 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-5 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-6 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-7 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-8 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-9 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-10 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-11 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-12 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md,.col-md-auto {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-2 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-3 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-4 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-5 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-6 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-7 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-8 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-9 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-10 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-11 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-12 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg,.col-lg-auto {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-2 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-3 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-4 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-5 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-6 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-7 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-8 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-9 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-10 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-11 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-12 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl,.col-xl-auto {
        padding-right: 8px;
        padding-left: 8px
    }

    .row-lg-fix-margin {
        margin-right: -42px;
        margin-left: -42px;
        width: auto
    }

    .row-spacing>.col,.row-spacing>[class*=col-] {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

@media (min-width: 992px) {
    .container,.container-fluid {
        width:auto;
        max-width: 100%;
        padding-right: 8px;
        padding-left: 8px;
        margin-right: 26px;
        margin-left: 26px
    }

    .row-lg-fix-margin {
        margin-right: -42px;
        margin-left: -42px;
        width: auto
    }

    .row-fix-margin-layout {
        margin-right: -42px;
        margin-left: -42px;
        width: auto
    }

    .row-fix-margin-auto {
        margin-right: -34px;
        margin-left: -34px;
        width: auto
    }

    .col-lg-1 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-lg-2 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-lg-3 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-lg-4 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-lg-5 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-lg-6 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-lg-7 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-lg-8 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-lg-9 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-lg-10 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-lg-11 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-lg-12 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-lg,.col-lg-auto {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .row {
        /* display:-webkit-flex; */display:-ms-flexbox;
        /* display:flex; */
        /* -webkit-flex-wrap:wrap; */
        -ms-flex-wrap: wrap;
        /* flex-wrap:wrap; */
        /* margin-right:-8px; */
        /* margin-left:-8px; */
    }

    .col-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-2 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-3 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-4 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-5 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-6 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-7 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-8 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-9 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-10 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-11 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-12 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col,.col-auto {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-2 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-3 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-4 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-5 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-6 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-7 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-8 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-9 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-10 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-11 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-12 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm,.col-sm-auto {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-2 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-3 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-4 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-5 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-6 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-7 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-8 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-9 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-10 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-11 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-12 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md,.col-md-auto {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-2 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-3 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-4 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-5 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-6 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-7 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-8 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-9 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-10 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-11 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-12 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg,.col-lg-auto {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-2 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-3 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-4 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-5 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-6 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-7 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-8 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-9 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-10 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-11 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-12 {
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl,.col-xl-auto {
        padding-right: 8px;
        padding-left: 8px
    }

    .row-xl-fix-margin {
        margin-right: -38px;
        margin-left: -38px;
        width: auto
    }

    .row-spacing>.col,.row-spacing>[class*=col-] {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

@media (min-width: 1200px) {
    .container,.container-fluid {
        width:100%;
        padding-right: 8px;
        padding-left: 8px;
        margin-right: auto;
        margin-left: auto
    }

    .row-xl-fix-margin {
        margin-right: -38px;
        margin-left: -38px;
        width: auto
    }

    .row-fix-margin-layout {
        margin-right: -46px;
        margin-left: -46px;
        width: auto
    }

    .row-fix-margin-auto {
        margin-right: -38px;
        margin-left: -38px;
        width: auto
    }

    .col-xl-1 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-xl-2 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-xl-3 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-xl-4 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-xl-5 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-xl-6 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-xl-7 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-xl-8 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-xl-9 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-xl-10 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-xl-11 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-xl-12 {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-xl,.col-xl-auto {
        position: relative;
        width: 100%;
        min-height: 1px
    }

    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm td,.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075)
}

.table-primary,.table-primary>td,.table-primary>th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,.table-secondary>td,.table-secondary>th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,.table-success>td,.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,.table-info>td,.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,.table-warning>td,.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,.table-danger>td,.table-danger>th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,.table-light>td,.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,.table-dark>td,.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,.table-active>td,.table-active>th {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,.05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255,255,255,.075)
}

@media (max-width: 543.98px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .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;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .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;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .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;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: -webkit-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::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: -webkit-calc(.375rem + 1px);
    padding-top: calc(.375rem + 1px);
    padding-bottom: -webkit-calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: -webkit-calc(.5rem + 1px);
    padding-top: calc(.5rem + 1px);
    padding-bottom: -webkit-calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: -webkit-calc(.25rem + 1px);
    padding-top: calc(.25rem + 1px);
    padding-bottom: -webkit-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-lg,.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: -webkit-calc(1.8125rem + 2px);
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    -webkit-border-radius: .2rem;
    border-radius: .2rem
}

.form-control-lg {
    height: -webkit-calc(2.875rem + 2px);
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    -webkit-border-radius: .3rem;
    border-radius: .3rem
}

select.form-control[multiple],select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40,167,69,.9);
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before {
    background-color: #71dd8a
}

.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label::after,.was-validated .custom-file-input:valid~.custom-file-label::after {
    border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid {
    border-color: #dc3545
}

.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before {
    background-color: #efa2a9
}

.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label::after,.was-validated .custom-file-input:invalid~.custom-file-label::after {
    border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 544px) {
    .form-inline label {
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,.form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.btn:focus,.btn:hover {
    text-decoration: none
}

.btn.focus,.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled,.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,.btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-success.disabled,.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,.btn-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-info.disabled,.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-warning.disabled,.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-danger.disabled,.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,.btn-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-light.disabled,.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-dark.disabled,.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus,.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link.disabled,.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    -webkit-border-radius: .3rem;
    border-radius: .3rem
}

.btn-group-sm>.btn,.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    -webkit-border-radius: .2rem;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.dropdown,.dropleft,.dropright,.dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.dropdown-menu-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;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-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;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #6c757d;
    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: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical>.btn:hover,.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus {
    z-index: 1
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child) {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child) {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control {
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child) {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child) {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,.input-group-prepend {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text {
    height: -webkit-calc(2.875rem + 2px);
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    -webkit-border-radius: .3rem;
    border-radius: .3rem
}

.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text {
    height: -webkit-calc(1.8125rem + 2px);
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    -webkit-border-radius: .2rem;
    border-radius: .2rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-radio .custom-control-label::before {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: -webkit-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    -webkit-background-size: 8px 10px;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(128,189,255,.5);
    box-shadow: 0 0 0 .2rem rgba(128,189,255,.5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: -webkit-calc(1.8125rem + 2px);
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: -webkit-calc(2.875rem + 2px);
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: -webkit-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: -webkit-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-file-input:focus~.custom-file-label::after {
    border-color: #80bdff
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: -webkit-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    -webkit-border-radius: 0 .25rem .25rem 0;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    -webkit-border-radius: 1rem;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-control-label::before,.custom-file-label,.custom-select {
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-control-label::before,.custom-file-label,.custom-select {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,.navbar>.container-fluid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.navbar-toggler:focus,.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

@media (max-width: 543.98px) {
    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 544px) {
    .navbar-expand-sm {
        -webkit-flex-flow:row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-flex-flow:row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-flex-flow:row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-flex-flow:row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,.navbar-expand>.container-fluid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,.3)
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-text a {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
    color: rgba(0,0,0,.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,.25)
}

.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    -webkit-border-bottom-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
    -webkit-border-radius: -webkit-calc(.25rem - 1px) -webkit-calc(.25rem - 1px) 0 0;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
    -webkit-border-radius: 0 0 -webkit-calc(.25rem - 1px) -webkit-calc(.25rem - 1px);
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    -webkit-border-radius: -webkit-calc(.25rem - 1px);
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    -webkit-border-top-left-radius: -webkit-calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px);
    -webkit-border-top-right-radius: -webkit-calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    -webkit-border-bottom-right-radius: -webkit-calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    -webkit-border-bottom-left-radius: -webkit-calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 544px) {
    .card-deck {
        -webkit-flex-flow:row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width: 544px) {
    .card-group {
        -webkit-flex-flow:row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:first-child {
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top {
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0
    }

    .card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom {
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:last-child {
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top {
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0
    }

    .card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:only-child {
        -webkit-border-radius: .25rem;
        border-radius: .25rem
    }

    .card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top {
        -webkit-border-top-left-radius: .25rem;
        border-top-left-radius: .25rem;
        -webkit-border-top-right-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom {
        -webkit-border-bottom-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        -webkit-border-bottom-left-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        -webkit-border-radius: 0;
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 544px) {
    .card-columns {
        -webkit-column-count:3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    -webkit-border-radius: 0;
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    -webkit-border-radius: .25rem;
    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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    -webkit-border-radius: .25rem;
    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;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
    -webkit-border-bottom-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 {
    -webkit-border-top-left-radius: .3rem;
    border-top-left-radius: .3rem;
    -webkit-border-bottom-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    -webkit-border-top-right-radius: .3rem;
    border-top-right-radius: .3rem;
    -webkit-border-bottom-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 {
    -webkit-border-top-left-radius: .2rem;
    border-top-left-radius: .2rem;
    -webkit-border-bottom-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    -webkit-border-top-right-radius: .2rem;
    border-top-right-radius: .2rem;
    -webkit-border-bottom-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;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    -webkit-border-radius: 10rem;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus,.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.badge-secondary[href]:focus,.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus,.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus,.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:focus,.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:focus,.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:focus,.badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus,.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    -webkit-border-radius: .3rem;
    border-radius: .3rem
}

@media (min-width: 544px) {
    .jumbotron {
        padding:4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.progress-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 1rem 1rem;
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

.list-group-item:first-child {
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    -webkit-border-bottom-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-dialog-centered {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: -webkit-calc(100% - (.5rem * 2));
    min-height: calc(100% - (.5rem * 2))
}

.modal-dialog-centered::before {
    display: block;
    height: -webkit-calc(100vh - (.5rem * 2));
    height: calc(100vh - (.5rem * 2));
    content: ""
}

.modal-content {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    -webkit-border-top-left-radius: .3rem;
    border-top-left-radius: .3rem;
    -webkit-border-top-right-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.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: 544px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: -webkit-calc(100% - (1.75rem * 2));
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-dialog-centered::before {
        height: -webkit-calc(100vh - (1.75rem * 2));
        height: calc(100vh - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width:800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","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;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-border-radius: .3rem;
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow {
    bottom: -webkit-calc((.5rem + 1px) * -1);
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow {
    left: -webkit-calc((.5rem + 1px) * -1);
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow {
    top: -webkit-calc((.5rem + 1px) * -1);
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow {
    right: -webkit-calc((.5rem + 1px) * -1);
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-top-left-radius: -webkit-calc(.3rem - 1px);
    border-top-left-radius: calc(.3rem - 1px);
    -webkit-border-top-right-radius: -webkit-calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item-next,.carousel-item-prev,.carousel-item.active {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-item-next,.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
        -webkit-transform:translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.active.carousel-item-right,.carousel-item-next {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right,.carousel-item-next {
        -webkit-transform:translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.active.carousel-item-left,.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left,.carousel-item-prev {
        -webkit-transform:translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active {
        -webkit-transform:translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255,.5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #007bff!important
}

a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
    background-color: #0062cc!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover {
    background-color: #545b62!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover {
    background-color: #1d2124!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-left {
    border-left: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #007bff!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #dc3545!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-white {
    border-color: #fff!important
}

.rounded {
    -webkit-border-radius: .25rem!important;
    border-radius: .25rem!important
}

.rounded-top {
    -webkit-border-top-left-radius: .25rem!important;
    border-top-left-radius: .25rem!important;
    -webkit-border-top-right-radius: .25rem!important;
    border-top-right-radius: .25rem!important
}

.rounded-right {
    -webkit-border-top-right-radius: .25rem!important;
    border-top-right-radius: .25rem!important;
    -webkit-border-bottom-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
    -webkit-border-bottom-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important;
    -webkit-border-bottom-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    -webkit-border-top-left-radius: .25rem!important;
    border-top-left-radius: .25rem!important;
    -webkit-border-bottom-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-circle {
    -webkit-border-radius: 50%!important;
    border-radius: 50%!important
}

.rounded-0 {
    -webkit-border-radius: 0!important;
    border-radius: 0!important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -webkit-inline-flex!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media (min-width: 544px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-flex!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-md-inline-flex {
        display: -webkit-inline-flex!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-flex!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-flex!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }

    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-print-inline-flex {
        display: -webkit-inline-flex!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -webkit-flex-direction: column!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -webkit-flex-direction: row-reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -webkit-flex-direction: column-reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -webkit-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse!important;
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    -webkit-flex: 1 1 auto!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-grow-0 {
    -webkit-flex-grow: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -webkit-flex-grow: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0!important;
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1!important;
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.justify-content-start {
    -webkit-justify-content: flex-start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-justify-content: flex-end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-justify-content: space-between!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -webkit-justify-content: space-around!important;
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -webkit-align-items: flex-start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-align-items: flex-end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -webkit-align-items: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-align-items: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -webkit-align-content: flex-start!important;
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -webkit-align-content: flex-end!important;
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -webkit-align-content: center!important;
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -webkit-align-content: space-between!important;
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -webkit-align-content: space-around!important;
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -webkit-align-content: stretch!important;
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -webkit-align-self: auto!important;
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -webkit-align-self: flex-start!important;
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -webkit-align-self: flex-end!important;
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -webkit-align-self: center!important;
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -webkit-align-self: baseline!important;
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -webkit-align-self: stretch!important;
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
}

@media (min-width: 544px) {
    .flex-sm-row {
        -webkit-flex-direction:row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-sm-column {
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        -webkit-flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        -webkit-flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-sm-fill {
        -webkit-flex: 1 1 auto!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-sm-grow-0 {
        -webkit-flex-grow: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        -webkit-flex-grow: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0!important;
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1!important;
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-sm-start {
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        -webkit-justify-content: flex-end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        -webkit-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-sm-between {
        -webkit-justify-content: space-between!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around!important;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-sm-start {
        -webkit-align-items: flex-start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-sm-end {
        -webkit-align-items: flex-end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-sm-center {
        -webkit-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-sm-baseline {
        -webkit-align-items: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        -webkit-align-items: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start!important;
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end!important;
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-sm-center {
        -webkit-align-content: center!important;
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-sm-between {
        -webkit-align-content: space-between!important;
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-sm-around {
        -webkit-align-content: space-around!important;
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch!important;
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-sm-auto {
        -webkit-align-self: auto!important;
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start!important;
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end!important;
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-sm-center {
        -webkit-align-self: center!important;
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline!important;
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch!important;
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-flex-direction:row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-md-column {
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        -webkit-flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        -webkit-flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-md-fill {
        -webkit-flex: 1 1 auto!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-md-grow-0 {
        -webkit-flex-grow: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        -webkit-flex-grow: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0!important;
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1!important;
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-md-start {
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        -webkit-justify-content: flex-end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        -webkit-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-md-between {
        -webkit-justify-content: space-between!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around!important;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-md-start {
        -webkit-align-items: flex-start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-md-end {
        -webkit-align-items: flex-end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-md-center {
        -webkit-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-md-baseline {
        -webkit-align-items: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-md-stretch {
        -webkit-align-items: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-md-start {
        -webkit-align-content: flex-start!important;
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-md-end {
        -webkit-align-content: flex-end!important;
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-md-center {
        -webkit-align-content: center!important;
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-md-between {
        -webkit-align-content: space-between!important;
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-md-around {
        -webkit-align-content: space-around!important;
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch!important;
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-md-auto {
        -webkit-align-self: auto!important;
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }

    .align-self-md-start {
        -webkit-align-self: flex-start!important;
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-md-end {
        -webkit-align-self: flex-end!important;
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-md-center {
        -webkit-align-self: center!important;
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline!important;
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch!important;
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-flex-direction:row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-lg-column {
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        -webkit-flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        -webkit-flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-lg-fill {
        -webkit-flex: 1 1 auto!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-lg-grow-0 {
        -webkit-flex-grow: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        -webkit-flex-grow: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0!important;
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1!important;
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-lg-start {
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        -webkit-justify-content: flex-end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        -webkit-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-lg-between {
        -webkit-justify-content: space-between!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around!important;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-lg-start {
        -webkit-align-items: flex-start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-lg-end {
        -webkit-align-items: flex-end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-lg-center {
        -webkit-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-lg-baseline {
        -webkit-align-items: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        -webkit-align-items: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start!important;
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end!important;
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-lg-center {
        -webkit-align-content: center!important;
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-lg-between {
        -webkit-align-content: space-between!important;
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-lg-around {
        -webkit-align-content: space-around!important;
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch!important;
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-lg-auto {
        -webkit-align-self: auto!important;
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start!important;
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end!important;
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-lg-center {
        -webkit-align-self: center!important;
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline!important;
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch!important;
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-flex-direction:row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-xl-column {
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        -webkit-flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        -webkit-flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-xl-fill {
        -webkit-flex: 1 1 auto!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-xl-grow-0 {
        -webkit-flex-grow: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        -webkit-flex-grow: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0!important;
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1!important;
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-xl-start {
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        -webkit-justify-content: flex-end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        -webkit-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-xl-between {
        -webkit-justify-content: space-between!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around!important;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-xl-start {
        -webkit-align-items: flex-start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-xl-end {
        -webkit-align-items: flex-end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-xl-center {
        -webkit-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-xl-baseline {
        -webkit-align-items: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        -webkit-align-items: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start!important;
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end!important;
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-xl-center {
        -webkit-align-content: center!important;
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-xl-between {
        -webkit-align-content: space-between!important;
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-xl-around {
        -webkit-align-content: space-around!important;
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch!important;
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-xl-auto {
        -webkit-align-self: auto!important;
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start!important;
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end!important;
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-xl-center {
        -webkit-align-self: center!important;
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline!important;
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch!important;
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width: 544px) {
    .float-sm-left {
        float:left!important
    }

    .float-sm-right {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float:left!important
    }

    .float-md-right {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float:left!important
    }

    .float-lg-right {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float:left!important
    }

    .float-xl-right {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}

.shadow-none {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.m-0 {
    margin: 0!important
}

.mt-0,.my-0 {
    margin-top: 0!important
}

.mr-0,.mx-0 {
    margin-right: 0!important
}

.mb-0,.my-0 {
    margin-bottom: 0!important
}

.ml-0,.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,.my-1 {
    margin-top: .25rem!important
}

.mr-1,.mx-1 {
    margin-right: .25rem!important
}

.mb-1,.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,.my-2 {
    margin-top: .5rem!important
}

.mr-2,.mx-2 {
    margin-right: .5rem!important
}

.mb-2,.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,.my-3 {
    margin-top: 1rem!important
}

.mr-3,.mx-3 {
    margin-right: 1rem!important
}

.mb-3,.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,.my-5 {
    margin-top: 3rem!important
}

.mr-5,.mx-5 {
    margin-right: 3rem!important
}

.mb-5,.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,.py-0 {
    padding-top: 0!important
}

.pr-0,.px-0 {
    padding-right: 0!important
}

.pb-0,.py-0 {
    padding-bottom: 0!important
}

.pl-0,.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,.py-1 {
    padding-top: .25rem!important
}

.pr-1,.px-1 {
    padding-right: .25rem!important
}

.pb-1,.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,.py-2 {
    padding-top: .5rem!important
}

.pr-2,.px-2 {
    padding-right: .5rem!important
}

.pb-2,.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,.py-3 {
    padding-top: 1rem!important
}

.pr-3,.px-3 {
    padding-right: 1rem!important
}

.pb-3,.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,.py-5 {
    padding-top: 3rem!important
}

.pr-5,.px-5 {
    padding-right: 3rem!important
}

.pb-5,.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,.px-5 {
    padding-left: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,.my-auto {
    margin-top: auto!important
}

.mr-auto,.mx-auto {
    margin-right: auto!important
}

.mb-auto,.my-auto {
    margin-bottom: auto!important
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

@media (min-width: 544px) {
    .m-sm-0 {
        margin:0!important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0!important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0!important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem!important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem!important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem!important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem!important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 1rem!important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem!important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.5rem!important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem!important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 3rem!important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3rem!important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3rem!important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0!important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0!important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0!important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem!important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem!important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem!important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem!important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem!important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem!important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem!important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem!important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 1rem!important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem!important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem!important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem!important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3rem!important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto!important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0!important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0!important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem!important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem!important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem!important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem!important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .mt-md-3,.my-md-3 {
        margin-top: 1rem!important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem!important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.5rem!important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem!important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 3rem!important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 3rem!important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 3rem!important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 3rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0!important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0!important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0!important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem!important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem!important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem!important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem!important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem!important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem!important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 1rem!important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem!important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 1rem!important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem!important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem!important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 3rem!important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3rem!important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto!important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto!important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0!important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0!important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem!important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem!important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem!important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem!important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem!important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem!important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem!important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem!important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem!important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem!important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0!important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0!important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0!important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem!important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem!important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem!important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem!important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem!important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem!important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem!important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem!important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem!important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto!important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin:0!important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0!important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0!important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0!important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem!important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem!important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem!important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem!important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem!important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem!important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: 1rem!important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem!important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 1rem!important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.5rem!important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem!important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 3rem!important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3rem!important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 3rem!important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3rem!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0!important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0!important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0!important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem!important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem!important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem!important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem!important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem!important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem!important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem!important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 1rem!important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 1rem!important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem!important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem!important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 3rem!important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3rem!important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto!important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto!important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto!important
    }
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

.text-justify {
    text-align: justify!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width: 544px) {
    .text-sm-left {
        text-align:left!important
    }

    .text-sm-right {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align:left!important
    }

    .text-md-right {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align:left!important
    }

    .text-lg-right {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align:left!important
    }

    .text-xl-right {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}

a.text-primary:focus,a.text-primary:hover {
    color: #0062cc!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:focus,a.text-secondary:hover {
    color: #545b62!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,a.text-success:hover {
    color: #1e7e34!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,a.text-info:hover {
    color: #117a8b!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,a.text-warning:hover {
    color: #d39e00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,a.text-danger:hover {
    color: #bd2130!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,a.text-light:hover {
    color: #dae0e5!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,a.text-dark:hover {
    color: #1d2124!important
}

.text-body {
    color: #212529!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(0,0,0,.5)!important
}

.text-white-50 {
    color: rgba(255,255,255,.5)!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,::after,::before {
        text-shadow: none!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap!important
    }

    blockquote,pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px!important
    }

    .container {
        min-width: 992px!important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #dee2e6!important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker.datepicker-rtl {
    direction: rtl
}

.datepicker.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-top: 0;
    border-bottom-color: rgba(0,0,0,.2);
    position: absolute
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 17px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 18px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 293px
}

.datepicker td {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    border-radius: 50%;
    border: none
}

.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    border-radius: 50%;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.table-striped .datepicker table tr td,.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day.focused,.datepicker table tr td.day:hover {
    cursor: pointer
}

.datepicker table tr td.new,.datepicker table tr td.old {
    color: #999
}

.datepicker table tr td.disabled {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    -webkit-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.today {
    background-color: #dc0032;
    background-repeat: repeat-x;
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.datepicker table tr td.today:hover {
    background-color: #dc0032;
    background-repeat: repeat-x;
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.datepicker table tr td.today.disabled {
    background-color: #dc0032;
    background-repeat: repeat-x;
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.datepicker table tr td.today.disabled:hover {
    background-color: #dc0032;
    background-repeat: repeat-x;
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover:active {
    background-color: #fdf59a
}

.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover:active {
    background-color: #fdf59a
}

.datepicker table tr td.today.active,.datepicker table tr td.today:hover.active {
    background-color: #fdf59a
}

.datepicker table tr td.today.disabled {
    background-color: #fdf59a
}

.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:hover.active {
    background-color: #fdf59a
}

.datepicker table tr td.today:hover.disabled {
    background-color: #fdf59a
}

.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:hover.disabled {
    background-color: #fdf59a
}

.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled] {
    background-color: #fdf59a
}

.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled] {
    background-color: #fdf59a
}

.datepicker table tr td.today:hover:hover {
    color: #000
}

.datepicker table tr td.today.active:hover {
    color: #fff
}

.datepicker table tr td.range {
    background: #eee;
    -webkit-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range:hover {
    background: #eee;
    -webkit-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.disabled {
    background: #eee;
    -webkit-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.disabled:hover {
    background: #eee;
    -webkit-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today {
    background-color: #f3d17a;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));
    background-image: -webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);
    background-image: -o-linear-gradient(to bottom,#f3c17a,#f3e97a);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f3c17a),to(#f3e97a));
    background-image: -webkit-linear-gradient(top,#f3c17a,#f3e97a);
    background-image: -o-linear-gradient(top,#f3c17a,#f3e97a);
    background-image: linear-gradient(to bottom,#f3c17a,#f3e97a);
    background-repeat: repeat-x;
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    -webkit-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today:hover {
    background-color: #f3d17a;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));
    background-image: -webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);
    background-image: -o-linear-gradient(to bottom,#f3c17a,#f3e97a);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f3c17a),to(#f3e97a));
    background-image: -webkit-linear-gradient(top,#f3c17a,#f3e97a);
    background-image: -o-linear-gradient(top,#f3c17a,#f3e97a);
    background-image: linear-gradient(to bottom,#f3c17a,#f3e97a);
    background-repeat: repeat-x;
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    -webkit-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today.disabled {
    background-color: #f3d17a;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));
    background-image: -webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);
    background-image: -o-linear-gradient(to bottom,#f3c17a,#f3e97a);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f3c17a),to(#f3e97a));
    background-image: -webkit-linear-gradient(top,#f3c17a,#f3e97a);
    background-image: -o-linear-gradient(top,#f3c17a,#f3e97a);
    background-image: linear-gradient(to bottom,#f3c17a,#f3e97a);
    background-repeat: repeat-x;
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    -webkit-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today.disabled:hover {
    background-color: #f3d17a;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));
    background-image: -webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);
    background-image: -o-linear-gradient(to bottom,#f3c17a,#f3e97a);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f3c17a),to(#f3e97a));
    background-image: -webkit-linear-gradient(top,#f3c17a,#f3e97a);
    background-image: -o-linear-gradient(top,#f3c17a,#f3e97a);
    background-image: linear-gradient(to bottom,#f3c17a,#f3e97a);
    background-repeat: repeat-x;
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    -webkit-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover:active {
    background-color: #f3e97a
}

.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover:active {
    background-color: #f3e97a
}

.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:hover.active {
    background-color: #f3e97a
}

.datepicker table tr td.range.today.disabled {
    background-color: #f3e97a
}

.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:hover.active {
    background-color: #f3e97a
}

.datepicker table tr td.range.today:hover.disabled {
    background-color: #f3e97a
}

.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:hover.disabled {
    background-color: #f3e97a
}

.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled] {
    background-color: #f3e97a
}

.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled] {
    background-color: #f3e97a
}

.datepicker table tr td.selected {
    background-color: #9e9e9e;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(grey));
    background-image: -webkit-linear-gradient(to bottom,#b3b3b3,grey);
    background-image: -o-linear-gradient(to bottom,#b3b3b3,grey);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#b3b3b3),to(grey));
    background-image: -webkit-linear-gradient(top,#b3b3b3,grey);
    background-image: -o-linear-gradient(top,#b3b3b3,grey);
    background-image: linear-gradient(to bottom,#b3b3b3,grey);
    background-repeat: repeat-x;
    border-color: grey grey #595959;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.datepicker table tr td.selected:hover {
    background-color: #9e9e9e;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(grey));
    background-image: -webkit-linear-gradient(to bottom,#b3b3b3,grey);
    background-image: -o-linear-gradient(to bottom,#b3b3b3,grey);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#b3b3b3),to(grey));
    background-image: -webkit-linear-gradient(top,#b3b3b3,grey);
    background-image: -o-linear-gradient(top,#b3b3b3,grey);
    background-image: linear-gradient(to bottom,#b3b3b3,grey);
    background-repeat: repeat-x;
    border-color: grey grey #595959;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.datepicker table tr td.selected.disabled {
    background-color: #9e9e9e;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(grey));
    background-image: -webkit-linear-gradient(to bottom,#b3b3b3,grey);
    background-image: -o-linear-gradient(to bottom,#b3b3b3,grey);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#b3b3b3),to(grey));
    background-image: -webkit-linear-gradient(top,#b3b3b3,grey);
    background-image: -o-linear-gradient(top,#b3b3b3,grey);
    background-image: linear-gradient(to bottom,#b3b3b3,grey);
    background-repeat: repeat-x;
    border-color: grey grey #595959;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(grey));
    background-image: -webkit-linear-gradient(to bottom,#b3b3b3,grey);
    background-image: -o-linear-gradient(to bottom,#b3b3b3,grey);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#b3b3b3),to(grey));
    background-image: -webkit-linear-gradient(top,#b3b3b3,grey);
    background-image: -o-linear-gradient(top,#b3b3b3,grey);
    background-image: linear-gradient(to bottom,#b3b3b3,grey);
    background-repeat: repeat-x;
    border-color: grey grey #595959;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover:active {
    background-color: grey
}

.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover:active {
    background-color: grey
}

.datepicker table tr td.selected.active,.datepicker table tr td.selected:hover.active {
    background-color: grey
}

.datepicker table tr td.selected.disabled {
    background-color: grey
}

.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:hover.active {
    background-color: grey
}

.datepicker table tr td.selected:hover.disabled {
    background-color: grey
}

.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:hover.disabled {
    background-color: grey
}

.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled] {
    background-color: grey
}

.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled] {
    background-color: grey
}

.datepicker table tr td span {
    display: inline-block;
    padding: 8px 6px 4px 6px;
    width: 30px;
    height: 30px;
    line-height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.datepicker table tr td:hover span {
    background: #dc0032;
    color: #fff
}

.datepicker table tr td span.focused {
    background: #dc0032;
    color: #fff
}

.datepicker table tr td span.disabled {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td span.active {
    background-color: #006dcc;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(to bottom,#08c,#04c);
    background-image: -o-linear-gradient(to bottom,#08c,#04c);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(top,#08c,#04c);
    background-image: -o-linear-gradient(top,#08c,#04c);
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.datepicker table tr td span.active:hover {
    background-color: #006dcc;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(to bottom,#08c,#04c);
    background-image: -o-linear-gradient(to bottom,#08c,#04c);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(top,#08c,#04c);
    background-image: -o-linear-gradient(top,#08c,#04c);
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.datepicker table tr td span.active.disabled {
    background-color: #006dcc;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(to bottom,#08c,#04c);
    background-image: -o-linear-gradient(to bottom,#08c,#04c);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(top,#08c,#04c);
    background-image: -o-linear-gradient(top,#08c,#04c);
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.datepicker table tr td span.active.disabled:hover {
    background-color: #006dcc;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(to bottom,#08c,#04c);
    background-image: -o-linear-gradient(to bottom,#08c,#04c);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(top,#08c,#04c);
    background-image: -o-linear-gradient(top,#08c,#04c);
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:active {
    background-color: #04c
}

.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active {
    background-color: #04c
}

.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active {
    background-color: #04c
}

.datepicker table tr td span.active.disabled {
    background-color: #04c
}

.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active {
    background-color: #04c
}

.datepicker table tr td span.active:hover.disabled {
    background-color: #04c
}

.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:hover.disabled {
    background-color: #04c
}

.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled] {
    background-color: #04c
}

.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled] {
    background-color: #04c
}

.datepicker table tr td span.new,.datepicker table tr td span.old {
    color: #999
}

.datepicker .datepicker-switch {
    width: 145px;
    cursor: pointer
}

.datepicker .next,.datepicker .prev,.datepicker tfoot tr th {
    cursor: pointer
}

.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover {
    background: #eee
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-append.date .add-on,.input-prepend.date .add-on {
    cursor: pointer
}

.input-append.date .add-on i,.input-prepend.date .add-on i {
    margin-top: 3px
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px
}

.dragdealer {
    position: relative;
    height: 30px;
    background: #eee
}

.dragdealer .handle {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}

.dragdealer .red-bar {
    width: 100px;
    height: 30px;
    background: #c00;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center
}

.dragdealer .disabled {
    background: #898989
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*! jQuery UI - v1.12.1 - 2018-10-23
* http://jqueryui.com
* Includes: core.css, resizable.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(images/ui-icons_444444_256x240.html)
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.offcanvas-menu::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 96px;
    height: 33px;
    background: #414042;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.uneditable-input,input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.14;
    border: none;
    color: #414042;
    vertical-align: middle;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    padding: 0
}

input::-ms-clear {
    display: none
}

.input-box .input-clear {
    position: absolute;
    top: 18px;
    right: 8px;
    font-size: 23px;
    font-weight: 200;
    color: #414042;
    width: 23px;
    height: 23px;
    visibility: hidden
}

.input-box .input-clear-subscribe {
    top: 0;
    right: 25px
}

.uneditable-input,input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.uneditable-input:focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.search-term-wrap,.select-option-wrap {
    position: absolute;
    top: 50px;
    background: #fff;
    width: 100%;
    margin: -7px -10px 0;
    border: solid 1px #808285;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    padding: 0 10px;
    display: none
}

.search-close,.select-expand,i.input-icon {
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer
}

.tooltip-info:after,.tooltip-info:before {
    content: '';
    display: block;
    position: absolute;
    right: 11px;
    width: 0;
    height: 0;
    border-style: solid
}

.check-box,.radio-box {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: solid 1px #414042;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle
}

.navbar .nav-item.active .nav-link span,.navbar .nav-item:hover .nav-link span {
    border-bottom: 1px solid #dc0032;
    color: #dc0032;
    padding-bottom: 5px
}

.bold-bg-color .bottom-text,.grey-bg-color .bottom-text,.main-bg-color .bottom-text,.secondary-bg-color .bottom-text {
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/arrow-big-white-right.svg) no-repeat 96%;
    -webkit-background-size: 9px 9px;
    background-size: 9px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.top-box.bold-bg-color .bottom-text,.top-box.grey-bg-color .bottom-text,.top-box.main-bg-color .bottom-text,.top-box.secondary-bg-color .bottom-text {
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/arrow-big-white-right.svg) no-repeat 96%;
    -webkit-background-size: 9px 9px;
    background-size: 9px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.chat-close,.cookie-close {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.content-4,.fade-background {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e6e7e8));
    background-image: -webkit-linear-gradient(top,#fff,#e6e7e8);
    background-image: -o-linear-gradient(top,#fff,#e6e7e8);
    background-image: linear-gradient(to bottom,#fff,#e6e7e8);
    -webkit-background-size: 100% 182px;
    background-size: 100% 182px;
    background-position: bottom;
    background-repeat: no-repeat
}

.footer-sub-expand,.sub-expand {
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/menu-open.svg) no-repeat 100%;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: 8px;
    top: 18px;
    cursor: pointer
}

@font-face {
    font-family: PlutoSansRegular;
    src: url(../../../../fonts/PlutoSansDPDRegular-Web.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: PlutoSansLight;
    src: url(../../../../fonts/PlutoSansDPDLight-Web.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: PlutoSansExtraLight;
    src: url(../../../../fonts/PlutoSansDPDExtraLight-Web.ttf) format("truetype");
    font-weight: 200;
    font-style: normal
}

body {
    color: #414042;
    font-family: PlutoSansRegular;
    font-weight: 400;
    font-size: 13px
}

body::-webkit-scrollbar {
    width: 5px
}

.offcanvas-menu::-webkit-scrollbar {
    width: 5px
}

img {
    max-width: 100%
}

h1 {
    font-family: PlutoSansLight;
    font-weight: 300;
    font-size: 30px;
    line-height: 37px
}

h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px
}

h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px
}

p {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px
}

button {
    font-family: PlutoSansRegular
}

button:focus {
    outline: initial
}

.small-text {
    font-size: 11px!important;
    line-height: 13px
}

.special-text {
    font-size: 14px!important;
    line-height: 18px
}

.size-16 {
    font-size: 16px
}

.size-17 {
    font-size: 17px
}

.size-20 {
    font-size: 20px
}

.size-75 {
    font-size: 75px;
    line-height: 50px
}

.size-60 {
    font-size: 60px;
    line-height: 44px
}

.section-big {
    margin-bottom: 75px
}

.font-exlight {
    font-family: PlutoSansExtraLight;
    font-weight: 200
}

.font-light {
    font-family: PlutoSansLight;
    font-weight: 300
}

.font-normal {
    font-family: PlutoSansRegular;
    font-weight: 400
}

.no-padding {
    padding: 0!important
}

.no-margin {
    margin: 0!important
}

.border-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.grey-color {
    color: #414042
}

.grey-color-1 {
    color: #808285
}

.primary-color {
    color: #dc0032
}

a {
    color: #414042;
    border-bottom: 1px solid transparent
}

a:hover {
    color: #dc0032
}

a.active {
    color: #dc0032
}

a.primary-color:hover {
    color: #dc0032
}

a.grey-color:hover {
    color: #dc0032
}

a.grey-color-1:hover {
    color: #dc0032
}

a.light-color:hover {
    color: #dc0032
}

.light-color {
    color: #fff
}

.max-width-1024 {
    max-width: 1024px
}

.deco-underline {
    text-decoration: underline!important
}

.py-6 {
    padding-bottom: 4rem!important;
    padding-top: 4rem!important
}

.pt-6 {
    padding-top: 4rem!important
}

.pb-6 {
    padding-bottom: 4rem!important
}

.section {
    margin-bottom: 50px
}

.section-space {
    margin-bottom: 80px
}

.vertical-align {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

select {
    font-family: PlutoSansRegular
}

textarea {
    font-family: PlutoSansRegular
}

textarea:-moz-read-only {
    color: #808285
}

textarea:read-only {
    color: #808285
}

input[type=text]:-moz-read-only {
    color: #808285
}

input[type=text]:read-only {
    color: #808285
}

input[type=password]:-moz-read-only {
    color: #808285
}

input[type=password]:read-only {
    color: #808285
}

input[type=datetime]:-moz-read-only {
    color: #808285
}

input[type=datetime]:read-only {
    color: #808285
}

input[type=datetime-local]:-moz-read-only {
    color: #808285
}

input[type=datetime-local]:read-only {
    color: #808285
}

input[type=date]:-moz-read-only {
    color: #808285
}

input[type=date]:read-only {
    color: #808285
}

input[type=month]:-moz-read-only {
    color: #808285
}

input[type=month]:read-only {
    color: #808285
}

input[type=time]:-moz-read-only {
    color: #808285
}

input[type=time]:read-only {
    color: #808285
}

input[type=week]:-moz-read-only {
    color: #808285
}

input[type=week]:read-only {
    color: #808285
}

input[type=number]:-moz-read-only {
    color: #808285
}

input[type=number]:read-only {
    color: #808285
}

input[type=email]:-moz-read-only {
    color: #808285
}

input[type=email]:read-only {
    color: #808285
}

input[type=url]:-moz-read-only {
    color: #808285
}

input[type=url]:read-only {
    color: #808285
}

input[type=search]:-moz-read-only {
    color: #808285
}

input[type=search]:read-only {
    color: #808285
}

input[type=tel]:-moz-read-only {
    color: #808285
}

input[type=tel]:read-only {
    color: #808285
}

input[type=color]:-moz-read-only {
    color: #808285
}

input[type=color]:read-only {
    color: #808285
}

.uneditable-input:-moz-read-only {
    color: #808285
}

.uneditable-input:read-only {
    color: #808285
}

input {
    font-family: PlutoSansRegular
}

.input-box {
    outline: 0;
    width: 100%;
    height: 45px;
    background-color: #fff;
    border: solid 1px #808285;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 10px 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.input-box.focus {
    padding-top: 18px!important
}

.input-box.textarea {
    height: auto
}

.input-box.textarea.focus {
    padding-top: 7px!important
}

.input-box.textarea textarea {
    padding-top: 18px
}

.input-box.readonly {
    padding-top: 12px!important
}

.input-box.disabled {
    padding-top: 12px!important;
    background: #e6e7e8;
    border: none
}

.input-box.disabled input {
    background: #e6e7e8;
    border: none;
    color: #abacac
}

.input-box.selected .placeholder {
    color: #414042
}

.demo .input-box {
    margin-bottom: 10px
}

.demo .btn {
    width: 100%
}

.select-option-wrap .select-option {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e7e8
}

.select-option-wrap .select-option span {
    padding: 10px 0;
    display: block
}

.select-option-wrap .select-option:last-child {
    border-bottom: none
}

.search-term-wrap .select-option {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e7e8
}

.search-term-wrap .select-option span {
    padding: 10px 0;
    display: block
}

.search-term-wrap .select-option:last-child {
    border-bottom: none
}

.boxed {
    padding: 10px
}

.boxed .input-box {
    border: none
}

.boxed .input-box.disabled {
    border: 1px solid #808285
}

.boxed .select-option-wrap {
    border: none;
    margin-left: -10px
}

.boxed .search-term-wrap {
    border: none;
    margin-left: -10px
}

.boxed .btn-inactive {
    border: 1px solid #ababac
}

.boxed .input-box[class*=search-box] i.input-icon {
    display: inline-block;
    padding: 11px;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px
}

.input-box[class*=search-box] {
    padding-top: 13px
}

.input-box[class*=search-box].focus {
    padding-top: 13px!important
}

.search-close {
    right: 0
}

.select-expand {
    right: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/arrow-big-black-down.svg) no-repeat 50%;
    -webkit-background-size: 18px 18px;
    background-size: 18px
}

.select-expand.show {
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/arrow-big-black-up.svg) no-repeat 50%;
    -webkit-background-size: 18px 18px;
    background-size: 18px
}

.wide-search-box {
    border-left: 0;
    border-top: 0;
    border-right: 0
}

.wide-search-box input {
    padding-left: 45px
}

.wide-search-box i.input-icon {
    width: 24px;
    left: 10px;
    right: auto
}

.placeholder {
    width: 100%;
    font-size: 14px;
    position: absolute;
    line-height: 14px;
    top: 15px;
    color: #808285;
    -webkit-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    pointer-events: none
}

.placeholder.focus {
    top: 4px
}

.validation-failed {
    border: solid 1px #dc0032!important
}

.validation-error {
    color: #dc0032;
    position: absolute;
    top: 4px
}

.sample-color {
    float: left;
    width: 66px;
    height: 66px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
    position: relative
}

.sample-color p {
    position: absolute;
    bottom: -35px
}

.main-bg-color {
    background: #dc0032
}

.main-bg-color:hover .bottom-text {
    background-position: 99%
}

.secondary-bg-color {
    background: #a90034
}

.secondary-bg-color:hover .bottom-text {
    background-position: 99%
}

.bold-bg-color {
    background: #414042
}

.bold-bg-color:hover .bottom-text {
    background-position: 99%
}

.grey-bg-color {
    background-color: #808285
}

.grey-bg-color:hover .bottom-text {
    background-position: 99%
}

.gold-bg-color {
    background: #cac4be
}

.inactive-bg-color {
    background: #e6e7e8
}

.inactive-half-bg-color {
    background: rgba(230,231,232,.5)
}

.deactive-bg-color {
    background: #ababac
}

.white-transparent-bg {
    background: rgba(255,255,255,.7)
}

.no-bg {
    background: 0 0!important
}

.p-34 {
    padding-left: 34px!important;
    padding-right: 34px!important
}

.tooltip.show {
    opacity: .75
}

.tooltip-inner {
    max-width: 430px;
    width: 360px
}

.tooltip-info {
    position: absolute;
    border: 1px solid #e6e7e8;
    max-width: 430px;
    right: -4px;
    background: #fff;
    top: 55px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 15px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    display: none;
    z-index: 799
}

.tooltip-info:after {
    top: -19px;
    right: 17px;
    border-color: transparent transparent #fff transparent;
    border-width: 10px
}

.tooltip-info:before {
    top: -22px;
    right: 16px;
    border-color: transparent transparent #e6e7e8 transparent;
    border-width: 11px
}

.clock-time {
    display: inline-block;
    padding: 7px 10px;
    line-height: 13px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    min-width: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.clock-time.disabled {
    color: #e6e7e8
}

.clock-time.disabled:hover {
    background: #fff;
    color: #e6e7e8;
    cursor: default
}

.clock-time:hover {
    background: #dc0032;
    color: #fff
}

.clock-time.active {
    background: #dc0032;
    color: #fff
}

.radio-box.selected .radio-selected {
    width: 15px;
    height: 15px;
    background-color: #414042;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 4px auto
}

.check-box {
    -webkit-border-radius: 0;
    border-radius: 0
}

.check-box-checked {
    display: block;
    text-align: center;
    margin-top: 4px;
    margin-left: 4px;
    font-size: 16px
}

.radio-value {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.image-company {
    width: 100%
}

.btn {
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 12px 14px
}

.btn:hover {
    opacity: 1
}

.btn svg {
    margin-right: 7px
}

.btn-primary {
    background-color: #dc0032;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-primary:hover {
    background-color: #dc0032;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-primary:focus {
    background-color: #dc0032;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #dc0032;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-primary:not(:disabled):not(.disabled).active {
    background-color: #dc0032;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-secondary {
    background-color: #a90034
}

.btn-secondary:hover {
    background-color: #a90034
}

.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #a90034
}

.btn-secondary:not(:disabled):not(.disabled).active {
    background-color: #a90034
}

.btn-grey {
    background-color: #808285
}

.btn-inactive {
    background-color: #e6e7e8;
    color: #ababac
}

.btn-inactive:hover {
    opacity: 1
}

.inactive {
    color: #ababac!important
}

.inactive:hover {
    color: #ababac!important
}

.btn-facebook {
    background-color: #3b5998
}

.btn-google {
    background-color: #db4a39
}

header {
    z-index: 1000;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #e6e7e8
}

header .mainnavbar {
    min-height: 49px;
    padding-top: 5px
}

.submenu {
    border-bottom: 1px solid #e6e7e8
}

.nav-logo {
    margin-right: 60px
}

.navbar {
    padding-top: 0;
    padding-bottom: 0
}

.navbar .navbar-brand {
    margin-left: 0;
    margin-right: 2rem;
    padding-top: 0;
    padding-bottom: .2rem
}

.navbar .navbar-nav>li>a.nav-link {
    font-size: 14px
}

.navbar .dropdown-menu {
    border: none;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    top: 98%;
    border-top: 1px solid #e6e7e8;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 14px
}

.navbar .dropdown-menu div[class*=col] {
    margin-bottom: 1rem
}

.navbar .has-sub .dropdown-menu div[class*=col] {
    margin-bottom: 0
}

.navbar .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: 0;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0
}

.navbar .nav-item {
    padding: .7rem .3rem;
    margin: 0
}

.navbar .dropdown {
    position: static
}

.navbar .dropdown:hover>.dropdown-menu {
    display: block!important
}

.navbar .dropdown>.dropdown-menu:hover {
    display: block!important
}

.navbar .wide-search-box {
    position: absolute;
    width: auto;
    border-bottom: none;
    right: 85px;
    left: -webkit-calc(100% - 120px);
    left: calc(100% - 120px);
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    max-width: 90%;
    top: 11px
}

.navbar .wide-search-box .search-close {
    display: none
}

.navbar .wide-search-box.show {
    left: 125px!important;
    border-bottom: solid 1px #808285
}

.nav-bg-hover {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
    display: none;
    z-index: 999
}

.nav-search-toggle {
    cursor: pointer
}

.nav-search-toggle,.offmenu-toggle {
    cursor: pointer;
    min-width: 23px
}

.hat-text {
    font-size: 9px;
    position: absolute;
    right: -23px;
    width: 20px;
    bottom: 5px;
    text-align: left
}

.mainnavbar {
    border-bottom: 1px solid #e6e7e8
}

.carousel-indicators {
    margin-bottom: 1px
}

.carousel-indicators li {
    width: 11px;
    height: 11px;
    margin-right: 4px;
    margin-left: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e6e7e8
}

.carousel-indicators li:hover {
    background: #fff
}

.carousel-indicators li.active {
    background: #dc0032
}

.carousel-caption {
    left: 4%;
    text-align: left;
    bottom: 17px
}

.slide-search-box {
    position: absolute;
    right: 34px;
    bottom: 13%;
    width: 308px
}

.boxes {
    margin-top: 16px
}

.top-box {
    min-height: 140px;
    position: relative;
    font-weight: 300;
    padding: 12px;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff
}

.top-box.main-bg-color {
    color: #fff
}

.top-box.main-bg-color:hover {
    color: #fff
}

.top-box.top-box-custom-bg {
    color: #fff
}

.top-box.top-box-custom-bg:hover {
    color: #fff
}

.top-box.secondary-bg-color {
    color: #fff
}

.top-box.secondary-bg-color:hover {
    color: #fff
}

.top-box.bold-bg-color {
    color: #fff
}

.top-box.bold-bg-color:hover {
    color: #fff
}

.top-box.grey-bg-color {
    color: #fff
}

.top-box.grey-bg-color:hover {
    color: #fff
}

.top-box.inactive-bg-color {
    color: #000
}

.top-box.inactive-bg-color:hover {
    color: #000
}

.top-box.gold-bg-color {
    color: #000
}

.top-box.gold-bg-color:hover {
    color: #000
}

.top-box:hover {
    text-decoration: none
}

.top-box:hover .bottom-text {
    background-position: 99%
}

.top-box h3 {
    font-weight: 300
}

.top-box p {
    font-weight: 300
}

.bottom-text {
    font-weight: 400;
    position: absolute;
    bottom: 11px;
    left: 12px;
    display: block;
    right: 0;
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/arrow-big-black-right.svg) no-repeat 96%;
    -webkit-background-size: 9px 9px;
    background-size: 9px;
    min-height: 19px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.app-download-bg {
    background: url(../images/app-download.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.go-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    padding: 10px 15px;
    cursor: pointer
}

.go-button:hover {
    opacity: 1
}

.footer-app {
    max-width: 48%
}

.page-footer .search-box {
    height: 25px
}

.page-footer .input-box {
    height: 25px;
    padding: 3px 10px 0
}

.page-footer .input-box.focus {
    padding-top: 3px!important
}

.page-footer .go-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    padding: 3px 0 0 8px
}

.footer-clear {
    height: 2px;
    opacity: .5
}

.footer-logo {
    padding-bottom: 1px
}

.footer-logo img {
    display: inline-block;
    vertical-align: bottom
}

.award-text {
    max-width: 31%
}

.chat-module {
    width: 300px
}

.cookie-close {
    right: 34px;
    cursor: pointer
}

#section-header-chat {
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    cursor: pointer
}

.chat-scrollable {
    height: 200px;
    overflow: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.chat-scrollable::-webkit-scrollbar {
    width: 5px
}

.noti-scroll::-webkit-scrollbar {
    width: 5px
}

.chat-scrollable::-webkit-scrollbar-thumb {
    background-color: #808285;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.noti-scroll::-webkit-scrollbar-thumb {
    background-color: #808285;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.chat-divider {
    opacity: .7
}

.chat-writing {
    border-top: 1px solid #e6e7e8
}

#chat-content {
    border: 1px solid #b7b6b7;
    border-top: none
}

#chat-textarea {
    resize: none;
    border-top: 1px solid #b7b6b7
}

#noti-icon {
    cursor: pointer;
    z-index: 800
}

#user-icon {
    cursor: pointer;
    z-index: 800
}

#notifi {
    position: relative
}

#notifi .noti-item:last-child .timestamp {
    border-bottom: none
}

#user {
    position: relative
}

.timestamp {
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.user-menu-item {
    border-bottom: 1px solid rgba(0,0,0,.2)
}

.user-menu-item:last-child {
    border-bottom: none
}

#content-noti {
    width: 293px;
    height: 440px;
    position: absolute;
    right: -16px;
    top: 35px
}

.noti-scroll {
    height: 397px;
    overflow-y: scroll;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.left-border-p {
    border-left: 3px solid #808285
}

.left-border-p.active {
    border-color: #dc0032
}

#content-user {
    width: 293px;
    position: absolute;
    right: -11px;
    top: 39px
}

.tab-module {
    overflow-x: scroll
}

.tab-module .nav-tabs {
    display: block;
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.tab-module .nav-tabs .nav-item {
    display: inline-block;
    padding-right: 20px
}

.tab-module .nav-tabs .nav-item h3 {
    margin-bottom: 0
}

.tab-module .nav-tabs .nav-item:last-child {
    padding-right: 0
}

.tab-module .nav-tabs .nav-item a:hover {
    text-decoration: none
}

.tab-module.pull-left {
    border-bottom: 1px solid #dee2e6
}

.tab-module.pull-left .nav-tabs {
    margin: 0;
    border-bottom: none
}

.tab-module.icon-tab .nav-item a img {
    -webkit-filter: invert(50%);
    filter: invert(50%);
    border-bottom: 3px solid transparent;
    width: 40px;
    height: 40px
}

.tab-module.icon-tab .nav-item .active img {
    -webkit-filter: invert(0);
    filter: invert(0)
}

.tab-module.icon-tab .nav-tabs {
    margin: 0
}

.tab-module.icon-tab.small .nav-item img {
    width: 30px;
    height: 30px
}

.tab-module .nav-item a {
    display: block
}

.tab-module .nav-item .active {
    color: #dc0032;
    border-bottom: 3px solid #dc0032
}

.tab-module.small .nav-tabs .nav-item {
    padding-right: 10px
}

.tab-module::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: 0 0
}

.row-eq-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.circle-red {
    width: 26px;
    height: 26px
}

.form-input-height {
    width: 71px!important;
    background-color: #fff!important;
    border: solid 1px #808285!important;
    height: 45px;
    padding: 14px 10px!important
}

.depot-result {
    display: none
}

.offcanvas-menu {
    width: 340px;
    position: absolute;
    top: 0;
    right: -340px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 100%;
    overflow-y: scroll;
    background: #fff
}

.offcanvas-menu.show {
    right: 0
}

.offcanvas-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .6
}

.offcanvas-header {
    background: #414042;
    position: relative
}

.offcanvas-header>span:nth-child(2).special-text {
    font-size: 14px!important;
    word-break: break-all
}

.offcanvas-header.logged-in {
    background: #dc0032
}

.offcanvas-close {
    position: absolute;
    right: 2.5rem;
    cursor: pointer;
    top: 25px
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .offcanvas-close {
        position:absolute;
        right: 2.5rem;
        cursor: pointer
    }
}

.offcanvas-content {
    background: #fff;
    font-size: 14px;
    font-weight: 300
}

.offcanvas-content>ul {
    list-style: none;
    padding-left: 20px;
    padding-right: 40px;
    margin-bottom: 0
}

.offcanvas-content>ul>li {
    font-size: 20px;
    padding: 0;
    border-bottom: 1px solid #e6e7e8
}

.offcanvas-content>ul>li:last-child {
    border-bottom: none
}

.offcanvas-content>ul>li>ul {
    list-style: none;
    padding-left: 20px;
    padding-bottom: 8px;
    padding-top: 0
}

.offcanvas-content>ul>li>ul>li {
    padding: 0
}

.offcanvas-content>ul>li>a {
    color: #dc0032
}

.offcanvas-content .has-sub {
    position: relative
}

.offcanvas-content .has-sub>i.sub-expand {
    top: 14px
}

.offcanvas-content .has-sub>ul {
    font-size: 18px
}

.offcanvas-content .has-sub>a {
    display: block;
    width: 90%
}

.offcanvas-content .has-sub .sub {
    display: none
}

.offcanvas-content .has-sub .sub.opened {
    display: block
}

.offcanvas-content .language a {
    color: #abacac
}

.offcanvas-content .language a.current {
    color: #414042
}

.sub-expand.active {
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/menu-close.svg) no-repeat 100%
}

.footer-sub-expand {
    top: 0;
    right: 15px
}

.footer-sub-expand.show {
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/menu-close.svg) no-repeat 100%
}

.offcanvas-wrap {
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.6);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: none;
    overflow: hidden
}

.pd-text {
    padding-top: 20px
}

.small-input {
    width: 70px!important
}

.top-input {
    top: -12px
}

.make-color {
    text-decoration: none
}

.make-color:hover {
    text-decoration: none
}

.medium-btn-0 {
    width: 185px;
    height: 45px;
    background-color: #dc0032;
    text-align: center;
    color: #fff;
    padding: 12px;
    border: 0
}

.medium-btn-1 {
    width: 161px;
    height: 45px;
    background-color: #dc0032;
    text-align: center;
    color: #fff;
    padding: 12px;
    border: 0
}

.medium-btn-4 {
    width: 207px;
    height: 45px;
    background-color: #dc0032;
    text-align: center;
    color: #fff;
    padding: 12px;
    border: 0
}

.medium-btn-2 {
    width: 199px;
    height: 45px;
    background-color: #dc0032;
    text-align: center;
    color: #fff;
    padding: 12px;
    border: 0
}

.medium-btn-3 {
    width: 235px;
    height: 45px;
    background-color: #dc0032;
    text-align: center;
    color: #fff;
    padding: 12px;
    border: 0
}

.btn-full {
    width: 103%;
    height: 45px;
    background-color: #dc0032;
    text-align: center;
    color: #fff;
    padding: 12px;
    margin-left: -15px;
    border: 0
}

.ml-calculotor {
    margin-left: -20px
}

.grey-border-bottom {
    border-bottom: 1px solid #ababac
}

.primary-border-bottom {
    border-bottom: 3px solid #dc0032
}

.ml-calculotor-first {
    margin-left: -5px
}

.top-girth {
    top: 44px
}

.ml-girth {
    margin-left: 30px
}

.ta-center {
    text-align: center
}

.bg-image-15 {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.5)));
    background-image: -webkit-linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5));
    background-image: -o-linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5));
    background-image: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5));
    width: 100%
}

.bg-box-13 {
    background-color: #e6e7e8
}

.ml-13 {
    margin-left: -19px
}

.primary-background {
    background-color: #dc0032
}

.padding-18 {
    padding: 30px
}

.padding-13 {
    padding: 20px
}

.margin-auto {
    margin: 0 auto
}

.white-color {
    color: #fff
}

.btn-13 {
    float: right;
    right: 49px
}

.textbox-13 {
    margin-left: -15px;
    display: inline-block
}

.slidecontainer {
    width: 100%
}

.slider {
    width: 100%;
    height: 7px;
    outline: 0;
    border: 1px solid #414042;
    opacity: 1;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 96px;
    height: 33px;
    background: #a90034;
    content: '150';
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.dragdealer {
    height: 8px;
    background: 0 0;
    border: 1px solid #414042;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.dragdealer .handle {
    position: absolute;
    top: -15px;
    height: 33px;
    left: 0;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding-top: 2px;
    background: #a90034
}

.dragdealer img {
    position: absolute;
    left: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px
}

.dragdealer img:last-child {
    left: auto;
    right: 7px
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4caf50;
    cursor: pointer
}

.girth-input-box {
    max-width: 30%
}

.contact-type {
    cursor: pointer;
    max-width: 30%
}

.contact-type.active {
    border: 1px solid #dc0032
}

.contact-type.active>p>img {
    -webkit-filter: invert(0);
    filter: invert(0)
}

.contact-type>p>img {
    -webkit-filter: invert(50%);
    filter: invert(50%)
}

.picture-module {
    margin: 0 auto;
    position: relative
}

.picture-module .div-middle:hover {
    opacity: 1
}

.div-middle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.9);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.div-middle .action {
    margin: auto
}

.header-4 {
    background: url(../images/header4.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.no-border-bottom {
    border-bottom: none!important
}

.q-a-item {
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/plus-red.svg);
    background-repeat: no-repeat
}

.q-a-item.show {
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/minus-red.svg);
    background-repeat: no-repeat
}

.q-a-item .question {
    cursor: pointer
}

.q-a-item .answer {
    display: none
}

.q-a-item .answer p {
    border-bottom: 1px solid #414042
}

.q-a-item .answer.show {
    display: block
}

.q-a-item .answer .vote .vote-item {
    float: right;
    margin-left: 12px;
    cursor: pointer
}

.landing-image {
    position: absolute;
    bottom: 12%
}

.blick-icon {
    height: 40px
}

.collapsible-toggle {
    cursor: pointer
}

.collapsible-toggle.show .expand-icon-1 {
    background-image: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/menu-close.svg)
}

.collapsible-toggle.show .expand-icon {
    background-image: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/minus-red.svg)
}

.collapsible-toggle.show .tab-icon {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.text-toggle {
    cursor: pointer
}

.text-toggle.show .expand-icon-1 {
    background-image: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/menu-close.svg)
}

.text-toggle.show .expand-icon {
    background-image: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/minus-red.svg)
}

.expand-icon-1 {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/menu-open.svg) no-repeat 97%
}

.expand-icon {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background-image: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/plus-red.svg)
}

.career-box {
    background: rgba(230,231,232,.5)
}

.footer-links {
    max-width: 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%
}

.filter-close {
    position: absolute;
    right: 2rem
}

.filter-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px;
    cursor: pointer
}

.filter-icon img {
    margin-left: 10px
}

.filter-icon-sm {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px;
    cursor: pointer
}

.filter-icon-sm img {
    margin-left: 10px
}

@media screen and (min-width: 768px) {
    .filter-icon-sm {
        display:none
    }
}

.news-filter {
    display: none
}

.news-detail-landing {
    width: 100%
}

.download-button {
    position: relative;
    height: 50px;
    margin-bottom: 10px
}

.download-icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    padding-top: 0;
    cursor: pointer
}

.border-tbl {
    border: 1px solid #e6e7e8
}

.bg-company {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e6e7e8));
    background-image: -webkit-linear-gradient(top,#fff,#e6e7e8);
    background-image: -o-linear-gradient(top,#fff,#e6e7e8);
    background-image: linear-gradient(to bottom,#fff,#e6e7e8);
    background-image: -webkit-gradient(linear,left top,left bottom,from(var(--white)),to(#e6e7e8));
    background-image: -webkit-linear-gradient(top,var(--white),#e6e7e8);
    background-image: -o-linear-gradient(top,var(--white),#e6e7e8);
    background-image: linear-gradient(to bottom,var(--white),#e6e7e8)
}

.background-clip {
    -webkit-background-clip: content-box;
    background-clip: content-box
}

.tab-icon {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5
}

.width-20 {
    width: 20%
}

.width-40 {
    width: 40%
}

.py-1-2 {
    padding-top: 1.2rem!important;
    padding-bottom: 1.2rem!important
}

.height-85 {
    height: 85px
}

.background-right {
    background-position: 56% 44%
}

.background-silver {
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    -webkit-background-clip: content-box;
    background-clip: content-box
}

.background-silver .d-text {
    background-image: -webkit-gradient(linear,left bottom,left top,from(#fff),to(#414042));
    background-image: -webkit-linear-gradient(bottom,#fff,#414042);
    background-image: -o-linear-gradient(bottom,#fff,#414042);
    background-image: linear-gradient(to top,#fff,#414042);
    height: 60px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.background-silver .d-text.show {
    background-image: -webkit-gradient(linear,left bottom,left top,from(#414042),to(#414042));
    background-image: -webkit-linear-gradient(bottom,#414042,#414042);
    background-image: -o-linear-gradient(bottom,#414042,#414042);
    background-image: linear-gradient(to top,#414042,#414042)
}

.section-small {
    margin-bottom: 40px
}

.news-thumbnail {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

.news-content p {
    line-height: 20px
}

.bullet-list li {
    margin-bottom: 8px
}

.space-between-input .input-box {
    margin-bottom: 10px
}

.tooltip.bottom {
    margin-top: 15px
}

.show>.btn-primary.dropdown-toggle {
    background-color: #dc0032;
    -webkit-box-shadow: none;
    box-shadow: none
}

.show>.btn-secondary.dropdown-toggle {
    background-color: #a90034
}

.dropdown-menu .dropdown-item {
    padding: 0;
    color: #414042;
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/arrow-small-black-right.svg) no-repeat 91% 50%;
    -webkit-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease
}

.dropdown-menu .dropdown-item:hover {
    color: #dc0032;
    background-position-x: 100%
}

.dropdown-menu .dropdown-item span {
    padding: 1rem 0;
    display: block;
    width: 98%;
    border-bottom: solid 1px #e6e7e8
}

.dropdown-menu .dropdown-item:last-child span {
    border-bottom: none
}

.subnavbar .navbar-brand {
    height: 20px;
    opacity: 0
}

#subnavbar .nav-item {
    padding: 0 .3rem;
    font-size: 11px;
    font-family: PlutoSansLight
}

#subnavbar .nav-item .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

#subnavbar .nav-item:hover .nav-link span {
    border-bottom: 1px solid #dc0032
}

#subnavbar .nav-item.active .nav-link span {
    border-bottom: 1px solid #dc0032
}

.table thead th {
    vertical-align: middle
}

.nav a .hover:hover {
    color: #dc0032
}

.newsticker span {
    padding-right: 15px;
    margin-right: 90px;
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/arrow-small-red-right.svg) no-repeat 100% 2px
}

.content-image.effect-fly .image-inline {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 100px 100px -75px rgba(0,0,0,.4);
    box-shadow: 0 100px 100px -75px rgba(0,0,0,.4);
    -webkit-transition: top 1s ease-in-out;
    -o-transition: top 1s ease-in-out;
    transition: top 1s ease-in-out
}

.content-image.effect-fly.fly-in .image-inline {
    top: -5%;
    -webkit-box-shadow: 0 100px 100px -75px rgba(0,0,0,.2);
    box-shadow: 0 100px 100px -75px rgba(0,0,0,.2)
}

.content-16 img {
    position: absolute;
    max-width: 155px;
    top: 50%;
    left: 7%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.table-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 40px;
    background: 0 0;
    border: none
}

.table-slider .slick-arrow.slick-prev {
    left: 0
}

.table-slider .slick-arrow.slick-next {
    right: 0
}

footer-logo span {
    display: inline-block;
    vertical-align: bottom
}

.footer-nav a {
    border-right: 1px solid #414042
}

.footer-nav a:nth-last-child(-n+2) {
    border-right: none
}

.header-slider .carousel-item img {
    width: 100%
}

.social-link:hover {
    text-decoration: none
}

.mb-collapsible-toggle.show {
    background-image: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/minus-red.svg)
}

.col-md-4.footer-links {
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
}

.news-box-part:hover {
    text-decoration: none
}

#supsystic-table-155 tbody td {
    border: 1px solid #e6e7e8!important
}

html {
    overflow-x: hidden
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-primary.disabled,.btn-primary:disabled,.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    background-color: #e6e7e8;
    color: #ababac
}

.fm-form .btn-primary.disabled,.fm-form .btn-primary:disabled,.fm-form .btn-primary:not(:disabled):not(.disabled).active,.fm-form .btn-primary:not(:disabled):not(.disabled):active,.fm-form .show>.btn-primary.dropdown-toggle {
    background-color: #dc0032;
    color: #fff;
    opacity: 1
}

.dislay-inline-block {
    display: inline-block
}

.tab-content {
    overflow-wrap: break-word;
    word-wrap: break-word
}

.benefits-1 ol li:before {
    background: #a90034
}

.panel-grid-cell {
    min-height: 1px
}

@media screen and (max-width: 543px) {
    .padding-background-ats {
        padding-left:12px;
        padding-right: 12px
    }
}

@media screen and (min-width: 544px) and (max-width:767px) {
    .padding-background-ats {
        padding-left:20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .padding-background-ats {
        padding-left:20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .padding-background-ats {
        padding-left:34px;
        padding-right: 34px
    }
}

@media screen and (min-width: 1200px) {
    .padding-background-ats {
        padding-left:38px;
        padding-right: 38px
    }
}

@media screen and (max-width: 767.98px) {
    .margin-bottom-button {
        margin-bottom:10px!important
    }

    .header-theme-page-019-include .text-widget-setting-019-vs-search {
        bottom: 75px;
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
        top: auto!important
    }

    .header-theme-page-019-include .margin-bottom-button-end {
        margin-bottom: 0!important
    }

    .mobile-fallback {
        display: block;
        margin: 0 auto
    }

    .mobile-fallback-025c {
        display: block;
        margin: 0 auto
    }

    .mobile-fallback-026 {
        display: block;
        margin: 0 auto
    }

    .desktop-tablet {
        display: none!important
    }

    .desktop-tablet-025c {
        display: none!important
    }

    .desktop-tablet-026 {
        display: none!important
    }
}

@media screen and (min-width: 768px) {
    .mobile-fallback {
        display:none!important
    }

    .mobile-fallback-025c {
        display: none!important
    }

    .mobile-fallback-026 {
        display: none!important
    }
}

.dpd-text-editor-content a {
    text-decoration: underline;
    color: inherit
}

.dpd-text-editor-content a:hover {
    color: #dc0032!important
}

@media screen and (max-width: 991.98px) {
    body {
        overflow-x:hidden
    }
}

footer.page-footer {
    max-width: 1200px
}

footer .footer-app {
    max-width: 48%
}

footer .search-box {
    height: 25px
}

footer .input-box {
    height: 25px;
    padding: 3px 10px 0 10px
}

footer .input-box.focus {
    padding-top: 3px!important
}

footer .go-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    padding: 3px 0 0 8px
}

footer .footer-clear {
    height: 2px;
    opacity: .5
}

footer .footer-logo {
    padding-bottom: 1px
}

footer .footer-logo img {
    display: inline-block;
    vertical-align: bottom;
    width: 81px
}

footer .footer-logo span {
    display: inline-block;
    vertical-align: bottom;
    line-height: 20px
}

footer .footer-nav a {
    border-right: 1px solid #414042
}

footer .footer-nav a:nth-last-child(-n+2) {
    border-right: none
}

footer .fsocial-link:hover,footer .social-link:hover {
    text-decoration: none
}

footer .footer-menu .footer-text {
    padding: 1px 0;
    font-size: 11px
}

footer .footer-menu .footer-link {
    margin-bottom: 0
}

footer .footer-menu .footer-link:after {
    content: '';
    display: block;
    clear: both
}

footer .footer-menu .footer-link li {
    list-style: none;
    display: inline-block;
    padding-left: 7px;
    padding-right: 7px
}

footer .footer-menu .footer-link li:not(:last-of-type) {
    border-right: 1px solid #414042
}

footer .footer-menu .footer-link li:nth-last-child(2) {
    border-right: none
}

footer .footer-menu .footer-link #footer-language-select {
    background: 0 0;
    padding-top: 0!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: -2px;
    padding-left: 0;
    padding-right: 11px;
    -moz-text-align-last: right;
    text-align-last: right;
    direction: rtl
}

footer .footer-menu .footer-link #footer-language-select::-ms-expand {
    display: none
}

footer .footer-menu .footer-link #footer-language-select:active,footer .footer-menu .footer-link #footer-language-select:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

footer .footer-menu .footer-link #footer-language-select:hover {
    cursor: pointer
}

footer .footer-menu .footer-link #footer-language-select option {
    color: #414042
}

footer .footer-menu .footer-link .select-arrow {
    margin-left: -11px;
    pointer-events: none
}

footer .footer-menu .footer-link .language-items {
    padding-left: 0!important;
    padding-right: 0!important;
    float: right;
    clear: both
}

footer .mobile-footer .footer-menu-root-item {
    margin-bottom: 13px
}

footer .mobile-footer .col-md-4.footer-links,footer .mobile-footer .footer-links {
    max-width: 100%
}

footer .mobile-footer .footer-link-content {
    display: none
}

footer .mobile-footer .footer-link-content.show {
    display: block
}

footer .mobile-footer .footer-app {
    max-width: 47%;
    margin-right: 5%;
    display: inline-block
}

footer .mobile-footer .footer-app:last-child {
    margin-right: 0
}

footer .mobile-footer .input-box {
    height: 45px;
    padding: 13px 10px 0
}

footer .mobile-footer .text-box {
    border: none!important
}

footer .mobile-footer .go-button {
    width: 45px;
    height: 45px;
    padding: 4px 15px;
    font-size: 28px
}

footer .mobile-footer .input-box.focus {
    padding-top: 13px!important
}

footer .mobile-footer .col-md-4.footer-links {
    max-width: 100%
}

footer .mobile-footer .fsocial-link,footer .mobile-footer .social-link {
    font-size: 16px
}

footer .mobile-footer .footer-menu {
    margin-top: .25rem
}

footer .mobile-footer .footer-menu .footer-link {
    padding-left: 0
}

footer .mobile-footer .footer-menu .footer-link li {
    float: left;
    padding-left: 0!important;
    margin-top: .25rem
}

footer .mobile-footer .footer-menu .footer-link li:not(:last-of-type) {
    margin-right: .5rem
}

footer .mobile-footer .footer-menu .footer-link #footer-language-select {
    padding-left: 0!important
}

footer .mobile-footer .sub-expand {
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/menu-open.svg) no-repeat 100%;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: 8px;
    top: 18px;
    cursor: pointer
}

footer .mobile-footer .sub-expand.active {
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/menu-close.svg) no-repeat 100%
}

footer .mobile-footer .footer-sub-expand {
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/menu-open.svg) no-repeat 100%;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: 2px;
    top: 0;
    cursor: pointer
}

footer .mobile-footer .footer-sub-expand.show {
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/menu-close.svg) no-repeat 100%
}

footer footer-logo span {
    display: inline-block;
    vertical-align: bottom
}

footer .footer-nav a {
    border-right: 1px solid #414042
}

footer .footer-nav a:nth-last-child(-n+2) {
    border-right: none
}

footer.container>.row-fix-margin-auto {
    padding: 29px 12px 20px 12px
}

@media (min-width: 544px) {
    footer.container>.row-fix-margin-auto {
        padding:29px 20px 20px 20px
    }

    footer .mobile-footer .footer-sub-expand {
        right: 8px
    }
}

@media (min-width: 768px) {
    footer.container>.row-fix-margin-auto {
        padding:29px 12px 25px 12px
    }

    footer .dpd_app_store_wg .footer-app {
        width: 48%
    }

    footer .footer-menu .footer-link li {
        float: left
    }
}

@media (min-width: 992px) {
    footer.container>.row-fix-margin-auto {
        padding:29px 26px 25px 26px
    }

    footer .footer-links {
        max-width: 20%;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }
}

@media (min-width: 1200px) {
    footer.page-footer {
        max-width:1140px;
        margin-left: auto;
        margin-right: auto
    }

    footer.container>.row-fix-margin-auto {
        padding: 29px 30px 25px 30px
    }
}

#breadcrumbs {
    max-width: 1124px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 18px;
    color: #808285;
    font-size: 11px
}

#breadcrumbs a {
    font-family: PlutoSansLight;
    color: #808285;
    font-size: 11px
}

@media (max-width: 767.98px) {
    html.fix-android-devices-keyboard {
        overflow:hidden
    }
}

header {
    z-index: 1000;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #e6e7e8
}

header .mainnavbar {
    min-height: 65px;
    padding-top: 5px
}

header .size-icon-logo {
    max-width: 68.66px;
    height: 30.1px
}

header.custom-logo .size-icon-logo {
    max-width: 119.45px
}

header .navbar .offmenu-toggle {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
    top: 19px
}

header .navbar .navbar-brand {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
    top: 11px;
    min-width: 84px
}

header.custom-logo .navbar-brand {
    width: 129.75px!important
}

header .navbar .header-search {
    background-color: #fff
}

header .navbar .header-search.show .search-close {
    display: block
}

header.sticky-top {
    position: -ms-device-fixed;
    max-width: inherit;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0
}

@supports ((position: -webkit-sticky) or (position:sticky)) or (position:-webkit-sticky) {
    header.sticky-top {
        position:-webkit-sticky;
        position: sticky;
        max-width: initial;
        width: initial
    }

    .holder-menu {
        padding-top: 0!important
    }
}

.holder-menu {
    display: none;
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #e6e7e8;
    padding-bottom: 2px
}

.holder-menu.active {
    display: block
}

@media screen and (max-width: 991.98px) {
    .holder-menu {
        display:none
    }

    .holder-menu.active {
        display: none
    }
}

.holder-menu:after {
    content: '';
    clear: both;
    display: block
}

.holder-menu>.dropdown-menu {
    display: block!important;
    position: initial!important;
    border: none!important;
    padding: 0!important;
    position: relative!important;
    z-index: 0
}

.holder-menu>.dropdown-menu .col-lg-6 {
    display: none
}

.holder-menu>.dropdown-menu .col-lg-4 {
    padding: 0!important;
    margin: 0!important;
    width: auto!important;
    border: none!important;
    display: inline-block!important;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
    margin-right: 30px!important;
    max-width: none!important;
    max-width: initial!important
}

.holder-menu>.dropdown-menu .col-lg-4>a {
    padding: 0!important;
    margin: 0!important;
    display: inline-block!important;
    width: auto!important;
    border: none!important;
    background: 0 0!important;
    font-size: 11px;
    font-weight: 300
}

.holder-menu>.dropdown-menu .row {
    margin: 0!important;
    padding: 0!important;
    display: block
}

.holder-menu>.dropdown-menu .col-lg-4>a span {
    padding-top: 10px;
    margin-bottom: 4px
}

.holder-menu>.dropdown-menu a.current-menu-item span,.holder-menu>.dropdown-menu a:hover span {
    border-bottom: solid 1px #dc0032;
    color: #dc0032;
    padding-bottom: 1px;
    margin-bottom: 6px
}

.holder-menu>.dropdown-menu a span {
    padding-bottom: 5px
}

.flyout-headline {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    color: #dc0032
}

.holder-menu .flyout-headline {
    display: none!important
}

.padding-header {
    max-width: 1200px;
    margin: 0 auto
}

.right-search-header {
    right: 85px!important
}

.right-search-header.wide-search-box input {
    padding-left: 35px
}

body.internet-explorer header.sticky-top {
    margin-left: auto;
    margin-right: auto
}

.offcanvas-wrap .offcanvas-content>ul>li {
    padding-top: initial;
    padding-bottom: initial
}

.offcanvas-wrap .offcanvas-content>ul>li>a {
    line-height: 50px
}

.offcanvas-wrap .offcanvas-content>ul>li.has-sub a {
    line-height: 47px
}

.offcanvas-wrap .offcanvas-content>ul>li.has-sub a:empty:before {
    content: "\00a0"
}

.offcanvas-wrap .offcanvas-content>ul>li.has-sub .sub li {
    padding-top: initial;
    padding-bottom: initial
}

.offcanvas-wrap .offcanvas-content>ul>li.has-sub .sub li a {
    line-height: 36px
}

.offcanvas-wrap .offcanvas-content .burger-language-section .burger-language .language a {
    font-size: 13px;
    line-height: 16px
}

.offcanvas-wrap .offcanvas-content .burger-language-section .burger-language .dropdown-burger-language {
    overflow: hidden;
    text-align: right
}

.offcanvas-wrap .offcanvas-content .burger-language-section .burger-language .dropdown-burger-language #burger-language-select {
    background: 0 0;
    padding-top: 0!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: -2px;
    padding-left: 0;
    padding-right: 10px;
    -moz-text-align-last: right;
    text-align-last: right;
    width: auto;
    direction: rtl
}

.offcanvas-wrap .offcanvas-content .burger-language-section .burger-language .dropdown-burger-language #burger-language-select::-ms-expand {
    display: none
}

.offcanvas-wrap .offcanvas-content .burger-language-section .burger-language .dropdown-burger-language #burger-language-select:active,.offcanvas-wrap .offcanvas-content .burger-language-section .burger-language .dropdown-burger-language #burger-language-select:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.offcanvas-wrap .offcanvas-content .burger-language-section .burger-language .dropdown-burger-language #burger-language-select:hover {
    cursor: pointer
}

.offcanvas-wrap .offcanvas-content .burger-language-section .burger-language .dropdown-burger-language #burger-language-select option {
    color: #414042
}

.offcanvas-wrap .offcanvas-content .burger-language-section .burger-language .dropdown-burger-language .select-arrow {
    margin-left: -11px;
    pointer-events: none
}

header .navbar {
    padding-right: 12px;
    padding-left: 12px
}

header .navbar .wide-search-box {
    left: -webkit-calc(100% - 90px);
    left: calc(100% - 90px)
}

header .navbar .wide-search-box.mobile-search {
    padding-top: 13px;
    padding-left: 12px;
    padding-right: 12px
}

header .navbar .wide-search-box.mobile-search img.mobile-search-close {
    width: 20px;
    height: 20px;
    right: 12px
}

header .navbar .wide-search-box.mobile-search>h3 {
    margin-top: 36px;
    margin-bottom: 25px
}

header .navbar .wide-search-box.mobile-search input {
    padding-left: 30px;
    padding-bottom: 12px;
    margin-top: 25px;
    margin-bottom: 45px;
    border-bottom: 1px solid #808285
}

header .navbar .wide-search-box.mobile-search.show .input-icon {
    top: 94px;
    left: 11%
}

header .navbar .wide-search-box.mobile-search.show .clear-text {
    top: 94px;
    right: 12%
}

header .navbar .wide-search-box.mobile-search .search-term-wrap-mobile>h3 {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 3px
}

header .navbar .wide-search-box.mobile-search .search-term-wrap-mobile>p {
    line-height: 53px;
    font-size: 13px;
    margin-bottom: 0
}

header .navbar .wide-search-box.mobile-search .border-bottom-search-dpd {
    border-bottom: 2px solid #e6e7e8
}

header .navbar .wide-search-box.mobile-search.show {
    z-index: 1
}

.offcanvas-wrap .offcanvas-header .offcanvas-close {
    right: 8px
}

.offcanvas-wrap .offcanvas-header .offcanvas-close img {
    width: 19px;
    height: 19px
}

@media (min-width: 544px) {
    header .navbar {
        padding-right:20px;
        padding-left: 20px
    }

    header .navbar .wide-search-box.mobile-search {
        padding-left: 20px;
        padding-right: 20px
    }

    header .navbar .wide-search-box.mobile-search img.mobile-search-close {
        right: 20px
    }

    .offcanvas-wrap .offcanvas-header .offcanvas-close {
        right: 16px
    }
}

@media (min-width: 768px) {
    header .navbar {
        padding-right:20px;
        padding-left: 20px
    }

    header .navbar .wide-search-box {
        left: -webkit-calc(100% - 110px);
        left: calc(100% - 110px)
    }

    header .navbar .wide-search-box.right-search-header {
        right: 75px!important
    }

    header .offmenu-toggle {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        position: relative;
        top: 19px
    }

    .offcanvas-wrap .offcanvas-header .offcanvas-close {
        right: 16px
    }

    .offcanvas-wrap .offcanvas-header .offcanvas-close img {
        width: 10px;
        height: 10px
    }

    .offcanvas-wrap .offcanvas-content>ul>li.has-sub .sub li {
        padding-top: initial;
        padding-bottom: initial
    }

    .offcanvas-wrap .offcanvas-content>ul>li.has-sub .sub li a {
        line-height: 30px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    header.custom-logo .navbar .wide-search-box.show {
        left:155px!important
    }
}

@media (min-width: 992px) {
    header .navbar {
        padding-right:34px;
        padding-left: 34px
    }

    header .navbar .wide-search-box {
        left: -webkit-calc(100% - 120px);
        left: calc(100% - 120px);
        max-width: 79%
    }

    header .navbar .wide-search-box.show {
        left: 160px!important
    }

    header.custom-logo .navbar .wide-search-box.show {
        left: 190px!important
    }

    header .navbar .navbar-nav .dropdown-menu {
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 25px
    }

    header .navbar .navbar-nav .dropdown-menu>div:first-child h3 {
        line-height: 30px;
        margin-bottom: 5px
    }

    header .navbar .navbar-nav .dropdown-menu .dropdown-item {
        padding: 0;
        color: #414042;
        background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/arrow-small-black-right.svg) no-repeat 91% 50%;
        -webkit-transition: background 1s ease;
        -o-transition: background 1s ease;
        transition: background 1s ease
    }

    header .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
        color: #dc0032;
        background-position-x: 100%
    }

    header .navbar .navbar-nav .dropdown-menu .dropdown-item span {
        padding: 1rem 0;
        display: block;
        width: 98%;
        border-bottom: solid 1px #e6e7e8
    }

    header .navbar .navbar-nav .dropdown-menu .dropdown-item:last-child span {
        border-bottom: none
    }

    header .navbar .navbar-nav .dropdown-menu .dropdown-item span {
        line-height: 50px;
        max-width: 85%;
        overflow: hidden;
        word-break: break-word;
        white-space: normal;
        padding-top: 0;
        padding-bottom: 0
    }

    header .size-icon-logo {
        max-width: 74.58px;
        height: 32.7px
    }

    header.custom-logo .size-icon-logo {
        max-width: 129.75px
    }

    .holder-menu.active {
        margin-left: -38px;
        margin-right: -38px;
        padding-left: 38px;
        padding-right: 38px
    }

    .offcanvas-wrap .offcanvas-header .offcanvas-close {
        right: 30px
    }
}

@media (min-width: 1200px) {
    header .navbar {
        max-width:1200px;
        padding-right: 38px;
        padding-left: 38px
    }

    header .navbar .wide-search-box {
        left: -webkit-calc(100% - 120px);
        left: calc(100% - 120px);
        max-width: 80%
    }

    header .navbar .wide-search-box.show {
        left: 160px!important
    }

    header.custom-logo .navbar .wide-search-box.show {
        left: 190px!important
    }

    header .navbar .wide-search-box.right-search-header {
        right: 80px!important
    }

    header .navbar .navbar-nav .dropdown-menu {
        padding-left: 30px;
        padding-right: 30px
    }

    header.sticky-header {
        margin-left: -8px;
        margin-right: -8px
    }

    @supports ((position: -webkit-sticky) or (position:sticky)) or (position:-webkit-sticky) {
        header.sticky-top {
            margin-left:-8px;
            margin-right: -8px;
            padding-left: initial;
            padding-right: initial
        }
    }

    .holder-menu.active {
        margin-left: auto;
        margin-right: auto;
        padding-left: initial;
        padding-right: initial
    }

    .offcanvas-wrap .offcanvas-header .offcanvas-close {
        right: 34px
    }
}

@media (max-width: 1216px) and (min-width:1200px) {
    .holder-menu-wrapper {
        margin-left:-8px;
        margin-right: -8px
    }
}

@media screen and (max-width: 767.98px) {
    .offcanvas-wrap .offcanvas-header .offcanvas-close {
        top:18px
    }

    .offcanvas-wrap .offcanvas-header .offcanvas-close img {
        width: 10px;
        height: 10px
    }
}

.module-025a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.module-025a .wrap-btn .btn {
    width: 100%
}

.module-025a .video-res {
    vertical-align: middle
}

.module-025c h1.font-exlight {
    margin-bottom: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.module-025c .nav-tabs .nav-item {
    display: block;
    white-space: nowrap;
    margin-top: 10px;
    border-bottom: 2px solid #ababac;
    margin-bottom: 0
}

.module-025c .nav-tabs li {
    float: none;
    padding-bottom: 3px
}

.module-025c .nav-tabs li a.pb-1,.module-025c .nav-tabs li a.py-1 {
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: -4px;
    display: block
}

.module-025c .nav-tabs li:last-of-type a {
    margin-right: 0
}

.module-025c .btn {
    width: 100%
}

.module-025c .media-div .desktop-tablet-025c {
    vertical-align: middle
}

.module-026b .nav-tabs .nav-item {
    display: table-cell;
    white-space: nowrap;
    border-bottom: 2px solid #ababac
}

.module-026b .nav-tabs .nav-item.active {
    border-bottom: 3px solid #dc0032
}

.module-026b .nav-tabs .nav-item.active a {
    margin-right: 0
}

.module-026b .nav-tabs .nav-item.next a {
    margin-left: 20px
}

.module-026b {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.module-026b .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
    border-bottom: none
}

.module-026b .nav-tabs li {
    float: none;
    padding-bottom: 7px
}

.module-026b .nav-tabs li a.py-1 {
    padding-bottom: 7px!important;
    margin-right: 20px
}

.module-026b .nav-tabs li:last-child a.py-1 {
    margin-right: 0
}

.module-026b .btn {
    width: 100%
}

.module-026b .video-res {
    height: auto!important
}

.module-026b .nav-tabs li a img {
    margin-top: -14px;
    margin-bottom: 5px;
    max-width: 40px
}

.module-026b .nav-tabs .nav-item.tab-imgicon {
    padding-top: 10px;
    padding-bottom: 0
}

.module-026b .nav-tabs .nav-item.tab-imgicon a.py-1 {
    padding-bottom: 2px!important
}

.benefits-1 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    counter-reset: item
}

.benefits-1 .button-wrap .btn {
    width: 100%
}

.benefits-1 ol {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style-type: none
}

.benefits-1 ol li {
    counter-increment: item;
    margin-bottom: 20px
}

.benefits-1 ol li:before {
    content: counter(item);
    font-weight: 800;
    left: -25px;
    position: absolute;
    margin-bottom: 15px;
    margin-right: 13px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 8px;
    padding: 9px;
    margin-left: 35px
}

.w-benefits-3 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.w-benefits-3 .top-girth {
    padding-top: 50px;
    padding-bottom: 46px
}

.w-benefits-3 .top-girth .w-b3-header {
    margin-bottom: 44px
}

.w-benefits-3 .top-girth .w-b3-header h1,.w-benefits-3 .top-girth .w-b3-header h2,.w-benefits-3 .top-girth .w-b3-header h3,.w-benefits-3 .top-girth .w-b3-header h4,.w-benefits-3 .top-girth .w-b3-header h5,.w-benefits-3 .top-girth .w-b3-header h6 {
    font-family: PlutoSansLight!important;
    margin-bottom: 12px
}

.w-benefits-3 .top-girth .w-b3-header p {
    line-height: 19px
}

.w-benefits-3 .top-girth .w-b3-boxed-item .w-b3-icon {
    width: 66px;
    height: 66px;
    margin: 0 auto;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 14px
}

.w-benefits-3 .top-girth .w-b3-boxed-item .w-b3-item p {
    margin-bottom: 0
}

.w-benefits-3 .top-girth .w-b3-boxed-item .px-mt-bf-subline {
    padding-left: 25%;
    padding-right: 25%;
    font-family: PlutoSansLight
}

.w-benefits-3 .image-bg-029 {
    max-width: 100%;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    height: auto
}

.so-widget-dpd-tab-module-1a-widget .tab-module {
    overflow: -moz-scrollbars-none
}

.so-widget-dpd-tab-module-1a-widget .tab-module .nav-tabs .nav-item {
    border-bottom: 1px solid #dee2e6
}

.so-widget-dpd-tab-module-1a-widget .tab-module .nav-tabs .nav-item.w-030-tab {
    margin-bottom: 0;
    padding-right: 32px
}

.so-widget-dpd-tab-module-1a-widget .tab-module .nav-tabs .nav-item.w-030-tab:last-child {
    padding-right: 0
}

.so-widget-dpd-tab-module-1a-widget .tab-module .nav-tabs .nav-item.w-030-tab h3 {
    margin-bottom: 4px
}

.so-widget-dpd-tab-module-1a-widget .tab-module .nav-tabs .nav-item.w-030-tab p {
    margin-bottom: 11px
}

.so-widget-dpd-tab-module-1a-widget .tab-module .nav-tabs .nav-item.w-031-tab {
    margin-bottom: 0;
    padding-right: 28px
}

.so-widget-dpd-tab-module-1a-widget .tab-module .nav-tabs .nav-item.w-031-tab:last-child {
    padding-right: 0
}

.so-widget-dpd-tab-module-1a-widget .tab-module .nav-tabs .nav-item.w-031-tab .w-031-head-text {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 1px
}

.so-widget-dpd-tab-module-1a-widget .tab-module .nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -ms-inline-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border-bottom: none
}

.so-widget-dpd-tab-module-1a-widget .tab-mb .expand-icon {
    right: 6px
}

.w-customer-feedback {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.w-customer-feedback .row-line {
    line-height: 16px;
    height: 64px;
    overflow: hidden;
    height: auto
}

.w-customer-feedback a {
    outline: 0
}

.w-customer-feedback .slick-slide {
    outline: 0
}

.w-customer-feedback .slick-slide p {
    margin-bottom: 0
}

.w-customer-feedback .slick-slide .cut-long-text {
    overflow: hidden;
    line-height: 16px;
    max-height: 64px;
    text-align: left
}

.w-customer-feedback .slick-slide .cut-long-text:before {
    content: '...';
    position: absolute;
    right: 4px;
    bottom: 0
}

.w-customer-feedback .slick-slide .cut-long-text:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: .2em
}

.w-customer-feedback .slick-arrow {
    position: absolute;
    top: 50%;
    line-height: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: 0 0;
    border: none;
    z-index: 10;
    cursor: pointer
}

.w-customer-feedback .slick-arrow.slick-next {
    right: 0
}

.w-customer-feedback .slick-arrow.slick-prev {
    left: 0
}

.w-customer-feedback .slick-slide img {
    display: inline-block;
    margin-bottom: 11px;
    height: 50px;
    max-width: 100%;
    width: auto
}

.w-customer-feedback .item-slider {
    padding: 30px 0
}

.w-customer-feedback .item-slider .slick-next.slick-arrow {
    right: 0!important;
    padding-right: 3px
}

.w-customer-feedback .item-slider .slick-prev.slick-arrow {
    left: 0!important;
    padding-left: 3px
}

.w-customer-feedback .slick-list {
    max-width: -webkit-calc(75% + 4px);
    max-width: calc(75% + 4px);
    margin: auto
}

.w-customer-feedback .dark-bg .slick-slide-arrow {
    border-color: #fff
}

.w-dpd-citation {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.w-dpd-citation .landing-image-middle-citation {
    position: absolute;
    top: 50%;
    left: 10px;
    width: -webkit-calc((100% - 4px * 13 - 10px)/ 12 * 12 + 32px + 10px);
    width: calc((100% - 4px * 13 - 10px)/ 12 * 12 + 32px + 10px);
    bottom: auto;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    padding-left: 2px;
    padding-right: 2px
}

.w-dpd-citation .carousel-inner div.w-dpd-citation-img {
    -o-object-fit: cover;
    object-fit: cover
}

.w-dpd-citation .carousel-item .w-dpd-citation-img {
    height: 355px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.w-dpd-citation .carousel-indicators {
    margin-bottom: 15px
}

.w-dpd-citation .carousel-indicators li::before {
    display: none
}

.w-dpd-citation .carousel-control-prev {
    margin-left: 0
}

.w-dpd-citation .carousel-control-next {
    margin-right: 0
}

.so-widget-dpd-newsletter-widget .w-newsletter {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-headline h1,.so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-headline h2,.so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-headline h3,.so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-headline h4,.so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-headline h5,.so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-headline h6 {
    margin-bottom: 26px
}

.so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-description .w-newsletter-graphic {
    min-height: 90px
}

.so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-description .w-newsletter-graphic div[class*=col] {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    opacity: .1;
    max-width: -webkit-calc(100% / 12 * 7 - 2px);
    max-width: calc(100% / 12 * 7 - 2px);
    min-height: 90px
}

.so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-description .w-newsletter-invest-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-left: 2px;
    padding-right: 2px
}

.so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-description .w-newsletter-invest-container .w-newsletter-number {
    padding-left: 16px
}

.so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-description .w-newsletter-invest-container .w-newsletter-number h1 {
    font-family: PlutoSansRegular;
    font-size: 58px;
    line-height: .7;
    margin-bottom: 0
}

.so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-description .w-newsletter-invest-container .w-newsletter-number h3 {
    font-size: 13.7px;
    line-height: normal;
    margin-bottom: 0
}

.so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-description .w-newsletter-invest-container .w-newsletter-invest h2 {
    font-size: 18.4px;
    line-height: normal;
    margin-bottom: 0
}

.so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-content p {
    margin-bottom: 10px
}

.so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-content .w-newsletter-mail .w-newsletter-mail-input .input-box {
    padding-left: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    cursor: text
}

.so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-content .w-newsletter-mail .w-newsletter-mail-input .input-box .w-newsletter-subscribe-email {
    vertical-align: top
}

.w-dpd-picture .inner-image-046 {
    width: 100%
}

.w-dpd-picture .middle {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    text-align: center
}

.w-dpd-picture .height-info-text-046 {
    height: 16px
}

.w-dpd-picture .inner-image:hover .image {
    opacity: .3
}

.w-dpd-picture .inner-image:hover .middle {
    opacity: 1
}

.w-dpd-picture .background-icon-mobile-046 {
    background: #333;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.w-dpd-picture .mobile-share-action>a {
    color: #414042;
    font-size: 40px;
    margin-right: 10px;
    text-decoration: none
}

.w-dpd-picture .social-share-action>a {
    color: #414042;
    font-size: 40px;
    margin-right: 30px;
    text-decoration: none
}

.w-dpd-picture .social-share-action>a.download-picture-046 {
    margin-right: 0
}

.so-widget-dpd-picture-gallery-widget .w-object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.so-widget-dpd-picture-gallery-widget .w-custom-object-cover {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center
}

.so-widget-dpd-picture-gallery-widget .w-custom-object-cover .w-object-cover {
    opacity: 0
}

.so-widget-dpd-picture-gallery-widget .w-pg-gallery-mode .carousel .circle-angle {
    height: 45px;
    width: 45px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0
}

.so-widget-dpd-picture-gallery-widget .w-pg-gallery-mode .carousel:hover .carousel-control-next,.so-widget-dpd-picture-gallery-widget .w-pg-gallery-mode .carousel:hover .carousel-control-prev {
    opacity: 1
}

.so-widget-dpd-picture-gallery-widget .w-pg-gallery-mode .carousel:hover .circle-angle {
    opacity: 1
}

.so-widget-dpd-picture-gallery-widget .w-pg-gallery-mode .carousel .carousel-control-prev {
    width: 55px;
    padding-left: 10px
}

.so-widget-dpd-picture-gallery-widget .w-pg-gallery-mode .carousel .carousel-control-next {
    width: 55px;
    padding-right: 10px
}

.so-widget-dpd-picture-gallery-widget .w-pg-gallery-mode .carousel .carousel-indicators {
    bottom: 10px
}

.so-widget-dpd-picture-gallery-widget .w-pg-gallery-mode .carousel .carousel-indicators li {
    width: 11px;
    height: 11px
}

.so-widget-dpd-picture-gallery-widget .w-pg-gallery-mode .carousel .w-pg-item {
    height: 189px
}

.so-widget-dpd-picture-gallery-widget .w-pg-gallery-mode .carousel .w-pg-item img {
    height: 100%
}

.so-widget-dpd-picture-gallery-widget .w-pg-overview-mode .w-pg-box-item img {
    height: 172px;
    width: 100%
}

.so-widget-dpd-picture-gallery-widget .w-pg-overview-mode .w-pg-box-item p {
    margin-top: 10px;
    margin-bottom: 29px;
    height: 13px;
    font-family: PlutoSansRegular;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #414042;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.so-widget-dpd-picture-gallery-widget .w-pg-overview-mode .picture-per-row-2 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.so-widget-dpd-picture-gallery-widget .w-pg-overview-mode .picture-per-row-3 {
    -webkit-flex-basis: -webkit-calc(100% / 3);
    -ms-flex-preferred-size: calc(100% / 3);
    flex-basis: calc(100% / 3);
    max-width: -webkit-calc(100% / 3);
    max-width: calc(100% / 3)
}

.so-widget-dpd-picture-gallery-widget .w-pg-overview-mode .picture-per-row-4 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.so-widget-dpd-picture-gallery-widget .w-pg-overview-mode .picture-per-row-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%
}

.so-widget-dpd-picture-gallery-widget .w-pg-overview-mode .picture-per-row-6 {
    -webkit-flex-basis: -webkit-calc(100% / 6);
    -ms-flex-preferred-size: calc(100% / 6);
    flex-basis: calc(100% / 6);
    max-width: -webkit-calc(100% / 6);
    max-width: calc(100% / 6)
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    z-index: 0;
    height: 0;
    width: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView.show {
    display: block;
    z-index: 1050;
    height: 100%;
    width: 100%
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView:not(.show) .carousel-control-next,.so-widget-dpd-picture-gallery-widget .w-pg-gView:not(.show) .carousel-control-prev {
    display: none;
    width: 0;
    height: 0
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .container {
    max-width: 1140px
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel {
    position: relative
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .carousel-control-prev {
    width: 55px;
    padding-left: 10px
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .carousel-control-next {
    width: 55px;
    padding-right: 10px
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .carousel-control-next,.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .carousel-control-prev {
    height: 211px;
    top: 120px
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .carousel-caption,.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .carousel-indicators {
    position: initial;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-header {
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-header .wp-pg-head-title {
    float: none
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-header .wp-pg-share {
    float: none
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-header .w-pg-share {
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0 0 0 5px;
    display: inline-block;
    cursor: pointer
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-header .w-pg-share i,.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-header .w-pg-share svg {
    vertical-align: middle;
    font-size: 21px
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-item {
    height: 211px
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-item img {
    height: 100%
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-footer {
    height: 50px
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-footer .w-pg-description {
    color: #fff;
    overflow: hidden
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-footer .w-pg-description p {
    font-size: 13px;
    line-height: 16px
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-footer .w-pg-download>a {
    overflow: hidden;
    background-color: #fff;
    height: 50px;
    color: #414042;
    border: none
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-footer .w-pg-download>a .w-pg-name {
    max-width: -webkit-calc(100% - 56px);
    max-width: calc(100% - 56px);
    width: 100%;
    padding: 10px 0 10px 16px
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-footer .w-pg-download>a .w-pg-name p:first-of-type {
    line-height: 16px;
    font-size: 13px;
    margin-bottom: 1px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-footer .w-pg-download>a .w-pg-name p:last-of-type {
    font-size: 11px
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-footer .w-pg-download>a .w-pg-extension {
    height: 50px;
    width: 56px;
    color: #fff;
    background-color: #dc0032
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-footer .w-pg-download>a .w-pg-extension p:first-of-type {
    margin-top: 4px;
    line-height: 16px;
    font-size: 13px;
    margin-bottom: 1px
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-footer .w-pg-download>a .w-pg-extension p:last-of-type {
    margin-bottom: 9px
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-indicators * {
    outline: 0
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-indicators .slick-prev {
    left: -15px;
    text-align: left
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-indicators .slick-next {
    right: -15px;
    text-align: right
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-indicators .slick-arrow {
    height: 24px;
    width: 24px;
    position: absolute;
    top: 34px;
    background-color: transparent
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-indicators .slick-arrow .slick-slide-arrow {
    padding: 5px;
    width: 10px;
    height: 10px;
    margin: 6px 0 0 6px;
    border-color: #fff
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-indicators .slick-arrow .w-pg-arrow {
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 1px 4px;
    width: 24px;
    height: 24px
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-indicators .slick-arrow .w-pg-arrow.w-pg-arrow-left {
    background-image: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/arrow-big-white-left.svg)
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-indicators .slick-arrow .w-pg-arrow.w-pg-arrow-right {
    background-image: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/arrow-big-white-right.svg)
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-indicators .slick-slide img.w-object-cover {
    border: 1px solid transparent
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-indicators .slick-slide.current img.w-object-cover {
    border: 1px solid #fff
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-indicators .slick-slide.current .w-pg-thumbnail-item .w-custom-object-cover {
    border: 1px solid #fff
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-indicators .w-pg-thumbnail-item img {
    height: 65.3px
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-indicators .w-pg-thumbnail-item .w-pg-thumbnail-title {
    font-size: 11px;
    margin-top: 10.6px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .carousel-indicators {
    max-height: 82.4px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .carousel-indicators li.col {
    float: none;
    background: 0 0;
    height: auto;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-indent: initial;
    height: 82.4px
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .carousel-indicators li.col.active {
    background: 0 0
}

.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .carousel-indicators li.col img {
    width: 100%
}

.icon-share-at {
    font-size: 15px;
    height: 32px;
    width: 32px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #414042;
    color: #fff;
    line-height: 33px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.icon-share-at img {
    width: 32px
}

.germansso-pass-div,.germansso-user-div {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none
}

.germansso-place {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.burger-language-section {
    width: 100%;
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 5px
}

.burger-language-section.sso-login .burger-language {
    width: 60%;
    float: left
}

.burger-language-section.sso-login .burger-logout {
    width: 40%;
    float: left
}

.burger-language-section .burger-logout {
    text-align: right
}

.burger-language-section .language a:after {
    content: '|';
    display: inline-block;
    color: #a09fa0;
    padding: 0 9px 0 12px
}

.burger-language-section .language a:last-child:after {
    display: none
}

.burger-language-section .language a {
    margin-bottom: 5px;
    display: inline-block
}

.btn-facebook {
    background-color: #4267b2!important;
    text-align: center;
    padding: 4px 6px!important
}

.btn-google {
    background-color: #4285f4!important;
    text-align: center;
    padding: 4px 6px!important
}

.btn-netid {
    background-color: #7ab51d;
    text-align: center;
    padding: 4px 6px!important
}

.social_icon {
    margin-right: 4px!important
}

.button-social-desktop .wrap-netid {
    padding-right: 0
}

.button-social-desktop .wrap-facebook {
    padding-right: 4px;
    padding-left: 4px
}

.button-social-desktop .wrap-google {
    padding-left: 0
}

.german_sso_button_login img {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

@media screen and (min-width: 992px) {
    .mainnavbar .dropdown .sub-expand {
        display:none
    }
}

@media screen and (max-width: 768px) {
    .burger-language-section .burger-language,.burger-language-section .burger-logout {
        width:100%!important;
        float: none
    }

    .burger-language-section .language a:after {
        padding: 0 5px 0 7px
    }

    .burger-language-section .burger-logout {
        text-align: left
    }

    #german_sso_button_login_gg {
        -webkit-box-shadow: 0 0 2px #a09fa0;
        box-shadow: 0 0 2px #a09fa0
    }
}

.dpd-commercial-invoice {
    display: contents;
    height: auto;
    min-height: 100%;
    float: left;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dpd-commercial-invoice .datepicker~.input-icon {
    top: 7px
}

.dpd-commercial-invoice .datepicker~.input-clear {
    right: 37px;
    top: 12px
}

.dpd-commercial-invoice .title {
    display: block;
    padding-left: 10px;
    height: 50px;
    background-color: #dc0032;
    color: #fff;
    font-family: inherit;
    line-height: 50px;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0
}

.dpd-commercial-invoice .page-title {
    line-height: 37px;
    font-size: 30px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #414042;
    padding-left: 10px
}

.dpd-commercial-invoice .dpd-commercial-invoice-content .js_formStep {
    padding: 0
}

.dpd-commercial-invoice .dpd-commercial-invoice-content .js_formStep .row {
    padding-bottom: 10px
}

.dpd-commercial-invoice .dpd-commercial-invoice-content .js_formStep .select-option-wrap {
    overflow-x: auto;
    max-height: 300px
}

.dpd-commercial-invoice .dpd-commercial-invoice-content .js_formStep .row .col-md-12 .input-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.dpd-commercial-invoice .dpd-commercial-invoice-content .js_formStep .row .col-md-12 .input-box .text-box {
    border: none!important
}

.dimension-block {
    display: contents
}

.dpd-commercial-invoice .dpd-commercial-invoice-content .js_formStep #show_further_goods {
    width: 170px;
    height: 45px
}

.term-of-delivery-block>.col-md-12>.form-group,.type-of-invoice-block>.col-md-12>.form-group {
    margin-bottom: 0
}

.margin-right-20 {
    margin-right: 20px
}

.dpd-commercial-invoice .dpd-commercial-invoice-content .note-block {
    margin-left: 10px
}

.dpd-commercial-invoice .dpd-commercial-invoice-content .note-block .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.dpd-commercial-invoice .dpd-commercial-invoice-content table.hoursOfBuisness td input {
    width: 95%;
    height: 45px;
    padding-left: 5px;
    padding-right: 5px
}

.dpd-commercial-invoice .dpd-commercial-invoice-content table.hoursOfBuisness.commercialInvoice td {
    text-align: left
}

.dpd-commercial-invoice .dpd-commercial-invoice-content table.hoursOfBuisness.commercialInvoice td.col5Perc {
    width: 5%
}

.dpd-commercial-invoice .dpd-commercial-invoice-content table.hoursOfBuisness.commercialInvoice td.col15Perc {
    width: 15%
}

.dpd-commercial-invoice .dpd-commercial-invoice-content table.hoursOfBuisness.commercialInvoice td.col30Perc {
    width: 30%
}

.no-padding-left-right {
    padding-left: 0!important;
    padding-right: 0!important
}

.no-padding-right {
    padding-right: 0!important
}

.padding-top-15 {
    padding-top: 15px
}

.padding-left-10 {
    padding-left: 10px
}

.margin-bottom-15 {
    margin-bottom: 15px
}

.dpd-commercial-invoice .dpd-commercial-invoice-content .must-focus {
    padding-top: 18px
}

.dpd-commercial-invoice .dpd-commercial-invoice-content .input-goods {
    border: solid 1px #808285
}

.dpd-commercial-invoice .dpd-commercial-invoice-content .input-dimention {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.d-flex .btn {
    width: 100%
}

.dpd-commercial-invoice .error-msg {
    color: #dc0032;
    line-height: 20px;
    padding-left: 0
}

.dpd-commercial-invoice .error-msg p {
    margin: 0
}

.dpd-commercial-invoice .select-box,.dpd-commercial-invoice .select-box * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dpd-invoice-button {
    width: 100%;
    height: 45px;
    margin-left: 26%
}

.dpd-commercial-invoice-content .text-box {
    border: none!important
}

.dpd-commercial-invoice-content .input-box .placeholder {
    left: 10px;
    max-width: 98%
}

.dpd-commercial-invoice-content .search-term-wrap,.dpd-commercial-invoice-content .select-option-wrap {
    width: 100.3%!important;
    margin: -7px -11px 0!important
}

.dpd-commercial-invoice-content .as-postcode-error,.dpd-commercial-invoice-content .as-telephone-error,.dpd-commercial-invoice-content .da-postcode-error,.dpd-commercial-invoice-content .da-telephone-error,.dpd-commercial-invoice-content .ia-postcode-error,.dpd-commercial-invoice-content .ia-telephone-error,.dpd-commercial-invoice-content .ii-invoice-date-error {
    color: #dc0032;
    line-height: 20px;
    padding-left: 0
}

.d-inline-dpd {
    position: absolute;
    top: 45%;
    bottom: 0
}

.country {
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.country-gray {
    background-color: #ddd;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.countryDetails {
    background-color: #cac4be;
    display: none;
    width: 100%
}

.countryDetails img {
    width: auto;
    height: 50px
}

.countryDetails.active {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.countryDetails:hover {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.country-overview {
    min-height: 714px
}

.country-overview .headline {
    font-family: PlutoSansLight;
    text-align: center;
    font-size: 34px;
    line-height: 40px;
    padding-top: 170px
}

.country-overview .subline {
    font-family: PlutoSansLight;
    background-color: #dc0032;
    padding: 10px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 22px;
    position: relative;
    text-align: center
}

.country-overview .subline span {
    margin: 0;
    color: #fff
}

.col-word-break {
    word-break: break-all
}

.dpd-delivery-time {
    display: contents;
    height: auto;
    min-height: 100%;
    float: left;
    width: 100%;
    position: relative;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dpd-delivery-time .dpd-delivery-time-content .delivery-time {
    padding: 0
}

.dpd-delivery-time .dpd-delivery-time-content .header-content {
    line-height: 37px;
    font-size: 30px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: -.2px;
    text-align: left;
    color: #414042
}

.dpd-delivery-time .dpd-delivery-time-content .header-notice {
    height: 32px;
    font-size: 13px;
    font-weight: lighter;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #414042
}

.dpd-delivery-time .dpd-delivery-time-content .btn-send-dt {
    width: 146px;
    height: 45px
}

.dpd-delivery-time .dpd-delivery-time-content .delivery-time .main-label {
    padding-left: 10px
}

.dpd-delivery-time .dpd-delivery-time-content .delivery-time .row {
    padding-bottom: 10px
}

.dpd-delivery-time .d-flex .btn {
    width: 100%
}

.dpd-delivery-time .no-padding-left-right {
    padding-left: 0!important;
    padding-right: 0!important
}

.dpd-delivery-time .type-of-delivery-block .form-group.radio-group {
    margin-bottom: 0
}

.dpd-delivery-time .type-of-delivery-block .row .col-md-6 {
    padding-left: 5px
}

.dpd-delivery-time .dpd-delivery-time-content .select-option-wrap {
    overflow-x: auto;
    max-height: 300px
}

.dpd-delivery-time .error-msg {
    margin: 0;
    color: #dc0032;
    line-height: 20px
}

.dpd-delivery-time .blur-text {
    color: #808285
}

.notblur-text {
    color: #414042
}

.dpd-delivery-time .fm_loading_delivery_time {
    width: 100%;
    height: 100%;
    opacity: .6;
    position: fixed;
    background-color: #000;
    background-image: url(../images/at_spinner.gif);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 50px 50px;
    background-size: 50px;
    z-index: 100100;
    top: 0;
    left: 0
}

.dpd-delivery-time #results .tablefootnote {
    padding: 10px
}

.dpd-delivery-time .tablefootnote {
    display: block;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 18px
}

.dpd-delivery-time .tablefootnote div p {
    margin-top: 1rem
}

.dpd-delivery-time .tabs-content {
    padding-left: 0;
    padding-right: 0
}

.dpd-delivery-time .tabs-block {
    margin: 0!important
}

.dpd-delivery-time .tabs-style {
    width: 100%
}

.dpd-delivery-time .additionalInfo .addNote,.dpd-delivery-time .additionalInfo .addNoteTop {
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    color: #414042;
    font-family: PlutoSansRegular
}

.dpd-delivery-time .ui-widget {
    font-family: PlutoSansRegular;
    font-weight: lighter;
    font-size: 13px
}

.dpd-delivery-time .additionalInfo .addNoteTop {
    margin: 20px 0 5px 3px
}

.dpd-delivery-time .tabs-style .dLabel {
    text-transform: uppercase;
    margin: 0;
    text-transform: uppercase;
    color: #414042;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 16px
}

.dpd-delivery-time .tabs-style .dTime {
    margin: 3px 0 3px 0;
    color: #414042;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    font-style: normal;
    font-size: 18px;
    line-height: 24px
}

.dpd-delivery-time .tabs-style .dNote {
    margin: 0;
    color: #414042;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    line-height: 12px
}

.dpd-delivery-time .ui-button.ui-state-active:hover,.dpd-delivery-time .ui-button:active,.dpd-delivery-time .ui-state-active,.dpd-delivery-time .ui-widget-content .ui-state-active,.dpd-delivery-time .ui-widget-header .ui-state-active,.dpd-delivery-time a.ui-button:active {
    border: 1px solid #fff;
    background: #fff;
    margin: 0;
    color: #414042;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px
}

.dpd-delivery-time .ui-widget-header {
    border-bottom-color: #fff
}

.dpd-delivery-time .select-country-name {
    padding-right: 25px
}

.dpd-delivery-time .subcountry_hint {
    margin: 15px 0 5px 0
}

.dpd-delivery-time .results {
    float: left;
    clear: both;
    overflow: hidden;
    width: 100%;
    padding: 0 10px 0 10px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: perspective(1000px) rotateX(-90deg);
    -ms-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
    -sand-transform: rotateX(-90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dpd-delivery-time .results.active {
    -webkit-transform: rotateX(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -ms-transform: rotateX(0)
}

.dpd-delivery-time .results .additionalInfo a:hover {
    color: #dc0032
}

.dpd-delivery-time .results .ui-tabs-active .boder-bottom-AT {
    border-bottom: 3px solid #dc0032;
    float: left;
    height: 100%
}

.dpd-delivery-time .results .ui-tabs-active.ui-state-active a p {
    color: #dc0032
}

.dpd-delivery-time .error-msg {
    margin: 0;
    color: #dc0032;
    line-height: 20px
}

.dpd-delivery-time .btn-delivery {
    text-align: center
}

.dpd-delivery-time .btn-delivery button {
    width: 25%
}

.dpd-delivery-time .tabs-content .tabs {
    border: none
}

.dpd-delivery-time .tabs-content .tabs ul {
    border-bottom: 1px solid #ddd
}

.dpd-delivery-time .tabs-content .tabs .ui-widget-header {
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #fff
}

.dpd-delivery-time .tabs-content .tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 0 0 10px 0
}

.dpd-delivery-time .tabs-content .tabs ul li {
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #fff;
    border-bottom: none
}

.dpd-delivery-time .tabs-content .tabs .additionalInfo div {
    padding-left: 0
}

@supports (-moz-animation: alternate) {
    .dpd-delivery-time .tabs-content .tabs .additionalInfo li {
        margin-left:15px!important
    }
}

.dpd-delivery-time .tabs-content .tabs .additionalInfo li {
    margin-left: 5px
}

.internet-explorer .dpd-delivery-time .tabs-content .tabs .additionalInfo li {
    margin-left: 15px
}

.dpd-delivery-time .btn-delivery #delivery-time-cancel {
    margin-right: 10px
}

.dpd-delivery-time .dpd-delivery-time-content .delivery-time .radio-box.selected {
    border: solid 1px #414042
}

.dpd-delivery-time .dpd-delivery-time-content .delivery-time .radio-box {
    border: solid 1px #808285
}

.dpd-delivery-time .dpd-delivery-time-content .delivery-time .item-selected .radio-value {
    color: #414042
}

.dpd-delivery-time .dpd-delivery-time-content .delivery-time .radio-value {
    color: #808285
}

.dpd-delivery-time .dpd-delivery-time-content div .selected {
    border: solid 1px #414042
}

.dpd-delivery-time li {
    white-space: unset!important
}

.dpd-delivery-time .input-box .placeholder {
    left: 10px;
    max-width: 95%
}

.dpd-delivery-time .search-term-wrap,.dpd-delivery-time .select-option-wrap {
    width: 100.3%!important;
    margin: -7px -11px 0!important
}

.dpd-delivery-time .tabs ul {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.dpd-delivery-time .tabs li {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.dpd-depot-finder-button {
    width: 146px;
    height: 45px
}

.dpd-depot-finder {
    display: contents;
    height: auto;
    min-height: 100%;
    float: left;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dpd-depot-finder .dpd-depot-finder-content .depot-finder {
    padding: 0
}

.dpd-depot-finder .dpd-depot-finder-content .depot-finder .main-label {
    padding-left: 10px
}

.dpd-depot-finder .dpd-depot-finder-content .depot-finder .row {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px
}

.dpd-depot-finder .dpd-depot-finder-content .depot-finder .row .col-md-12 .input-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.dpd-depot-finder .dpd-depot-finder-content .header-text {
    line-height: 37px;
    font-size: 30px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #414042
}

.dpd-depot-finder .dpd-depot-finder-content .header-notice {
    height: 16px;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #414042;
    font-family: PlutoSansLight
}

.dpd-depot-finder .d-flex .btn {
    width: 100%;
    height: 45px
}

.dpd-depot-finder .no-padding-left-right {
    padding-left: 0!important;
    padding-right: 0!important
}

.dpd-depot-finder .error-msg {
    margin: 0;
    color: #dc0032;
    line-height: 20px
}

.dpd-depot-finder .fm_loading_depot_finder {
    width: 100%;
    height: 100%;
    opacity: .6;
    position: fixed;
    background-color: #000;
    background-image: url(../images/at_spinner.gif);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 50px 50px;
    background-size: 50px;
    z-index: 100100;
    top: 0;
    left: 0
}

.dpd-depot-finder .results {
    padding-left: 10px
}

.dpd-depot-finder .results .result-title {
    font-family: PlutoSansExtraLight;
    font-size: 30px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #dc0032
}

.dpd-depot-finder .results {
    float: left;
    clear: both;
    overflow: hidden;
    width: 100%;
    padding: 0 10px 25px 10px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: perspective(1000px) rotateX(-90deg);
    -ms-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
    -sand-transform: rotateX(-90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dpd-depot-finder .results .title-header {
    color: #dc0032
}

.dpd-depot-finder .results.active {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out
}

.dpd-depot-finder .results .special-text {
    margin-bottom: 0
}

.dpd-depot-finder .results .result-red {
    color: #dc0032;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    margin: 0
}

.dpd-depot-finder .error-box-calculator {
    margin: 0;
    color: #dc0032;
    line-height: 20px
}

.dpd-depot-finder .dpd-depot-finder-content .select-option-wrap {
    overflow-x: auto;
    max-height: 203px
}

.dpd-depot-finder .results .result-content p.normal {
    margin-top: 25px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600
}

.dpd-depot-finder .results .result-content p {
    margin-bottom: 0;
    font-family: PlutoSansLight
}

.dpd-depot-finder .select-box,.dpd-depot-finder .select-box * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dpd-depot-finder .country-span {
    max-width: 98%;
    color: #414042
}

.dpd-depot-finder .text-regular {
    font-family: PlutoSansRegular
}

.dpd-depot-finder .input-box .placeholder {
    left: 10px;
    max-width: 98%
}

.dpd-depot-finder .search-term-wrap,.dpd-depot-finder .select-option-wrap {
    width: 100.3%!important;
    margin: -7px -11px 0!important
}

.iframe-shipping-planner {
    position: relative;
    z-index: 1;
    border: none
}

.iframe-resizable {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%
}

.flex-end-job-ad {
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-items: flex-end
}

.flex-direct-job-ad {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse
}

.so-widget-header-module-job-ad-widget {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.header-theme-page-019-include {
    position: relative;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.header-theme-page-019-include .header-modules-brightness-overlay {
    position: absolute;
    z-index: 2;
    display: block;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.header-theme-page-019-include .img-container .height-media-module-019 {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.header-theme-page-019-include .landing-image-bottom,.header-theme-page-019-include .landing-image-top,.header-theme-page-019-include .search-landing-image-bottom,.header-theme-page-019-include .search-landing-image-top,.header-theme-page-019-include .search-support-image {
    z-index: 999
}

.header-theme-page-019-include .padding-right-header {
    padding-left: 1.5px;
    padding-right: 30px
}

.header-theme-page-019-include .padding-left-header {
    padding-left: 30px;
    padding-right: 1.5px
}

.header-theme-page-019-include .custom-object-fit {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 325px
}

.header-theme-page-019-include .custom-object-fit img {
    opacity: 0
}

.header-theme-page-019-include .w-obj-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.header-theme-page-019-include .icon-login {
    height: 45px
}

.header-theme-page-019-include .input-box {
    border: none
}

.header-theme-page-019-include .germansso-button-login {
    width: 100%
}

.header-theme-page-019-include .landing-image-addition {
    position: absolute;
    max-width: 1200px;
    height: 100%;
    top: 0
}

.header-theme-page-019-include .landing-image-addition>.row>[class*=col-] * {
    z-index: 110
}

.header-theme-page-019-include .landing-image-addition.headline-block {
    z-index: 3
}

body.internet-explorer .header-theme-page-019-include .fullwidth-video,body.ms-edge .header-theme-page-019-include .fullwidth-video {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform-style: preserve-3d
}

body.internet-explorer .header-theme-page-019-include .fullwidth-video video,body.ms-edge .header-theme-page-019-include .fullwidth-video video {
    top: 0;
    left: 0;
    z-index: 1;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.so-widget-job-ad-dpd-text-widget {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.so-widget-job-ad-dpd-text-widget .job-ad-toggle {
    cursor: pointer
}

.so-widget-job-ad-dpd-text-widget .job-ad-toggle>span.span-expand {
    display: block
}

.so-widget-job-ad-dpd-text-widget .job-ad-toggle>span.span-collapse {
    display: none
}

.so-widget-job-ad-dpd-text-widget .job-ad-toggle.show>span.span-expand {
    display: none
}

.so-widget-job-ad-dpd-text-widget .job-ad-toggle.show>span.span-collapse {
    display: block
}

.so-widget-job-ad-dpd-text-widget .job-ad-toggle .job-ad-expand-icon {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background-image: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/plus-red.svg)
}

.so-widget-job-ad-dpd-text-widget .job-ad-toggle .job-ad-collapse-icon {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background-image: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/minus-red.svg)
}

.so-widget-job-ad-dpd-text-widget .overflow-job-ad {
    overflow: hidden;
    margin-bottom: 17px
}

.so-widget-job-ad-dpd-text-widget .d-text-color {
    -webkit-text-fill-color: initial;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 100px;
    position: relative
}

.so-widget-job-ad-dpd-text-widget .d-text-color:after {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    bottom: 0;
    width: 100%
}

.so-widget-job-ad-dpd-text-widget .d-text-color.show:after {
    top: 100%
}

.w-stage-home {
    position: relative;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.w-stage-home .stage-home-brightness-overlay {
    position: absolute;
    z-index: 2;
    display: block;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.w-stage-home .landing-image-bottom,.w-stage-home .landing-image-middle,.w-stage-home .landing-image-top,.w-stage-home .text-cover-center,.w-stage-home .text-cover-right {
    z-index: 100
}

.w-stage-home .w-obj-cover {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 325px;
    background-repeat: no-repeat
}

.w-stage-home .landing-image-addition {
    padding-bottom: 40px;
    position: absolute;
    max-width: 1200px;
    height: 100%;
    top: 0
}

.w-stage-home .landing-image-addition>.row {
    height: 100%
}

.w-stage-home .landing-image-addition>.row>[class*=col-] * {
    z-index: 110
}

.w-stage-home .carousel-item .landing-image-addition {
    z-index: 2
}

.table-module-confirm-icon {
    width: 32px;
    height: 22px!important;
    margin: -2px 0 5px 0;
    max-width: none!important
}

.cta-table-button#btn-section-angebot {
    margin-top: 0;
    padding: 12px 14px;
    padding-top: 0
}

.cta-table-button#btn-section-angebot button {
    width: 235px
}

.dpd-table a {
    color: inherit;
    text-decoration: underline
}

.dpd-table a:hover {
    color: #dc0032;
    text-decoration: underline
}

.dpd-table button a {
    border-bottom: none
}

.so-widget-dpd-news-widget {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.so-widget-dpd-news-widget .mt-14 {
    margin-top: 14px
}

.so-widget-dpd-news-widget .new-box-left {
    height: 330px
}

.so-widget-dpd-news-widget .news-cover {
    -webkit-background-size: cover;
    background-size: cover;
    height: 300px;
    width: 100%
}

.so-widget-dpd-news-widget .share-action a {
    font-size: 15px;
    height: 32px;
    width: 32px;
    display: inline-block;
    background-color: #343a40;
    color: #fff;
    line-height: 33px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px
}

.so-widget-dpd-news-widget .share-action a:focus {
    outline: 0
}

.so-widget-dpd-news-widget .copied .tooltip-inner {
    width: inherit;
    max-width: inherit
}

.so-widget-dpd-news-widget .news-box.col-md-6 .news-thumbnail-image {
    max-height: 330px;
    width: auto
}

.so-widget-dpd-news-widget .boxed .input-box,.so-widget-dpd-news-widget .search-term-wrap .select-option,.so-widget-dpd-news-widget .select-option-wrap .select-option {
    cursor: pointer
}

.so-widget-dpd-news-widget .show-filter {
    font-size: 20px;
    margin-left: 10px
}

.so-widget-dpd-news-widget .asset>div {
    height: 70px;
    width: 100%
}

.so-widget-dpd-news-widget .asset-loader {
    background: url(../images/loader.html) no-repeat center center;
    height: 100%
}

.so-widget-dpd-news-widget .related-news-wrapper .col-md-6 .news-thumbnail-image {
    width: 100%;
    max-width: 100%;
    height: 300px
}

.so-widget-dpd-news-widget .news-box .news-info .text-bottom {
    font-weight: 400;
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: block;
    right: 7px;
    height: 17px
}

.so-widget-dpd-news-widget .ellipsis {
    float: left;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px)
}

.so-widget-dpd-news-widget .height-icon-arrow-011 {
    height: 17px
}

.so-widget-dpd-news-widget .news-box .news-info .news-animation {
    margin-right: 1em;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.so-widget-dpd-news-widget .news-box .news-info:hover .news-animation {
    margin-right: .3em;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.so-widget-dpd-news-widget .w-news-listing .w-news-listing-headline>* {
    margin-top: 27px;
    margin-bottom: 27px
}

.so-widget-dpd-news-widget .news-module .news-box-part {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem
}

.so-widget-dpd-news-widget .filter-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 13px;
    cursor: pointer
}

.so-widget-dpd-news-widget .right-grid-news-none {
    right: 0
}

.so-widget-dpd-news-widget .left-grid-news-none {
    left: 0
}

.so-widget-dpd-news-widget .news-filter .filter-boxed {
    padding-top: 18px;
    padding-bottom: 17px
}

.so-widget-dpd-news-widget .news-filter .filter-boxed .input-box {
    border: none;
    cursor: pointer
}

.so-widget-dpd-news-widget .news-filter .filter-close {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    width: 9.6px;
    height: 9.6px;
    right: 8px
}

.so-widget-dpd-news-widget .news-filter .select-filter {
    max-height: 300px;
    overflow: auto
}

.so-widget-dpd-news-widget .news-filter-mobile .filter-close {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin: -2px 0 5px 0
}

.so-widget-dpd-news-widget .news-filter-mobile .w-news-filter-header {
    margin-top: 23px;
    margin-bottom: 32px
}

.so-widget-dpd-news-widget .news-filter-mobile .filter-content-sm .filter-by-date,.so-widget-dpd-news-widget .news-filter-mobile .filter-content-sm .filter-by-room {
    line-height: 47px
}

.so-widget-dpd-news-widget .news-filter-mobile .filter-content-sm hr {
    border-color: #e6e7e8
}

.so-widget-dpd-news-widget .news-filter-mobile .filter-content-sm ul hr {
    height: 2px;
    margin-top: 19px;
    margin-bottom: 13px
}

.so-widget-dpd-news-widget .news-filter-mobile .filter-content-sm li.has-sub ul.sub {
    margin-top: 7px
}

.so-widget-dpd-news-widget .news-filter-mobile .filter-content-sm li.has-sub ul.sub li:last-of-type {
    margin-bottom: 0
}

.so-widget-dpd-news-widget .news-filter-mobile .filter-content-sm li.has-sub ul.sub li:last-of-type h3 {
    margin-bottom: 0
}

.so-widget-dpd-news-widget .select-option-wrap .select-option {
    overflow-wrap: break-word;
    word-wrap: break-word
}

.so-widget-dpd-news-widget .input-box .placeholder {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.so-widget-dpd-news-widget .background-news-dpd {
    background-repeat: no-repeat;
    background-position: center center
}

.news-background-011 {
    max-width: 1200px;
    margin: 0 auto
}

.padding-dpd-news .size-icon-share-news {
    height: 30px;
    width: 30px
}

.padding-dpd-news .background-icon-news-dpd {
    background-color: #414042;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.related-news-wrapper .news-box-part {
    padding: 1.25rem
}

.related-news-wrapper .text-bottom {
    font-weight: 400;
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: block;
    right: 9px;
    min-height: 17px;
    right: 7px;
    height: 17px
}

.related-news-wrapper .text-bottom>.news-animation {
    margin-right: 1em;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    height: 17px
}

.so-widget-dpd-faq-widget .q-a-item.show .question {
    background: 0 0;
    background-repeat: no-repeat
}

.so-widget-dpd-faq-widget .q-a-item .question {
    cursor: pointer;
    cursor: pointer;
    background: 0 0;
    background-repeat: no-repeat;
    padding-left: 45px;
    margin-left: -3rem;
    min-height: 27px
}

.so-widget-dpd-faq-widget .q-a-item .answer {
    display: none
}

.so-widget-dpd-faq-widget .q-a-item .answer.show {
    display: block
}

.so-widget-dpd-faq-widget .q-a-item .answer .vote {
    overflow: hidden;
    border-top: 1px solid #414042
}

.so-widget-dpd-faq-widget .q-a-item .answer .vote .vote-item {
    float: right;
    margin-left: 10px;
    cursor: pointer;
    max-height: 100px;
    height: 25px
}

.so-widget-dpd-faq-widget .q-a-item .answer p {
    border: none
}

.so-widget-dpd-faq-widget .width-image-like-003 {
    width: 30px
}

.so-widget-dpd-faq-widget .answer-editor,.so-widget-dpd-faq-widget .faq-form .regular-text {
    width: 40em
}

.so-widget-dpd-faq-widget .faq-form .error {
    display: block;
    padding: 0;
    color: red;
    font-style: italic;
    display: none
}

.so-widget-dpd-faq-widget .answer-editor iframe {
    height: 400px
}

.so-widget-dpd-faq-widget .asterisk {
    color: #dc0032
}

.so-widget-dpd-faq-widget #toplevel_page_dpd_faq .wp-submenu li a:empty {
    display: none
}

.so-widget-dpd-faq-widget .column-category_name:not(.column-primary),.so-widget-dpd-faq-widget .column-faq_order,.so-widget-dpd-faq-widget .column-thumbs_down,.so-widget-dpd-faq-widget .column-thumbs_up {
    text-align: center
}

.siteorigin-widget-form-main-faq-widget input[type=number] {
    width: 60%
}

[class*=w-teaser-] .teaser-link-icon {
    width: 25px;
    height: 25px;
    margin: -2px 0 6px 0
}

[class*=w-teaser-] .teaser-link-icon {
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    margin-right: 8px
}

[class*=w-teaser-] .boxed.top-box {
    max-width: 100%;
    display: block
}

[class*=w-teaser-] a.icon-target:hover .teaser-link-icon {
    margin-right: 3px!important
}

.user-login-001 {
    display: none
}

.w-teaser-001 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.w-teaser-001 .text-bottom {
    bottom: 0;
    display: block;
    font-weight: 400;
    left: 16px;
    min-height: 26px;
    position: absolute;
    right: 0
}

.w-teaser-001 .boxed .teaser-margin {
    max-height: 80px;
    overflow: hidden
}

.w-teaser-001 .icon-link {
    right: 0;
    position: absolute;
    bottom: 0
}

.w-teaser-001 .des-001 p {
    line-height: 16px
}

.w-teaser-001 .text-bottom p {
    max-height: 18px;
    overflow: hidden;
    margin-bottom: 0
}

.w-teaser-002 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.w-teaser-002>a {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 13px
}

.w-teaser-002 a .search-box-regular {
    cursor: inherit;
    position: relative;
    bottom: 11px
}

.w-teaser-002 .teaser-psfinder-link-icon {
    width: 25px;
    height: 25px;
    margin: -2px 0 5px 0;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

.w-teaser-002 i.input-icon:hover .teaser-psfinder-link-icon {
    margin-left: 5px!important
}

.w-teaser-002 .top-box h3 {
    overflow: hidden
}

.w-teaser-002 .top-box p {
    overflow: hidden;
    line-height: 16px
}

.w-teaser-002 .search-teaser {
    bottom: 11px
}

.panel-grid .teaser-container .teaser-margin {
    margin-bottom: 8px
}

.panel-grid .teaser-container .top-box .top-box {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%
}

.panel-grid .teaser-container [class*=w-teaser-] .boxed.top-box {
    padding: 14px 16px 12px 16px
}

.w-teaser-001 .ml-5-001 {
    margin-left: 5px
}

.w-teaser-001 .head-001 {
    max-height: 46px;
    overflow: hidden
}

.w-teaser-001 .des-001 {
    max-height: 50px;
    overflow: hidden
}

.so-widget-dpd-topic-switch-widget {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.so-widget-dpd-topic-switch-widget .tab-pane .btn-primary {
    max-width: 450px;
    overflow: hidden;
    word-wrap: break-word;
    white-space: nowrap;
    height: auto
}

.so-widget-dpd-topic-switch-widget .cta-btn-group,.so-widget-dpd-topic-switch-widget .cta-btn-single {
    margin-top: 15px;
    margin-bottom: 15px
}

.so-widget-dpd-topic-switch-widget .tab-module-vertical li .active div:after,.so-widget-dpd-topic-switch-widget .tab-module-vertical li .active div:before {
    width: 20px;
    height: 50%;
    position: absolute;
    left: 100%;
    content: ""
}

.so-widget-dpd-topic-switch-widget .tab-module-vertical ul.nav {
    padding-right: 30px
}

.so-widget-dpd-topic-switch-widget .tab-module-vertical .nav-item a img {
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

.so-widget-dpd-topic-switch-widget .tab-module-vertical a:hover {
    text-decoration: none
}

.so-widget-dpd-topic-switch-widget .w-tw-desktop .topic-switch {
    position: relative
}

.so-widget-dpd-topic-switch-widget .w-tw-desktop .topic-switch .w-tw-icon-box img {
    margin-left: 10px;
    width: 40px;
    height: auto;
    min-width: 40px
}

.so-widget-dpd-topic-switch-widget .w-tw-desktop .topic-switch .w-tw-icon-box p {
    margin: 15px auto 15px 21px
}

.so-widget-dpd-topic-switch-widget .w-tw-desktop .topic-switch .w-tw-icon-box img~p {
    margin: 15px auto 15px 25px
}

.so-widget-dpd-topic-switch-widget .w-tw-mobile .w-tw-icon-box img {
    margin-left: 10px;
    width: 40px;
    height: auto;
    min-width: 40px
}

.so-widget-dpd-topic-switch-widget .w-tw-mobile .w-tw-icon-box p {
    margin: 17px 42px 17px 0
}

.so-widget-dpd-topic-switch-widget .w-tw-mobile .w-tw-icon-box img~p {
    margin: 17px 42px 17px 16px
}

.module-014 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    padding-top: 7px;
    padding-bottom: 7px
}

.module-014 .w-cs-head h3 {
    font-size: 18px;
    margin-bottom: 20px
}

.module-014 img.w-cf-icon {
    width: 32px;
    height: 20px
}

.module-014 img.w-cf-icon~div {
    margin-left: 10px
}

.module-014 .col-md-2.wrap-img {
    max-width: 101px
}

.module-014 .col-right {
    padding-left: 10px
}

.module-014 .col-left {
    width: 32px
}

.module-015 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    padding-top: 7px;
    padding-bottom: 7px
}

.module-015 .w-cs-head h3 {
    font-size: 13px;
    margin-bottom: 14px;
    line-height: 1
}

.module-015 .w-cs-mb-3 {
    margin-bottom: 3px
}

.module-015 .w-cs-mb-20 {
    margin-bottom: 20px
}

.module-015 .w-cs-mb-21 {
    margin-bottom: 21px
}

.module-015 img.w-cs-icon {
    width: 32px
}

.module-015 img.w-cs-icon~div {
    margin-left: 10px
}

.module-015 .col-3.img-wrap {
    max-width: 101px
}

.module-015 .w-cs-infomation p {
    line-height: 1.3;
    margin-bottom: 3px
}

.module-015 .col-right {
    padding-left: 10px
}

.module-015 .col-left {
    width: 32px
}

.so-widget-download-module-widget {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.so-widget-download-module-widget .download-icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 56px;
    padding-top: 5px;
    cursor: pointer
}

.so-widget-download-module-widget .size-image-icon-010 {
    width: 24px;
    height: 18px
}

.so-widget-download-module-widget .download-text {
    width: -webkit-calc(100% - 56px);
    width: calc(100% - 56px)
}

.so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .results {
    float: left;
    clear: both;
    overflow: hidden;
    width: 100%;
    padding: 0 0 25px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: perspective(1000px) rotateX(-90deg);
    -ms-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
    -sand-transform: rotateX(-90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .results.active {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    visibility: visible;
    height: 100%
}

.so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .result-red {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #dc0032
}

.so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .results {
    visibility: hidden;
    height: 0
}

.so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .header-text {
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: -.2px;
    text-align: left;
    color: #414042
}

.so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .special-text {
    font-size: 13px!important
}

.so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .dpd-girth-calculator-content .fm-girth-calculator-type {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .dpd-girth-calculator-content .fm-girth-calculator-type div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px
}

.so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .dpd-girth-calculator-content .fm-girth-calculator-type div input {
    margin: 11px 0;
    margin-right: 5px
}

.so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .dpd-girth-calculator-content .fm-girth-calculator-type div p {
    font-weight: 600;
    margin: 10px 0
}

.so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .special-text-rerult {
    font-size: 13px;
    font-family: PlutoSansRegular
}

.so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .error-box-calculator {
    margin: 0;
    color: #dc0032;
    line-height: 20px
}

.so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .note {
    font-size: 11px;
    font-weight: 100
}

.so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .invalid,.so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .valid {
    width: 100%;
    font-size: 30px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    font-family: PlutoSansExtraLight
}

.so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .results .invalid {
    color: #dc0032
}

.so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .results .valid {
    color: #414042
}

.so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator {
    font-family: PlutoSansLight;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #414042;
    font-weight: 300;
    margin-bottom: 30px
}

.so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .dimension-h-span:after,.so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .dimension-l-span:after,.so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .dimension-w-span:after {
    content: ' (cm)'
}

.so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .margin-top-bottom {
    margin-top: 13px;
    margin-bottom: 13px
}

.so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .dimension-h-div .text-box,.so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .dimension-l-div .text-box,.so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .dimension-w-div .text-box {
    border: none!important
}

@media not all and (min-resolution: 0.001dpcm) {
    .so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .girth-calculator .input-box {
        display:inline-block
    }

    .so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .girth-calculator .input-box span.placeholder {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 360px) {
    .so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .placeholder {
        left:4px;
        font-size: 12.5px
    }
}

@media (max-width: 300px) {
    .so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .placeholder {
        margin-left:-7px
    }
}

@media screen and (min-width: 768px) and (max-width:910px) {
    .so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .placeholder {
        margin-left:-7px
    }
}

#cookie-notice {
    display: none;
    position: relative;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    line-height: 20px;
    left: 0;
    padding-right: 12px;
    padding-left: 12px
}

.cookie-notice-container {
    padding: 10px 0;
    position: relative;
    font-family: PlutoSansLight;
    font-weight: 300;
    font-size: 11px;
    line-height: 13px;
    padding-right: 8.333333%
}

.cn-top {
    top: 0
}

#cookie-notice .button.wp-default:focus,#cookie-notice .button.wp-default:hover {
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f3f3f3)) repeat scroll 0 0 #f3f3f3;
    background: -webkit-linear-gradient(top,#fff,#f3f3f3) repeat scroll 0 0 #f3f3f3;
    background: -o-linear-gradient(top,#fff,#f3f3f3) repeat scroll 0 0 #f3f3f3;
    background: linear-gradient(to bottom,#fff,#f3f3f3) repeat scroll 0 0 #f3f3f3;
    border-color: #999;
    color: #222
}

#cookie-notice .close-notice {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: -webkit-calc(50% - 5px);
    top: calc(50% - 5px);
    width: 10px;
    height: auto
}

#cookie-notice .cn-more-info {
    text-decoration: underline
}

.so-widget-dpd-button-widget .btn-small-md {
    width: 100%
}

.so-widget-dpd-best-practice-widget {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.so-widget-dpd-best-practice-widget .w-bp-content-text h1,.so-widget-dpd-best-practice-widget .w-bp-content-text h2,.so-widget-dpd-best-practice-widget .w-bp-content-text h3,.so-widget-dpd-best-practice-widget .w-bp-content-text h4,.so-widget-dpd-best-practice-widget .w-bp-content-text h5,.so-widget-dpd-best-practice-widget .w-bp-content-text h6,.so-widget-dpd-best-practice-widget .w-bp-content-text p {
    margin-bottom: 0
}

.so-widget-dpd-best-practice-widget .w-bp-content-left-text {
    min-height: 85px;
    padding-top: 15px;
    padding-bottom: 15px
}

.dpd-guarantee-service {
    display: contents;
    height: auto;
    min-height: 100%;
    float: left;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flex-postcode {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.dpd-guarantee-service .dpd-guarantee-service-content .guarantee-service {
    padding: 0
}

.dpd-guarantee-service .dpd-guarantee-service-content .guarantee-service .main-label {
    padding-left: 10px
}

.dpd-guarantee-service .dpd-guarantee-service-content .guarantee-service .row {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px
}

.dpd-guarantee-service .dpd-guarantee-service-content .guarantee-service .row .col-md-12 .input-box {
    display: inherit
}

.dpd-guarantee-service .d-flex .btn {
    width: 100%
}

.dpd-guarantee-service .no-padding-left-right {
    padding-left: 0!important;
    padding-right: 0!important
}

.dpd-guarantee-service .error-msg {
    margin: 0;
    color: #dc0032;
    line-height: 20px
}

.dpd-guarantee-service .fm_loading_guarantee_service {
    width: 100%;
    height: 100%;
    opacity: .6;
    position: fixed;
    background-color: #000;
    background-image: url(../images/at_spinner.gif);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 50px 50px;
    background-size: 50px;
    z-index: 100100;
    top: 0;
    left: 0
}

.dpd-guarantee-service .results {
    margin-bottom: 10px;
    background-color: #e6e7e8
}

.dpd-guarantee-service .results {
    float: left;
    clear: both;
    overflow: hidden;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: perspective(1000px) rotateX(-90deg);
    -ms-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
    -sand-transform: rotateX(-90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dpd-guarantee-service .results.active {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out
}

.dpd-guarantee-service .results .special-text {
    margin-bottom: 0
}

.dpd-guarantee-service .results .result-red {
    color: #dc0032;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    margin: 0
}

.dpd-guarantee-service #results.tableresult td.header {
    color: #414042;
    height: 60px;
    padding-top: 20px;
    border: 2px solid #e6e7e7!important;
    background-color: #fff!important;
    font-size: 11px!important;
    line-height: 18px!important;
    vertical-align: top;
    text-align: center
}

.dpd-guarantee-service #results.tableresult b,strong {
    font-weight: 400
}

#kerosenesurchargeBox #result.tableresult tr:last-of-type td,.dpd-guarantee-service .drawerBox table.simple tbody tr td:first-of-type {
    border-left-color: #e6e7e7
}

.dpd-guarantee-service .drawerBox table.simple tbody tr td:nth-of-type(1),.dpd-guarantee-service .drawerBox table.simple tbody tr td:nth-of-type(2) {
    border-right-color: #fff;
    background-color: #e6e7e7;
    font-size: 11px;
    line-height: 18px;
    color: #424143
}

.dpd-guarantee-service .drawerBox table.matrix tbody tr td:nth-of-type(1n+2),.dpd-guarantee-service .drawerBox table.simple tbody tr td,.dpd-guarantee-service .drawerBox table.special tbody tr td:nth-of-type(1n+3) {
    border-color: #fff;
    background-color: #e6e7e7;
    font-size: 11px;
    line-height: 18px;
    color: #424143
}

.dpd-guarantee-service .drawerBox table tbody tr td {
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 11px;
    line-height: 18px
}

.dpd-guarantee-service .drawerBox tr {
    border-bottom: 2px solid #fff
}

.dpd-guarantee-service .drawerBox table td:nth-child(2n) {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff
}

.dpd-guarantee-service .drawerBox .footnote_guarantee {
    padding: 10px
}

.dpd-guarantee-service .text_up {
    vertical-align: super
}

.dpd-guarantee-service .guarantee_content {
    text-align: center
}

.dpd-guarantee-service #results.tableresult td.first_col {
    border-left: 0
}

.dpd-guarantee-service #results.tableresult td.last_col {
    border-right: 0
}

.dpd-guarantee-service #results .tablefootnote {
    padding: 10px
}

.dpd-guarantee-service .tablefootnote {
    display: block;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 18px
}

.dpd-guarantee-service .tablefootnote div p {
    margin-top: 1rem
}

.dpd-guarantee-service-button {
    width: 146px;
    height: 45px
}

.dpd-guarantee-service .text-box {
    border: none!important
}

.dpd-guarantee-service .margin-top-30 {
    margin-top: 30px
}

.module-017b {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    position: relative
}

.module-017b .dashicons-no-alt {
    margin-right: 45px;
    top: 12px
}

.module-017b .wrap .row.align-items-center {
    height: 100%
}

.module-017b .wrap .row.align-items-center .input-box {
    border: none
}

.module-017b .wrap .row.align-items-center .download-icon {
    padding-top: 0;
    width: 45px
}

.module-017b .wrap {
    height: 100%;
    position: absolute;
    height: 100%;
    margin: 0 auto;
    top: 0
}

.module-017b .w-obj-cover {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 325px;
    background-repeat: no-repeat
}

.module-017b .height-support-1 .height-support-2 {
    overflow: hidden
}

.module-017b #sp-search {
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px)
}

.benefits-2 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.benefits-2 .headedline {
    margin-bottom: 40px
}

.module-045 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.module-045 img {
    opacity: .5
}

.module-045 .ta-center-045 {
    text-align: center
}

.module-045 .ta-left-045 {
    text-align: left
}

.module-045 .ta-right-045 {
    text-align: right
}

.module-045 .bg-img-045 {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.so-widget-dpd-important-notice-widget .newsticker {
    padding-top: 18px;
    height: 50px
}

.so-widget-dpd-important-notice-widget .newsticker span {
    background: 0 0;
    padding-right: 0
}

.so-widget-dpd-important-notice-widget i {
    padding: 3.1px;
    border-width: 0 1.4px 1.4px 0;
    margin-left: -5px
}

.module-022 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.module-022 .job-ad-box {
    padding: 40px
}

.module-022 .job-ad-box ul {
    padding-left: 16px
}

.module-022 .job-ad-box ul li {
    padding-left: 12px;
    line-height: 24px
}

.wrap-module-022 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.wrap-module-022 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wrap-module-022 .panel-grid-cell {
    -webkit-align-self: stretch!important;
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
}

.so-widget-dpd-accordion-content-widget .content-wrap-004 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.so-widget-dpd-accordion-content-widget .margin-icon-module-004 {
    background-repeat: no-repeat;
    padding-right: 19px
}

.so-widget-dpd-accordion-content-widget .minus {
    max-width: none;
    display: none
}

.so-widget-dpd-accordion-content-widget .plus {
    max-width: none
}

.so-widget-dpd-accordion-content-widget .answer {
    display: none
}

.so-widget-dpd-accordion-content-widget .collapsible-content.show .minus {
    display: block
}

.so-widget-dpd-accordion-content-widget .collapsible-content.show .plus {
    display: none
}

.so-widget-dpd-accordion-content-widget .collapsible-content.show .answer {
    display: block
}

.row-fix-margin-auto .row-fix-margin-auto {
    margin-right: 0!important;
    margin-left: 0!important
}

.module-020 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.module-020 .video-res {
    vertical-align: middle
}

.so-widget-dpd-intro-text-widget .intro-text-seo .seo-text {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.so-widget-dpd-accordion-single-widget .content-wrap-005 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.widget_search-parcel-tracking-widget {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

[class*=so-widget-search-parcel-tracking-] .search-reference-link {
    position: relative;
    word-break: break-word
}

[class*=so-widget-search-parcel-tracking-] .search-reference-link .fa-chevron-right {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

[class*=so-widget-search-parcel-tracking-] .search-reference-link:hover .fa-chevron-right {
    margin-left: 5px
}

.so-widget-dpd-awards-widget {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.module-404 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.module-404 .wrap-btn .btn {
    width: 100%
}

.module-404 .video-res {
    vertical-align: middle
}

.module-050 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.module-050 .wrap-btn .btn {
    width: 100%
}

.module-050 .video-res {
    vertical-align: middle
}

.module-021 .video-res {
    vertical-align: middle
}

.so-widget-dpd-job-finder-060a-widget.loading * {
    cursor: wait!important
}

.so-widget-dpd-job-finder-060a-widget .w-job-finder-filter {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.so-widget-dpd-job-finder-060a-widget .w-job-finder-filter .w-jff-boxed {
    padding-top: 11px;
    padding-bottom: 11px
}

.so-widget-dpd-job-finder-060a-widget .w-job-finder-filter .w-jff-boxed .select-box {
    border: none;
    cursor: pointer
}

.so-widget-dpd-job-finder-060a-widget .w-job-finder-filter .w-jff-boxed .select-box .placeholder {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.so-widget-dpd-job-finder-060a-widget .w-job-finder-filter .w-jff-boxed .select-box .select-option-wrap {
    min-height: 40px
}

.so-widget-dpd-job-finder-060a-widget .w-job-finder-filter .w-jff-boxed .filter-clear {
    cursor: pointer
}

.so-widget-dpd-job-finder-060a-widget .w-job-finder-filter .w-jff-boxed .filter-clear::before {
    display: block;
    content: '';
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/close-x-big-blk.svg) no-repeat 50%;
    width: 15px;
    height: 15px
}

.so-widget-dpd-job-finder-060a-widget .w-job-finder-filter .w-jff-headline .w-jff-headline-text {
    margin-bottom: 3px
}

.so-widget-dpd-job-finder-060a-widget .w-job-finder-filter .w-jff-headline .w-jff-headline-description {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0
}

.so-widget-dpd-job-finder-060a-widget .w-job-finder-filter .w-jff-select {
    max-height: 300px;
    overflow: auto
}

.so-widget-dpd-job-finder-060a-widget .w-jff-results {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    font-size: 18px;
    line-height: 23px;
    font-family: PlutoSansLight
}

.so-widget-dpd-job-finder-060a-widget .w-jff-results .w-jff-results-text {
    margin-top: 20px;
    margin-bottom: 8px;
    text-align: center
}

.so-widget-dpd-job-finder-060a-widget .w-jff-results .w-jff-results-text p {
    font-size: 18px
}

.so-widget-dpd-job-finder-060a-widget .w-jff-results .w-jff-results-text strong {
    font-family: PlutoSansRegular
}

.so-widget-dpd-job-finder-060a-widget .w-jff-results .w-jff-results-group {
    margin-top: 42px;
    font-family: PlutoSansRegular;
    margin-bottom: 8px
}

.so-widget-dpd-job-finder-060a-widget .w-jff-results .w-jff-results-group span {
    font-family: PlutoSansLight
}

.so-widget-dpd-job-finder-060a-widget .w-jff-results .w-jff-results-item {
    border-bottom: 1px solid #e6e7e8;
    padding-top: 28px;
    padding-bottom: 28px
}

.so-widget-dpd-job-finder-060a-widget .w-jff-results .w-jff-results-item:last-of-type {
    border: none
}

.so-widget-dpd-job-finder-060a-widget .w-jff-results .w-jff-results-item .w-jff-results-item-readmore {
    text-align: right
}

.so-widget-dpd-job-finder-060a-widget .w-jff-results .w-jff-results-item .w-jff-results-item-readmore a {
    font-size: 13px;
    line-height: 16px;
    font-family: PlutoSansRegular;
    color: #df002c
}

.so-widget-dpd-job-finder-060a-widget .w-jff-results .w-jff-results-item .w-jff-results-item-readmore a::after {
    content: ' ';
    display: inline-block;
    height: 9px;
    width: 9px;
    margin-left: 5px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgOCAxMSI+ICAgIDxwYXRoIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjREMwMDMyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNMSAxbDUgNC40NTNMMSAxMCIvPjwvc3ZnPg==) no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.w-job-finder-information-detail {
    font-size: 13px;
    color: #414042;
    font-family: PlutoSansLight
}

.w-job-finder-information-detail .w-jfid-header .w-jfid-location .w-jfid-region {
    line-height: 16px;
    margin-bottom: 0
}

.w-job-finder-information-detail .w-jfid-header .w-jfid-location .w-jfid-detail-location {
    line-height: 16px
}

.w-job-finder-information-detail .w-jfid-header .w-jfid-location .w-jfid-headline {
    font-size: 30px;
    line-height: 37px
}

.w-job-finder-information-detail .w-jfid-intro {
    margin-top: 58px;
    margin-bottom: 31px;
    text-align: center
}

.w-job-finder-information-detail .w-jfid-intro .w-jfid-intro-headline {
    font-size: 30px;
    line-height: 37px
}

.w-job-finder-information-detail .w-jfid-intro .w-jfid-intro-content {
    padding-top: 24px
}

.w-job-finder-information-detail .w-jfid-intro .w-jfid-intro-content .w-jfid-intro-text {
    line-height: 16px;
    color: #414042;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 100px;
    position: relative;
    overflow: hidden
}

.w-job-finder-information-detail .w-jfid-intro .w-jfid-intro-content .w-jfid-intro-text:after {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    bottom: 0;
    width: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(white));
    background: -webkit-linear-gradient(rgba(255,255,255,0),#fff);
    background: -o-linear-gradient(rgba(255,255,255,0),#fff);
    background: linear-gradient(rgba(255,255,255,0),#fff)
}

.w-job-finder-information-detail .w-jfid-intro .w-jfid-intro-content .w-jfid-intro-text.show:after {
    top: 100%
}

.w-job-finder-information-detail .w-jfid-intro .w-jfid-intro-toggle {
    font-family: PlutoSansRegular
}

.w-job-finder-information-detail .w-jfid-intro .w-jfid-intro-toggle>span.span-expand {
    display: block
}

.w-job-finder-information-detail .w-jfid-intro .w-jfid-intro-toggle>span.span-collapse {
    display: none
}

.w-job-finder-information-detail .w-jfid-intro .w-jfid-intro-toggle.show>span.span-expand {
    display: none
}

.w-job-finder-information-detail .w-jfid-intro .w-jfid-intro-toggle.show>span.span-collapse {
    display: block
}

.w-job-finder-information-detail .w-jfid-intro .w-jfid-intro-toggle .w-jfid-expand-icon svg {
    width: 26px;
    height: 26px
}

.w-job-finder-information-detail .w-jfid-intro .w-jfid-intro-toggle .w-jfid-expand-icon svg circle {
    fill: #dc0032
}

.w-job-finder-information-detail .w-jfid-intro .w-jfid-intro-toggle .w-jfid-collapse-icon svg {
    width: 26px;
    height: 26px
}

.w-job-finder-information-detail .w-jfid-intro .w-jfid-intro-toggle .w-jfid-collapse-icon svg circle {
    fill: #dc0032
}

.w-job-finder-information-detail .w-jfid-boxes {
    margin-top: 31px;
    margin-bottom: 0
}

.w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-tasks {
    background-color: #e6e7e8;
    padding-left: 38px;
    padding-right: 0;
    padding-top: 36px;
    padding-bottom: 36px
}

.w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-tasks h3 {
    font-family: PlutoSansRegular;
    font-size: 18px;
    margin-bottom: 14px
}

.w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-tasks ul {
    padding-left: 15px
}

.w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-requirements {
    background-color: #e6e7e8;
    padding-left: 0;
    padding-right: 38px;
    padding-top: 36px;
    padding-bottom: 36px
}

.w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-requirements h3 {
    font-family: PlutoSansRegular;
    font-size: 18px;
    margin-bottom: 14px
}

.w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-requirements ul {
    padding-left: 15px
}

.w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-offer {
    margin-top: 16px;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 36px;
    padding-bottom: 36px;
    background-color: #e6e7e8
}

.w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-offer h3 {
    font-family: PlutoSansRegular;
    font-size: 18px;
    margin-bottom: 14px
}

.w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-offer ul {
    padding-left: 15px
}

.w-job-finder-information-detail .w-jfid-publish {
    margin-top: 16px
}

.w-job-finder-information-detail .w-jfid-publish p {
    font-size: 11px
}

.w-job-finder-information-detail .w-jfid-apply a {
    min-width: 239px
}

.w-job-finder-information-detail .w-jfid-footer {
    margin-top: 16px
}

.w-job-finder-information-detail .w-jfid-footer .w-jfid-dpd-marking {
    margin-bottom: 0
}

.w-dpd-dropdown-list .w-ddl-head {
    word-break: break-all;
    word-break: break-word
}

.w-dpd-dropdown-list .w-ddl-select-box .placeholder {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.dpd-higher-insurance {
    display: contents;
    height: auto;
    min-height: 100%;
    float: left;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dpd-higher-insurance .error-msg {
    color: #dc0032;
    line-height: 20px;
    padding-left: 0
}

.dpd-higher-insurance .dpd-higher-insurance-content {
    padding: 0
}

.dpd-higher-insurance .dpd-higher-insurance-content .select-option-wrap {
    overflow-x: auto;
    max-height: 300px
}

.dpd-higher-insurance .dpd-higher-insurance-content .text-box {
    border: none!important
}

.dpd-higher-insurance .dpd-higher-insurance-content .input-box .placeholder {
    left: 10px;
    max-width: 98%
}

.dpd-higher-insurance .dpd-higher-insurance-content .search-term-wrap,.dpd-higher-insurance .dpd-higher-insurance-content .select-option-wrap {
    width: 100.3%!important;
    margin: -7px -11px 0!important
}

.dpd-higher-insurance .dpd-higher-insurance-content .radio-box .radio-selected {
    margin: 4px 4px
}

.dpd-higher-insurance .dpd-higher-insurance-content .hi-shipping-date-div .hi-shipping-date {
    color: #000
}

.dpd-higher-insurance .dpd-higher-insurance-content .hi-shipping-date-div .hi-shipping-date-img {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 32px;
    height: 32px;
    cursor: pointer
}

.dpd-higher-insurance .dpd-higher-insurance-content .hi-parcel-content-div {
    margin-top: 1.1rem
}

.dpd-higher-insurance .dpd-higher-insurance-content .hi-sensitive-good-div {
    border: solid 1px #808285
}

.dpd-higher-insurance .dpd-higher-insurance-content .hi-sensitive-good-div .check-box-checked {
    margin-left: 2px!important
}

.dpd-higher-insurance .dpd-higher-insurance-content .hi-premium-amount-delete {
    width: 32px;
    height: 32px;
    cursor: pointer
}

.dpd-higher-insurance .dpd-higher-insurance-content .break-line {
    border: .5px solid #6c757d
}

.dpd-higher-insurance .dpd-higher-insurance-content .add-hi-parcel {
    cursor: pointer
}

.dpd-higher-insurance .dpd-higher-insurance-content .add-hi-parcel img {
    width: 32px;
    height: 32px
}

.dpd-higher-insurance .dpd-higher-insurance-content .fm_loading_higher_insurance {
    width: 100%;
    height: 100%;
    opacity: .6;
    position: fixed;
    background-color: #000;
    background-image: url(../images/at_spinner.gif);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 50px 50px;
    background-size: 50px;
    z-index: 100100;
    top: 0;
    left: 0
}

.dpd-higher-insurance .select-box,.dpd-higher-insurance .select-box * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dpd-higher-insurance .text-box {
    width: -webkit-calc(100% - 23px);
    width: calc(100% - 23px)
}

.dpd-at-delivery-driver .title {
    display: block;
    padding-left: 10px;
    height: 50px;
    background-color: #dc0032;
    color: #fff;
    font-family: inherit;
    line-height: 50px;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0
}

.dpd-at-delivery-driver .page-title {
    font-size: 30px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #414042;
    padding-left: 10px
}

.dpd-at-delivery-driver .error-msg {
    color: #dc0032;
    line-height: 20px;
    padding-left: 10px
}

.dpd-at-delivery-driver .error-msg p {
    margin: 0
}

.dpd-at-delivery-driver .check-box,.dpd-at-delivery-driver .radio-box {
    box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important
}

.dpd-at-delivery-driver .recaptcha_row {
    height: 70px;
    margin-top: 6px;
    margin-bottom: 16px
}

.dpd-at-delivery-driver .recaptcha_row .input-box {
    border: 0!important;
    padding: 0!important
}

.dpd-at-delivery-driver .checkbox-group.validation-failed,.dpd-at-delivery-driver .mr-3.validation-failed {
    border: 0!important;
    color: #dc0032!important
}

.dpd-at-delivery-driver .checkbox-group.validation-failed .check-box,.dpd-at-delivery-driver .mr-3.validation-failed .check-box,.dpd-at-delivery-driver .mr-3.validation-failed .radio-box {
    border-color: #dc0032!important
}

.dpd-at-delivery-driver .dpd-at-delivery-driver-content .main-label.fm-group-subline {
    padding-left: 10px
}

.dpd-at-delivery-driver .dpd-at-delivery-driver-content .row {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px
}

.dpd-at-delivery-driver .dpd-at-delivery-driver-content .row.no-padding-bottom {
    padding-bottom: 0
}

.dpd-at-delivery-driver .dpd-at-delivery-driver-content .placeholder {
    left: 10px
}

.dpd-at-delivery-driver .dpd-at-delivery-driver-content textarea.text-box {
    height: 100px
}

.dpd-at-delivery-driver .dpd-at-delivery-driver-content i.input-icon {
    top: 7px
}

.dpd-at-delivery-driver .dpd-at-delivery-driver-content .flex {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex
}

.dpd-at-delivery-driver .dpd-at-delivery-driver-content .sd-row {
    width: 100%;
    padding: 0 8px
}

.dpd-at-delivery-driver .dpd-at-delivery-driver-content .row .col-md-2,.dpd-at-delivery-driver .dpd-at-delivery-driver-content .row .col-md-6 {
    padding-bottom: 10px
}

.dpd-at-delivery-driver .dpd-at-delivery-driver-content .input-box .text-box {
    border: none!important;
    width: -webkit-calc(100% - 23px);
    width: calc(100% - 23px)
}

.dpd-at-delivery-driver .dpd-at-delivery-driver-content .radio-group>.row {
    margin-left: -10px
}

.dpd-at-delivery-driver .dpd-at-delivery-driver-content .dr-width-30 {
    width: 30%
}

.dpd-at-delivery-driver .dpd-at-delivery-driver-content .dr-hidden {
    display: none
}

.dpd-at-delivery-driver .dpd-at-delivery-driver-content .recaptcha_row {
    height: 90px
}

.dpd-at-delivery-driver .dpd-at-delivery-driver-content .break-line {
    border: .5px solid #c8cdd2
}

@media screen and (min-width: 768px) {
    .dpd-at-delivery-driver .driving_license_padding {
        padding-top:30px
    }

    .dpd-at-delivery-driver .date_of_issue_no_padding {
        padding-left: 0;
        padding-right: 0
    }

    .dpd-at-delivery-driver .delivery_driver_padding_20 {
        padding-top: 20px
    }
}

@media screen and (max-width: 767px) {
    .dpd-at-delivery-driver .dpd-delivery-button {
        width:146px;
        height: 45px;
        margin-left: 26%
    }

    .dpd-at-delivery-driver .delivery_driver_no_padding_left {
        padding-left: 0!important;
        padding-right: 0!important
    }
}

.dpd-at-delivery-driver .dpd-delivery-button {
    width: 100%;
    height: 45px;
    margin-left: 26%
}

.dpd-at-system-partner .title {
    display: block;
    padding-left: 10px;
    height: 50px;
    background-color: #dc0032;
    color: #fff;
    font-family: inherit;
    line-height: 50px;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0
}

.dpd-at-system-partner .page-title {
    font-size: 30px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #414042;
    padding-left: 10px
}

.dpd-at-system-partner .error-msg {
    color: #dc0032;
    line-height: 20px;
    padding-left: 10px
}

.dpd-at-system-partner .error-msg p {
    margin: 0
}

.dpd-at-system-partner .check-box,.dpd-at-system-partner .radio-box {
    box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important
}

.dpd-at-system-partner .recaptcha_row {
    height: 70px;
    margin-top: 6px;
    margin-bottom: 16px
}

.dpd-at-system-partner .recaptcha_row .input-box {
    border: 0!important;
    padding: 0!important
}

.dpd-at-system-partner .checkbox-group.validation-failed,.dpd-at-system-partner .mr-3.validation-failed {
    border: 0!important;
    color: #dc0032!important
}

.dpd-at-system-partner .checkbox-group.validation-failed .check-box,.dpd-at-system-partner .mr-3.validation-failed .check-box,.dpd-at-system-partner .mr-3.validation-failed .radio-box {
    border-color: #dc0032!important
}

.dpd-at-system-partner .dpd-at-system-partner-content .main-label.fm-group-subline {
    padding-left: 10px
}

.dpd-at-system-partner .dpd-at-system-partner-content .row {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px
}

.dpd-at-system-partner .dpd-at-system-partner-content .row.no-padding-bottom {
    padding-bottom: 0
}

.dpd-at-system-partner .dpd-at-system-partner-content .placeholder {
    left: 10px
}

.dpd-at-system-partner .dpd-at-system-partner-content textarea.text-box {
    height: 100px
}

.dpd-at-system-partner .dpd-at-system-partner-content .flex {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex
}

.dpd-at-system-partner .dpd-at-system-partner-content .sd-row {
    width: 100%;
    padding: 0 8px
}

.dpd-at-system-partner .dpd-at-system-partner-content .row .col-md-2,.dpd-at-system-partner .dpd-at-system-partner-content .row .col-md-6 {
    padding-bottom: 10px
}

.dpd-at-system-partner .dpd-at-system-partner-content .input-box .text-box {
    border: none!important;
    width: -webkit-calc(100% - 23px);
    width: calc(100% - 23px)
}

.dpd-at-system-partner .dpd-at-system-partner-content .radio-group>.row {
    margin-left: -10px
}

.dpd-at-system-partner .dpd-at-system-partner-content .recaptcha_row {
    height: 90px
}

.dpd-at-system-partner .dpd-at-system-partner-content .break-line {
    border: .5px solid #c8cdd2
}

@media screen and (min-width: 768px) {
    .dpd-at-system-partner .since_when_no_padding {
        padding-left:0;
        padding-right: 0
    }

    .dpd-at-system-partner .freight_licence_padding_top {
        padding-top: 20px
    }

    .dpd-at-system-partner .exp_cep_field_padding_top {
        padding-top: 35px
    }
}

@media screen and (max-width: 767px) {
    .dpd-at-system-partner .dpd-system-button {
        width:146px;
        height: 45px;
        margin-left: 26%
    }

    .dpd-at-system-partner .since_when_no_padding_left {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .dpd-at-system-partner .since_when_reg_no_padding {
        padding-left: 0!important;
        padding-right: 0!important
    }
}

.dpd-at-system-partner .dpd-system-button {
    width: 100%;
    height: 45px;
    margin-left: 26%
}

.so-widget-dpd-polly-faq-061-widget a:hover {
    text-decoration: none;
    color: #dc0032
}

.so-widget-dpd-polly-faq-061-widget .direction-rtl {
    direction: rtl
}

.so-widget-dpd-polly-faq-061-widget .dp-toggle {
    width: 20px;
    height: 20px;
    float: right
}

.so-widget-dpd-polly-faq-061-widget .dp-toggle.dp-collapse {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.so-widget-dpd-polly-faq-061-widget .dp-toggle.dp-expand {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container * {
    word-wrap: break-word
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container.loading * {
    cursor: wait!important
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-top #polly-help-search-container .polly-help-search {
    font-size: 17px;
    padding-right: 25px
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-top .polly-help-search-icon {
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-collection-container .polly-help-collection-name h4 {
    font-size: 18px
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-collection-container .polly-help-collection-item {
    border: 1px solid rgba(158,158,158,.5)
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-collection-container .polly-help-collection-item .flat {
    margin-bottom: 2.5em;
    list-style: none;
    padding: 10px 8px;
    margin: 0;
    font-size: 16px
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-collection-container .polly-help-collection-item ul.flat {
    min-height: 12em;
    height: auto
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-collection-container .polly-help-collection-item ul.flat li {
    cursor: pointer
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-collection-container .polly-help-collection-item ul.flat li:hover {
    color: #dc0032
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-collection-container .polly-help-collection-item p.flat {
    height: auto
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-collection-container .polly-help-collection-item .polly-help-collection-more-row {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-collection-container .polly-help-collection-item .polly-help-collection-more {
    font-weight: 600;
    line-height: 1.5;
    max-width: 100%;
    padding-left: 8px
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-collection-container .polly-help-collection-item .polly-help-collection-more img {
    height: 15px;
    margin-bottom: .2rem
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-collection-container .polly-help-collection-item .polly-help-collection-more .arrow-link-icon {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-left: 8px
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-collection-container .polly-help-collection-item .polly-help-collection-more:hover {
    cursor: pointer
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-collection-container .polly-help-collection-item .polly-help-collection-more:hover .arrow-link-icon {
    margin-left: 12px
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-collection-container .polly-help-collection-item.polly-help-collection-box {
    height: auto;
    min-height: 100%;
    position: relative;
    padding-bottom: 20px
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-collection-container .polly-help-collection-item.polly-help-contact-box .dp-contact-read-more {
    max-width: 100%;
    width: 100%;
    position: relative;
    top: 8px
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-collection-container .polly-help-collection-item.polly-help-contact-box .dp-contact-read-more .polly-help-contact {
    width: 100%
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-collection-container .polly-help-collection-item.polly-help-contact-box .dp-contact-read-more .polly-help-contact:hover {
    color: initial
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-collection-container .polly-help-collection-item.polly-help-contact-box .dp-contact-read-more .polly-help-contact-info {
    max-width: -webkit-calc(100% - 36px);
    max-width: calc(100% - 36px)
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-collection-container .polly-help-collection-item.polly-help-contact-box .dp-contact-read-more .arrow-link-icon {
    height: 15px;
    max-width: 15px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-left: 8px
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-collection-container .polly-help-collection-item.polly-help-contact-box .dp-contact-read-more:hover .arrow-link-icon {
    margin-left: 12px
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-collection-container .polly-help-collection-item.polly-help-contact-box .dp-contact-icon {
    max-width: 32px;
    width: 32px
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-collection-container .polly-help-collection-item.polly-help-contact-box .dp-contact-icon~.dp-contact-read-more {
    max-width: -webkit-calc(100% - 36px);
    max-width: calc(100% - 36px)
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-collection-container .dp-arrow-block {
    width: 32px
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-article-container .polly-help-article-content .article-name {
    font-family: PlutoSansRegular;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.28
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-article-container .polly-help-article-content .article-content {
    font-family: PlutoSansLight;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.23
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-article-container .polly-help-article-content .article-content a {
    color: #dc0032
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-article-container .polly-help-article-content .break-line {
    border: .5px solid rgba(158,158,158,.5)
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-article-container .polly-help-article-content .polly-help-article-feedback {
    font-family: PlutoSansRegular;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.23
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-article-container .polly-help-article-content .polly-help-article-feedback .negative,.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-article-container .polly-help-article-content .polly-help-article-feedback .positive {
    cursor: pointer
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-article-container .polly-help-article-content .polly-help-article-feedback select#feedbackNegativeReason {
    width: 25rem;
    border: 1px solid #ced4da
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-article-container .polly-help-article-content .polly-help-article-feedback button#submit {
    background-color: #dc0032;
    padding: 4px 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: auto
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-article-container .polly-help-article-content .polly-help-article-feedback a {
    color: #dc0032
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-article-container .polly-help-article-related {
    border: .5px solid rgba(158,158,158,.5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 100%
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-article-container .polly-help-article-related .related-title {
    font-family: PlutoSansRegular;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.28
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-article-container .polly-help-article-related .related-list,.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-article-container .polly-help-article-related .related-more {
    font-family: PlutoSansExtraLight;
    font-weight: 600;
    line-height: 1.5;
    font-size: 13px
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-article-container .polly-help-article-related .flat {
    margin-bottom: 2.5em;
    list-style: none;
    padding: 10px 8px;
    margin: 0;
    font-size: 16px
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-article-container .polly-help-article-related .flat li {
    cursor: pointer;
    color: #dc0032
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-article-container .polly-help-article-related .polly-help-collection-more {
    cursor: pointer;
    max-width: 100%
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-article-container .polly-help-article-related .polly-help-collection-more img {
    height: 15px;
    margin-bottom: .2rem
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-article-container .polly-help-article-related .polly-help-collection-more .arrow-link-icon {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-left: 8px
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-article-container .polly-help-article-related .polly-help-collection-more:hover {
    cursor: pointer
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-article-container .polly-help-article-related .polly-help-collection-more:hover .arrow-link-icon {
    margin-left: 12px
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-article-container .polly-help-article-related .dp-arrow-block {
    width: 20px
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-topicview-container a {
    color: inherit
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-topicview-container .polly-help-topicview .article-name {
    font-family: PlutoSansRegular;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.28
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-topicview-container .polly-help-topicview .article-contentsnippet {
    font-family: PlutoSansLight;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.23
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-topicview-container .polly-help-topicview .article-contentsnippet .more {
    color: #dc0032
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-topicview-container .polly-help-topicview .flat {
    margin-bottom: 2.5em;
    list-style: none;
    padding: 10px 8px;
    margin: 0;
    font-size: 16px
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-topicview-container .polly-help-topicview .flat li:hover {
    cursor: pointer
}

.so-widget-dpd-polly-faq-061-widget .polly-help-container .polly-help-main .polly-help-topicview-container .polly-help-topicview .break-line {
    border: .5px solid rgba(158,158,158,.5)
}

.so-widget-dpd-polly-faq-061-widget .stroke-color-primary {
    stroke: #dc0032
}

.so-widget-dpd-chart-widget .w-dpd-chart .chart-pml {
    padding-left: 25%;
    margin-left: 8px
}

.so-widget-dpd-chart-widget .w-dpd-chart #wdt-filter-widget .wpDataTableFilterSection {
    width: 100%!important
}

.so-widget-dpd-chart-widget .w-dpd-chart #wdt-filter-widget .wpDataTableFilterSection label {
    font-weight: 400
}

.so-widget-dpd-chart-widget .w-dpd-chart #wdt-filter-widget .wpDataTableFilterSection div:first-child {
    margin-top: 0
}

.so-widget-dpd-chart-widget .w-dpd-chart #wdt-filter-widget .wpDataTablesFilter .wpDataTableFilterSection:nth-of-type(1) label:before {
    content: "";
    display: inline-block;
    background-color: #dc0032;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    width: 10px;
    height: 10px
}

.so-widget-dpd-chart-widget .w-dpd-chart #wdt-filter-widget .wpDataTablesFilter .wpDataTableFilterSection:nth-of-type(2) label:before {
    content: "";
    display: inline-block;
    background-color: #808285;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    width: 10px;
    height: 10px
}

.so-widget-dpd-chart-widget .w-dpd-chart .wdt-clear-filters-widget-wrapper {
    float: right;
    height: auto;
    margin-right: 15%;
    text-decoration: none;
    text-transform: inherit!important;
    cursor: pointer
}

.so-widget-dpd-chart-widget .w-dpd-chart .wdt-clear-filters-widget-wrapper span {
    text-decoration: underline;
    font-size: 11px;
    font-family: PlutoSansLight;
    font-weight: 300
}

.so-widget-dpd-chart-widget .w-dpd-chart .wdt-clear-filters-widget-wrapper:after {
    content: " \2715";
    font-size: 13px;
    padding-left: 3px
}

.so-widget-dpd-chart-widget .w-dpd-chart .w-dc-title {
    font-family: PlutoSansLight;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #a90034;
    margin-bottom: 0
}

.so-widget-dpd-chart-widget .w-dpd-chart .w-dc-table h2[id^=wdt-table-title-] {
    display: none
}

.so-widget-dpd-chart-widget .w-dpd-chart .w-dc-chart {
    width: 100%;
    padding-bottom: 5px
}

.so-widget-dpd-chart-widget .w-dpd-chart .icon-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.so-widget-dpd-chart-widget .w-dpd-chart div[id^=table_][id$="_wrapper"] {
    display: none
}

.so-widget-dpd-chart-widget .w-dpd-chart div[id^=table_][id$="_filter"][class^=column-] {
    border: 1px solid #808285;
    height: 45px;
    min-height: 45px
}

.so-widget-dpd-chart-widget .w-dpd-chart div[id^=table_][id$="_filter"][class^=column-] button,.so-widget-dpd-chart-widget .w-dpd-chart div[id^=table_][id$="_filter"][class^=column-] input {
    font-family: PlutoSansLight;
    border: none!important;
    font-weight: 300;
    line-height: 16px;
    color: #414042;
    padding-right: 20px
}

.so-widget-dpd-chart-widget .w-dpd-chart div[id^=table_][id$="_filter"][class^=column-] span.text {
    font-family: PlutoSansLight;
    font-weight: 300;
    line-height: 16px;
    color: #414042
}

.so-widget-dpd-chart-widget .w-dpd-chart div[id^=table_][id$="_filter"][class^=column-] button span.filter-option {
    padding-top: 1px
}

.so-widget-dpd-chart-widget .w-dpd-chart div[id^=table_][id$="_filter"][class^=column-] input.form-control {
    height: 100%;
    padding: 7px 10px
}

.so-widget-dpd-chart-widget .w-dpd-chart div[id^=wpDataChart_][class^=highcharts_][class$="_chart"] .highcharts-axis.highcharts-yaxis {
    display: none
}

.so-widget-dpd-chart-widget .w-dpd-chart .wpdt-c .bootstrap-select {
    padding: 7px 10px
}

.so-widget-dpd-chart-widget .w-dpd-chart .wpdt-c .bootstrap-select .btn-default:before {
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/arrow-big-black-down.svg) no-repeat 50%;
    background-position: right -webkit-calc(100% - 2px);
    background-position: right calc(100% - 2px);
    width: 45px;
    -webkit-background-size: 18px 18px;
    background-size: 18px;
    bottom: -4px;
    height: auto
}

.so-widget-dpd-chart-widget .w-dpd-chart .wpdt-c .bootstrap-select .dropdown-menu {
    top: auto!important;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    z-index: 500
}

.so-widget-dpd-chart-widget .w-dpd-chart .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block) {
    min-height: 0
}

.so-widget-dpd-chart-widget .w-dpd-chart .teaser-link-icon {
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    width: 25px;
    height: 100%
}

.so-widget-dpd-chart-widget .w-dpd-chart a.icon-target:hover .teaser-link-icon {
    margin-right: 3px!important
}

.so-widget-dpd-chart-widget .w-dpd-chart .dpd-chart .wpDataTablesWrapper>:not(.wpDataTableFilterBox) {
    display: none!important
}

.so-widget-dpd-chart-widget .w-dpd-chart ul.nav.nav-tabs li {
    margin-bottom: 0;
    padding-right: 28px
}

.so-widget-dpd-chart-widget .w-dpd-chart ul.nav.nav-tabs li a {
    display: inline-block;
    cursor: pointer;
    color: #808285
}

.so-widget-dpd-chart-widget .w-dpd-chart ul.nav.nav-tabs li a h3 {
    margin-bottom: 2.5px
}

.so-widget-dpd-chart-widget .w-dpd-chart ul.nav.nav-tabs li a:hover {
    text-decoration: none
}

.so-widget-dpd-chart-widget .w-dpd-chart ul.nav.nav-tabs li.active .pb-2 {
    color: #dc0032;
    border-bottom: 3px solid #dc0032
}

.so-widget-dpd-chart-widget .w-dpd-chart ul.nav.nav-tabs li.active .chart-dropdown-menu {
    margin: 0
}

.so-widget-dpd-chart-widget .w-dpd-chart ul.nav.nav-tabs li .chart-dropdown-menu {
    position: absolute;
    z-index: 990;
    display: none;
    float: left;
    width: 20.5rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: auto
}

.so-widget-dpd-chart-widget .w-dpd-chart ul.nav.nav-tabs li .chart-dropdown-menu a {
    font-size: 15px
}

.so-widget-dpd-chart-widget .w-dpd-chart ul.nav.nav-tabs li .chart-dropdown-menu a span {
    font-size: 15px;
    font-family: PlutoSansLight;
    font-weight: 300;
    line-height: 20px;
    max-height: 58px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical
}

.so-widget-dpd-chart-widget .w-dpd-chart ul.nav.nav-tabs li .chart-dropdown-menu .chart-dropdown-menu-title {
    color: #808285;
    overflow: hidden;
    max-height: 58px
}

.so-widget-dpd-chart-widget .w-dpd-chart ul.nav.nav-tabs li .chart-dropdown-menu .chart-dropdown-menu-title.active {
    color: #dc0032;
    border-bottom: none
}

.so-widget-dpd-chart-widget .w-dpd-chart ul.nav.nav-tabs li .chart-dropdown-menu .break-line {
    width: 90%;
    border: .5px solid #979797;
    margin: .7rem 0 .7rem 1rem
}

.so-widget-dpd-chart-widget .w-dpd-chart .highcharts_basic_bar_chart .highcharts-axis-labels.highcharts-yaxis-labels text {
    font-size: 10px!important;
    color: #414042!important;
    fill: #414042!important
}

.so-widget-dpd-chart-widget .w-dpd-chart .highcharts_donut_chart .highcharts-data-labels span {
    width: 100px;
    word-break: break-word!important;
    white-space: normal!important
}

.so-widget-dpd-chart-widget .w-dpd-chart .highcharts_donut_chart .highcharts-tooltip>span {
    background: rgba(255,255,255,.85);
    border: 1px solid silver;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px #888;
    box-shadow: 1px 1px 2px #888;
    padding: 8px
}

.so-widget-dpd-chart-widget .w-dpd-chart .w-dc-content {
    -webkit-margin-before: .5em;
    margin-block-start:.5em;-webkit-margin-after: .5em;
    margin-block-end:.5em;-webkit-margin-start: auto;
    margin-inline-start:auto;-webkit-margin-end: auto;
    margin-inline-end:auto}

.so-widget-dpd-chart-widget .w-dpd-chart .w-dc-benchmark-chart.break-line {
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: 5px
}

.wpdt-c .bootstrap-select>.dropdown-toggle::after {
    display: none
}

.dpd-at-pardot-newsletter .error-msg {
    color: #dc0032!important;
    line-height: 20px
}

.fm-form .input-box.calendar .input-clear {
    visibility: hidden!important
}

.fm-form input[type=email],.fm-form input[type=text],.fm-form textarea {
    padding: 14px 34px 14px 9px;
    background-color: #fff;
    border: solid 1px #808285
}

.fm-form div[type=type_section_break].wdform-field-section-break .wdform_section_break {
    height: 1px
}

.fm-form div[type=type_radio] .d-inline-block .radio-div {
    padding: 5px 0
}

.fm-form div[type=type_radio] .wd-div-choices .radio-div {
    padding: 5px 0
}

.fm-form div[type=type_radio].wd-flex-column .wdform-label-section .wdform-label {
    padding-left: 6px
}

.fm-form div[type=type_label] .wdform-label-section .label-box p {
    font-size: 11px;
    margin-bottom: 13px
}

.fm-form div[type=type_label] .label-box h2 {
    padding-left: 0!important
}

.fm-form div[type=type_label] .label-box .first {
    margin: -10px 0 20px!important
}

.fm-form div[type=type_label] .label-box .middle,.fm-form div[type=type_label] .label-box .second {
    margin: 15px 0 20px!important
}

.fm-form div[type=type_spinner] .input-box.ui-spinner-disabled {
    opacity: 1;
    background-color: #e6e7e8
}

.fm-form div[type=type_spinner] .input-box.ui-spinner-disabled a.ui-spinner-button {
    border-right: none!important
}

.fm-form div[type=type_spinner] .input-box.ui-spinner-disabled input {
    background-color: #e6e7e8;
    border-color: transparent
}

.fm-form div[type=type_submit_reset] button:disabled {
    opacity: .3;
    cursor: default
}

.fm-form .input-box.cascading-select-box.validation-failed {
    border: solid 1px #dc0032!important
}

.fm-form .input-box.select-box.validation-failed {
    border: solid 1px #dc0032!important
}

.fm-form .input-box {
    border: none;
    background-color: transparent;
    padding: 0
}

.fm-form .input-box.textarea {
    height: auto
}

.fm-form .input-box.textarea.focus {
    padding-top: 0!important
}

.fm-form .input-box.focus {
    padding-top: 0!important
}

.fm-form .input-box.focus input[type=email],.fm-form .input-box.focus input[type=text],.fm-form .input-box.focus textarea {
    background-color: #fff;
    border: solid 1px #414042!important;
    padding: 20px 35px 8px 10px
}

.fm-form .input-box.focus .input-clear {
    position: absolute;
    top: 18px;
    right: 8px;
    font-size: 23px;
    font-weight: 200;
    color: #414042;
    width: 23px;
    height: 23px;
    visibility: hidden
}

.fm-form .input-box.focus .input-clear:hover {
    cursor: pointer
}

.fm-form .input-box.focus.no-placeholder .input-clear {
    top: 13px
}

.fm-form .input-box.focus.no-placeholder textarea {
    padding: 17px 34px 14px 9px
}

.fm-form .input-box.focus.no-placeholder input[type=email],.fm-form .input-box.focus.no-placeholder input[type=text] {
    padding: 14px 34px 14px 9px
}

.fm-form .input-box.validation-failed {
    border: none!important
}

.fm-form .input-box.validation-failed input[type=email],.fm-form .input-box.validation-failed input[type=text],.fm-form .input-box.validation-failed textarea {
    border: solid 1px red!important
}

.fm-form .input-box .placeholder {
    top: 16px
}

.fm-form .input-box .placeholder.focus {
    top: 5px;
    color: #808285
}

.fm-form .input-box.cascading-select-box,.fm-form .input-box.select-box {
    border: solid 1px #808285;
    color: #808285
}

.fm-form .input-box.cascading-select-box.selected,.fm-form .input-box.select-box.selected {
    border-color: #414042;
    color: #414042
}

.fm-form .textarea .input-clear.dashicons {
    right: 20px
}

.fm-form .wd-div-choices.disabled {
    color: #e6e7e8
}

.fm-form .wd-div-choices.disabled .check-box,.fm-form .wd-div-choices.disabled .radio-box {
    border-color: #e6e7e8
}

body.form-maker-template-default.single.single-form-maker footer,body.form-maker-template-default.single.single-form-maker header {
    display: none!important
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

[placeholder] {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

::-webkit-input-placeholder {
    text-overflow: ellipsis
}

::-moz-placeholder {
    text-overflow: ellipsis
}

:-ms-input-placeholder {
    text-overflow: ellipsis
}

:-moz-placeholder {
    text-overflow: ellipsis
}

@media (max-width: 543.98px) {
    .large-screen {
        color:red
    }

    .header-theme-page-019-include .padding-right-header {
        padding-left: 12px;
        padding-right: 12px
    }

    .header-theme-page-019-include .padding-right-header.search-theme-pages {
        padding-right: 14px;
        padding-left: 14px
    }

    .header-theme-page-019-include .mobile-017c-search {
        left: 12px;
        right: 12px
    }

    .header-theme-page-019-include .padding-left-header {
        padding-left: 14px;
        padding-right: 14px
    }

    .header-theme-page-019-include .padding-left-header .button-019 {
        padding-left: 0;
        padding-right: 0
    }

    .header-theme-page-019-include .landing-image-addition {
        left: 12px;
        right: 12px
    }

    .header-theme-page-019-include .floating .landing-image-addition {
        margin-left: 12px;
        margin-right: 12px
    }

    .header-theme-page-019-include.row-fix-margin-layout {
        margin-left: -12px;
        margin-right: -12px
    }

    .header-theme-page-019-include.row-fix-margin-layout>.col-12 {
        padding-left: 0;
        padding-right: 0
    }

    body.internet-explorer .header-theme-page-019-include .fullwidth-video {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        min-height: 100%;
        min-width: 100%;
        -webkit-transform-style: preserve-3d
    }

    body.internet-explorer .header-theme-page-019-include .fullwidth-video video {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        min-height: 100%;
        min-width: 100%;
        height: auto;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (max-width: 543.98px) {
    .so-widget-header-module-job-ad-widget .full-img-mobile-021 {
        margin-left:-12px;
        margin-right: -12px
    }
}

@media (max-width: 767.98px) {
    .w-stage-home .padding-responsive-search {
        padding-left:12px!important;
        padding-right: 12px!important
    }

    .w-stage-home .landing-image-addition {
        left: 12px;
        right: 12px
    }

    .w-stage-home .floating .landing-image-addition {
        position: relative;
        top: 0;
        left: auto;
        right: auto;
        margin-top: 20px;
        margin-left: 12px;
        margin-right: 12px;
        padding: 0
    }
}

@media (max-width: 543.98px) {
    .w-stage-home.row-fix-margin-layout {
        margin-left:-12px;
        margin-right: -12px
    }

    .w-stage-home.row-fix-margin-layout>.col-12 {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 543.98px) {
    .so-widget-dpd-news-widget .pd-left-right-news-mobile {
        padding-left:12px;
        padding-right: 12px
    }

    .so-widget-dpd-news-widget .mg-left-right-news-mobile-revert {
        margin-left: -12px;
        margin-right: -12px
    }

    .so-widget-dpd-news-widget .news-module .news-box-part {
        padding: 12px 12px
    }

    .so-widget-dpd-news-widget .news-box .news-info .text-bottom {
        font-weight: 400;
        position: absolute;
        left: 12px;
        bottom: 20px;
        display: block;
        right: 0;
        min-height: 17px
    }

    .so-widget-dpd-news-widget .mg-left-right-news-mobile-revert-positive {
        margin-left: 12px;
        margin-right: 12px
    }

    .so-widget-dpd-news-widget .padding-right-grid-news {
        padding-right: 12px
    }

    .so-widget-dpd-news-widget .padding-left-grid-news {
        padding-left: 12px
    }
}

.padding-dpd-news {
    padding-left: 2px;
    padding-right: 2px
}

@media (max-width: 543.98px) {
    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-item {
        margin-left:-12px;
        margin-right: -12px
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .carousel-control-prev {
        width: 65px;
        left: -12px;
        padding-left: 8px
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .carousel-control-next {
        width: 65px;
        right: -12px;
        padding-right: 8px
    }
}

@media (max-width: 543.98px) {
    .so-widget-dpd-benefits-1-widget .benefits-1 ol li:before {
        left:-32px
    }
}

@media (min-width: 544px) and (max-width:767.98px) {
    .so-widget-dpd-benefits-1-widget .benefits-1 ol li:before {
        left:-28px
    }
}

.so-widget-download-module-widget .margin-download-010 {
    margin-left: -2px
}

@media (max-width: 543.98px) {
    .so-widget-dpd-news-widget .pd-left-right-news-mobile {
        padding-left:12px;
        padding-right: 12px
    }

    .so-widget-dpd-news-widget .mg-left-right-news-mobile-revert {
        margin-left: -12px;
        margin-right: -12px
    }

    .so-widget-dpd-news-widget .news-module .news-box-part {
        padding: 12px 12px
    }

    .so-widget-dpd-news-widget .news-box .news-info .text-bottom {
        font-weight: 400;
        position: absolute;
        left: 12px;
        bottom: 20px;
        display: block;
        right: 0;
        min-height: 17px
    }

    .so-widget-dpd-news-widget .mg-left-right-news-mobile-revert-positive {
        margin-left: 12px;
        margin-right: 12px
    }

    .so-widget-dpd-news-widget .padding-right-grid-news {
        padding-right: 12px
    }

    .so-widget-dpd-news-widget .padding-left-grid-news {
        padding-left: 12px
    }
}

.padding-dpd-news {
    padding-left: 2px;
    padding-right: 2px
}

@media (max-width: 543.98px) {
    .w-best-practice .padding-element-042 {
        padding-left:12px;
        padding-right: 12px
    }

    .w-best-practice .w-bp-content-left .w-bp-content-image {
        padding-left: 12px;
        padding-right: 12px
    }

    .w-best-practice .w-bp-content-left .w-bp-content-left-text .w-bp-content-lt-col {
        padding-left: 12px;
        padding-right: 12px
    }

    .w-best-practice .w-bp-content-right {
        padding-left: 12px;
        padding-right: 12px
    }
}

[class*=w-teaser-] .boxed.top-box {
    max-height: 120px;
    padding: 14px 16px 12px 16px
}

.panel-layout .panel-grid.change-teaser-position {
    margin-left: -13px;
    margin-right: -13px
}

.panel-layout .panel-grid.change-teaser-position [class*=teaser-item-] {
    margin-bottom: 3px!important
}

@media (max-width: 543.98px) {
    .so-widget-dpd-topic-switch-widget .module-007 {
        margin-left:-12px;
        margin-right: -12px
    }

    .so-widget-dpd-topic-switch-widget .module-007 .expand-icon {
        right: 14px;
        position: absolute
    }

    .so-widget-dpd-topic-switch-widget .w-tw-mobile .w-tw-icon-box {
        padding-left: 14px;
        padding-right: 14px
    }

    .so-widget-dpd-topic-switch-widget .w-tw-mobile [class*=cta-btn-] {
        padding-left: 14px;
        padding-right: 14px
    }
}

@media (max-width: 543.98px) {
    .w-best-practice .padding-element-042 {
        padding-left:12px;
        padding-right: 12px
    }

    .w-best-practice .w-bp-content-left .w-bp-content-image {
        padding-left: 12px;
        padding-right: 12px
    }

    .w-best-practice .w-bp-content-left .w-bp-content-left-text .w-bp-content-lt-col {
        padding-left: 12px;
        padding-right: 12px
    }

    .w-best-practice .w-bp-content-right {
        padding-left: 12px;
        padding-right: 12px
    }
}

.module-025a .button-wrap .col-md-6 {
    max-width: 100%
}

.module-025a .wrap {
    width: auto;
    max-width: 100%;
    margin-right: 10px;
    margin-left: 10px
}

#cookie-notice {
    padding-right: 12px;
    padding-left: 12px
}

@media (max-width: 543.98px) {
    .so-widget-dpd-newsletter-widget .padding-element-044 {
        padding-left:12px;
        padding-right: 12px
    }
}

@media (max-width: 543.98px) {
    .w-customer-feedback .wrapper {
        padding-left:12px;
        padding-right: 12px
    }
}

.module-017b .wrap {
    left: 14px;
    right: 14px
}

@media (max-width: 543.98px) {
    .module-045 .padding-element-045 {
        padding-left:12px;
        padding-right: 12px
    }
}

@media (max-width: 543.98px) {
    .so-widget-dpd-accordion-content-widget .padding-element-004 {
        padding-left:12px;
        padding-right: 12px
    }

    .so-widget-dpd-accordion-content-widget .padding-button-004 {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 543.98px) {
    .so-widget-dpd-awards-widget .padding-element-040 {
        padding-left:12px;
        padding-right: 12px
    }
}

.module-025c .wrap {
    width: auto;
    max-width: 100%;
    margin-right: 10px;
    margin-left: 10px
}

.module-025c .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-inline-box;
    border-bottom: none
}

.module-025c .nav-tabs li a {
    color: #ababac;
    font-size: 14px
}

@media (max-width: 543.98px) {
    .module-022 .job-ad-box {
        padding-left:12px;
        padding-right: 12px
    }
}

.module-026b .wrap {
    width: auto;
    max-width: 100%;
    margin-right: 10px;
    margin-left: 10px
}

@media (max-width: 543.98px) {
    .so-widget-dpd-header-module-content-page-widget .full-img-mobile-020 {
        margin-left:-12px;
        margin-right: -12px
    }
}

.module-404 .button-wrap .col-md-6 {
    max-width: 100%
}

.module-404 .wrap {
    width: auto;
    max-width: 100%;
    margin-right: 10px;
    margin-left: 10px
}

.module-050 .button-wrap .col-md-6 {
    max-width: 100%
}

.module-050 .wrap {
    width: auto;
    max-width: 100%;
    margin-right: 10px;
    margin-left: 10px
}

.w-job-finder-filter[class*=row-fix-margin-] {
    padding-left: 10px;
    padding-right: 10px
}

.w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-tasks {
    padding-left: 12px;
    padding-right: 12px
}

.w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-requirements {
    padding-left: 12px;
    padding-right: 12px
}

.w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-offer {
    padding-left: 12px;
    padding-right: 12px
}

@media (max-width: 543.98px) {
    .polly-help-container .polly-help-main .polly-help-collection-container .polly-help-collection-item.dp-box-collapse {
        border:none!important;
        padding-bottom: 0!important
    }

    .polly-help-container .polly-help-main .polly-help-collection-container .polly-help-collection-name h4>span:first-of-type {
        max-width: -webkit-calc(100% - 24px);
        max-width: calc(100% - 24px);
        display: inline-block
    }
}

.extra-small-screen {
    color: #ff00ff
}

@media (max-width: 767.98px) {
    .so-widget-job-ad-dpd-text-widget .overflow-job-ad {
        overflow:hidden;
        padding-left: 0
    }
}

@media (min-width: 544px) and (max-width:767.98px) {
    .large-screen {
        color:red
    }

    .header-theme-page-019-include .padding-right-header {
        padding-right: 26px
    }

    .header-theme-page-019-include .padding-left-header {
        padding-left: 26px
    }

    .header-theme-page-019-include .floating .landing-image-addition {
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px
    }
}

@media (max-width: 767.98px) {
    .header-theme-page-019-include .landing-image-top {
        position:absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%,-80%);
        -ms-transform: translate(-50%,-80%);
        -moz-transform: translate(-50%,-80%);
        -webkit-transform: translate(-50%,-80%)
    }

    .header-theme-page-019-include .landing-image-top.sso-german-headline {
        top: 40%;
        left: 53%
    }

    .header-theme-page-019-include .carousel-item .element-1 {
        position: inherit!important;
        top: auto!important;
        left: auto!important;
        padding-left: auto;
        padding-right: auto;
        -webkit-transform: translate(0)!important;
        -ms-transform: translate(0)!important;
        transform: translate(0)!important;
        margin-left: 0!important
    }

    .header-theme-page-019-include div.landing-image-middle {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%,-80%);
        -ms-transform: translate(-50%,-80%);
        -moz-transform: translate(-50%,-80%);
        -webkit-transform: translate(-50%,-80%)
    }

    .header-theme-page-019-include .carousel-item .landing-image-bottom {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%,-80%);
        -ms-transform: translate(-50%,-80%);
        -moz-transform: translate(-50%,-80%);
        -webkit-transform: translate(-50%,-80%)
    }

    .header-theme-page-019-include .carousel-item .search-support-image {
        top: 50%
    }

    .header-theme-page-019-include .text-cover-center {
        text-align: left
    }

    .header-theme-page-019-include .text-cover-right {
        text-align: left
    }

    .header-theme-page-019-include .w-object-fit-wrap-for-video {
        min-height: 220px;
        height: 220px
    }

    .header-theme-page-019-include .height-media-module-019 {
        height: 220px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .header-theme-page-019-include .padding-responsive-search .button-themepage-2 {
        margin-top: 10px
    }

    .header-theme-page-019-include .icon-login {
        font-size: 0
    }

    .header-theme-page-019-include .login-wrap .col-2 {
        max-width: 45px
    }

    .header-theme-page-019-include .login-wrap .col-10 {
        min-width: -webkit-calc(100% - 45px);
        min-width: calc(100% - 45px)
    }

    .header-theme-page-019-include .floating .landing-image-addition {
        position: relative;
        top: 0;
        left: auto;
        right: auto;
        margin-top: 20px
    }

    .header-theme-page-019-include .landing-image-addition.headline-block {
        padding-bottom: 0;
        padding-top: 0;
        height: auto
    }

    .header-theme-page-019-include .landing-image-addition.headline-block .align-items-center,.header-theme-page-019-include .landing-image-addition.headline-block .align-items-end,.header-theme-page-019-include .landing-image-addition.headline-block .align-items-start {
        -webkit-align-items: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important;
        position: relative;
        min-height: 220px
    }

    .header-theme-page-019-include .landing-image-addition.headline-block .align-items-center .headline-wrap,.header-theme-page-019-include .landing-image-addition.headline-block .align-items-end .headline-wrap,.header-theme-page-019-include .landing-image-addition.headline-block .align-items-start .headline-wrap {
        position: absolute;
        bottom: 18px
    }

    .header-theme-page-019-include .landing-image-addition.headline-block .align-items-start .mobile-position-text {
        position: absolute;
        top: 31px
    }

    .header-theme-page-019-include .landing-image-addition.headline-block .align-items-center .mobile-position-text {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%)
    }

    .header-theme-page-019-include .landing-image-addition.headline-block .align-items-end .mobile-position-text {
        position: absolute;
        bottom: 31px
    }

    .header-theme-page-019-include .landing-image-addition>.row {
        height: auto
    }

    .header-theme-page-019-include .mobile-017c-search {
        top: 150px
    }

    .header-theme-page-019-include .place-text-search-017c {
        bottom: 50%;
        text-align: center;
        max-height: 100px;
        overflow: hidden
    }

    .header-theme-page-019-include .row.button-wrap .btn-1 {
        margin-bottom: 10px
    }

    .header-theme-page-019-include .inner-image {
        overflow: hidden
    }

    .header-theme-page-019-include .button-group {
        height: auto
    }
}

@media (min-width: 544px) and (max-width:767.98px) {
    .header-theme-page-019-include .padding-right-header {
        padding-right:20px;
        padding-left: 20px
    }

    .header-theme-page-019-include .padding-right-header.button-019.search-theme-pages {
        padding-right: 20px;
        padding-left: 20px
    }

    .header-theme-page-019-include .padding-right-header.button-019.search-theme-pages {
        padding-right: 26px;
        padding-left: 26px
    }

    .header-theme-page-019-include .padding-left-header {
        padding-left: 26px;
        padding-right: 26px
    }

    .header-theme-page-019-include .padding-left-header.padding-responsive-search {
        padding-left: 20px;
        padding-right: 20px
    }

    .header-theme-page-019-include .mobile-017c-search {
        left: 20px;
        right: 20px
    }

    .header-theme-page-019-include .w-german-sso {
        padding-left: 20px;
        padding-right: 20px
    }

    .header-theme-page-019-include .row.button-wrap {
        margin-left: 14px;
        margin-right: 14px
    }

    .header-theme-page-019-include .landing-image-addition {
        left: 20px;
        right: 20px
    }

    .header-theme-page-019-include .landing-image-addition .padding-cover-search {
        margin-left: 20px;
        margin-right: 20px
    }

    .header-theme-page-019-include.row-fix-margin-layout {
        margin-left: -20px;
        margin-right: -20px
    }

    .header-theme-page-019-include.row-fix-margin-layout>.col-12 {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 544px) and (max-width:767.98px) {
    .so-widget-header-module-job-ad-widget .full-img-mobile-021 {
        margin-left:-20px;
        margin-right: -20px
    }
}

@media (max-width: 767.98px) {
    .so-widget-header-module-job-ad-widget .video-res {
        height:auto;
        -o-object-fit: fill;
        object-fit: fill
    }
}

@media (min-width: 544px) and (max-width:767.98px) {
    .w-stage-home .padding-responsive-search {
        padding-left:20px!important;
        padding-right: 20px!important
    }

    .w-stage-home .landing-image-bottom {
        position: absolute;
        bottom: 40px
    }

    .w-stage-home .landing-image-addition {
        left: 20px;
        right: 20px
    }

    .w-stage-home .floating .landing-image-addition {
        margin-left: 20px;
        margin-right: 20px
    }

    .w-stage-home.row-fix-margin-layout {
        margin-left: -20px;
        margin-right: -20px
    }

    .w-stage-home.row-fix-margin-layout>.col-12 {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 767.98px) {
    .w-stage-home .landing-image-top {
        position:absolute;
        top: 40px
    }

    .w-stage-home div.landing-image-middle {
        position: absolute;
        top: 50%;
        padding-left: 0;
        padding-right: 0;
        transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%)
    }

    .w-stage-home .element-1 {
        position: inherit!important;
        top: auto!important;
        left: auto!important;
        -webkit-transform: translate(0)!important;
        -ms-transform: translate(0)!important;
        transform: translate(0)!important;
        margin-left: 0!important
    }

    .w-stage-home .text-cover-center {
        text-align: center
    }

    .w-stage-home .text-cover-right {
        text-align: right
    }

    .w-stage-home [class*=trpos-] .widget {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .w-stage-home .w-stage-home [class*=tpos-] {
        bottom: 30px;
        padding-left: 20px;
        padding-right: 20px
    }

    .w-stage-home .height-media-module-018,.w-stage-home .w-object-fit-wrap-for-video {
        min-height: 220px;
        height: 220px
    }

    .w-stage-home .landing-image-addition {
        padding-bottom: 30px;
        padding-top: 30px
    }
}

@media (min-width: 544px) and (max-width:767.98px) {
    .so-widget-dpd-news-widget .pd-left-right-news-mobile {
        padding-left:20px;
        padding-right: 20px
    }

    .so-widget-dpd-news-widget .mg-left-right-news-mobile-revert {
        margin-left: -20px;
        margin-right: -20px
    }

    .so-widget-dpd-news-widget .mg-left-right-news-mobile-revert-positive {
        margin-left: 20px;
        margin-right: 20px
    }

    .so-widget-dpd-news-widget .news-module .news-box-part {
        padding: 20px 20px
    }

    .so-widget-dpd-news-widget .news-box .news-info .text-bottom {
        font-weight: 400;
        position: absolute;
        left: 20px;
        bottom: 20px;
        display: block;
        right: 7px;
        min-height: 17px
    }
}

@media (max-width: 767.98px) {
    .related-news-wrapper .height-media-news-module {
        height:220px;
        min-height: 220px
    }

    .so-widget-dpd-news-widget .news-filter {
        display: none!important
    }

    .so-widget-dpd-news-widget .news-filter-mobile .filter-close-sm {
        position: initial;
        right: initial;
        top: initial;
        width: 20px;
        height: 20px;
        margin-top: 23px
    }

    .so-widget-dpd-news-widget .filter-icon-sm {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        font-size: 13px;
        cursor: pointer
    }

    .so-widget-dpd-news-widget .news-filter-mobile {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        background-color: #fff;
        z-index: 9999
    }

    .so-widget-dpd-news-widget .news-filter-mobile .apply-filter .btn {
        padding: 14px 24px;
        font-size: 14px
    }

    .so-widget-dpd-news-widget .news-filter-mobile .filter-content-sm {
        height: 80%;
        overflow-y: scroll
    }

    .so-widget-dpd-news-widget .news-filter-mobile .filter-content-sm ul {
        list-style: none;
        padding-left: 17px
    }

    .so-widget-dpd-news-widget .news-filter-mobile .filter-content-sm .has-sub {
        position: relative
    }

    .so-widget-dpd-news-widget .news-filter-mobile .filter-content-sm .has-sub .sub-expand {
        display: block;
        position: initial;
        right: initial;
        top: initial;
        cursor: pointer;
        width: 100%;
        background-position-x: center;
        height: 47px
    }

    .so-widget-dpd-news-widget .news-filter-mobile .filter-content-sm .has-sub .sub {
        display: none
    }

    .so-widget-dpd-news-widget .news-filter-mobile .filter-content-sm .has-sub .sub li {
        margin-bottom: 10px
    }

    .so-widget-dpd-news-widget .news-filter-mobile .filter-content-sm .filter-psedo {
        display: block
    }

    .so-widget-dpd-news-widget .news-filter-mobile .apply-filter {
        position: absolute;
        bottom: 1rem;
        left: 0
    }

    .so-widget-dpd-news-widget .height-media-news-module {
        height: 220px;
        min-height: 220px
    }

    .so-widget-dpd-news-widget .height-text-content-dpd-news {
        overflow-y: hidden;
        height: 90px
    }
}

@media (min-width: 544px) {
    .padding-dpd-news {
        padding-left:6px;
        padding-right: 6px
    }
}

@media (max-width: 767.98px) {
    .dpd-faq-widget .load-more-wrap {
        margin-bottom:56px
    }
}

@media (max-width: 767.98px) {
    .so-widget-dpd-picture-gallery-widget .w-pg-overview-mode .picture-per-row-3 {
        -webkit-flex-basis:50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-overview-mode .picture-per-row-4 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-overview-mode .picture-per-row-5 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-overview-mode .picture-per-row-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .gView__header {
        padding-top: 20px
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .gView__header .close img {
        width: 19.1px;
        height: 19.1px
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel:hover .carousel-control-next,.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel:hover .carousel-control-prev {
        opacity: 1
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .carousel-inner {
        overflow: visible
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .carousel-control-next .circle-sm-down,.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .carousel-control-prev .circle-sm-down {
        width: 45px;
        height: 45px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        padding-top: 13px
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .carousel-control-next .circle-sm-down img,.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .carousel-control-prev .circle-sm-down img {
        margin-left: auto;
        margin-right: auto
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-header {
        margin-bottom: 9px
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-header .wp-pg-head-title {
        float: left;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-header .wp-pg-head-title p {
        height: 23px;
        line-height: 23px;
        margin-bottom: 0;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-header .wp-pg-share {
        text-align: center;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 21.9px;
        margin-bottom: 20px
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-header .w-pg-share {
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        margin: 0 0 0 5px;
        display: inline-block
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-indicators .slick-arrow {
        display: none!important
    }
}

@media (min-width: 544px) and (max-width:767.98px) {
    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-item {
        margin-left:-20px;
        margin-right: -20px
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .carousel-control-prev {
        width: 75px;
        left: -20px;
        padding-left: 22px
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .carousel-control-next {
        width: 75px;
        right: -20px;
        padding-right: 22px
    }
}

@media (min-width: 544px) {
    .w-dpd-citation .carousel-indicators {
        margin-bottom:15px
    }

    .w-dpd-citation .landing-image-middle-citation {
        position: absolute;
        top: 50%;
        left: 14px;
        width: -webkit-calc((100% - 12px * 13 - 14px)/ 12 * 12 + 126px + 14px);
        width: calc((100% - 12px * 13 - 14px)/ 12 * 12 + 126px + 14px);
        bottom: auto;
        transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        padding-left: 6px;
        padding-right: 6px
    }
}

@media (max-width: 767.98px) {
    .w-dpd-citation .carousel-indicators {
        margin-bottom:15px
    }

    .w-dpd-citation .carousel-indicators li {
        width: 11px;
        height: 11px
    }

    .w-dpd-citation .carousel-item {
        min-height: 200px
    }

    .w-dpd-citation .display-citation {
        display: none
    }

    .w-dpd-citation .carousel-inner .carousel-control-next,.w-dpd-citation .carousel-inner .carousel-control-prev {
        display: none
    }
}

@media (min-width: 544px) {
    .so-widget-download-module-widget .margin-download-010 {
        margin-left:-6px
    }
}

@media (min-width: 544px) and (max-width:767.98px) {
    .so-widget-dpd-news-widget .pd-left-right-news-mobile {
        padding-left:20px;
        padding-right: 20px
    }

    .so-widget-dpd-news-widget .mg-left-right-news-mobile-revert {
        margin-left: -20px;
        margin-right: -20px
    }

    .so-widget-dpd-news-widget .mg-left-right-news-mobile-revert-positive {
        margin-left: 20px;
        margin-right: 20px
    }

    .so-widget-dpd-news-widget .news-module .news-box-part {
        padding: 20px 20px
    }

    .so-widget-dpd-news-widget .news-box .news-info .text-bottom {
        font-weight: 400;
        position: absolute;
        left: 20px;
        bottom: 20px;
        display: block;
        right: 7px;
        min-height: 17px
    }
}

@media (max-width: 767.98px) {
    .related-news-wrapper .height-media-news-module {
        height:220px;
        min-height: 220px
    }

    .so-widget-dpd-news-widget .news-filter {
        display: none!important
    }

    .so-widget-dpd-news-widget .news-filter-mobile .filter-close-sm {
        position: initial;
        right: initial;
        top: initial;
        width: 20px;
        height: 20px;
        margin-top: 23px
    }

    .so-widget-dpd-news-widget .filter-icon-sm {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        font-size: 13px;
        cursor: pointer
    }

    .so-widget-dpd-news-widget .news-filter-mobile {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        background-color: #fff;
        z-index: 9999
    }

    .so-widget-dpd-news-widget .news-filter-mobile .apply-filter .btn {
        padding: 14px 24px;
        font-size: 14px
    }

    .so-widget-dpd-news-widget .news-filter-mobile .filter-content-sm {
        height: 80%;
        overflow-y: scroll
    }

    .so-widget-dpd-news-widget .news-filter-mobile .filter-content-sm ul {
        list-style: none;
        padding-left: 17px
    }

    .so-widget-dpd-news-widget .news-filter-mobile .filter-content-sm .has-sub {
        position: relative
    }

    .so-widget-dpd-news-widget .news-filter-mobile .filter-content-sm .has-sub .sub-expand {
        display: block;
        position: initial;
        right: initial;
        top: initial;
        cursor: pointer;
        width: 100%;
        background-position-x: center;
        height: 47px
    }

    .so-widget-dpd-news-widget .news-filter-mobile .filter-content-sm .has-sub .sub {
        display: none
    }

    .so-widget-dpd-news-widget .news-filter-mobile .filter-content-sm .has-sub .sub li {
        margin-bottom: 10px
    }

    .so-widget-dpd-news-widget .news-filter-mobile .filter-content-sm .filter-psedo {
        display: block
    }

    .so-widget-dpd-news-widget .news-filter-mobile .apply-filter {
        position: absolute;
        bottom: 1rem;
        left: 0
    }

    .so-widget-dpd-news-widget .height-media-news-module {
        height: 220px;
        min-height: 220px
    }

    .so-widget-dpd-news-widget .height-text-content-dpd-news {
        overflow-y: hidden;
        height: 90px
    }
}

@media (min-width: 544px) {
    .padding-dpd-news {
        padding-left:6px;
        padding-right: 6px
    }
}

@media (min-width: 544px) and (max-width:767.98px) {
    .w-best-practice .w-bp-content-left .w-bp-content-image {
        padding-left:20px;
        padding-right: 20px
    }

    .w-best-practice .w-bp-content-left .w-bp-content-left-text .w-bp-content-lt-col {
        padding-left: 20px;
        padding-right: 20px
    }

    .w-best-practice .w-bp-content-right {
        padding-left: 20px;
        padding-right: 20px
    }

    .w-best-practice .w-bp-content-right .w-bp-content-right-text {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 767.98px) {
    .w-best-practice .w-bp-content-left>.row {
        min-height:146px
    }

    .w-best-practice .w-bp-content-left .w-bp-content-image {
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        z-index: 10
    }

    .w-best-practice .w-bp-content-left .w-bp-content-left-text {
        width: 100%;
        margin-top: -70px
    }

    .w-best-practice .w-bp-content-left .w-bp-content-left-text .w-bp-content-text {
        margin-top: 90px;
        margin-bottom: 20px;
        text-align: center
    }

    .w-best-practice .w-bp-content-right {
        padding-top: 18px
    }

    .w-best-practice .w-bp-content-right .w-bp-content-cta>.btn {
        width: 100%
    }

    .w-best-practice .w-bp-headline {
        margin-bottom: 37px
    }
}

@media (min-width: 544px) {
    .panel-layout .panel-grid.change-teaser-position {
        margin-left:-26px;
        margin-right: -26px
    }
}

@media (max-width: 767.98px) {
    .w-teaser-002 .teaser-psfinder-link-icon {
        right:10px;
        bottom: 5px;
        position: absolute
    }

    .w-teaser-001 .head-001 {
        max-height: 69px
    }

    [class*=w-teaser-] .top-box .des-001 p {
        display: none
    }

    .w-teaser-002 .top-box p {
        display: none
    }
}

@media (min-width: 544px) and (max-width:767.98px) {
    .so-widget-dpd-topic-switch-widget .module-007 {
        margin-left:-20px;
        margin-right: -20px
    }

    .so-widget-dpd-topic-switch-widget .module-007 .expand-icon {
        right: 26px;
        position: absolute
    }

    .so-widget-dpd-topic-switch-widget .w-tw-mobile .w-tw-icon-box {
        padding-left: 26px;
        padding-right: 26px
    }

    .so-widget-dpd-topic-switch-widget .w-tw-mobile [class*=cta-btn-] {
        padding-left: 26px;
        padding-right: 26px
    }
}

@media (max-width: 767.98px) {
    .so-widget-dpd-topic-switch-widget .module-007 {
        padding-left:0;
        padding-right: 0
    }

    .so-widget-dpd-topic-switch-widget .cta-btn-group a:nth-of-type(n+2) {
        margin-top: 10px
    }
}

@media (min-width: 544px) and (max-width:767.98px) {
    .w-best-practice .w-bp-content-left .w-bp-content-image {
        padding-left:20px;
        padding-right: 20px
    }

    .w-best-practice .w-bp-content-left .w-bp-content-left-text .w-bp-content-lt-col {
        padding-left: 20px;
        padding-right: 20px
    }

    .w-best-practice .w-bp-content-right {
        padding-left: 20px;
        padding-right: 20px
    }

    .w-best-practice .w-bp-content-right .w-bp-content-right-text {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 767.98px) {
    .w-best-practice .w-bp-content-left>.row {
        min-height:146px
    }

    .w-best-practice .w-bp-content-left .w-bp-content-image {
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        z-index: 10
    }

    .w-best-practice .w-bp-content-left .w-bp-content-left-text {
        width: 100%;
        margin-top: -70px
    }

    .w-best-practice .w-bp-content-left .w-bp-content-left-text .w-bp-content-text {
        margin-top: 90px;
        margin-bottom: 20px;
        text-align: center
    }

    .w-best-practice .w-bp-content-right {
        padding-top: 18px
    }

    .w-best-practice .w-bp-content-right .w-bp-content-cta>.btn {
        width: 100%
    }

    .w-best-practice .w-bp-headline {
        margin-bottom: 37px
    }
}

@media (max-width: 767.98px) {
    .so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .btn-send-girth {
        width:161px;
        height: 45px
    }

    .so-widget-dpd-at-girth-calculator-widget .d-flex {
        display: block!important
    }

    .so-widget-dpd-at-girth-calculator-widget .btn-calculator.clearfix {
        clear: both;
        padding-top: 15px
    }

    .so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .girth-calculator .col-btn {
        max-width: 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .btn-send-girth {
        width: 100%
    }

    .so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .special-character {
        width: 15%;
        max-width: 15%;
        -webkit-flex: 5%;
        -ms-flex: 5%;
        flex: 5%;
        padding: 0;
        text-align: center;
        float: left;
        line-height: 38px
    }

    .so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .girth-calculator .col-input {
        width: 26.6%!important;
        max-width: 26.6%!important;
        -webkit-flex: 30%;
        -ms-flex: 30%;
        flex: 30%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left
    }

    .so-widget-dpd-at-girth-calculator-widget .dimension-height-icon,.so-widget-dpd-at-girth-calculator-widget .dimension-length-icon,.so-widget-dpd-at-girth-calculator-widget .dimension-width-icon {
        margin-bottom: 10px
    }

    .so-widget-dpd-at-girth-calculator-widget .dimension-height-icon img,.so-widget-dpd-at-girth-calculator-widget .dimension-length-icon img,.so-widget-dpd-at-girth-calculator-widget .dimension-width-icon img {
        height: 103px
    }

    .so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .special-character {
        margin-top: 106px;
        width: 10%!important;
        max-width: 10%!important
    }

    .so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .margin-left-img {
        margin-left: -6%
    }

    .so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .confirmation1-icon {
        background: url(../images/ATGirthCalculator/confirmation.png) no-repeat;
        width: 30px;
        height: 30px;
        float: left;
        margin-top: 9px;
        margin-left: 4px
    }

    .so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .close-x-big-icon {
        background: url(../images/ATGirthCalculator/close-x-big.png) no-repeat;
        width: 30px;
        height: 30px;
        float: left;
        margin-top: 9px;
        margin-left: 4px
    }
}

@media (min-width: 544px) {
    .module-025a .wrap {
        width:auto;
        max-width: 100%;
        margin-right: 14px;
        margin-left: 14px
    }
}

@media (max-width: 767.98px) {
    .module-025a .button-wrap .col-md-6 {
        max-width:100%
    }

    .video-res {
        -o-object-fit: fill;
        object-fit: fill
    }
}

@media (min-width: 544px) {
    #cookie-notice {
        padding-right:20px;
        padding-left: 20px
    }
}

@media (max-width: 767.98px) {
    .w-benefits-3 .top-girth .w-b3-item {
        margin-bottom:48px
    }
}

@media (min-width: 544px) {
    .so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-description .w-newsletter-invest-container {
        padding-left:6px;
        padding-right: 6px
    }

    .so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-description .w-newsletter-graphic div[class*=col] {
        max-width: -webkit-calc(100% / 12 * 7 - 6px);
        max-width: calc(100% / 12 * 7 - 6px)
    }
}

@media (max-width: 767.98px) {
    .so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-description {
        margin-bottom:30px
    }

    .so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-content {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-content .w-newsletter-mail .w-newsletter-mail-input {
        margin-bottom: 10px
    }
}

@media (min-width: 544px) {
    .w-customer-feedback .wrapper {
        padding-left:20px;
        padding-right: 20px
    }

    .w-customer-feedback .slick-list {
        max-width: -webkit-calc(75% + 8px);
        max-width: calc(75% + 8px)
    }
}

@media (min-width: 544px) and (max-width:767.98px) {
    .module-017b .wrap {
        left:26px;
        right: 26px
    }
}

@media (max-width: 767.98px) {
    .module-017b .height-media-module-017b,.module-017b .w-object-fit-wrap-for-video {
        height:220px
    }
}

@media (max-width: 767.98px) {
    .so-widget-dpd-full-image-text-045-widget .module-045 .landing-image-top {
        position:absolute;
        top: 43px;
        left: 50%;
        transform: translate(-50%);
        -ms-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -webkit-transform: translate(-50%)
    }

    .so-widget-dpd-full-image-text-045-widget .module-045 div.landing-image-middle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-150%);
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%)
    }

    .so-widget-dpd-full-image-text-045-widget .module-045 .landing-image-bottom {
        position: absolute;
        bottom: 43px;
        left: 50%;
        transform: translate(-50%);
        -ms-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -webkit-transform: translate(-50%)
    }

    .so-widget-dpd-full-image-text-045-widget .module-045 .height-full-image {
        position: relative;
        height: auto;
        overflow: hidden
    }

    .so-widget-dpd-full-image-text-045-widget .module-045 .bg-img-045 {
        height: auto;
        min-width: 100%;
        max-width: initial;
        max-height: initial;
        width: auto;
        position: relative
    }

    .so-widget-dpd-full-image-text-045-widget .module-045 .text-center {
        max-width: 100%
    }

    .so-widget-dpd-full-image-text-045-widget .module-045 .text-center h3 {
        width: 100%!important
    }
}

@media (min-width: 544px) and (max-width:767.98px) {
    .module-045 .padding-element-045 {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (min-width: 544px) and (max-width:767.98px) {
    .so-widget-dpd-accordion-content-widget .padding-element-004 {
        padding-left:20px;
        padding-right: 20px
    }

    .so-widget-dpd-accordion-content-widget .padding-button-004 {
        padding-left: 14px;
        padding-right: 14px
    }
}

@media (min-width: 544px) and (max-width:767.98px) {
    .so-widget-dpd-awards-widget .padding-element-040 {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (max-width: 767.98px) {
    .so-widget-dpd-awards-widget .right-side,.so-widget-dpd-awards-widget .right-side-2 {
        margin-top:19px
    }
}

@media (max-width: 767.98px) {
    .w-german-sso .icon-login {
        font-size:0
    }

    .w-german-sso .login-wrap .col-10 {
        min-width: -webkit-calc(100% - 45px);
        min-width: calc(100% - 45px)
    }

    .w-german-sso .login-wrap .col-2 {
        max-width: 45px
    }
}

@media (min-width: 544px) {
    .module-025c .wrap {
        width:auto;
        max-width: 100%;
        margin-right: 14px;
        margin-left: 14px
    }
}

@media (max-width: 767.98px) {
    .module-014 .col-md-10.w-cf-infomation {
        padding-left:12px
    }
}

@media (max-width: 767.98px) {
    .module-015 .col-9.w-cs-infomation {
        padding-left:12px
    }
}

@media (min-width: 544px) and (max-width:767.98px) {
    .module-022 .job-ad-box {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (max-width: 767.98px) {
    .module-022 .job-ad-box {
        padding-top:30px;
        padding-bottom: 30px
    }

    .wrap-module-022 {
        margin-bottom: -16px!important
    }

    .wrap-module-022 .panel-grid-cell {
        margin-bottom: 16px!important
    }
}

@media (max-width: 767.98px) {
    .dpd-delivery-time #tabs-content .ui-tabs {
        padding:0
    }

    .dpd-delivery-time .results .result-title {
        padding-left: 3px
    }
}

@media (min-width: 544px) {
    .dpd-delivery-time #tabs-content .ui-tabs {
        padding:5px
    }

    .dpd-delivery-time .results .result-title {
        padding-left: 7px
    }
}

@media (min-width: 544px) {
    .module-026b .wrap {
        width:auto;
        max-width: 100%;
        margin-right: 14px;
        margin-left: 14px
    }
}

@media (max-width: 767.98px) {
    .so-widget-dpd-at-depot-finder-widget .dpd-depot-finder .dpd-depot-finder-content .text-box {
        border:none!important
    }
}

@media (max-width: 767.98px) {
    .benefits-1 .mb-30 {
        margin-bottom:30px
    }
}

@media (min-width: 544px) and (max-width:767.98px) {
    .so-widget-dpd-header-module-content-page-widget .full-img-mobile-020 {
        margin-left:-20px;
        margin-right: -20px
    }
}

@media (max-width: 767.98px) {
    .so-widget-dpd-header-module-content-page-widget .video-res {
        height:auto;
        -o-object-fit: fill;
        object-fit: fill
    }
}

@media (min-width: 544px) {
    .module-404 .wrap {
        width:auto;
        max-width: 100%;
        margin-right: 14px;
        margin-left: 14px
    }
}

@media (max-width: 767.98px) {
    .module-404 .button-wrap .col-md-6 {
        max-width:100%
    }

    .module-404 .video-res {
        -o-object-fit: fill;
        object-fit: fill
    }
}

@media (min-width: 544px) {
    .module-050 .wrap {
        width:auto;
        max-width: 100%;
        margin-right: 14px;
        margin-left: 14px
    }
}

@media (max-width: 767.98px) {
    .module-050 .button-wrap .col-md-6 {
        max-width:100%
    }

    .module-050 .video-res {
        height: auto;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (max-width: 767.98px) {
    .panel-grid .align-button {
        margin:auto;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .panel-grid .widget_dpd-button-widget {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 544px) {
    .w-job-finder-filter[class*=row-fix-margin-] {
        padding-left:14px;
        padding-right: 14px
    }
}

@media (max-width: 767.98px) {
    .w-job-finder-filter .w-jff-boxed {
        display:block;
        -webkit-align-items: initial;
        -ms-flex-align: initial;
        align-items: initial;
        padding-top: 21px;
        padding-bottom: 18px
    }

    .w-job-finder-filter .w-jff-boxed .w-jff-headline[class*=col-] {
        margin-bottom: 25px
    }

    .w-job-finder-filter .w-jff-boxed .w-jff-dropdown[class*=col-] {
        margin-bottom: 10px
    }

    .w-jff-results .w-jff-results-text {
        margin-bottom: 0
    }

    .w-jff-results .w-jff-results-group {
        margin-top: 45px;
        font-family: PlutoSansRegular;
        margin-bottom: 12px
    }

    .w-jff-results .w-jff-results-item {
        border-bottom: 1px solid #e6e7e8;
        padding-top: 20px;
        padding-bottom: 22px
    }

    .w-jff-results .w-jff-results-item:last-of-type {
        border: none
    }

    .w-jff-results .w-jff-results-item .w-jff-results-item-readmore {
        text-align: left
    }
}

@media (min-width: 544px) {
    .w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-tasks {
        padding-left:20px;
        padding-right: 20px
    }

    .w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-requirements {
        padding-left: 20px;
        padding-right: 20px
    }

    .w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-offer {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 767.98px) {
    .w-job-finder-information-detail .w-jfid-intro {
        margin-top:57px;
        margin-bottom: 51px
    }

    .w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-tasks {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-requirements {
        margin-top: 16px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-offer {
        margin-top: 16px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .w-job-finder-information-detail .w-jfid-apply a {
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .so-widget-search-parcel-tracking-widget .padding-cover-search h3 {
        color:#414042
    }

    [class*=widget_search-parcel-tracking-] .search-reference-link {
        display: none
    }
}

@media (max-width: 767.98px) {
    .dpd-higher-insurance .dpd-higher-insurance-content .hi-premium-amount-label {
        display:block;
        width: 100%
    }

    .dpd-higher-insurance .dpd-higher-insurance-content .hi-premium-amount-span {
        display: block;
        width: 100%;
        text-align: right
    }
}

@media (max-width: 767.98px) {
    .polly-help-container .text-box {
        border:none!important
    }

    .polly-help-container #feedbackNegativeReason {
        width: 100%!important
    }
}

@media (max-width: 767.98px) {
    .so-widget-dpd-chart-widget .w-dpd-chart {
        margin-bottom:30px
    }

    .so-widget-dpd-chart-widget .w-dpd-chart .primary-title {
        font-size: 20px;
        line-height: 24px
    }

    .so-widget-dpd-chart-widget .w-dpd-chart .chart-dropdown-menu-title h3 {
        font-size: 15px;
        font-family: PlutoSansRegular;
        font-weight: 400;
        line-height: 18px
    }

    .so-widget-dpd-chart-widget .w-dpd-chart .chart-pml {
        padding-left: 0;
        margin-left: 0
    }

    .so-widget-dpd-chart-widget .w-dpd-chart #wdt-filter-widget {
        position: relative
    }

    .so-widget-dpd-chart-widget .w-dpd-chart .wpDataTablesWrapper .wpDataTableFilterSection {
        padding: 5px 0
    }

    .so-widget-dpd-chart-widget .w-dpd-chart .teaser-link-icon {
        padding-left: 10px
    }

    .so-widget-dpd-chart-widget .w-dpd-chart .previous-chart {
        -webkit-transform: scale(-1.75,1.75);
        -ms-transform: scale(-1.75,1.75);
        transform: scale(-1.75,1.75)
    }

    .so-widget-dpd-chart-widget .w-dpd-chart .next-chart {
        -webkit-transform: scale(1.75,1.75);
        -ms-transform: scale(1.75,1.75);
        transform: scale(1.75,1.75)
    }

    .so-widget-dpd-chart-widget .w-dpd-chart .wdt-clear-filters-widget-wrapper {
        margin-right: 2%
    }

    .so-widget-dpd-chart-widget .w-dpd-chart div[id^=table_][id$="_filter"][class^=column-] button,.so-widget-dpd-chart-widget .w-dpd-chart input,.so-widget-dpd-chart-widget .w-dpd-chart span.text {
        font-size: 14px
    }
}

@media (max-width: 543.98px) {
    .so-widget-dpd-chart-widget .w-dpd-chart .wdt-clear-filters-widget-wrapper {
        margin-right:4%
    }
}

@media (min-width: 768px) {
    .so-widget-dpd-chart-widget .w-dpd-chart .primary-title {
        font-size:29px;
        line-height: 35px
    }

    .so-widget-dpd-chart-widget .w-dpd-chart .chart-dropdown-menu-title h3 {
        font-size: 18px;
        font-family: PlutoSansLight;
        font-weight: 300;
        line-height: 22px
    }

    .so-widget-dpd-chart-widget .w-dpd-chart #wdt-filter-widget {
        width: 95%
    }

    .so-widget-dpd-chart-widget .w-dpd-chart #wdt-filter-widget .wpDataTablesWrapper {
        height: 100%;
        margin-right: 5%
    }

    .so-widget-dpd-chart-widget .w-dpd-chart #wdt-filter-widget .wpDataTablesWrapper::-webkit-scrollbar {
        width: 2px
    }

    .so-widget-dpd-chart-widget .w-dpd-chart #wdt-filter-widget .wpDataTablesWrapper::-webkit-scrollbar-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 96px;
        height: 33px;
        background: rgba(65,64,66,.1);
        -webkit-border-radius: 4px;
        border-radius: 4px
    }

    .so-widget-dpd-chart-widget .w-dpd-chart .wpDataTablesWrapper .wpDataTableFilterSection {
        padding: 5px 15px
    }

    .so-widget-dpd-chart-widget .w-dpd-chart .previous-chart {
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1)
    }

    .so-widget-dpd-chart-widget .w-dpd-chart .chart-navigator {
        padding-bottom: 24px
    }

    .so-widget-dpd-chart-widget .w-dpd-chart div[id^=table_][id$="_filter"][class^=column-] button,.so-widget-dpd-chart-widget .w-dpd-chart input,.so-widget-dpd-chart-widget .w-dpd-chart span.text {
        font-size: 15px
    }
}

@media (min-width: 544px) {
    .small-screen {
        color:#00f
    }

    .w-customer-feedback .item-slider .slick-prev.slick-arrow {
        left: 14px;
        padding-left: 3px
    }

    .w-customer-feedback .item-slider .slick-next.slick-arrow {
        right: 14px;
        padding-right: 3px
    }
}

@media (max-width: 767.98px) {
    .so-widget-dpd-tab-module-1a-widget .tab-content .module-025a .px-sm-0 {
        padding-left:1rem!important;
        padding-right: 1rem!important
    }

    .so-widget-dpd-tab-module-1a-widget .tab-content .module-026b .px-0 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .w-dpd-picture .inner-image:hover .image {
        opacity: 1
    }

    .w-dpd-picture .w-dpd-picture .inner-image:hover .middle {
        opacity: 0
    }

    .w-dpd-picture .w-dpd-picture .inner-image .middle {
        display: none
    }

    .w-dpd-picture .w-dpd-picture .inner-image>img.image {
        height: 217.6px;
        margin: auto;
        display: block
    }

    .so-widget-dpd-german-sso-widget .germansso-pass-div,.so-widget-dpd-german-sso-widget .germansso-user-div {
        border: solid 1px #808285
    }

    .so-widget-dpd-german-sso-widget .germansso-pass-div .text-box,.so-widget-dpd-german-sso-widget .germansso-user-div .text-box {
        border: none!important
    }

    .so-widget-dpd-at-commercial-invoice-widget .dpd-invoice-button {
        width: 146px;
        height: 45px;
        margin-left: 26%
    }

    .d-inline-dpd {
        top: 38%
    }

    .so-widget-dpd-at-girth-calculator-widget .btn-calculator.clearfix {
        clear: both;
        padding-top: 15px
    }

    .so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .girth-calculator .col-btn {
        max-width: 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .btn-send-girth {
        width: 100%
    }

    .so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .special-character {
        width: 5%;
        max-width: 5%;
        -webkit-flex: 5%;
        -ms-flex: 5%;
        flex: 5%;
        padding: 0;
        text-align: center;
        float: left;
        line-height: 38px
    }

    .so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .girth-calculator .col-input {
        width: 30%;
        max-width: 30%;
        -webkit-flex: 30%;
        -ms-flex: 30%;
        flex: 30%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left
    }

    .btn-width-AT-DL {
        width: 100%!important
    }

    .dpd-at-guarantee-service-widget .dpd-guarantee-service .dpd-guarantee-service-content .text-box {
        border: none!important
    }

    .table-module-confirm-icon {
        margin: 0
    }
}

@media (min-width: 768px) {
    .large-screen {
        color:red
    }

    .header-theme-page-019-include .carousel-item .search-support-image {
        top: 29%
    }

    .header-theme-page-019-include .text-cover-center {
        text-align: center
    }

    .header-theme-page-019-include .text-cover-right {
        text-align: right
    }

    .header-theme-page-019-include .landing-image-top {
        position: absolute;
        left: 0!important;
        padding: auto;
        top: 40px!important
    }

    .header-theme-page-019-include .search-landing-image-top {
        position: absolute;
        left: 0!important;
        padding: auto;
        top: -16%!important
    }

    .header-theme-page-019-include div.landing-image-middle {
        position: absolute;
        top: 50%;
        left: 16%;
        transform: translate(-32%,-50%);
        -ms-transform: translate(-32%,-50%);
        -moz-transform: translate(-32%,-50%);
        -webkit-transform: translate(-32%,-50%)
    }

    .header-theme-page-019-include div.search-landing-image-middle {
        position: absolute;
        top: 40%;
        left: 16.5%;
        transform: translate(-33%,-50%);
        -ms-transform: translate(-33%,-50%);
        -moz-transform: translate(-33%,-50%);
        -webkit-transform: translate(-33%,-50%)
    }

    .header-theme-page-019-include .landing-image-bottom {
        position: absolute;
        left: 0!important;
        padding: auto;
        bottom: 40px!important
    }

    .header-theme-page-019-include .search-landing-image-bottom {
        position: absolute;
        left: 0;
        padding: auto;
        bottom: 40px!important
    }

    .header-theme-page-019-include .german-sso-middle {
        top: 30%;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }

    .header-theme-page-019-include .w-object-fit-wrap-for-video {
        min-height: 325px;
        height: 325px
    }

    .header-theme-page-019-include .height-media-module-019 {
        height: 325px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .header-theme-page-019-include .height-media-module-019 video {
        width: auto;
        min-width: 100%
    }

    .header-theme-page-019-include .padding-right-header {
        padding-right: 12px
    }

    .header-theme-page-019-include .padding-left-header {
        padding-left: 12px
    }

    .header-theme-page-019-include .div-fb {
        padding-right: 3px!important
    }

    .header-theme-page-019-include .div-gg {
        padding-left: 3px!important
    }

    .header-theme-page-019-include .w-german-sso {
        max-width: 405px;
        margin: 0 auto
    }

    .header-theme-page-019-include>.row>[class*=col-] * {
        z-index: 110
    }

    .header-theme-page-019-include .floating .landing-image-addition {
        margin-top: 0
    }

    .header-theme-page-019-include .landing-image-addition {
        position: absolute;
        max-width: 1200px;
        height: 100%;
        margin: 0 auto;
        padding-bottom: 39px;
        padding-top: 36px
    }

    .header-theme-page-019-include .landing-image-addition .height-support-1 {
        height: auto
    }

    .header-theme-page-019-include .landing-image-addition .padding-cover-search {
        padding: 17px 15px 15px 15px
    }

    .header-theme-page-019-include .landing-image-addition>.row {
        height: 100%
    }

    .header-theme-page-019-include .so-widget-dpd-button-widget .btn-small-md {
        min-width: 100%;
        display: inline-block
    }

    .header-theme-page-019-include .carousel-item .landing-image-addition .height-support-1 {
        height: auto
    }

    .header-theme-page-019-include .inner-image {
        min-height: 325px
    }

    .header-theme-page-019-include .place-text-search-017c {
        bottom: 50%;
        text-align: center;
        padding-left: 24px
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .header-theme-page-019-include .padding-right-header {
        padding-right:28px;
        left: auto!important;
        right: 0
    }

    .header-theme-page-019-include .padding-left-header {
        padding-left: 28px
    }

    .header-theme-page-019-include .search-parcel-wrap .col-md-5 {
        max-width: 43.666667%;
        -webkit-flex: 0 0 43.666667%;
        -ms-flex: 0 0 43.666667%;
        flex: 0 0 43.666667%
    }

    .header-theme-page-019-include .search-parcel-wrap .offset-md-7 {
        margin-left: 56.333333%
    }

    .header-theme-page-019-include .landing-image-addition {
        left: 20px;
        right: 20px
    }

    .header-theme-page-019-include.row-fix-margin-layout {
        margin-left: -20px;
        margin-right: -20px
    }

    .header-theme-page-019-include.row-fix-margin-layout>.col-12 {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 768px) {
    .w-stage-home .landing-image-top {
        position:absolute;
        left: 0!important;
        padding: auto;
        top: 40px!important
    }

    .w-stage-home div.landing-image-middle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%)
    }

    .w-stage-home .landing-image-bottom {
        position: absolute;
        left: 0!important;
        padding: auto;
        bottom: 40px!important
    }

    .w-stage-home .text-cover-center {
        text-align: center
    }

    .w-stage-home .text-cover-right {
        text-align: right
    }

    .w-stage-home [class*=trpos-] .widget .boxed {
        padding: 15px;
        padding-top: 11px
    }

    .w-stage-home [class*=trpos-] .widget .boxed h3 {
        height: 35px;
        font-size: 18px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.94;
        letter-spacing: normal;
        text-align: left;
        margin-bottom: 2px;
        padding-left: 3px
    }

    .w-stage-home [class*=trpos-] .widget .search-box-regular input {
        padding-top: 1px;
        padding-bottom: 1px
    }

    .w-stage-home .height-media-module-018,.w-stage-home .w-object-fit-wrap-for-video {
        min-height: 325px;
        height: 325px
    }

    .w-stage-home .height-media-module-018 video,.w-stage-home .w-object-fit-wrap-for-video video {
        width: auto;
        min-width: 100%
    }

    .w-stage-home [class*=tpos-left-],.w-stage-home [class*=trpos-left-] {
        padding-left: 20px;
        padding-right: 6.5px
    }

    .w-stage-home [class*=tpos-right-],.w-stage-home [class*=trpos-right-] {
        padding-right: 20px;
        padding-left: 6.5px
    }

    .w-stage-home .landing-image-addition {
        position: absolute;
        max-width: 1200px;
        height: 100%;
        margin: 0 auto
    }

    .w-stage-home .padding-cover-search {
        padding: 17px 15px 15px 15px
    }

    .w-stage-home .oppa {
        z-index: 2
    }

    .w-stage-home .landing-image-addition .left-position .col-12 {
        margin-bottom: -3px
    }

    .w-stage-home .landing-image-addition .align-items-start {
        padding-top: 40px
    }

    .w-stage-home .landing-image-addition .align-items-end {
        padding-top: 40px
    }

    .w-stage-home .landing-image-addition .align-items-center {
        padding-top: 40px
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .w-stage-home .floating .landing-image-addition .align-items-end .col-md-6 {
        max-width:43.666667%
    }

    .w-stage-home .floating .landing-image-addition .align-items-end .offset-md-6 {
        margin-left: 56.333333%
    }

    .w-stage-home .landing-image-addition {
        left: 20px;
        right: 20px
    }

    .w-stage-home .landing-image-addition .col-md-7.col-lg-4 {
        max-width: 43.666667%
    }

    .w-stage-home.row-fix-margin-layout {
        margin-left: -20px;
        margin-right: -20px
    }

    .w-stage-home.row-fix-margin-layout>.col-12 {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 768px) {
    .related-news-wrapper .height-media-news-module {
        height:300px
    }

    .related-news-wrapper .height-media-news-module.news-box-part.col-md-3 {
        padding: 1.25rem;
        min-width: -webkit-calc(25% - 4px);
        min-width: calc(25% - 4px);
        max-width: -webkit-calc(25% - 4px);
        max-width: calc(25% - 4px);
        width: -webkit-calc(25% - 4px);
        width: calc(25% - 4px)
    }

    .related-news-wrapper .height-media-news-module.news-thumbnail.col-md-9 {
        min-width: -webkit-calc(75% + 4px);
        min-width: calc(75% + 4px);
        max-width: -webkit-calc(75% + 4px);
        max-width: calc(75% + 4px);
        width: -webkit-calc(75% + 4px);
        width: calc(75% + 4px)
    }

    .so-widget-dpd-news-widget .height-media-news-module {
        height: 300px
    }

    .so-widget-dpd-news-widget .height-media-news-module.col-md-9 {
        min-width: -webkit-calc(75% + 4px);
        min-width: calc(75% + 4px);
        max-width: -webkit-calc(75% + 4px);
        max-width: calc(75% + 4px);
        width: -webkit-calc(75% + 4px);
        width: calc(75% + 4px)
    }

    .so-widget-dpd-news-widget .padding-right-grid-news {
        padding-right: 20px
    }

    .so-widget-dpd-news-widget .padding-left-grid-news {
        padding-left: 20px
    }

    .so-widget-dpd-news-widget .news-module .news-box-part {
        padding: 1.25rem
    }

    .so-widget-dpd-news-widget .news-module .news-box-part.col-md-3 {
        min-width: -webkit-calc(25% - 4px);
        min-width: calc(25% - 4px);
        max-width: -webkit-calc(25% - 4px);
        max-width: calc(25% - 4px);
        width: -webkit-calc(25% - 4px);
        width: calc(25% - 4px)
    }

    .so-widget-dpd-news-widget .news-box .news-info .text-bottom {
        font-weight: 400;
        position: absolute;
        left: 20px;
        bottom: 20px;
        display: block;
        right: 7px;
        min-height: 17px
    }

    .so-widget-dpd-news-widget .height-text-content-dpd-news {
        overflow-y: hidden;
        height: 165px
    }

    .so-widget-dpd-news-widget .news-filter[class*=row-fix-margin-] {
        padding-left: 12px;
        padding-right: 12px
    }

    .padding-dpd-news {
        padding-left: 8px;
        padding-right: 8px
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .so-widget-dpd-news-widget .input-box.selected .placeholder {
        width:84%
    }
}

@media (min-width: 768px) {
    .w-benefits-3 .top-girth {
        padding-top:42px;
        padding-bottom: 93px
    }

    .w-benefits-3 .top-girth .w-b3-header {
        margin-bottom: 28px
    }

    .w-benefits-3 .top-girth .w-b3-header h1,.w-benefits-3 .top-girth .w-b3-header h2,.w-benefits-3 .top-girth .w-b3-header h3,.w-benefits-3 .top-girth .w-b3-header h4,.w-benefits-3 .top-girth .w-b3-header h5,.w-benefits-3 .top-girth .w-b3-header h6 {
        margin-bottom: 4px
    }

    .w-benefits-3 .top-girth .w-b3-boxed-item .px-mt-bf-subline {
        padding-left: 15%;
        padding-right: 15%;
        font-family: PlutoSansRegular
    }

    .w-benefits-3 .top-girth .w-b3-boxed-item .w-b3-item {
        margin-top: 20px
    }

    .w-benefits-3 .block-image {
        min-height: 355px
    }
}

@media (min-width: 768px) {
    .so-widget-dpd-picture-gallery-widget .w-pg-gallery-mode .carousel .carousel-control-prev {
        width:65px;
        padding-left: 20px
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gallery-mode .carousel .carousel-control-next {
        width: 65px;
        padding-right: 20px
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gallery-mode .carousel .carousel-indicators {
        bottom: 15px
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gallery-mode .carousel .w-pg-item {
        height: 356px
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .gView__header {
        padding-top: 20px
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .gView__header .close img {
        width: 10px;
        height: 10px
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .carousel-control-next,.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .carousel-control-prev {
        height: 447px;
        top: 35px
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .carousel-control-prev span {
        position: absolute;
        left: 8px
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .carousel-control-next span {
        position: absolute;
        right: 8px
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-indicators li.col {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-indicators .w-pg-thumbnail-item img {
        height: 82.4px
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-footer .col.w-40,.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-header .col.w-40 {
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        max-width: 40%
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-footer .col.w-60,.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-header .col.w-60 {
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        max-width: 60%
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-header {
        height: 30px;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 5px
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-header .wp-pg-head-title {
        float: left;
        padding-top: 3px;
        padding-bottom: 4px
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-header .wp-pg-head-title p {
        height: 23px;
        line-height: 23px;
        margin-bottom: 0;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-header .wp-pg-share {
        text-align: right;
        float: right;
        position: absolute;
        right: 0;
        padding-right: 0
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-header .w-pg-share {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin: 0 0 0 5px;
        display: inline-block
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-header .w-pg-share i,.so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-header .w-pg-share svg {
        vertical-align: middle;
        font-size: 15px
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-item {
        height: 447px
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-footer {
        height: 50px;
        margin-top: 12px;
        margin-bottom: 30px
    }

    .so-widget-dpd-picture-gallery-widget .w-pg-gView .w-pg-carousel .w-pg-carousel-indicators .w-pg-thumbnail-item .w-pg-thumbnail-title {
        margin-top: 8.4px
    }
}

@media (min-width: 768px) {
    .w-dpd-citation .carousel-control-next,.w-dpd-citation .carousel-control-prev {
        width:50px
    }

    .w-dpd-citation .carousel-indicators {
        margin-bottom: 20px
    }

    .w-dpd-citation .landing-image-middle-citation {
        position: absolute;
        top: 50%;
        left: -webkit-calc((100% - 16px * 13 - 12px)/ 12 + 16px + 12px);
        left: calc((100% - 16px * 13 - 12px)/ 12 + 16px + 12px);
        width: -webkit-calc((100% - 16px * 13 - 12px)/ 12 * 5 + 72px + 12px);
        width: calc((100% - 16px * 13 - 12px)/ 12 * 5 + 72px + 12px);
        padding-left: 8px;
        padding-right: 8px
    }
}

@media (min-width: 768px) {
    .related-news-wrapper .height-media-news-module {
        height:300px
    }

    .related-news-wrapper .height-media-news-module.news-box-part.col-md-3 {
        padding: 1.25rem;
        min-width: -webkit-calc(25% - 4px);
        min-width: calc(25% - 4px);
        max-width: -webkit-calc(25% - 4px);
        max-width: calc(25% - 4px);
        width: -webkit-calc(25% - 4px);
        width: calc(25% - 4px)
    }

    .related-news-wrapper .height-media-news-module.news-thumbnail.col-md-9 {
        min-width: -webkit-calc(75% + 4px);
        min-width: calc(75% + 4px);
        max-width: -webkit-calc(75% + 4px);
        max-width: calc(75% + 4px);
        width: -webkit-calc(75% + 4px);
        width: calc(75% + 4px)
    }

    .so-widget-dpd-news-widget .height-media-news-module {
        height: 300px
    }

    .so-widget-dpd-news-widget .height-media-news-module.col-md-9 {
        min-width: -webkit-calc(75% + 4px);
        min-width: calc(75% + 4px);
        max-width: -webkit-calc(75% + 4px);
        max-width: calc(75% + 4px);
        width: -webkit-calc(75% + 4px);
        width: calc(75% + 4px)
    }

    .so-widget-dpd-news-widget .padding-right-grid-news {
        padding-right: 20px
    }

    .so-widget-dpd-news-widget .padding-left-grid-news {
        padding-left: 20px
    }

    .so-widget-dpd-news-widget .news-module .news-box-part {
        padding: 1.25rem
    }

    .so-widget-dpd-news-widget .news-module .news-box-part.col-md-3 {
        min-width: -webkit-calc(25% - 4px);
        min-width: calc(25% - 4px);
        max-width: -webkit-calc(25% - 4px);
        max-width: calc(25% - 4px);
        width: -webkit-calc(25% - 4px);
        width: calc(25% - 4px)
    }

    .so-widget-dpd-news-widget .news-box .news-info .text-bottom {
        font-weight: 400;
        position: absolute;
        left: 20px;
        bottom: 20px;
        display: block;
        right: 7px;
        min-height: 17px
    }

    .so-widget-dpd-news-widget .height-text-content-dpd-news {
        overflow-y: hidden;
        height: 165px
    }

    .so-widget-dpd-news-widget .news-filter[class*=row-fix-margin-] {
        padding-left: 12px;
        padding-right: 12px
    }

    .padding-dpd-news {
        padding-left: 8px;
        padding-right: 8px
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .so-widget-dpd-news-widget .input-box.selected .placeholder {
        width:84%
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .w-best-practice .w-bp-content-right-text .w-bp-content-text {
        text-align:center
    }

    .w-best-practice .padding-element-042 {
        padding-left: 20px;
        padding-right: 20px
    }

    .w-best-practice .w-bp-content-left {
        -webkit-flex-basis: 86.7%;
        -ms-flex-preferred-size: 86.7%;
        flex-basis: 86.7%
    }

    .w-best-practice .w-bp-content-left>.row {
        min-height: 104px;
        width: 100%
    }

    .w-best-practice .w-bp-content-left>.row .w-bp-content-image img {
        width: 100%
    }

    .w-best-practice .w-bp-content-left .w-bp-content-image {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        padding-left: 20px;
        max-width: 39%;
        -webkit-flex-basis: 39%;
        -ms-flex-preferred-size: 39%;
        flex-basis: 39%
    }

    .w-best-practice .w-bp-content-left .w-bp-content-left-text .w-bp-content-lt-col {
        margin-left: 40.8%;
        min-height: 104px
    }

    .w-best-practice .w-bp-content-right {
        padding-top: 50px
    }

    .w-best-practice .w-bp-content-right .w-bp-content-cta {
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }

    .w-best-practice .w-bp-content-right .w-bp-content-cta>.btn {
        min-width: 146px
    }
}

@media (min-width: 768px) {
    .w-best-practice .w-bp-content-left {
        -webkit-align-items:center;
        -ms-flex-align: center;
        align-items: center;
        display: block
    }

    .w-best-practice .w-bp-content-left.skew-right:before {
        z-index: 1;
        top: 0;
        bottom: 0;
        right: -38px;
        display: block;
        width: 38px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        height: 100%;
        position: absolute;
        content: ""
    }

    .w-best-practice .w-bp-content-left .w-bp-content-left-text {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: block
    }

    .w-best-practice .w-bp-content-left .w-bp-content-left-text .w-bp-content-lt-col {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .w-best-practice .w-bp-content-right {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: block
    }

    .w-best-practice .w-bp-content-right .w-bp-content-right-text {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: block
    }
}

@media (min-width: 768px) {
    [class*=w-teaser-] .teaser-margin>p {
        display:-webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        height: 48px
    }

    [class*=w-teaser-] .boxed.top-box {
        min-height: 140px
    }

    .w-teaser-002 .top-box h3 {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

    .panel-layout .panel-grid.change-teaser-position {
        margin-left: -8px;
        margin-right: -8px
    }

    .panel-layout .panel-grid.change-teaser-position [class*=teaser-item-] {
        margin-bottom: 8px!important
    }
}

@media (min-width: 768px) {
    .so-widget-dpd-topic-switch-widget .w-tw-desktop .tab-module-vertical ul.nav {
        padding-left:8px
    }

    .so-widget-dpd-topic-switch-widget .w-tw-desktop .tab-module-vertical [class*=cta-btn-] .btn {
        padding-left: 18px;
        padding-right: 18px
    }

    .so-widget-dpd-topic-switch-widget .w-tw-desktop .tab-module-vertical .cta-btn-single .btn {
        min-width: 235px
    }

    .so-widget-dpd-topic-switch-widget .tab-mb {
        display: none
    }
}

@media (min-width: 768px) {
    .module-020 .button-wrap .btn {
        max-width:235px
    }
}

@media (min-width: 768px) {
    .module-021 .h1,.module-021 h2,.module-021 h3,.module-021 h4,.module-021 h5,.module-021 h6 {
        margin-bottom:0
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .module-025a .wrap-btn .btn {
        max-width:169px
    }

    .module-025a .wrap-btn .btn-one {
        margin-right: 12px
    }
}

@media (min-width: 768px) {
    .module-025a .button-wrap .col-md-6 {
        max-width:216px
    }

    .module-025a .wrap {
        width: auto;
        margin-right: 12px;
        margin-left: 12px
    }
}

@media (min-width: 768px) {
    .padding-cover-search {
        padding:17px 15px 15px 15px
    }
}

@media (min-width: 768px) {
    .benefits-1 .button-wrap .btn {
        width:100%;
        max-width: 235px
    }

    .benefits-1 .button-wrap .btn.btn-one {
        margin-right: 13px
    }
}

@media (max-width: 991.98px) {
    .benefits-1 {
        word-break:break-word;
        word-wrap: break-word;
        overflow-wrap: break-word
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .benefits-1 .margin-bottom-button {
        margin-bottom:10px
    }
}

@media (min-width: 768px) {
    .so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .col-input {
        width:18.5%;
        max-height: 158px
    }

    .so-widget-dpd-at-girth-calculator-widget .dimension-height-icon,.so-widget-dpd-at-girth-calculator-widget .dimension-length-icon,.so-widget-dpd-at-girth-calculator-widget .dimension-width-icon {
        height: 102px;
        margin-bottom: 10px
    }

    .so-widget-dpd-at-girth-calculator-widget .dimension-height-icon img,.so-widget-dpd-at-girth-calculator-widget .dimension-length-icon img,.so-widget-dpd-at-girth-calculator-widget .dimension-width-icon img {
        height: 103px
    }

    .so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .special-character {
        width: 6%;
        height: 100%;
        max-height: 158px
    }

    .so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .multiple-dimension-icon {
        position: relative;
        top: 15px
    }

    .so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .col-btn {
        width: 29%;
        max-height: 158px
    }

    .so-widget-dpd-at-girth-calculator-widget .special-character-20 {
        width: 4.5%
    }

    .so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .btn-send-girth {
        width: 100%;
        height: 45px
    }

    .so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .confirmation1-icon {
        background: url(../images/ATGirthCalculator/confirmation.png) no-repeat;
        width: 30px;
        height: 30px;
        float: left;
        margin-top: 9px;
        margin-left: 7px
    }

    .so-widget-dpd-at-girth-calculator-widget .dpd-girth-calculator .close-x-big-icon {
        background: url(../images/ATGirthCalculator/close-x-big.png) no-repeat;
        width: 30px;
        height: 30px;
        float: left;
        margin-top: 9px;
        margin-left: 7px
    }
}

@media (min-width: 768px) {
    #cookie-notice {
        padding-right:20px;
        padding-left: 20px
    }
}

@media (min-width: 768px) {
    .so-widget-dpd-button-widget .btn-small-md {
        min-width:240px;
        width: auto;
        display: table;
        margin: auto
    }
}

@media (min-width: 768px) {
    .so-widget-dpd-tab-module-1a-widget .tab-module .nav-tabs .nav-item.w-031-tab .w-031-head-text {
        margin-bottom:2.5px
    }
}

@media (min-width: 768px) {
    .so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-headline h1,.so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-headline h2,.so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-headline h3,.so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-headline h4,.so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-headline h5,.so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-headline h6 {
        margin-bottom:31px
    }

    .so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-description .w-newsletter-invest-container {
        padding-left: 8px;
        padding-right: 8px
    }

    .so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-description .w-newsletter-invest-container .w-newsletter-number {
        padding-left: 20px
    }

    .so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-description .w-newsletter-invest-container .w-newsletter-number h3 {
        font-size: 18px;
        margin-bottom: 0
    }

    .so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-description .w-newsletter-invest-container .w-newsletter-invest h2 {
        font-size: 24px;
        line-height: 29px
    }

    .so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-description .w-newsletter-graphic {
        min-height: 117px
    }

    .so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-description .w-newsletter-graphic div[class*=col] {
        max-width: -webkit-calc(100% / 12 * 6 - 8px);
        max-width: calc(100% / 12 * 6 - 8px);
        min-height: 117px
    }

    .so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-content {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-content p {
        margin-bottom: 5px
    }

    .so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-content .w-newsletter-mail .w-newsletter-mail-input {
        padding-right: 0
    }

    .so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-content .w-newsletter-mail .w-newsletter-mail-input .input-box {
        padding-left: 13px;
        padding-top: 15px;
        padding-bottom: 13px
    }

    .so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-content .w-newsletter-mail .w-newsletter-mail-btn {
        padding-left: 0
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .so-widget-dpd-newsletter-widget .w-newsletter .padding-element-044 {
        padding-left:20px;
        padding-right: 20px
    }

    .so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-description .w-newsletter-invest-container .w-newsletter-number h1 {
        font-family: PlutoSansRegular;
        font-size: 55px;
        line-height: .7;
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .w-customer-feedback .wrapper {
        padding-left:20px;
        padding-right: 20px
    }

    .w-customer-feedback .item-slider .slick-prev.slick-arrow {
        left: 0;
        padding-left: 3px
    }

    .w-customer-feedback .item-slider .slick-next.slick-arrow {
        right: 0;
        padding-right: 3px
    }

    .w-customer-feedback .slick-list {
        max-width: -webkit-calc(83.333333% + 3rem);
        max-width: calc(83.333333% + 3rem)
    }
}

@media (min-width: 768px) {
    .module-017b .wrap {
        left:28px;
        right: 28px
    }

    .module-017b .height-media-module-017b,.module-017b .w-object-fit-wrap-for-video {
        height: 325px
    }
}

@media (min-width: 768px) {
    .preview .landing-image-bottom {
        bottom:70px!important
    }

    .module-045 .landing-image-top {
        position: absolute;
        padding: 44px 0 0 0;
        top: 0
    }

    .module-045 div.landing-image-middle {
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%)
    }

    .module-045 .landing-image-bottom {
        position: absolute;
        padding: auto;
        bottom: 44px
    }

    .module-045 .height-full-image {
        height: auto;
        overflow: hidden
    }

    .module-045 .bg-img-045 {
        min-height: 100%;
        height: auto;
        min-width: 100%;
        max-width: initial;
        max-height: initial;
        width: auto;
        position: relative
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .module-045 .padding-element-045 {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (min-width: 768px) {
    .benefits-2 .button-wrap .btn {
        max-width:235px;
        width: 100%
    }

    .benefits-2 .button-wrap .btn.btn-one {
        margin-right: 13px
    }

    .benefits-2 .justify-content-center-md {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 768px) {
    .w-german-sso .wrap {
        max-width:405px
    }

    .w-german-sso .wrap .icon-login {
        height: 45px
    }

    .w-german-sso .login-wrap {
        display: -webkit-box
    }

    .w-german-sso .login-wrap .col-10 {
        min-width: -webkit-calc(100% - 105px);
        min-width: calc(100% - 105px)
    }

    .w-german-sso .login-wrap .col-2 {
        max-width: 105px
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .so-widget-dpd-accordion-content-widget .padding-element-004 {
        padding-left:20px;
        padding-right: 20px
    }

    .so-widget-dpd-accordion-content-widget .padding-button-004 {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (min-width: 768px) {
    .so-widget-dpd-awards-widget .padding-element-040 {
        padding-left:20px;
        padding-right: 20px
    }

    .so-widget-dpd-awards-widget p {
        padding-right: 7%
    }

    .so-widget-dpd-awards-widget .right-side-2 p {
        padding-right: 0
    }

    .so-widget-dpd-awards-widget .right-side {
        margin-left: -8px;
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .module-025c .wrap-btn .btn {
        max-width:170px
    }

    .module-025c .wrap-btn .btn.btn-one {
        margin-right: 12px
    }
}

@media (min-width: 768px) {
    .module-025c .btn {
        width:100%;
        max-width: 235px
    }

    .module-025c .btn.btn-one {
        margin-right: 13px
    }

    .module-025c .wrap {
        width: auto;
        margin-right: 12px;
        margin-left: 12px
    }

    .module-025c .nav-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        display: -webkit-box;
        display: -moz-inline-box;
        border-bottom: none
    }

    .module-025c .nav-tabs li a {
        color: #ababac;
        font-size: 14px
    }
}

@media (max-width: 991.98px) {
    .module-025c .flex-column-reverse .content-column {
        -webkit-flex:1;
        -ms-flex: 1;
        flex: 1
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .module-026b .wrap-btn .btn {
        max-width:170px
    }

    .module-026b .wrap-btn .btn.btn-one {
        margin-right: 12px
    }

    .module-026b .wrap {
        width: auto;
        margin-right: 12px;
        margin-left: 12px
    }
}

@media (min-width: 768px) {
    .module-026b .btn {
        max-width:235px
    }

    .module-026b .btn.btn-one {
        margin-right: 13px
    }
}

@media (max-width: 991.98px) {
    .module-026b .flex-column-reverse .content-column {
        -webkit-flex:inherit;
        -ms-flex: inherit;
        flex: inherit
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .module-022 .job-ad-box {
        padding-left:25px;
        padding-right: 25px
    }
}

@media (min-width: 768px) {
    .so-widget-job-ad-dpd-text-widget .d-text-color {
        height:61px
    }
}

@media (min-width: 768px) {
    .offcanvas-content .has-sub>ul,.offcanvas-content>ul>li {
        font-size:14px
    }

    .offcanvas-header>span:nth-child(2).special-text {
        font-size: 14px!important
    }

    .offcanvas-header {
        padding-right: 46px!important
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .module-404 .wrap-btn .btn {
        max-width:170px
    }

    .module-404 .wrap-btn .btn-one {
        margin-right: 12px
    }
}

@media (min-width: 768px) {
    .module-404 .button-wrap .col-md-6 {
        max-width:216px
    }

    .module-404 .wrap {
        width: auto;
        margin-right: 12px;
        margin-left: 12px
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .module-050 .wrap-btn .btn {
        max-width:170px
    }

    .module-050 .wrap-btn .btn-one {
        margin-right: 12px
    }
}

@media (min-width: 768px) {
    .module-050 .button-wrap .col-md-6 {
        max-width:216px
    }

    .module-050 .wrap {
        width: auto;
        margin-right: 12px;
        margin-left: 12px
    }
}

@media (min-width: 768px) {
    .module-017c {
        margin-top:75px
    }
}

@media (min-width: 768px) {
    .panel-grid .align-button {
        width:102%!important;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 768px) {
    .w-job-finder-filter[class*=row-fix-margin-] {
        padding-left:12px;
        padding-right: 12px
    }
}

@media (min-width: 768px) {
    .w-job-finder-information-detail .w-jfid-header>.col-12>.row {
        -webkit-align-items:flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .w-job-finder-information-detail .w-jfid-intro .w-jfid-intro-content .w-jfid-intro-text {
        height: 61px
    }

    .w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-tasks {
        padding-left: 20px;
        max-width: -webkit-calc(50% - (.5 * 16px));
        max-width: calc(50% - (.5 * 16px))
    }

    .w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-requirements {
        padding-right: 20px;
        max-width: -webkit-calc(50% - (.5 * 16px));
        max-width: calc(50% - (.5 * 16px));
        margin-left: 16px
    }

    .w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-offer {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 768px) {
    .medium-screen {
        color:green
    }

    .benefits-1 ol li:before {
        left: -26px
    }
}

@media (min-width: 992px) {
    .internet-explorer .header-theme-page-019-include .floating.cp-first .landing-image-addition {
        left:50px;
        right: 50px
    }

    .large-screen {
        color: red
    }

    .header-theme-page-019-include .padding-right-header {
        padding-right: 42px;
        left: auto!important;
        right: 0
    }

    .header-theme-page-019-include .padding-left-header {
        padding-left: 42px
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .header-theme-page-019-include .btn {
        width:100%
    }

    .header-theme-page-019-include .landing-image-addition {
        left: 42px;
        right: 42px
    }

    .header-theme-page-019-include .button-position-019 {
        left: 34px!important;
        right: 34px!important
    }

    .header-theme-page-019-include .btn-1-single {
        padding-left: 12px;
        padding-right: 0
    }

    .header-theme-page-019-include .btn-1-single-left {
        padding-left: 0;
        padding-right: 12px
    }

    .header-theme-page-019-include .btn-1-single-mid {
        padding-left: 6px;
        padding-right: 6px
    }

    .header-theme-page-019-include .btn-1-two {
        padding-right: 4px
    }

    .header-theme-page-019-include .btn-2-two {
        padding-right: 0;
        padding-left: 12px
    }

    .header-theme-page-019-include .btn-1-two-mid {
        padding-left: 8px
    }

    .header-theme-page-019-include .btn-2-two-mid {
        padding-right: 8px;
        padding-left: 8px
    }

    .header-theme-page-019-include .btn-1-two-left {
        padding-left: 0;
        padding-right: 12px
    }

    .header-theme-page-019-include .btn-2-two-left {
        padding-left: 4px;
        padding-right: 8px
    }
}

@media (max-width: 1199.98px) {
    .header-theme-page-019-include .btn {
        width:100%
    }
}

@media (min-width: 992px) {
    .w-stage-home [class*=tpos-left-],.w-stage-home [class*=trpos-left-] {
        padding-left:34px;
        padding-right: 2.5px
    }

    .w-stage-home [class*=tpos-right-],.w-stage-home [class*=trpos-right-] {
        padding-right: 34px;
        padding-left: 2.5px
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .w-stage-home .landing-image-addition {
        left:42px;
        right: 42px
    }
}

@media (min-width: 992px) {
    .so-widget-dpd-news-widget .padding-right-grid-news {
        padding-right:34px
    }

    .so-widget-dpd-news-widget .padding-left-grid-news {
        padding-left: 34px
    }

    .so-widget-dpd-news-widget .news-filter[class*=row-fix-margin-] {
        padding-left: 26px;
        padding-right: 26px
    }

    .padding-dpd-news {
        padding-left: 8px;
        padding-right: 8px
    }
}

@media (min-width: 992px) {
    .w-dpd-citation .carousel-control-next,.w-dpd-citation .carousel-control-prev {
        width:78px
    }

    .w-dpd-citation .landing-image-middle-citation {
        position: absolute;
        top: 50%;
        left: -webkit-calc((100% - 16px * 13 - 26px)/ 12 + 16px + 26px);
        left: calc((100% - 16px * 13 - 26px)/ 12 + 16px + 26px);
        width: -webkit-calc((100% - 16px * 13 - 26px)/ 12 * 5 + 40px + 26px);
        width: calc((100% - 16px * 13 - 26px)/ 12 * 5 + 40px + 26px)
    }
}

@media (min-width: 992px) {
    .module-025a .wrap-btn .btn {
        max-width:200px
    }

    .module-025a .wrap-btn .btn-one {
        margin-right: 13px
    }

    .module-025a .wrap {
        width: auto;
        margin-right: 26px;
        margin-left: 26px
    }
}

@media (min-width: 992px) {
    .so-widget-dpd-news-widget .padding-right-grid-news {
        padding-right:34px
    }

    .so-widget-dpd-news-widget .padding-left-grid-news {
        padding-left: 34px
    }

    .so-widget-dpd-news-widget .news-filter[class*=row-fix-margin-] {
        padding-left: 26px;
        padding-right: 26px
    }

    .padding-dpd-news {
        padding-left: 8px;
        padding-right: 8px
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .w-best-practice .w-bp-content-left {
        padding-left:34px
    }

    .w-best-practice .w-bp-content-right {
        padding-right: 34px
    }

    .w-best-practice .padding-element-042 {
        padding-left: 34px;
        padding-right: 34px
    }
}

@media (min-width: 992px) {
    .w-best-practice .w-bp-content-right-text .w-bp-content-text {
        top:50%
    }

    .w-best-practice .w-bp-content-left-text .w-bp-content-text {
        letter-spacing: -.06px
    }

    @supports ((position: -webkit-sticky) or (position:sticky)) {
        .w-best-practice .w-bp-content-left-text .w-bp-content-text {
            letter-spacing:0
        }
    }

    .w-best-practice .w-bp-content-left {
        max-width: 53%;
        -webkit-flex-basis: 53%;
        -ms-flex-preferred-size: 53%;
        flex-basis: 53%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-inline-flexbox;
        -webkit-align-items: center
    }

    .w-best-practice .w-bp-content-left>.row {
        min-height: 85px;
        width: 100%
    }

    .w-best-practice .w-bp-content-left>.row .w-bp-content-image img {
        width: auto;
        max-height: 180px
    }

    .w-best-practice .w-bp-content-left .w-bp-content-image {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        max-width: 30%
    }

    .w-best-practice .w-bp-content-left .w-bp-content-left-text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-inline-flexbox;
        -webkit-align-items: center
    }

    .w-best-practice .w-bp-content-left .w-bp-content-left-text .w-bp-content-lt-col {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-inline-flexbox;
        -webkit-align-items: center
    }

    .w-best-practice .w-bp-content-right {
        max-width: 47%;
        -webkit-flex-basis: 47%;
        -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-inline-flexbox;
        -webkit-align-items: center
    }

    .w-best-practice .w-bp-content-right>.row {
        position: relative
    }

    .w-best-practice .w-bp-content-right .w-bp-content-right-text {
        position: relative;
        margin-left: 42px;
        display: -ms-flexbox;
        display: flex;
        padding-right: 22px;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-inline-flexbox;
        -webkit-align-items: center
    }

    .w-best-practice .w-bp-content-right .w-bp-content-cta {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0,-65%);
        -ms-transform: translate(0,-65%);
        transform: translate(0,-65%)
    }

    .w-best-practice .w-bp-content-right .w-bp-content-cta>.btn {
        width: 100%
    }
}

@media (min-width: 992px) {
    .w-teaser-002 .search-teaser {
        position:absolute!important;
        width: -webkit-calc(100% - 2 * 16px);
        width: calc(100% - 2 * 16px);
        bottom: 11px!important;
        left: 16px
    }

    .panel-layout .panel-grid.change-teaser-position {
        margin-left: -8px;
        margin-right: -8px
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .panel-layout .panel-grid.change-teaser-position {
        padding-left:0;
        padding-right: 0
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .w-best-practice .w-bp-content-left {
        padding-left:34px
    }

    .w-best-practice .w-bp-content-right {
        padding-right: 34px
    }

    .w-best-practice .padding-element-042 {
        padding-left: 34px;
        padding-right: 34px
    }
}

@media (min-width: 992px) {
    .w-best-practice .w-bp-content-right-text .w-bp-content-text {
        top:50%
    }

    .w-best-practice .w-bp-content-left-text .w-bp-content-text {
        letter-spacing: -.06px
    }

    @supports ((position: -webkit-sticky) or (position:sticky)) {
        .w-best-practice .w-bp-content-left-text .w-bp-content-text {
            letter-spacing:0
        }
    }

    .w-best-practice .w-bp-content-left {
        max-width: 53%;
        -webkit-flex-basis: 53%;
        -ms-flex-preferred-size: 53%;
        flex-basis: 53%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-inline-flexbox;
        -webkit-align-items: center
    }

    .w-best-practice .w-bp-content-left>.row {
        min-height: 85px;
        width: 100%
    }

    .w-best-practice .w-bp-content-left>.row .w-bp-content-image img {
        width: auto;
        max-height: 180px
    }

    .w-best-practice .w-bp-content-left .w-bp-content-image {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        max-width: 30%
    }

    .w-best-practice .w-bp-content-left .w-bp-content-left-text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-inline-flexbox;
        -webkit-align-items: center
    }

    .w-best-practice .w-bp-content-left .w-bp-content-left-text .w-bp-content-lt-col {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-inline-flexbox;
        -webkit-align-items: center
    }

    .w-best-practice .w-bp-content-right {
        max-width: 47%;
        -webkit-flex-basis: 47%;
        -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-inline-flexbox;
        -webkit-align-items: center
    }

    .w-best-practice .w-bp-content-right>.row {
        position: relative
    }

    .w-best-practice .w-bp-content-right .w-bp-content-right-text {
        position: relative;
        margin-left: 42px;
        display: -ms-flexbox;
        display: flex;
        padding-right: 22px;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-inline-flexbox;
        -webkit-align-items: center
    }

    .w-best-practice .w-bp-content-right .w-bp-content-cta {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0,-65%);
        -ms-transform: translate(0,-65%);
        transform: translate(0,-65%)
    }

    .w-best-practice .w-bp-content-right .w-bp-content-cta>.btn {
        width: 100%
    }
}

@media (min-width: 992px) {
    #cookie-notice {
        padding-right:34px;
        padding-left: 34px
    }
}

@media (min-width: 992px) {
    .so-widget-dpd-newsletter-widget .w-newsletter .w-newsletter-description .w-newsletter-invest-container .w-newsletter-number h1 {
        font-family:PlutoSansRegular;
        font-size: 75px;
        line-height: .7;
        margin-bottom: 0
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .so-widget-dpd-newsletter-widget .padding-element-044 {
        padding-left:34px;
        padding-right: 34px
    }
}

@media (min-width: 992px) {
    .w-customer-feedback .wrapper {
        padding-left:34px;
        padding-right: 34px
    }

    .w-customer-feedback .item-slider .slick-prev.slick-arrow {
        left: 0;
        padding-left: 3px
    }

    .w-customer-feedback .item-slider .slick-next.slick-arrow {
        right: 0;
        padding-right: 3px
    }
}

@media (min-width: 992px) {
    .module-017b .wrap {
        left:42px;
        right: 42px;
        max-width: 1124px
    }
}

@media (min-width: 992px) {
    .module-045 .landing-image-top {
        position:absolute;
        padding: 44px 0 0 0;
        top: 0
    }

    .module-045 .landing-image-bottom {
        position: absolute;
        padding: auto;
        bottom: 44px
    }

    .module-045 .height-full-image {
        height: auto
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .module-045 .padding-element-045 {
        padding-left:34px;
        padding-right: 34px
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .so-widget-dpd-accordion-content-widget .padding-element-004 {
        padding-left:34px;
        padding-right: 34px
    }

    .so-widget-dpd-accordion-content-widget .padding-button-004 {
        padding-left: 26px;
        padding-right: 26px
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .so-widget-dpd-awards-widget .padding-element-040 {
        padding-left:34px;
        padding-right: 34px
    }
}

@media (min-width: 992px) {
    .module-025c .wrap {
        width:auto;
        margin-right: 26px;
        margin-left: 26px
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .module-025c .wrap-btn .btn {
        max-width:200px
    }

    .module-025c .wrap-btn .btn.btn-one {
        margin-right: 12px
    }

    .module-025c .nav-tabs {
        overflow-x: hidden;
        overflow-y: hidden;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-bottom: none
    }

    .module-025c .nav-tabs li a {
        color: #ababac;
        font-size: 14px
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .module-026b .wrap-btn .btn {
        max-width:200px
    }

    .module-026b .wrap-btn .btn.btn-one {
        margin-right: 12px
    }

    .module-026b .nav-tabs {
        overflow-x: hidden;
        overflow-y: hidden;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        border-bottom: none
    }

    .module-026b .nav-tabs li a {
        color: #ababac;
        font-size: 14px
    }

    .module-026b .nav-tabs .nav-item {
        margin-bottom: 0;
        display: block;
        white-space: nowrap;
        border-bottom: 2px solid #ababac
    }
}

@media (min-width: 992px) {
    .module-026b .wrap {
        width:auto;
        margin-right: 26px;
        margin-left: 26px
    }
}

@media (min-width: 992px) {
    .module-404 .wrap-btn .btn {
        max-width:200px
    }

    .module-404 .wrap-btn .btn-one {
        margin-right: 13px
    }

    .module-404 .wrap {
        width: auto;
        margin-right: 26px;
        margin-left: 26px
    }
}

@media (min-width: 992px) {
    .module-050 .wrap-btn .btn {
        max-width:200px
    }

    .module-050 .wrap-btn .btn-one {
        margin-right: 8px
    }

    .module-050 .wrap {
        width: auto;
        margin-right: 26px;
        margin-left: 26px
    }
}

@media (min-width: 992px) {
    .w-job-finder-filter[class*=row-fix-margin-] {
        padding-left:26px;
        padding-right: 26px
    }
}

@media (min-width: 992px) {
    .w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-tasks {
        padding-left:38px
    }

    .w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-requirements {
        padding-right: 38px
    }

    .w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-offer {
        padding-left: 38px;
        padding-right: 38px
    }
}

@media (min-width: 992px) {
    .large-screen {
        color:red
    }

    .w-customer-feedback .item-slider .slick-prev.slick-arrow {
        left: 26px;
        padding-left: 3px
    }

    .w-customer-feedback .item-slider .slick-next.slick-arrow {
        right: 26px;
        padding-right: 3px
    }

    .benefits-1 .button-wrap .col-lg-5 {
        -webkit-flex: 0 0 37.666667%;
        -ms-flex: 0 0 37.666667%;
        flex: 0 0 37.666667%;
        max-width: 37.666667%
    }
}

@media (min-width: 1200px) {
    .large-screen {
        color:red
    }

    .header-theme-page-019-include .padding-right-header {
        padding-right: 38px
    }

    .header-theme-page-019-include .padding-left-header {
        padding-left: 38px
    }

    .header-theme-page-019-include .landing-image-addition {
        max-width: 1124px;
        left: 38px;
        right: 38px
    }

    .internet-explorer .header-theme-page-019-include .floating.cp-first .landing-image-addition {
        left: 46px;
        right: 46px
    }
}

@media (min-width: 1200px) {
    .w-stage-home [class*=tpos-left-],.w-stage-home [class*=trpos-left-] {
        padding-left:38px;
        padding-right: .5px
    }

    .w-stage-home [class*=tpos-right-],.w-stage-home [class*=trpos-right-] {
        padding-right: 38px;
        padding-left: .5px
    }

    .w-stage-home .landing-image-addition {
        max-width: 1124px;
        left: 46px;
        right: 46px
    }

    .panel-grid-cell .w-stage-home.row-fix-margin-auto,.panel-grid-cell .w-stage-home.row-xl-fix-margin {
        margin-right: -46px;
        margin-left: -46px
    }
}

@media (min-width: 1200px) {
    .so-widget-dpd-news-widget .padding-right-grid-news {
        padding-right:38px
    }

    .so-widget-dpd-news-widget .padding-left-grid-news {
        padding-left: 38px
    }

    .so-widget-dpd-news-widget .news-filter[class*=row-fix-margin-] {
        padding-left: 30px;
        padding-right: 30px
    }

    .padding-dpd-news {
        margin-left: -webkit-calc(50% - 554px);
        margin-left: calc(50% - 554px);
        margin-right: -webkit-calc(50% - 554px);
        margin-right: calc(50% - 554px)
    }
}

@media (min-width: 1200px) {
    .w-dpd-citation .carousel-control-next,.w-dpd-citation .carousel-control-prev {
        width:86px
    }

    .w-dpd-citation .landing-image-middle-citation {
        position: absolute;
        top: 50%;
        left: -webkit-calc((100% - 16px * 13 - 30px)/ 12 + 16px + 30px);
        left: calc((100% - 16px * 13 - 30px)/ 12 + 16px + 30px);
        width: -webkit-calc((100% - 16px * 13 - 30px)/ 12 * 5 + 40px + 30px);
        width: calc((100% - 16px * 13 - 30px)/ 12 * 5 + 40px + 30px)
    }
}

@media (min-width: 1200px) {
    .so-widget-dpd-news-widget .padding-right-grid-news {
        padding-right:38px
    }

    .so-widget-dpd-news-widget .padding-left-grid-news {
        padding-left: 38px
    }

    .so-widget-dpd-news-widget .news-filter[class*=row-fix-margin-] {
        padding-left: 30px;
        padding-right: 30px
    }

    .padding-dpd-news {
        margin-left: -webkit-calc(50% - 554px);
        margin-left: calc(50% - 554px);
        margin-right: -webkit-calc(50% - 554px);
        margin-right: calc(50% - 554px)
    }
}

@media (min-width: 1200px) {
    .w-best-practice .padding-element-042 {
        padding-left:38px;
        padding-right: 38px
    }

    .w-best-practice .w-bp-content-left {
        padding-left: 38px
    }

    .w-best-practice .w-bp-content-right {
        padding-right: 38px
    }
}

@media (min-width: 1200px) {
    .panel-layout .panel-grid.change-teaser-position {
        padding-left:15px!important;
        padding-right: 15px!important
    }
}

@media (min-width: 1200px) {
    .w-best-practice .padding-element-042 {
        padding-left:38px;
        padding-right: 38px
    }

    .w-best-practice .w-bp-content-left {
        padding-left: 38px
    }

    .w-best-practice .w-bp-content-right {
        padding-right: 38px
    }
}

@media (min-width: 1200px) {
    .module-025a .wrap {
        max-width:1140px;
        margin-left: auto;
        margin-right: auto
    }

    .module-025a .wrap-btn .btn {
        max-width: 235px
    }
}

@media (min-width: 1200px) {
    #cookie-notice {
        padding-right:0;
        padding-left: 0
    }

    .cookie-notice-container {
        max-width: 1124px;
        margin: auto
    }
}

@media (min-width: 1200px) {
    .so-widget-dpd-newsletter-widget .padding-element-044 {
        padding-left:38px;
        padding-right: 38px
    }
}

@media (min-width: 1200px) {
    .w-customer-feedback .wrapper {
        padding-left:38px;
        padding-right: 38px
    }

    .w-customer-feedback .item-slider .slick-prev.slick-arrow {
        left: 30px;
        padding-left: 3px
    }

    .w-customer-feedback .item-slider .slick-next.slick-arrow {
        right: 30px;
        padding-right: 3px
    }
}

@media (min-width: 1200px) {
    .module-045 .padding-element-045 {
        padding-left:38px;
        padding-right: 38px
    }
}

@media (min-width: 1200px) {
    .so-widget-dpd-accordion-content-widget .padding-element-004 {
        padding-left:38px;
        padding-right: 38px
    }
}

@media (min-width: 1200px) {
    .so-widget-dpd-awards-widget .padding-element-040 {
        padding-left:38px;
        padding-right: 38px
    }
}

@media (min-width: 1200px) {
    .module-025c .wrap {
        max-width:1140px;
        margin-left: auto;
        margin-right: auto
    }

    .module-025c .nav-tabs {
        overflow-x: hidden;
        overflow-y: hidden;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-bottom: none
    }

    .module-025c .nav-tabs li a {
        color: #ababac;
        font-size: 14px
    }
}

@media (min-width: 1200px) {
    .module-026b .wrap {
        max-width:1140px;
        margin-left: auto;
        margin-right: auto
    }

    .module-026b .nav-tabs {
        overflow-x: hidden;
        overflow-y: hidden;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .module-026b .nav-tabs li {
        padding-bottom: 6px
    }

    .module-026b .nav-tabs li a {
        color: #ababac;
        font-size: 14px
    }

    .module-026b .nav-tabs .nav-item {
        margin-bottom: 0;
        display: block;
        white-space: nowrap;
        border-bottom: 2px solid #ababac
    }
}

@media (min-width: 1200px) {
    .module-404 .wrap {
        max-width:1140px;
        margin-left: auto;
        margin-right: auto
    }

    .module-404 .wrap-btn .btn {
        max-width: 235px
    }
}

@media (min-width: 1200px) {
    .module-050 .wrap {
        max-width:1140px;
        margin-left: auto;
        margin-right: auto
    }

    .module-050 .wrap-btn .btn {
        max-width: 235px
    }
}

@media (min-width: 1200px) {
    .w-job-finder-filter[class*=row-fix-margin-] {
        padding-left:30px;
        padding-right: 30px
    }
}

@media (min-width: 1200px) {
    .w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-tasks {
        padding-left:38px
    }

    .w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-requirements {
        padding-right: 38px
    }

    .w-job-finder-information-detail .w-jfid-boxes .w-jfid-boxes-offer {
        padding-left: 38px;
        padding-right: 38px
    }
}

@media (min-width: 1200px) {
    .extra-large-screen {
        color:#ff0
    }

    .so-widget-dpd-tab-module-1a-widget .padding-responsive {
        padding-left: 30px!important;
        padding-right: 30px!important
    }

    .w-customer-feedback .item-slider .slick-prev.slick-arrow {
        left: 30px;
        padding-left: 3px
    }

    .w-customer-feedback .item-slider .slick-next.slick-arrow {
        right: 30px;
        padding-right: 3px
    }
}

.uneditable-input,input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.14;
    border: none;
    color: #414042;
    vertical-align: middle;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    padding: 0
}

.uneditable-input,input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.uneditable-input:focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.uneditable-input:-moz-read-only,input[type=color]:-moz-read-only,input[type=date]:-moz-read-only,input[type=datetime-local]:-moz-read-only,input[type=datetime]:-moz-read-only,input[type=email]:-moz-read-only,input[type=month]:-moz-read-only,input[type=number]:-moz-read-only,input[type=password]:-moz-read-only,input[type=search]:-moz-read-only,input[type=tel]:-moz-read-only,input[type=text]:-moz-read-only,input[type=time]:-moz-read-only,input[type=url]:-moz-read-only,input[type=week]:-moz-read-only,textarea:-moz-read-only {
    color: #808285
}

.uneditable-input:read-only,input[type=color]:read-only,input[type=date]:read-only,input[type=datetime-local]:read-only,input[type=datetime]:read-only,input[type=email]:read-only,input[type=month]:read-only,input[type=number]:read-only,input[type=password]:read-only,input[type=search]:read-only,input[type=tel]:read-only,input[type=text]:read-only,input[type=time]:read-only,input[type=url]:read-only,input[type=week]:read-only,textarea:read-only {
    color: #808285
}

button,input,select,textarea {
    font-family: PlutoSansRegular
}

.input-box {
    width: 100%;
    height: 45px;
    background-color: #fff;
    border: solid 1px #808285;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 10px 0 10px;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.space-between-input .input-box {
    margin-bottom: 10px
}

.search-term-wrap,.select-option-wrap {
    position: absolute;
    top: 50px;
    background: #fff;
    width: 100%;
    margin: -7px -10px 0 -10px;
    border: solid 1px #808285;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    padding: 0 10px;
    display: none
}

.search-term-wrap .select-option,.select-option-wrap .select-option {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e7e8
}

.search-term-wrap .select-option span,.select-option-wrap .select-option span {
    padding: 10px 0;
    display: block
}

.search-term-wrap .select-option:last-child,.select-option-wrap .select-option:last-child {
    border-bottom: none
}

.preview .container {
    min-height: 300px
}

body.internet-explorer .dpd-commercial-invoice {
    overflow: visible
}

.input-box.focus {
    padding-top: 18px!important
}

.input-box.textarea.focus {
    padding-top: 7px!important
}

.input-box[class*=search-box] {
    padding-top: 13px
}

.input-box[class*=search-box].focus {
    padding-top: 13px!important
}

.input-box.disabled,.input-box.readonly {
    padding-top: 12px!important
}

.boxed .input-box.disabled {
    border: 1px solid #808285
}

.input-box.disabled,.input-box.disabled input {
    background: #e6e7e8;
    border: none
}

.input-box.disabled input {
    color: #abacac
}

.search-close,.select-expand,i.input-icon {
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer
}

.search-close {
    right: 0
}

.select-expand {
    right: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/arrow-big-black-down.svg) no-repeat 50%;
    -webkit-background-size: 18px 18px;
    background-size: 18px
}

.select-expand.show {
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/arrow-big-black-up.svg) no-repeat 50%;
    -webkit-background-size: 18px 18px;
    background-size: 18px
}

.boxed .input-box[class*=search-box] i.input-icon {
    display: inline-block;
    padding: 11px;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px
}

.input-box.selected .placeholder {
    color: #414042
}

.validation-failed {
    border: solid 1px #dc0032!important
}

.validation-error {
    color: #dc0032;
    position: absolute;
    top: 4px
}

.sample-color {
    float: left;
    width: 66px;
    height: 66px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
    position: relative
}

.white-transparent-bg {
    background: rgba(255,255,255,.7)
}

.no-bg {
    background: 0 0!important
}

.sample-color p {
    position: absolute;
    bottom: -35px
}

.tooltip.bottom {
    margin-top: 15px
}

.tooltip-info {
    position: absolute;
    border: 1px solid #e6e7e8;
    max-width: 430px;
    right: -4px;
    background: #fff;
    top: 55px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 15px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    display: none;
    z-index: 799
}

.tooltip-info:after,.tooltip-info:before {
    content: '';
    display: block;
    position: absolute;
    right: 11px;
    width: 0;
    height: 0;
    border-style: solid
}

.tooltip-info:after {
    top: -19px;
    right: 17px;
    border-color: transparent transparent #fff transparent;
    border-width: 10px
}

.tooltip-info:before {
    top: -22px;
    right: 16px;
    border-color: transparent transparent #e6e7e8 transparent;
    border-width: 11px
}

.clock-time {
    display: inline-block;
    padding: 7px 10px;
    line-height: 13px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    min-width: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.clock-time.disabled {
    color: #e6e7e8
}

.clock-time.active,.clock-time:hover {
    background: #dc0032;
    color: #fff
}

.clock-time.disabled:hover {
    background: #fff;
    color: #e6e7e8;
    cursor: default
}

.check-box,.radio-box {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: solid 1px #414042;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle
}

.check-box {
    -webkit-border-radius: 0;
    border-radius: 0
}

.check-box-checked {
    display: block;
    text-align: center;
    margin-top: 4px;
    margin-left: 4px;
    font-size: 16px
}

.radio-value {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.radio-box.selected .radio-selected {
    width: 15px;
    height: 15px;
    background-color: #414042;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 4px auto
}

.image-company {
    width: 100%
}

.demo .btn {
    width: 100%
}

.btn {
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 12px 14px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.btn-grey {
    background-color: #808285
}

.btn-inactive {
    background-color: #e6e7e8;
    color: #ababac
}

.inactive,.inactive:hover {
    color: #ababac!important
}

.btn-inactive:hover {
    opacity: 1
}

.boxed .btn-inactive {
    border: 1px solid #ababac
}

.btn-facebook {
    background-color: #3b5998
}

.btn-google {
    background-color: #db4a39
}

.btn svg {
    margin-right: 7px
}

a {
    color: #414042;
    border-bottom: 1px solid transparent
}

.submenu {
    border-bottom: 1px solid #e6e7e8
}

.nav-logo {
    margin-right: 60px
}

.navbar .navbar-brand {
    margin-left: 0;
    margin-right: 2rem;
    padding-top: 0;
    padding-bottom: .2rem
}

.navbar .dropdown-menu div[class*=col] {
    margin-bottom: 1rem
}

.navbar .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: 0;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0
}

.navbar .dropdown-menu {
    border: none
}

.navbar {
    padding-top: 0;
    padding-bottom: 0
}

.navbar .nav-item {
    padding: .7rem .3rem;
    margin: 0
}

.navbar .nav-item.active .nav-link span,.navbar .nav-item:hover .nav-link span {
    border-bottom: 1px solid #dc0032;
    color: #dc0032;
    padding-bottom: 5px
}

.navbar .dropdown {
    position: static
}

.navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0
}

.navbar .dropdown:hover>.dropdown-menu,.navbar .dropdown>.dropdown-menu:hover {
    display: block
}

.navbar .dropdown-menu {
    background-color: #fff;
    top: 98%;
    border-top: 1px solid #e6e7e8;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 14px
}

.dropdown-menu .dropdown-item:hover {
    color: #dc0032;
    background-position-x: 100%
}

.dropdown-menu .dropdown-item span {
    padding: 1rem 0;
    display: block;
    width: 98%;
    border-bottom: solid 1px #e6e7e8
}

.dropdown-menu .dropdown-item:last-child span {
    border-bottom: none
}

.nav-bg-hover {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
    display: none;
    z-index: 999
}

.nav-search-toggle,.offmenu-toggle {
    cursor: pointer;
    min-width: 23px
}

.navbar .wide-search-box {
    position: absolute;
    width: auto;
    border-bottom: none;
    right: 85px;
    left: -webkit-calc(100% - 120px);
    left: calc(100% - 120px);
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    max-width: 90%;
    top: 11px
}

.navbar .wide-search-box .search-close {
    display: none
}

#search-mobile .mobile-search.show .mobile-search-close {
    display: block
}

.subnavbar .navbar-brand {
    height: 20px;
    opacity: 0
}

#subnavbar .nav-item {
    padding: 0 .3rem;
    font-size: 11px;
    font-family: PlutoSansLight
}

#subnavbar .nav-item .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

#subnavbar .nav-item.active .nav-link span,#subnavbar .nav-item:hover .nav-link span {
    border-bottom: 1px solid #dc0032
}

.table thead th {
    vertical-align: middle
}

.nav a .hover:hover {
    color: #dc0032
}

.hat-text {
    font-size: 9px;
    position: absolute;
    right: -23px;
    width: 20px;
    bottom: 5px;
    text-align: left
}

.mainnavbar {
    border-bottom: 1px solid #e6e7e8
}

.newsticker span {
    padding-right: 15px;
    margin-right: 90px;
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/arrow-small-red-right.svg) no-repeat 100% 2px
}

.carousel-indicators li {
    width: 11px;
    height: 11px;
    margin-right: 4px;
    margin-left: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e6e7e8
}

.carousel-indicators li:hover {
    background: #fff
}

.carousel-indicators li.active {
    background: #dc0032
}

.carousel-indicators {
    margin-bottom: 1px
}

.carousel-caption {
    left: 4%;
    text-align: left;
    bottom: 17px
}

.slide-search-box {
    position: absolute;
    right: 34px;
    bottom: 13%;
    width: 308px
}

.top-box,.top-box.bold-bg-color,.top-box.bold-bg-color:hover,.top-box.grey-bg-color,.top-box.grey-bg-color:hover,.top-box.main-bg-color,.top-box.main-bg-color:hover,.top-box.secondary-bg-color,.top-box.secondary-bg-color:hover,.top-box.top-box-custom-bg,.top-box.top-box-custom-bg:hover {
    color: #fff
}

.top-box.gold-bg-color,.top-box.gold-bg-color:hover,.top-box.inactive-bg-color,.top-box.inactive-bg-color:hover {
    color: #000
}

.top-box:hover {
    text-decoration: none
}

.top-box h3,.top-box p {
    font-weight: 300
}

.app-download-bg {
    background: url(../images/app-download.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.go-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    padding: 10px 15px;
    cursor: pointer
}

.go-button:hover {
    opacity: .8
}

.content-image.effect-fly .image-inline {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-box-shadow: 0 100px 100px -75px rgba(0,0,0,.4);
    box-shadow: 0 100px 100px -75px rgba(0,0,0,.4);
    -webkit-transition: top 1s ease-in-out;
    -o-transition: top 1s ease-in-out;
    transition: top 1s ease-in-out
}

.content-image.effect-fly.fly-in .image-inline {
    top: -5%;
    -webkit-box-shadow: 0 100px 100px -75px rgba(0,0,0,.2);
    box-shadow: 0 100px 100px -75px rgba(0,0,0,.2)
}

.content-16 img {
    position: absolute;
    max-width: 155px;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.table-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 40px;
    background: 0 0;
    border: none
}

.table-slider .slick-arrow.slick-prev {
    left: 0
}

.table-slider .slick-arrow.slick-next {
    right: 0
}

.header-slider .carousel-item img {
    width: 100%
}

.award-text {
    max-width: 31%
}

.chat-module {
    width: 300px
}

.chat-close,.cookie-close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.cookie-close {
    right: 34px
}

#section-header-chat {
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    cursor: pointer
}

.chat-scrollable {
    height: 200px;
    overflow: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.chat-scrollable::-webkit-scrollbar,.noti-scroll::-webkit-scrollbar {
    width: 5px
}

.chat-scrollable::-webkit-scrollbar-thumb,.noti-scroll::-webkit-scrollbar-thumb {
    background-color: #808285;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.chat-divider {
    opacity: .7
}

.chat-writing {
    border-top: 1px solid #e6e7e8
}

#chat-content {
    border: 1px solid #b7b6b7;
    border-top: none
}

#chat-textarea {
    resize: none;
    border-top: 1px solid #b7b6b7
}

#noti-icon,#user-icon {
    cursor: pointer;
    z-index: 800
}

#notifi,#user {
    position: relative
}

.timestamp {
    border-bottom: 1px solid rgba(0,0,0,.1)
}

#notifi .noti-item:last-child .timestamp {
    border-bottom: none
}

.user-menu-item {
    border-bottom: 1px solid rgba(0,0,0,.2)
}

.user-menu-item:last-child {
    border-bottom: none
}

#content-noti {
    width: 293px;
    height: 440px;
    position: absolute;
    right: -16px;
    top: 35px
}

.noti-scroll {
    height: 397px;
    overflow-y: scroll;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.left-border-p {
    border-left: 3px solid #808285
}

.left-border-p.active {
    border-color: #dc0032
}

#content-user {
    width: 293px;
    position: absolute;
    right: -11px;
    top: 39px
}

.tab-module {
    overflow-x: scroll
}

.tab-module::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: 0 0
}

.row-eq-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.tab-module .nav-tabs {
    display: block;
    margin: 0 auto;
    width: -moz-max-content;
    width: max-content;
    width: -webkit-max-content
}

.tab-module.pull-left .nav-tabs {
    margin: 0;
    border-bottom: none
}

.tab-module.pull-left {
    border-bottom: 1px solid #dee2e6
}

.tab-module .nav-tabs .nav-item {
    display: inline-block;
    padding-right: 20px
}

.tab-module.small .nav-tabs .nav-item {
    padding-right: 10px
}

.tab-module.icon-tab.small .nav-item img {
    width: 30px;
    height: 30px
}

.tab-module .nav-tabs .nav-item h3 {
    margin-bottom: 0
}

.tab-module .nav-tabs .nav-item a:hover {
    text-decoration: none
}

.tab-module .nav-tabs .nav-item:last-child {
    padding-right: 0
}

.tab-module .nav-item a {
    display: block
}

.tab-module.icon-tab .nav-item a img {
    -webkit-filter: invert(50%);
    filter: invert(50%);
    border-bottom: 3px solid transparent;
    width: 40px;
    height: 40px
}

.tab-module.icon-tab .nav-item .active img {
    -webkit-filter: invert(0);
    filter: invert(0)
}

.tab-module.icon-tab .nav-tabs {
    margin: 0
}

.content-4,.fade-background {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e6e7e8));
    background-image: -webkit-linear-gradient(top,#fff,#e6e7e8);
    background-image: -o-linear-gradient(top,#fff,#e6e7e8);
    background-image: linear-gradient(to bottom,#fff,#e6e7e8);
    -webkit-background-size: 100% 182px;
    background-size: 100% 182px;
    background-position: bottom;
    background-repeat: no-repeat
}

.circle-red {
    width: 26px;
    height: 26px
}

.form-input-height {
    width: 71px!important;
    background-color: #fff!important;
    border: solid 1px #808285!important;
    height: 45px;
    padding: 14px 10px!important
}

.depot-result {
    display: none
}

.offcanvas-menu {
    width: 340px;
    position: absolute;
    top: 0;
    right: -340px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 100%;
    overflow-y: scroll;
    background: #fff
}

.offcanvas-menu.show {
    right: 0
}

.offcanvas-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .6
}

.offcanvas-header {
    background: #414042;
    position: relative
}

.offcanvas-header.logged-in {
    background: #dc0032
}

.offcanvas-close {
    position: absolute;
    right: 2.5rem;
    cursor: pointer
}

.offcanvas-wrap {
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.6);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: none;
    overflow: hidden
}

.pd-text {
    padding-top: 20px
}

.small-input {
    width: 70px!important
}

.top-input {
    top: -12px
}

.make-color,.make-color:hover {
    text-decoration: none
}

.medium-btn-0 {
    width: 185px;
    height: 45px;
    background-color: #dc0032;
    text-align: center;
    color: #fff;
    padding: 12px;
    border: 0
}

.medium-btn-1 {
    width: 161px;
    height: 45px;
    background-color: #dc0032;
    text-align: center;
    color: #fff;
    padding: 12px;
    border: 0
}

.medium-btn-4 {
    width: 207px;
    height: 45px;
    background-color: #dc0032;
    text-align: center;
    color: #fff;
    padding: 12px;
    border: 0
}

.medium-btn-2 {
    width: 199px;
    height: 45px;
    background-color: #dc0032;
    text-align: center;
    color: #fff;
    padding: 12px;
    border: 0
}

.medium-btn-3 {
    width: 235px;
    height: 45px;
    background-color: #dc0032;
    text-align: center;
    color: #fff;
    padding: 12px;
    border: 0
}

.btn-full {
    width: 103%;
    height: 45px;
    background-color: #dc0032;
    text-align: center;
    color: #fff;
    padding: 12px;
    margin-left: -15px;
    border: 0
}

.ml-calculotor {
    margin-left: -20px
}

.grey-border-bottom {
    border-bottom: 1px solid #ababac
}

.primary-border-bottom {
    border-bottom: 3px solid #dc0032
}

.ml-calculotor-first {
    margin-left: -5px
}

.top-girth {
    top: 44px
}

.ml-girth {
    margin-left: 30px
}

.ta-center {
    text-align: center
}

.bg-image-15 {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.5)));
    background-image: -webkit-linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5));
    background-image: -o-linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5));
    background-image: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5));
    width: 100%
}

.bg-box-13 {
    background-color: #e6e7e8
}

.ml-13 {
    margin-left: -19px
}

.primary-background {
    background-color: #dc0032
}

.padding-18 {
    padding: 30px
}

.padding-13 {
    padding: 20px
}

.margin-auto {
    margin: 0 auto
}

.white-color {
    color: #fff
}

.btn-13 {
    float: right;
    right: 49px
}

.textbox-13 {
    margin-left: -15px;
    display: inline-block
}

.slidecontainer {
    width: 100%
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 7px;
    outline: 0;
    border: 1px solid #414042;
    opacity: 1;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 96px;
    height: 33px;
    background: #a90034;
    content: '150';
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.dragdealer {
    height: 8px;
    background: 0 0;
    border: 1px solid #414042;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.dragdealer .handle {
    position: absolute;
    top: -15px;
    height: 33px;
    left: 0;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding-top: 2px;
    background: #a90034
}

.dragdealer img {
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 7px
}

.dragdealer img:last-child {
    left: auto;
    right: 7px
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4caf50;
    cursor: pointer
}

.girth-input-box {
    max-width: 30%
}

.contact-type {
    cursor: pointer;
    max-width: 30%
}

.contact-type.active {
    border: 1px solid #dc0032
}

.contact-type>p>img {
    -webkit-filter: invert(50%);
    filter: invert(50%)
}

.contact-type.active>p>img {
    -webkit-filter: invert(0);
    filter: invert(0)
}

.picture-module {
    margin: 0 auto;
    position: relative
}

.div-middle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.9);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.picture-module .div-middle:hover {
    opacity: 1
}

.div-middle .action {
    margin: auto
}

.header-4 {
    background: url(../images/header4.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.no-border-bottom {
    border-bottom: none!important
}

.landing-image {
    position: absolute;
    bottom: 12%
}

.blick-icon {
    height: 40px
}

.collapsible-toggle,.text-toggle {
    cursor: pointer
}

.expand-icon-1 {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/menu-open.svg) no-repeat 97%
}

.collapsible-toggle.show .expand-icon-1,.text-toggle.show .expand-icon-1 {
    background-image: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/menu-close.svg)
}

.expand-icon {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background-image: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/plus-red.svg)
}

.collapsible-toggle.show .expand-icon,.mb-collapsible-toggle.show,.text-toggle.show .expand-icon {
    background-image: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/minus-red.svg)
}

.input-box.textarea {
    height: auto
}

.input-box.textarea textarea {
    padding-top: 18px
}

.career-box {
    background: rgba(230,231,232,.5)
}

.filter-close {
    position: absolute;
    right: 2rem
}

.filter-icon img {
    margin-left: 10px
}

.news-filter {
    display: none
}

.news-detail-landing {
    width: 100%
}

.download-button {
    position: relative;
    height: 50px;
    margin-bottom: 10px
}

.border-tbl {
    border: 1px solid #e6e7e8
}

.video_youtube {
    width: 100%;
    height: auto
}

.wraper-video-youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%
}

.wraper-video-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wraper-video-cover {
    position: relative;
    height: -webkit-calc(100%);
    height: calc(100%);
    overflow: hidden
}

.wraper-video-cover video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    top: 0;
    left: 0
}

@media screen and (min-width: 992px) {
    .top-box {
        max-width:32.1%
    }

    .p-lg-34 {
        padding-left: 34px;
        padding-right: 34px
    }

    .vertical-lg-align {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-brand {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        position: relative;
        top: 11px;
        min-width: 84px
    }

    .offmenu-toggle {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        position: relative;
        top: 19px
    }
}

@media screen and (min-width: 1024px) {
    .carousel-lg-ps {
        left:4%;
        text-align: left;
        bottom: 125px!important
    }

    .carousel-ps {
        left: 4%;
        text-align: left;
        bottom: 125px!important
    }
}

@media screen and (min-width: 1100px) {
    .top-box {
        max-width:32.222%
    }
}

@media screen and (min-width: 1200px) {
    .top-box {
        max-width:32.3%
    }
}

@media screen and (min-width: 1210px) {
    .top-box {
        max-width:32.4%
    }
}

@media screen and (min-width: 1350px) {
    .top-box {
        max-width:32.5%
    }
}

@media screen and (min-width: 1750px) {
    .top-box {
        max-width:32.7%
    }
}

@media screen and (max-width: 991px) {
    .top-box {
        max-width:49%;
        min-height: 120px
    }

    .award-text {
        max-width: 40%
    }

    .content-16 img {
        max-width: 210px;
        left: 4%
    }

    .navbar .wide-search-box {
        top: 3px
    }

    .landing-image {
        bottom: 0
    }

    .form-input-height {
        width: 100%!important
    }
}

@media screen and (max-width: 828px) {
    .top-box {
        max-width:48.9%
    }
}

@media screen and (min-width: 768px) {
    .swap-image-1 {
        display:none
    }

    .space-btn-company {
        padding-left: 0!important;
        padding-right: .5em!important
    }

    .space-btn-company-1 {
        padding-right: 0!important;
        padding-left: .5em!important
    }

    .px-45 {
        padding-left: 2.5em!important;
        padding-right: 2.5em!important
    }

    .px-md-34 {
        padding-left: 34px;
        padding-right: 34px
    }

    #content-17-mb {
        display: none
    }

    .news-thumbnail-image {
        width: 100%;
        max-height: 100%
    }

    .mainnavbar .navbar-nav {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 60px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .carousel-ps {
        left:4%;
        bottom: 75px!important
    }

    .p-md-34 {
        padding-left: 34px!important;
        padding-right: 34px!important
    }
}

.filter-close-sm {
    top: 0;
    position: absolute;
    right: 2rem
}

@media screen and (max-width: 767px) {
    .scrollmenu {
        overflow:auto;
        white-space: nowrap
    }

    .scrollmenu ul li {
        display: inline-block;
        text-decoration: none
    }

    .px-company {
        padding: 0!important
    }

    .space-btn-company-1 {
        margin-top: 1em!important;
        padding: 0
    }

    .space-btn-company {
        margin-top: 0;
        padding: 0
    }

    .px-20 {
        padding-left: 20px;
        padding-right: 20px
    }

    .px-sm-20 {
        padding-left: 20px;
        padding-right: 20px
    }

    .flex-direction {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .space-icon-share-sm {
        width: 45pt;
        height: 45pt
    }

    h1 {
        font-size: 29px
    }

    .flex-direction {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .swap-image {
        display: none
    }

    .award-text {
        max-width: 100%;
        margin-bottom: 19px
    }

    .section {
        margin-bottom: 75px
    }

    .top-box {
        max-width: 49.7%
    }

    .no-padding-x {
        padding-left: 0;
        padding-right: 0
    }

    .m-slider {
        overflow: auto;
        white-space: nowrap
    }

    .m-slider ul li {
        display: inline-block;
        text-align: center
    }

    .slide-search-box {
        right: auto;
        bottom: auto;
        width: 100%;
        top: 100%
    }

    #landing-slider.sm-section {
        margin-bottom: 75px!important
    }

    #landing-slider .search-box-regular {
        border: 1px solid #414042
    }

    .boxes>.row {
        margin-left: -30px;
        margin-right: -30px
    }

    .carousel-indicators {
        margin-bottom: 0
    }

    .carousel-indicators li {
        width: 7px;
        height: 7px
    }

    .content-image .image-inline {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%)
    }

    .content-image.effect-fly .image-inline {
        max-width: 80%
    }

    .content-16>h1 {
        margin-bottom: 100px
    }

    .content-16 img {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: -55%;
        width: 155px
    }

    .offcanvas-menu {
        width: 285px
    }

    .navbar .wide-search-box.mobile-search.show {
        position: fixed;
        border-bottom: none;
        right: 0;
        top: 0;
        left: 0;
        -webkit-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        max-width: 100%;
        bottom: 0;
        height: auto;
        background: #fff
    }

    .mobile-search.wide-search-box.show i.input-icon {
        left: 10%;
        top: 65px
    }

    .mobile-search-close.search-close {
        right: 10px
    }

    .mobile-search .clear-text {
        position: absolute;
        right: 11%;
        top: 70px
    }

    .mobile-search .clear-text,.mobile-search .mobile-search-close,.mobile-search .search-term-wrap-mobile,.mobile-search h3,.mobile-search input {
        display: none
    }

    .mobile-search.show .clear-text,.mobile-search.show .mobile-search.show-close,.mobile-search.show .search-term-wrap-mobile,.mobile-search.show h3,.mobile-search.show input {
        display: block
    }

    .carousel-caption {
        bottom: 0
    }

    .table-responsive-data,.table-responsive-data tbody,.table-responsive-data td,.table-responsive-data th,.table-responsive-data thead,.table-responsive-data tr {
        display: block
    }

    .table-responsive-data thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .table-responsive-data tr {
        margin-bottom: 15px
    }

    .table-responsive-data td {
        border: none;
        border: 1px solid #e6e7e8;
        text-align: left;
        white-space: normal;
        position: relative;
        padding-left: 55%
    }

    .table-responsive-data td:before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        width: 50%;
        padding-top: 10px;
        padding-left: 10px;
        white-space: nowrap;
        text-align: left;
        content: attr(table-responsive-head);
        background-color: #e6e7e8
    }

    #tabs-des {
        display: none
    }

    .section-small {
        margin-bottom: 20px
    }

    .no-bg-sm {
        background: 0 0!important
    }

    .content-16-left {
        height: 150px
    }

    .flex-end {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .mb-2-mobile {
        margin-bottom: .5rem!important
    }

    .mb-1-mobile {
        margin-bottom: .25rem!important
    }

    #content-17-des {
        display: none
    }

    .p-175 {
        padding: 1.75rem!important
    }

    #btn-section-angebot,#section-angebot {
        display: none
    }

    .top-box-3 {
        max-width: 100%!important;
        min-height: 120px!important
    }

    .mb-120 {
        margin-bottom: 120px!important
    }

    .font-60-mb {
        font-size: 60px!important
    }

    .font-14-mb {
        font-size: 14px!important
    }

    .font-18-mb {
        font-size: 18px!important
    }

    .m-carousel-ps {
        left: 8%;
        text-align: left;
        bottom: 60px!important
    }

    .m-ps-5 {
        background-position: 0 5px!important
    }

    .m-height-2x {
        height: 220px
    }

    .m-height-3x {
        height: 355px
    }

    .m-text-center {
        text-align: center!important
    }

    .m-slider {
        overflow: auto;
        white-space: nowrap
    }

    .m-slider ul li {
        display: inline-block;
        text-align: center
    }

    .display-inline {
        display: inline-block
    }

    .text-align-left {
        text-align: left!important
    }

    .flex-direction {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .top-box-min-height {
        min-height: 120px!important;
        color: #fff!important;
        max-width: 100%!important
    }

    .box-bottom-news {
        min-height: 120px!important;
        color: #fff!important;
        max-width: 100%!important
    }

    .px-sm-20 {
        padding-left: 20px;
        padding-right: 20px
    }

    .space-icon-share-sm {
        width: 45pt;
        height: 45pt
    }

    .filter-icon {
        right: 0
    }

    .full-width-sm {
        max-width: 100%
    }

    .news-thumbnail-image {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%)
    }

    .news-module {
        padding-left: 0!important;
        padding-right: 0!important
    }
}

@media screen and (min-width: 768px) {
    .col-md-6 .news-thumbnail-image {
        position:relative;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: -moz-max-content;
        width: max-content;
        width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        max-width: -webkit-max-content
    }

    .tab-mb {
        display: none
    }

    .p-md-34 {
        padding-left: 34px!important;
        padding-right: 34px!important
    }

    .vertical-md-align {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .section-md {
        margin-bottom: 50px
    }

    .width-auto {
        width: auto!important
    }

    .top-box-3 {
        max-width: 100%!important
    }

    .m-d-display-block {
        display: inline-block
    }

    .m-border-none {
        border: 0!important
    }
}

.bg-company {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e6e7e8));
    background-image: -webkit-linear-gradient(top,#fff,#e6e7e8);
    background-image: -o-linear-gradient(top,#fff,#e6e7e8);
    background-image: linear-gradient(to bottom,#fff,#e6e7e8);
    background-image: -webkit-gradient(linear,left top,left bottom,from(var(--white)),to(#e6e7e8));
    background-image: -webkit-linear-gradient(top,var(--white),#e6e7e8);
    background-image: -o-linear-gradient(top,var(--white),#e6e7e8);
    background-image: linear-gradient(to bottom,var(--white),#e6e7e8)
}

.background-clip {
    -webkit-background-clip: content-box;
    background-clip: content-box
}

.tab-icon {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5
}

.collapsible-toggle.show .tab-icon {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

@media screen and (max-width: 991px) {
    .news-thumbnail-image {
        max-width:none;
        max-height: 100%;
        height: 100%
    }
}

@media screen and (max-width: 767px) {
    .px-sm-30 {
        padding-left:30px;
        padding-right: 30px
    }

    .news-thumbnail-image {
        max-height: none;
        height: auto
    }

    .m-d-display-block {
        display: inline-block
    }

    .m-border-none {
        border: 0!important
    }
}

.width-20 {
    width: 20%
}

.width-40 {
    width: 40%
}

.py-1-2 {
    padding-top: 1.2rem!important;
    padding-bottom: 1.2rem!important
}

.height-85 {
    height: 85px
}

.height-85 {
    height: 85px
}

.background-clip {
    -webkit-background-clip: content-box;
    background-clip: content-box
}

.background-right {
    background-position: 56% 44%
}

.background-silver {
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    -webkit-background-clip: text;
    background-clip: content-box;
    -webkit-text-fill-color: transparent
}

.background-silver .d-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#fff),to(#414042));
    background-image: -webkit-linear-gradient(bottom,#fff,#414042);
    background-image: -o-linear-gradient(bottom,#fff,#414042);
    background-image: linear-gradient(to top,#fff,#414042);
    height: 60px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.background-silver .d-text.show {
    background-image: -webkit-gradient(linear,left bottom,left top,from(#414042),to(#414042));
    background-image: -webkit-linear-gradient(bottom,#414042,#414042);
    background-image: -o-linear-gradient(bottom,#414042,#414042);
    background-image: linear-gradient(to top,#414042,#414042)
}

.section-small {
    margin-bottom: 40px
}

.news-thumbnail {
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .menu-rps-news {
        position:fixed;
        top: 0;
        z-index: 100000;
        height: 100%;
        width: 100%;
        display: none;
        background: #fff
    }
}

.news-box-part:hover {
    text-decoration: none
}

body.opera .row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap
}

body.opera .col-auto {
    -webkit-flex: 0 0 auto
}

body.opera .col-1 {
    -webkit-flex: 0 0 8.333333%
}

body.opera .col-2 {
    -webkit-flex: 0 0 16.666667%
}

body.opera .col-3 {
    -webkit-flex: 0 0 25%
}

body.opera .col-4 {
    -webkit-flex: 0 0 33.333333%
}

body.opera .col-5 {
    -webkit-flex: 0 0 41.666667%
}

body.opera .col-6 {
    -webkit-flex: 0 0 50%
}

body.opera .col-7 {
    -webkit-flex: 0 0 58.333333%
}

body.opera .col-8 {
    -webkit-flex: 0 0 66.666667%
}

body.opera .col-9 {
    -webkit-flex: 0 0 75%
}

body.opera .col-10 {
    -webkit-flex: 0 0 83.333333%
}

body.opera .col-11 {
    -webkit-flex: 0 0 91.666667%
}

body.opera .col-12 {
    -webkit-flex: 0 0 100%
}

@media (min-width: 300px) {
    body.opera .col-sm-auto {
        -webkit-flex:0 0 auto
    }

    body.opera .col-sm-1 {
        -webkit-flex: 0 0 8.333333%
    }

    body.opera .col-sm-2 {
        -webkit-flex: 0 0 16.666667%
    }

    body.opera .col-sm-3 {
        -webkit-flex: 0 0 25%
    }

    body.opera .col-sm-4 {
        -webkit-flex: 0 0 33.333333%
    }

    body.opera .col-sm-5 {
        -webkit-flex: 0 0 41.666667%
    }

    body.opera .col-sm-6 {
        -webkit-flex: 0 0 50%
    }

    body.opera .col-sm-7 {
        -webkit-flex: 0 0 58.333333%
    }

    body.opera .col-sm-8 {
        -webkit-flex: 0 0 66.666667%
    }

    body.opera .col-sm-9 {
        -webkit-flex: 0 0 75%
    }

    body.opera .col-sm-10 {
        -webkit-flex: 0 0 83.333333%
    }

    body.opera .col-sm-11 {
        -webkit-flex: 0 0 91.666667%
    }

    body.opera .col-sm-12 {
        -webkit-flex: 0 0 100%
    }
}

@media (min-width: 768px) {
    body.opera .col-md-auto {
        -webkit-flex:0 0 auto
    }

    body.opera .col-md-1 {
        -webkit-flex: 0 0 8.333333%
    }

    body.opera .col-md-2 {
        -webkit-flex: 0 0 16.666667%
    }

    body.opera .col-md-3 {
        -webkit-flex: 0 0 25%
    }

    body.opera .col-md-4 {
        -webkit-flex: 0 0 33.333333%
    }

    body.opera .col-md-5 {
        -webkit-flex: 0 0 41.666667%
    }

    body.opera .col-md-6 {
        -webkit-flex: 0 0 50%
    }

    body.opera .col-md-7 {
        -webkit-flex: 0 0 58.333333%
    }

    body.opera .col-md-8 {
        -webkit-flex: 0 0 66.666667%
    }

    body.opera .col-md-9 {
        -webkit-flex: 0 0 75%
    }

    body.opera .col-md-10 {
        -webkit-flex: 0 0 83.333333%
    }

    body.opera .col-md-11 {
        -webkit-flex: 0 0 91.666667%
    }

    body.opera .col-md-12 {
        -webkit-flex: 0 0 100%
    }
}

@media (min-width: 992px) {
    body.opera .col-lg-auto {
        -webkit-flex:0 0 auto
    }

    body.opera .col-lg-1 {
        -webkit-flex: 0 0 8.333333%
    }

    body.opera .col-lg-2 {
        -webkit-flex: 0 0 16.666667%
    }

    body.opera .col-lg-3 {
        -webkit-flex: 0 0 25%
    }

    body.opera .col-lg-4 {
        -webkit-flex: 0 0 33.333333%
    }

    body.opera .col-lg-5 {
        -webkit-flex: 0 0 41.666667%
    }

    body.opera .col-lg-6 {
        -webkit-flex: 0 0 50%
    }

    body.opera .col-lg-7 {
        -webkit-flex: 0 0 58.333333%
    }

    body.opera .col-lg-8 {
        -webkit-flex: 0 0 66.666667%
    }

    body.opera .col-lg-9 {
        -webkit-flex: 0 0 75%
    }

    body.opera .col-lg-10 {
        -webkit-flex: 0 0 83.333333%
    }

    body.opera .col-lg-11 {
        -webkit-flex: 0 0 91.666667%
    }

    body.opera .col-lg-12 {
        -webkit-flex: 0 0 100%
    }
}

@media (min-width: 1200px) {
    body.opera .col-xl-auto {
        -webkit-flex:0 0 auto
    }

    body.opera .col-xl-1 {
        -webkit-flex: 0 0 8.333333%
    }

    body.opera .col-xl-2 {
        -webkit-flex: 0 0 16.666667%
    }

    body.opera .col-xl-3 {
        -webkit-flex: 0 0 25%
    }

    body.opera .col-xl-4 {
        -webkit-flex: 0 0 33.333333%
    }

    body.opera .col-xl-5 {
        -webkit-flex: 0 0 41.666667%
    }

    body.opera .col-xl-6 {
        -webkit-flex: 0 0 50%
    }

    body.opera .col-xl-7 {
        -webkit-flex: 0 0 58.333333%
    }

    body.opera .col-xl-8 {
        -webkit-flex: 0 0 66.666667%
    }

    body.opera .col-xl-9 {
        -webkit-flex: 0 0 75%
    }

    body.opera .col-xl-10 {
        -webkit-flex: 0 0 83.333333%
    }

    body.opera .col-xl-11 {
        -webkit-flex: 0 0 91.666667%
    }

    body.opera .col-xl-12 {
        -webkit-flex: 0 0 100%
    }
}

.panel-layout .panel-grid {
    max-width: 1200px;
    margin: 0 auto
}

@media (min-width: 1200px) {
    .panel-layout .panel-grid.panel-has-style,.panel-layout .panel-grid.panel-no-style {
        margin:0 auto
    }
}

@media screen and (max-width: 767px) {
    .mydpd-text {
        position:absolute;
        top: 18%;
        text-align: left!important
    }

    .icon-login {
        background-image: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/arrow-big-white-right.svg);
        background-repeat: no-repeat;
        font-size: 0;
        background-position: center;
        height: 49px;
        width: 49px
    }

    .div-gg {
        margin-top: .5em!important
    }

    .regis-color {
        color: #414042!important
    }
}

@media screen and (min-width: 768px) {
    .mydpd-image {
        position:absolute;
        top: 27%
    }

    .mydpd-text {
        position: absolute;
        top: 7%;
        text-align: center
    }
}

.right-icon {
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/arrow-big-white-right.svg) no-repeat 100%;
    -webkit-background-size: 9px 9px;
    background-size: 9px;
    font-weight: 400;
    position: absolute;
    bottom: 11px;
    left: 1rem;
    display: block;
    right: 1rem;
    min-height: 19px
}

.txt-deco-none:hover {
    text-decoration: none
}

.pos-relative {
    position: relative
}

.landing-image {
    position: absolute;
    bottom: 12%
}

.bor-red:hover {
    border-bottom: 1px solid #dc0032
}

@media screen and (max-width: 767px) {
    .widget_dpd-stage-home-widget .landing-image-bottom {
        margin-top:10px
    }

    .widget_dpd-header-modules-theme-pages-widget #sending-image .search-support-image {
        top: 35%
    }
}

img.parcel-search-icon {
    position: absolute;
    left: 1px;
    top: 0
}

.input-box .placeholder {
    left: 10px
}

.text-search-box::-ms-clear {
    display: none
}

.slick-slide-arrow {
    border: solid 1.5px #414042;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px
}

.slick-slide-arrow-right {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.slick-slide-arrow-left {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.item-slider {
    height: auto
}

.item-slider .slick-slide {
    height: auto
}

.input-box.disabled {
    pointer-events: none
}

@media screen and (min-width: 768px) {
    .wm-newsletter>.row {
        height:117px
    }

    .wm-newsletter-invest-container {
        position: absolute;
        display: block;
        width: 100%;
        bottom: 0
    }

    .wm-newsletter-invest {
        max-width: 265px;
        max-height: 87px
    }

    .wm-newsletter .newsletter img {
        max-width: 259px;
        max-height: 117px;
        height: 100%
    }

    .wm-newsletter-content>.wrapper {
        position: absolute;
        display: block;
        width: 100%;
        bottom: 0
    }
}

@media screen and (max-width: 767px) {
    .wm-newsletter .newsletter img {
        max-width:198px;
        max-height: 90px
    }

    .wm-newsletter-invest-container {
        height: 90px
    }

    .wm-newsletter-invest-container>div {
        position: absolute;
        bottom: 0
    }

    .wm-newsletter-invest {
        max-width: 191px;
        max-height: 61px;
        line-height: normal;
        position: absolute;
        bottom: 0
    }
}

.burger-language-section {
    width: 100%;
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 5px
}

.burger-language-section.sso-login .burger-language {
    width: 60%;
    float: left
}

.burger-language-section.sso-login .burger-logout {
    width: 40%;
    float: left
}

.burger-language-section .burger-logout {
    text-align: right
}

.burger-language-section .language a:after {
    content: '|';
    display: inline-block;
    color: #a09fa0;
    padding: 0 9px 0 12px
}

.burger-language-section .language a:last-child:after {
    display: none
}

.burger-language-section .language a {
    margin-bottom: 5px;
    display: inline-block
}

@media screen and (min-width: 992px) {
    .mainnavbar .dropdown .sub-expand {
        display:none
    }

    .navbar .wide-search-box.show:after {
        content: '';
        display: inline-block;
        background: 0 0;
        width: 100%;
        height: 10px;
        position: absolute;
        bottom: -10px;
        left: 0
    }
}

@media screen and (max-width: 768px) {
    .burger-language-section .burger-language,.burger-language-section .burger-logout {
        width:100%!important;
        float: none
    }

    .burger-language-section .language a:after {
        padding: 0 5px 0 7px
    }

    .burger-language-section .burger-logout {
        text-align: left
    }
}

.offcanvas-menu::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 96px;
    height: 33px;
    background: #414042;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.validation-failed>.placeholder {
    color: #dc0032!important
}

.input-box.cascading-select-box.no-placeholder>.placeholder,.input-box.select-box.cascading-select-box.selected.validation-failed>.placeholder {
    color: #414042!important
}

.uneditable-input,input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.14;
    border: none;
    color: #414042;
    vertical-align: middle;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    padding: 0
}

.uneditable-input,input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.uneditable-input:focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.search-term-wrap,.select-option-wrap-up {
    bottom: -webkit-calc(100% - 1px);
    bottom: calc(100% - 1px);
    top: auto!important
}

.search-term-wrap,.select-option-wrap {
    position: absolute;
    top: 50px;
    background: #fff;
    width: 100%;
    margin: -7px -10px 0;
    border: solid 1px #808285;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    padding: 0 10px;
    display: none
}

.search-close,.select-expand,i.input-icon {
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer
}

.tooltip-info:after,.tooltip-info:before {
    content: "";
    display: block;
    position: absolute;
    right: 11px;
    width: 0;
    height: 0;
    border-style: solid
}

.check-box,.radio-box {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: solid 1px #414042;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    -webkit-flex: 0 0 25px;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px
}

.navbar .nav-item.active .nav-link span,.navbar .nav-item:hover .nav-link span {
    border-bottom: 1px solid #dc0032;
    color: #dc0032;
    padding-bottom: 3px
}

.chat-close,.cookie-close {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.content-4,.fade-background {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e6e7e8));
    background-image: -webkit-linear-gradient(top,#fff,#e6e7e8);
    background-image: -o-linear-gradient(top,#fff,#e6e7e8);
    background-image: linear-gradient(to bottom,#fff,#e6e7e8);
    -webkit-background-size: 100% 182px;
    background-size: 100% 182px;
    background-position: bottom;
    background-repeat: no-repeat
}

.max-width-1024 {
    max-width: 1024px
}

.deco-underline {
    text-decoration: underline!important
}

.py-6 {
    padding-bottom: 4rem!important;
    padding-top: 4rem!important
}

.pt-6 {
    padding-top: 4rem!important
}

.pb-6 {
    padding-bottom: 4rem!important
}

.section {
    margin-bottom: 50px
}

.section-space {
    margin-bottom: 80px
}

.vertical-align {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center
}

select {
    font-family: PlutoSansRegular
}

textarea {
    font-family: PlutoSansRegular
}

textarea:-moz-read-only {
    color: #808285
}

textarea:read-only {
    color: #808285
}

input[type=text]:-moz-read-only {
    color: #808285
}

input[type=text]:read-only {
    color: #808285
}

input[type=password]:-moz-read-only {
    color: #808285
}

input[type=password]:read-only {
    color: #808285
}

input[type=datetime]:-moz-read-only {
    color: #808285
}

input[type=datetime]:read-only {
    color: #808285
}

input[type=datetime-local]:-moz-read-only {
    color: #808285
}

input[type=datetime-local]:read-only {
    color: #808285
}

input[type=date]:-moz-read-only {
    color: #808285
}

input[type=date]:read-only {
    color: #808285
}

input[type=month]:-moz-read-only {
    color: #808285
}

input[type=month]:read-only {
    color: #808285
}

input[type=time]:-moz-read-only {
    color: #808285
}

input[type=time]:read-only {
    color: #808285
}

input[type=week]:-moz-read-only {
    color: #808285
}

input[type=week]:read-only {
    color: #808285
}

input[type=number]:-moz-read-only {
    color: #808285
}

input[type=number]:read-only {
    color: #808285
}

input[type=email]:-moz-read-only {
    color: #808285
}

input[type=email]:read-only {
    color: #808285
}

input[type=url]:-moz-read-only {
    color: #808285
}

input[type=url]:read-only {
    color: #808285
}

input[type=search]:-moz-read-only {
    color: #808285
}

input[type=search]:read-only {
    color: #808285
}

input[type=tel]:-moz-read-only {
    color: #808285
}

input[type=tel]:read-only {
    color: #808285
}

input[type=color]:-moz-read-only {
    color: #808285
}

input[type=color]:read-only {
    color: #808285
}

.uneditable-input:-moz-read-only {
    color: #808285
}

.uneditable-input:read-only {
    color: #808285
}

input {
    font-family: PlutoSansRegular
}

.input-box {
    width: 100%;
    height: 45px;
    background-color: #fff;
    border: solid 1px #808285;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 10px 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.input-box.focus {
    padding-top: 18px!important
}

.input-box.textarea {
    height: auto
}

.input-box.textarea.focus {
    padding-top: 7px!important
}

.input-box.textarea textarea {
    padding-top: 18px
}

.input-box.readonly {
    padding-top: 12px!important
}

.input-box.disabled {
    padding-top: 20px!important;
    background: #e6e7e8;
    border: none
}

.input-box.disabled input {
    background: #e6e7e8;
    border: none;
    color: #abacac
}

.input-box.selected .placeholder {
    color: #414042
}

.demo .input-box {
    margin-bottom: 10px
}

.demo .btn {
    width: 100%
}

.select-option-wrap .select-option {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e7e8
}

.select-option-wrap .select-option span {
    padding: 10px 0;
    display: block
}

.select-option-wrap .select-option:last-child {
    border-bottom: none
}

.search-term-wrap .select-option {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e7e8
}

.search-term-wrap .select-option span {
    padding: 10px 0;
    display: block
}

.search-term-wrap .select-option:last-child {
    border-bottom: none
}

.boxed {
    padding: 10px
}

.boxed .input-box {
    border: none
}

.boxed .input-box.disabled {
    border: 1px solid #808285
}

.boxed .select-option-wrap {
    border: none;
    margin-left: -10px
}

.boxed .search-term-wrap {
    border: none;
    margin-left: -10px
}

.boxed .btn-inactive {
    border: 1px solid #ababac
}

.boxed .input-box[class*=search-box] i.input-icon {
    display: inline-block;
    padding: 11px;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px
}

.input-box[class*=search-box] {
    padding-top: 13px
}

.input-box[class*=search-box].focus {
    padding-top: 13px!important
}

.search-close {
    right: 0
}

.select-expand {
    right: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/arrow-big-black-down.svg) no-repeat 50%;
    -webkit-background-size: 18px 18px;
    background-size: 18px
}

.select-expand.show {
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/arrow-big-black-up.svg) no-repeat 50%;
    -webkit-background-size: 18px 18px;
    background-size: 18px
}

.wide-search-box {
    border-left: 0;
    border-top: 0;
    border-right: 0
}

.wide-search-box input {
    padding-left: 24px
}

.wide-search-box i.input-icon {
    width: 24px;
    left: 10px;
    right: auto
}

.placeholder {
    width: 100%;
    font-size: 14px;
    position: absolute;
    line-height: 14px;
    top: 15px;
    color: #808285;
    -webkit-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    pointer-events: none
}

.placeholder.focus {
    top: 4px
}

@supports (-ms-ime-align:auto) {
    .placeholder {
        left: 10px
    }
}

.validation-failed {
    border: solid 1px #dc0032!important
}

.validation-error {
    color: #dc0032
}

.sample-color {
    float: left;
    width: 66px;
    height: 66px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
    position: relative
}

.sample-color p {
    position: absolute;
    bottom: -35px
}

.bold-bg-color {
    background: #414042
}

.grey-bg-color {
    background-color: #808285
}

.gold-bg-color {
    background: #cac4be
}

.inactive-bg-color {
    background: #e6e7e8
}

.inactive-half-bg-color {
    background: rgba(230,231,232,.5)
}

.deactive-bg-color {
    background: #ababac
}

.white-transparent-bg {
    background: rgba(255,255,255,.7)
}

.no-bg {
    background: 0 0!important
}

.p-34 {
    padding-left: 34px!important;
    padding-right: 34px!important
}

.tooltip-info {
    position: absolute;
    border: 1px solid #e6e7e8;
    max-width: 430px;
    right: -4px;
    background: #fff;
    top: 55px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 15px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    display: none;
    z-index: 799
}

.tooltip-info:after {
    top: -19px;
    right: 17px;
    border-color: transparent transparent #fff transparent;
    border-width: 10px
}

.tooltip-info:before {
    top: -22px;
    right: 16px;
    border-color: transparent transparent #e6e7e8 transparent;
    border-width: 11px
}

.clock-time {
    display: inline-block;
    padding: 7px 10px;
    line-height: 13px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    min-width: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.clock-time.disabled {
    color: #e6e7e8
}

.clock-time.disabled:hover {
    background: #fff;
    color: #e6e7e8;
    cursor: default
}

.clock-time:hover {
    background: #dc0032;
    color: #fff
}

.clock-time.active {
    background: #dc0032;
    color: #fff
}

.radio-box.selected .radio-selected {
    width: 15px;
    height: 15px;
    background-color: #414042;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 5px auto
}

.check-box {
    -webkit-border-radius: 0;
    border-radius: 0
}

.check-box-checked {
    display: block;
    text-align: center;
    margin-top: 4px;
    margin-left: 4px;
    font-size: 16px
}

.radio-value {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.image-company {
    width: 100%
}

.btn {
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 12px 14px;
    height: 45px
}

.btn svg {
    margin-right: 7px
}

.btn-grey {
    background-color: #808285
}

.btn-inactive {
    background-color: #e6e7e8;
    color: #ababac
}

.btn-inactive:hover {
    opacity: 1
}

.inactive {
    color: #ababac!important
}

.inactive:hover {
    color: #ababac!important
}

.btn-facebook {
    background-color: #3b5998
}

.btn-google {
    background-color: #db4a39
}

.submenu {
    border-bottom: 1px solid #e6e7e8
}

.nav-logo {
    margin-right: 60px
}

.navbar {
    padding-top: 0;
    padding-bottom: 0
}

.navbar .navbar-brand {
    margin-left: 0;
    margin-right: 2rem;
    padding-top: 0;
    padding-bottom: .2rem
}

.navbar .dropdown-menu {
    border: none;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    top: 97%;
    border-top: 1px solid #e6e7e8;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 14px
}

.navbar .dropdown-menu div[class*=col] {
    margin-bottom: 1rem
}

.navbar .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: 0;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0
}

.navbar .nav-item {
    padding: .7rem .3rem;
    margin: 0
}

.navbar .dropdown {
    position: static
}

.navbar .dropdown:hover>.dropdown-menu {
    display: block!important
}

.navbar .dropdown>.dropdown-menu:hover {
    display: block!important
}

.navbar .wide-search-box {
    position: absolute;
    width: auto;
    border-bottom: none;
    right: 85px;
    left: -webkit-calc(100% - 80px);
    left: calc(100% - 80px);
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    max-width: 90%;
    top: 11px;
    background: 0 0
}

.navbar .wide-search-box .search-close {
    display: none
}

.nav-bg-hover {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
    display: none;
    z-index: 999
}

.nav-search-toggle {
    cursor: pointer
}

.offmenu-toggle {
    cursor: pointer
}

.hat-text {
    font-size: 9px;
    position: absolute;
    right: -23px;
    width: 20px;
    bottom: 5px;
    text-align: left
}

.mainnavbar {
    border-bottom: 1px solid #e6e7e8
}

.carousel-indicators {
    margin-bottom: 1px
}

.carousel-indicators li {
    width: 11px;
    height: 11px;
    margin-right: 4px;
    margin-left: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e6e7e8
}

.carousel-indicators li:hover {
    background: #fff
}

.carousel-indicators li.active {
    background: #dc0032
}

.carousel-caption {
    left: 4%;
    text-align: left;
    bottom: 17px
}

.slide-search-box {
    position: absolute;
    right: 34px;
    bottom: 13%;
    width: 308px
}

.boxes {
    margin-top: 16px
}

.top-box {
    max-height: 140px;
    position: relative;
    font-weight: 300;
    padding: 7px;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff
}

.top-box.main-bg-color {
    color: #fff
}

.top-box.main-bg-color:hover {
    color: #fff
}

.top-box.top-box-custom-bg {
    color: #fff
}

.top-box.top-box-custom-bg:hover {
    color: #fff
}

.top-box.secondary-bg-color {
    color: #fff
}

.top-box.secondary-bg-color:hover {
    color: #fff
}

.top-box.bold-bg-color {
    color: #fff
}

.top-box.bold-bg-color:hover {
    color: #fff
}

.top-box.grey-bg-color {
    color: #fff
}

.top-box.grey-bg-color:hover {
    color: #fff
}

.top-box.inactive-bg-color {
    color: #000
}

.top-box.inactive-bg-color:hover {
    color: #000
}

.top-box.gold-bg-color {
    color: #000
}

.top-box.gold-bg-color:hover {
    color: #000
}

.top-box:hover {
    text-decoration: none
}

.top-box h3 {
    font-weight: 300
}

.top-box p {
    font-weight: 300
}

.app-download-bg {
    background: url(../images/app-download.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.go-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    padding: 10px 15px;
    cursor: pointer
}

.go-button:hover {
    opacity: .8
}

.award-text {
    max-width: 31%
}

.chat-module {
    width: 300px
}

.cookie-close {
    right: 34px;
    cursor: pointer
}

#section-header-chat {
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    cursor: pointer
}

.chat-scrollable {
    height: 200px;
    overflow: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse
}

.chat-scrollable::-webkit-scrollbar {
    width: 5px
}

.noti-scroll::-webkit-scrollbar {
    width: 5px
}

.chat-scrollable::-webkit-scrollbar-thumb {
    background-color: #808285;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.noti-scroll::-webkit-scrollbar-thumb {
    background-color: #808285;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.chat-divider {
    opacity: .7
}

.chat-writing {
    border-top: 1px solid #e6e7e8
}

#chat-content {
    border: 1px solid #b7b6b7;
    border-top: none
}

#chat-textarea {
    resize: none;
    border-top: 1px solid #b7b6b7
}

#noti-icon {
    cursor: pointer;
    z-index: 800
}

#user-icon {
    cursor: pointer;
    z-index: 800
}

#notifi {
    position: relative
}

#notifi .noti-item:last-child .timestamp {
    border-bottom: none
}

#user {
    position: relative
}

.timestamp {
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.user-menu-item {
    border-bottom: 1px solid rgba(0,0,0,.2)
}

.user-menu-item:last-child {
    border-bottom: none
}

#content-noti {
    width: 293px;
    height: 440px;
    position: absolute;
    right: -16px;
    top: 35px
}

.noti-scroll {
    height: 397px;
    overflow-y: scroll;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.left-border-p {
    border-left: 3px solid #808285
}

.left-border-p.active {
    border-color: #dc0032
}

#content-user {
    width: 293px;
    position: absolute;
    right: -11px;
    top: 39px
}

.tab-module {
    overflow-x: auto
}

.tab-module .nav-tabs {
    display: table;
    margin: 0 auto;
    width: auto
}

@supports ((width: -webkit-max-content) or (width:-moz-max-content) or (width:max-content)) or (width:-moz-max-content) {
    .tab-module .nav-tabs {
        display:block;
        margin: 0 auto;
        width: max-content;
        width: -webkit-max-content;
        width: -moz-max-content
    }
}

.tab-module .nav-tabs .nav-item {
    display: inline-block;
    padding-right: 20px
}

.tab-module .nav-tabs .nav-item h3 {
    margin-bottom: 0
}

.tab-module .nav-tabs .nav-item:last-child {
    padding-right: 0
}

.tab-module .nav-tabs .nav-item a:hover {
    text-decoration: none
}

.tab-module.pull-left {
    border-bottom: 1px solid #dee2e6
}

.tab-module.pull-left .nav-tabs {
    margin: 0;
    border-bottom: none
}

.tab-module.icon-tab .nav-item a img {
    -webkit-filter: invert(50%);
    filter: invert(50%);
    border-bottom: 3px solid transparent;
    width: 40px;
    height: 40px
}

.tab-module.icon-tab .nav-item .active img {
    -webkit-filter: invert(0);
    filter: invert(0)
}

.tab-module.icon-tab .nav-tabs {
    margin: 0
}

.tab-module.icon-tab.small .nav-item img {
    width: 30px;
    height: 30px
}

.tab-module .nav-item a {
    display: block
}

.tab-module.small .nav-tabs .nav-item {
    padding-right: 10px
}

.tab-module::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: 0 0
}

.row-eq-height {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex
}

.circle-red {
    width: 26px;
    height: 26px
}

.form-input-height {
    width: 71px!important;
    background-color: #fff!important;
    border: solid 1px #808285!important;
    height: 45px;
    padding: 14px 10px!important
}

.depot-result {
    display: none
}

.offcanvas-menu {
    width: 340px;
    position: absolute;
    top: 0;
    right: -340px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 100%;
    overflow-y: scroll;
    background: #fff
}

.offcanvas-menu.show {
    right: 0
}

.offcanvas-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .6
}

.offcanvas-header {
    background: #414042;
    position: relative
}

.offcanvas-header.logged-in {
    background: #dc0032
}

.offcanvas-close {
    position: absolute;
    right: 2.5rem;
    cursor: pointer
}

.sub-expand.active {
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/menu-close.svg) no-repeat 100%
}

.offcanvas-wrap {
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.6);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: none;
    overflow: hidden
}

.pd-text {
    padding-top: 20px
}

.small-input {
    width: 70px!important
}

.top-input {
    top: -12px
}

.make-color {
    text-decoration: none
}

.make-color:hover {
    text-decoration: none
}

.medium-btn-0 {
    width: 185px;
    height: 45px;
    background-color: #dc0032;
    text-align: center;
    color: #fff;
    padding: 12px;
    border: 0
}

.medium-btn-1 {
    width: 161px;
    height: 45px;
    background-color: #dc0032;
    text-align: center;
    color: #fff;
    padding: 12px;
    border: 0
}

.medium-btn-4 {
    width: 207px;
    height: 45px;
    background-color: #dc0032;
    text-align: center;
    color: #fff;
    padding: 12px;
    border: 0
}

.medium-btn-2 {
    width: 199px;
    height: 45px;
    background-color: #dc0032;
    text-align: center;
    color: #fff;
    padding: 12px;
    border: 0
}

.medium-btn-3 {
    width: 235px;
    height: 45px;
    background-color: #dc0032;
    text-align: center;
    color: #fff;
    padding: 12px;
    border: 0
}

.btn-full {
    width: 103%;
    height: 45px;
    background-color: #dc0032;
    text-align: center;
    color: #fff;
    padding: 12px;
    margin-left: -15px;
    border: 0
}

.ml-calculotor {
    margin-left: -20px
}

.grey-border-bottom {
    border-bottom: 1px solid #ababac
}

.primary-border-bottom {
    border-bottom: 3px solid #dc0032
}

.ml-calculotor-first {
    margin-left: -5px
}

.top-girth {
    top: 44px
}

.ml-girth {
    margin-left: 30px
}

.ta-center {
    text-align: center
}

.bg-image-15 {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.5)));
    background-image: -webkit-linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5));
    background-image: -o-linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5));
    background-image: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5));
    width: 100%
}

.bg-box-13 {
    background-color: #e6e7e8
}

.ml-13 {
    margin-left: -19px
}

.primary-background {
    background-color: #dc0032
}

.padding-18 {
    padding: 30px
}

.padding-13 {
    padding: 20px
}

.margin-auto {
    margin: 0 auto
}

.white-color {
    color: #fff
}

.btn-13 {
    float: right;
    right: 49px
}

.textbox-13 {
    margin-left: -15px;
    display: inline-block
}

.slidecontainer {
    width: 100%
}

.slider {
    width: 100%;
    height: 7px;
    outline: 0;
    border: 1px solid #414042;
    opacity: 1;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 96px;
    height: 33px;
    background: #a90034;
    content: "150";
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.dragdealer {
    height: 8px;
    background: 0 0;
    border: 1px solid #414042;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.dragdealer .handle {
    position: absolute;
    top: -15px;
    height: 33px;
    left: 0;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding-top: 2px;
    background: #a90034
}

.dragdealer img {
    position: absolute;
    left: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px
}

.dragdealer img:last-child {
    left: auto;
    right: 7px
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4caf50;
    cursor: pointer
}

.girth-input-box {
    max-width: 30%
}

.contact-type {
    cursor: pointer;
    max-width: 30%
}

.contact-type.active {
    border: 1px solid #dc0032
}

.contact-type.active>p>img {
    -webkit-filter: invert(0);
    filter: invert(0)
}

.contact-type>p>img {
    -webkit-filter: invert(50%);
    filter: invert(50%)
}

.picture-module {
    margin: 0 auto;
    position: relative
}

.picture-module .div-middle:hover {
    opacity: 1
}

.div-middle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.9);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.div-middle .action {
    margin: auto
}

.header-4 {
    background: url(../images/header4.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.no-border-bottom {
    border-bottom: none!important
}

.landing-image {
    position: absolute;
    bottom: 12%
}

.blick-icon {
    height: 40px
}

.blick-icon img {
    height: 100%
}

.collapsible-toggle {
    cursor: pointer
}

.collapsible-toggle.show .expand-icon-1 {
    background-image: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/menu-close.svg)
}

.collapsible-toggle.show .expand-icon {
    background-image: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/minus-red.svg)
}

.collapsible-toggle.show .tab-icon {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.text-toggle {
    cursor: pointer
}

.text-toggle.show .expand-icon-1 {
    background-image: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/menu-close.svg)
}

.text-toggle.show .expand-icon {
    background-image: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/minus-red.svg)
}

.expand-icon-1 {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/menu-open.svg) no-repeat 97%
}

.expand-icon {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background-image: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/plus-red.svg)
}

.career-box {
    background: rgba(230,231,232,.5)
}

.filter-close {
    position: absolute;
    right: 1.5rem
}

.filter-icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px;
    cursor: pointer
}

.filter-icon img {
    margin-left: 10px
}

.filter-icon-sm {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px;
    cursor: pointer
}

.filter-icon-sm img {
    margin-left: 10px
}

@media screen and (min-width: 768px) {
    .filter-icon-sm {
        display:none
    }
}

.news-filter {
    display: none
}

.news-detail-landing {
    width: 100%
}

.download-button {
    position: relative;
    height: 50px;
    margin-bottom: 10px
}

.border-tbl {
    border: 1px solid #e6e7e8
}

.bg-company {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e6e7e8));
    background-image: -webkit-linear-gradient(top,#fff,#e6e7e8);
    background-image: -o-linear-gradient(top,#fff,#e6e7e8);
    background-image: linear-gradient(to bottom,#fff,#e6e7e8);
    background-image: -webkit-gradient(linear,left top,left bottom,from(var(--white)),to(#e6e7e8));
    background-image: -webkit-linear-gradient(top,var(--white),#e6e7e8);
    background-image: -o-linear-gradient(top,var(--white),#e6e7e8);
    background-image: linear-gradient(to bottom,var(--white),#e6e7e8)
}

.background-clip {
    -webkit-background-clip: content-box;
    background-clip: content-box
}

.tab-icon {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5
}

.width-20 {
    width: 20%
}

.width-40 {
    width: 40%
}

.py-1-2 {
    padding-top: 1.2rem!important;
    padding-bottom: 1.2rem!important
}

.height-85 {
    height: 85px
}

.background-right {
    background-position: 56% 44%
}

.background-silver {
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    -webkit-background-clip: content-box;
    background-clip: content-box
}

.background-silver .d-text {
    background-image: -webkit-gradient(linear,left bottom,left top,from(#fff),to(#414042));
    background-image: -webkit-linear-gradient(bottom,#fff,#414042);
    background-image: -o-linear-gradient(bottom,#fff,#414042);
    background-image: linear-gradient(to top,#fff,#414042);
    height: 60px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.background-silver .d-text.show {
    background-image: -webkit-gradient(linear,left bottom,left top,from(#414042),to(#414042));
    background-image: -webkit-linear-gradient(bottom,#414042,#414042);
    background-image: -o-linear-gradient(bottom,#414042,#414042);
    background-image: linear-gradient(to top,#414042,#414042)
}

.section-small {
    margin-bottom: 40px
}

.news-thumbnail {
    overflow: hidden
}

.bullet-list li {
    margin-bottom: 8px
}

.space-between-input .input-box {
    margin-bottom: 10px
}

.tooltip.bottom {
    margin-top: 15px
}

.show>.btn-primary.dropdown-toggle {
    background-color: #dc0032;
    -webkit-box-shadow: none;
    box-shadow: none
}

.show>.btn-secondary.dropdown-toggle {
    background-color: #a90034
}

.dropdown-menu .dropdown-item:hover {
    color: #dc0032;
    background-position-x: 100%
}

.dropdown-menu .dropdown-item span {
    padding: 1rem 0;
    display: block;
    width: 98%;
    border-bottom: solid 1px #e6e7e8
}

.dropdown-menu .dropdown-item:last-child span {
    border-bottom: none
}

.subnavbar .navbar-brand {
    height: 20px;
    opacity: 0
}

#subnavbar .nav-item {
    padding: 0 .3rem;
    font-size: 11px;
    font-family: PlutoSansLight
}

#subnavbar .nav-item .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

#subnavbar .nav-item:hover .nav-link span {
    border-bottom: 1px solid #dc0032
}

#subnavbar .nav-item.active .nav-link span {
    border-bottom: 1px solid #dc0032
}

.table thead th {
    vertical-align: middle
}

.nav a .hover:hover {
    color: #dc0032
}

.newsticker span {
    padding-right: 15px;
    margin-right: 90px;
    background: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/arrow-small-red-right.svg) no-repeat 100% 2px
}

.content-image.effect-fly .image-inline {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 100px 100px -75px rgba(0,0,0,.4);
    box-shadow: 0 100px 100px -75px rgba(0,0,0,.4);
    -webkit-transition: top 1s ease-in-out;
    -o-transition: top 1s ease-in-out;
    transition: top 1s ease-in-out
}

.content-image.effect-fly.fly-in .image-inline {
    top: -5%;
    -webkit-box-shadow: 0 100px 100px -75px rgba(0,0,0,.2);
    box-shadow: 0 100px 100px -75px rgba(0,0,0,.2)
}

.content-16 img {
    position: absolute;
    max-width: 155px;
    top: 50%;
    left: 7%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.table-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 40px;
    background: 0 0;
    border: none
}

.table-slider .slick-arrow.slick-prev {
    left: 0
}

.table-slider .slick-arrow.slick-next {
    right: 0
}

.header-slider .carousel-item img {
    width: 100%
}

.social-link:hover {
    text-decoration: none
}

.mb-collapsible-toggle.show {
    background-image: url(https://www.dpd.com/wp-content/themes/DPD_Login/images/minus-red.svg)
}

.news-box-part:hover {
    text-decoration: none
}

@media screen and (max-width: 991px) {
    .top-box {
        max-width:49%;
        min-height: 120px
    }

    .award-text {
        max-width: 40%
    }

    .landing-image {
        bottom: 0
    }

    .form-input-height {
        width: 100%!important
    }

    .news-thumbnail-image {
        max-width: none;
        max-height: 100%;
        height: 100%
    }

    .content-16 img {
        max-width: 210px;
        left: 4%
    }

    .navbar .wide-search-box {
        top: 11px
    }
}

@media screen and (max-width: 828px) {
    .top-box {
        max-width:48.9%
    }
}

@media screen and (max-width: 767px) {
    .mydpd-text {
        position:absolute;
        top: 18%;
        text-align: left!important
    }

    .text-box {
        border: 1px solid #808285!important
    }

    .div-gg {
        margin-top: .5em!important
    }

    .regis-color {
        color: #414042!important
    }

    .scrollmenu {
        overflow: auto;
        white-space: nowrap
    }

    .scrollmenu ul li {
        display: inline-block;
        text-decoration: none
    }

    .px-company {
        padding: 0!important
    }

    .space-btn-company-1 {
        margin-top: 1em!important;
        padding: 0
    }

    .space-btn-company {
        margin-top: 0;
        padding: 0
    }

    .px-20 {
        padding-left: 20px;
        padding-right: 20px
    }

    .px-sm-20 {
        padding-left: 20px;
        padding-right: 20px
    }

    .flex-direction {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        display: -webkit-flex;
        -webkit-flex-direction: column-reverse
    }

    .space-icon-share-sm {
        width: 45pt;
        height: 45pt
    }

    h1 {
        font-size: 29px
    }

    .swap-image {
        display: none
    }

    .award-text {
        max-width: 100%;
        margin-bottom: 19px
    }

    .section {
        margin-bottom: 75px
    }

    .top-box {
        max-width: 49.7%
    }

    .no-padding-x {
        padding-left: 0;
        padding-right: 0
    }

    .m-slider {
        overflow: auto;
        white-space: nowrap
    }

    .m-slider ul li {
        display: inline-block;
        text-align: center
    }

    .slide-search-box {
        right: auto;
        bottom: auto;
        width: 100%;
        top: 100%
    }

    #landing-slider.sm-section {
        margin-bottom: 75px!important
    }

    #landing-slider .search-box-regular {
        border: 1px solid #414042
    }

    .carousel-indicators {
        margin-bottom: 0
    }

    .carousel-indicators li {
        width: 7px;
        height: 7px
    }

    .content-image .image-inline {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .content-image.effect-fly .image-inline {
        max-width: 80%
    }

    .content-16>h1 {
        margin-bottom: 100px
    }

    .content-16 img {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -55%;
        width: 155px
    }

    .offcanvas-menu {
        width: 285px
    }

    .mobile-search.wide-search-box.show i.input-icon {
        left: 10%;
        top: 65px
    }

    .mobile-search .clear-text {
        position: absolute;
        right: 11%;
        top: 70px;
        display: none
    }

    .mobile-search .mobile-search-close {
        display: none
    }

    .mobile-search h3 {
        display: none
    }

    .mobile-search .search-term-wrap-mobile {
        display: none
    }

    .mobile-search input {
        display: none
    }

    .mobile-search.show h3 {
        display: block
    }

    .mobile-search.show .clear-text {
        display: none
    }

    .mobile-search.show .search-term-wrap-mobile {
        display: block
    }

    .mobile-search.show input {
        display: block
    }

    .mobile-search.show .mobile-search.show-close {
        display: block
    }

    .carousel-caption {
        bottom: 0
    }

    .table-responsive-data {
        display: block
    }

    .table-responsive-data thead {
        display: block
    }

    .table-responsive-data thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .table-responsive-data tbody {
        display: block
    }

    .table-responsive-data th {
        display: block
    }

    .table-responsive-data td {
        display: block;
        border: none;
        border: 1px solid #e6e7e8;
        text-align: left;
        white-space: normal;
        position: relative;
        padding-left: 55%
    }

    .table-responsive-data td:before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        width: 50%;
        padding-top: 10px;
        padding-left: 10px;
        white-space: nowrap;
        text-align: left;
        content: attr(table-responsive-head);
        background-color: #e6e7e8
    }

    .table-responsive-data tr {
        display: block;
        margin-bottom: 15px
    }

    #tabs-des {
        display: none
    }

    .section-small {
        margin-bottom: 20px
    }

    .no-bg-sm {
        background: 0 0!important
    }

    .content-16-left {
        height: 150px
    }

    .flex-end {
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-align-items: flex-end
    }

    .mb-2-mobile {
        margin-bottom: .5rem!important
    }

    .mb-1-mobile {
        margin-bottom: .25rem!important
    }

    #content-17-des {
        display: none
    }

    .p-175 {
        padding: 1.75rem!important
    }

    #btn-section-angebot {
        display: none
    }

    #section-angebot {
        display: none
    }

    .top-box-3 {
        max-width: 100%!important;
        min-height: 120px!important
    }

    .mb-120 {
        margin-bottom: 120px!important
    }

    .font-60-mb {
        font-size: 60px!important
    }

    .font-14-mb {
        font-size: 14px!important
    }

    .font-18-mb {
        font-size: 18px!important
    }

    .m-carousel-ps {
        left: 8%;
        text-align: left;
        bottom: 60px!important
    }

    .m-ps-5 {
        background-position: 0 5px!important
    }

    .m-height-2x {
        height: 220px
    }

    .m-height-3x {
        height: 355px
    }

    .m-text-center {
        text-align: center!important
    }

    .display-inline {
        display: inline-block
    }

    .text-align-left {
        text-align: left!important
    }

    .top-box-min-height {
        min-height: 120px!important;
        color: #fff!important;
        max-width: 100%!important
    }

    .box-bottom-news {
        min-height: 120px!important;
        color: #fff!important;
        max-width: 100%!important
    }

    .filter-icon {
        display: none!important
    }

    .full-width-sm {
        max-width: 100%
    }

    .news-thumbnail-image {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        max-height: none;
        height: auto
    }

    .news-module {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-sm-30 {
        padding-left: 30px;
        padding-right: 30px
    }

    .m-d-display-block {
        display: inline-block
    }

    .m-border-none {
        border: 0!important
    }

    .menu-rps-news {
        position: fixed;
        top: 0;
        z-index: 100000;
        height: 100%;
        width: 100%;
        display: none;
        background: #fff
    }

    .boxes>.row {
        margin-left: -30px;
        margin-right: -30px
    }

    .navbar .wide-search-box.mobile-search.show {
        position: fixed;
        border-bottom: none;
        right: 0;
        top: 0;
        left: 0!important;
        -webkit-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        max-width: 100%;
        bottom: 0;
        height: auto
    }

    .mobile-search-close.search-close {
        right: 10px
    }

    .input-box>#search-form>.text-box {
        border: none!important
    }
}

@media screen and (min-width: 768px) {
    .icon-login {
        position:absolute;
        right: 0;
        height: 47px;
        width: 104px
    }

    .mydpd-image {
        position: absolute;
        top: 27%
    }

    .mydpd-text {
        position: absolute;
        top: 7%;
        text-align: center
    }

    .swap-image-1 {
        display: none
    }

    .space-btn-company {
        padding-left: 0!important;
        padding-right: .5em!important
    }

    .space-btn-company-1 {
        padding-right: 0!important;
        padding-left: .5em!important
    }

    .px-45 {
        padding-left: 2.5em!important;
        padding-right: 2.5em!important
    }

    .px-md-34 {
        padding-left: 34px;
        padding-right: 34px
    }

    #content-17-mb {
        display: none
    }

    .news-thumbnail-image {
        width: 100%;
        max-height: 100%
    }

    .tab-mb {
        display: none
    }

    .p-md-34 {
        padding-left: 34px!important;
        padding-right: 34px!important
    }

    .vertical-md-align {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        -webkit-align-items: center
    }

    .section-md {
        margin-bottom: 50px
    }

    .width-auto {
        width: auto!important
    }

    .top-box-3 {
        max-width: 100%!important
    }

    .col-md-6 .news-thumbnail-image {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: -moz-max-content;
        width: max-content;
        width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        max-width: -webkit-max-content
    }
}

@media screen and (min-width: 768px) and (max-width:992px) {
    .line-large {
        white-space:normal;
        line-height: 21px
    }

    .px-md-20 {
        padding-left: 20px!important;
        padding-right: 20px!important
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .carousel-ps {
        left:4%;
        bottom: 75px!important
    }

    .p-md-34 {
        padding-left: 34px!important;
        padding-right: 34px!important
    }
}

@media screen and (min-width: 992px) {
    .top-box {
        max-width:32.1%
    }

    .p-lg-34 {
        padding-left: 34px!important;
        padding-right: 34px!important
    }

    .vertical-lg-align {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        -webkit-align-items: center
    }

    .navbar .wide-search-box {
        top: 11px
    }

    .d-asc {
        margin-bottom: .5rem!important
    }
}

@media screen and (min-width: 1024px) {
    .carousel-lg-ps {
        left:4%;
        text-align: left;
        bottom: 125px!important
    }

    .carousel-ps {
        left: 4%;
        text-align: left;
        bottom: 125px!important
    }
}

@media screen and (min-width: 1100px) {
    .top-box {
        max-width:32.222%
    }
}

@media screen and (min-width: 1200px) {
    .top-box {
        max-width:32.3%
    }
}

@media screen and (min-width: 1210px) {
    .top-box {
        max-width:32.4%
    }
}

@media screen and (min-width: 1350px) {
    .top-box {
        max-width:32.5%
    }
}

@media screen and (min-width: 1750px) {
    .top-box {
        max-width:32.7%
    }
}

@media (max-width: 375px) {
    .mr-sm-1 {
        margin-right:1rem!important
    }

    .ml-sm-1 {
        margin-left: 1rem!important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0!important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem!important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem!important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem!important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 1rem!important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem!important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse!important;
        -webkit-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
}

.auto-three-dots-inline {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

body {
    counter-reset: item
}

.load-more-loader {
    display: none;
    font-size: 10px;
    margin: 0 auto;
    text-indent: -9999em;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    background: -webkit-linear-gradient(left,#fff 10%,rgba(255,255,255,0) 42%);
    background: -o-linear-gradient(left,#fff 10%,rgba(255,255,255,0) 42%);
    background: -webkit-gradient(linear,left top,right top,color-stop(10%,#fff),color-stop(42%,rgba(255,255,255,0)));
    background: linear-gradient(to right,#fff 10%,rgba(255,255,255,0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.load-more-loader:before {
    width: 50%;
    height: 50%;
    background: #fff;
    -webkit-border-radius: 100% 0 0 0;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ''
}

.load-more-loader:after {
    width: 75%;
    height: 75%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.word-wrap {
    word-wrap: break-word
}

blockquote {
    font-size: 1.4em;
    margin: 10px auto!important;
    font-style: italic;
    padding: 1.2em 30px 1.2em 75px;
    line-height: 1.6;
    position: relative
}

blockquote::before {
    content: "\201C";
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px
}

blockquote::after {
    content: ''
}

@media screen and (max-width: 379px) {
    .padding-responsive {
        padding-left:10px!important;
        padding-right: 10px!important
    }

    .padding-plugin-AT {
        padding-left: 30px!important;
        padding-right: 30px!important
    }
}

@media screen and (min-width: 380px) and (max-width:543px) {
    .padding-responsive {
        padding-left:10px!important;
        padding-right: 10px!important
    }

    .headline-listing {
        margin-left: 0;
        margin-right: 0
    }

    .padding-plugin-AT {
        padding-left: 30px!important;
        padding-right: 30px!important
    }
}

@media screen and (min-width: 544px) and (max-width:767px) {
    .padding-responsive {
        padding-left:14px!important;
        padding-right: 14px!important
    }

    .headline-listing {
        margin-left: 0;
        margin-right: 0
    }

    .padding-plugin-AT {
        padding-left: 30px!important;
        padding-right: 30px!important
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .padding-responsive {
        padding-left:12px!important;
        padding-right: 12px!important
    }

    .padding-bestpractice {
        padding-left: 0!important;
        padding-right: 12px!important
    }

    .news-module {
        padding-right: 0;
        padding-left: 0
    }

    .headline-listing {
        margin-left: 0;
        margin-right: 0
    }

    .filter-close {
        right: .5rem
    }

    .padding-plugin-AT {
        padding-left: 21px!important;
        padding-right: 21px!important
    }

    .padding-btn-OF {
        padding-left: 19px!important;
        padding-right: 19px!important
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .padding-responsive {
        padding-left:26px!important;
        padding-right: 26px!important
    }

    .padding-bestpractice {
        padding-left: 0!important;
        padding-right: 26px!important
    }

    .news-module {
        padding-right: 0;
        padding-left: 0
    }

    .headline-listing {
        margin-left: 0;
        margin-right: 0
    }

    .padding-footer {
        padding-left: 31px!important;
        padding-right: 33px!important
    }

    .padding-plugin-AT {
        padding-left: 21px!important;
        padding-right: 21px!important
    }

    .padding-btn-OF {
        padding-left: 19px!important;
        padding-right: 19px!important
    }
}

@media screen and (min-width: 1200px) {
    .padding-responsive {
        padding-left:30px!important;
        padding-right: 30px!important
    }

    .padding-footer {
        max-width: 1200px;
        margin: 0 auto
    }

    .padding-bestpractice {
        padding-left: 15px!important;
        padding-right: 30px!important
    }

    .news-module {
        padding-right: 0;
        padding-left: 0
    }

    .headline-listing {
        margin-left: 0;
        margin-right: 0
    }

    .padding-plugin-AT {
        padding-left: 21px!important;
        padding-right: 21px!important
    }

    .padding-btn-OF {
        padding-left: 19px!important;
        padding-right: 19px!important
    }
}

@media (min-width: 768px) {
    .pull-md-left {
        float:left
    }

    .pull-md-right {
        float: right
    }
}

@media (max-width: 767px) {
    .nav-links.block-center {
        margin:0 auto
    }

    .search-result .navigation {
        float: none;
        padding-top: 0!important
    }

    .search-result .navigation .nav-links {
        margin: 0 auto
    }

    .search-result .navigation:last-of-type {
        padding-top: 1rem!important;
        padding-bottom: .5rem!important
    }
}

.padding-x-15 {
    padding-left: 15px;
    padding-right: 15px
}

.border-bot-none {
    border: none
}

.padding-footer {
    max-width: 1200px
}

.three-dots-line {
    position: relative
}

@supports (-webkit-line-clamp:1) {
    .three-dots-line {
        position: unset;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -ms-text-overflow: ellipsis
    }

    .three-dots-line:after {
        display: none
    }

    .three-dots-line.three-dots-line-2 {
        -webkit-line-clamp: 2
    }

    .three-dots-line.three-dots-line-3 {
        -webkit-line-clamp: 3
    }

    .three-dots-line.three-dots-line-4 {
        -webkit-line-clamp: 4
    }
}

.mainnavbar .nav-item.current-menu-parent .nav-link span,.mainnavbar ul.navbar-nav>li.nav-item.current-menu-item .nav-link span {
    border-bottom: 1px solid #dc0032;
    color: #dc0032;
    padding-bottom: 3px
}

.tf-90deg {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (min-width: 1200px) {
    .panel-layout .panel-grid {
        max-width:1124px
    }
}

.padding-dpd-news .padding-top-icon-010 {
    margin-top: 0
}

.news-content .download-icon p {
    line-height: 16px
}
.cha-1ocac4z {
    display: flex
;
    flex-direction: column;
    gap: 0.5rem;
    padding: var(--chakra-space-4);
    border-radius: 8px;
    background: var(--chakra-colors-white);
    box-shadow: var(--chakra-shadows-md);
}
.cha-q2v8sb {
    display: inline-flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    vertical-align: top;
    user-select: none;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    transition-property: box-shadow;
    transition-duration: var(--chakra-transition-duration-normal);
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-radius: 2px;
    border-color: var(--chakra-colors-dpd-black);
    color: var(--chakra-colors-white);
    align-self: flex-start;
    --checkbox-size: var(--chakra-sizes-4);
}
.cha-z6mpar {
    margin-inline-start: 0.5rem;
    user-select: none;
    font-weight: var(--chakra-fontWeights-light);
    font-size: var(--chakra-fontSizes-md);
}
.cha-z6mparale {
    margin-inline-start: 0.5rem;
    user-select: none;
    font-weight: var(--chakra-fontWeights-light);
    font-size: var(--chakra-fontSizes-md);
}
.cha-1577qb8 {
    cursor: pointer;
    display: inline-flex
;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: top;
    position: relative;
}
.cha-18747pt {
    font-size: var(--chakra-fontSizes-sm);
    color: var(--chakra-colors-dpd-black);
}
.cha-z6mpar {
    margin-inline-start: 0.5rem;
    user-select: none;
    font-weight: var(--chakra-fontWeights-light);
    font-size: var(--chakra-fontSizes-md);
}
.cha-esognc {
    transition-property: var(--chakra-transition-property-common);
    transition-duration: var(--chakra-transition-duration-fast);
    transition-timing-function: var(--chakra-transition-easing-ease-out);
    cursor: pointer;
    outline: transparent solid 2px;
    outline-offset: 2px;
    text-decoration: underline;
    color: var(--chakra-colors-dpd-red);
}
a {
    background-color: transparent;
    color: inherit;
    text-decoration: inherit;
}
.cha-f41isc img {
    height: 26px;   /* oppure 24px se preferisci più piccolo */
    width: auto;    /* mantiene le proporzioni */
    margin-right: 10px; /* distanziamento uniforme */
    vertical-align: middle;
}