/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: rgba(0,0,0,0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

*,*::before,*::after {
    box-sizing: inherit
}

html {
    box-sizing: border-box
}

body,button,input,select,optgroup,textarea {
    color: #757575;
    font-family: "Spectral"
}


h1,h2,h3,h4,h5,h6 {
    clear: both;
    color: #111;
    line-height: 1;
    margin: 0
}

h1,.h1 {
    font-weight: 300;
    letter-spacing: -1px;
    margin-top: 40px;
    margin-bottom: 20px
}

h1,.h1 {
    font-size: 32px
}

@media screen and (min-width: 420px) {
    h1,.h1 {
        font-size:calc(32px + 18 * ((100vw - 420px) / 1020))
    }
}

@media screen and (min-width: 1440px) {
    h1,.h1 {
        font-size:50px
    }
}

p {
    margin-bottom: 1.5em
}

dfn,cite,em,i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch",courier,monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,kbd,tt,var {
    font-family: monaco,consolas,"Andale Mono","DejaVu Sans Mono",monospace
}

abbr,acronym {
    cursor: help
}

mark,ins {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

body {
    background: #fff
}

#primary {
    margin-top: 85px
}

@media(min-width: 576px) {
    #primary {
        margin-top:157px
    }
}

.scroll-disabled {
    position: fixed;
    overflow-y: scroll;
    width: 100%
}

.hamburger-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    z-index: -1;
    opacity: 0;
    transition: all .3s ease-in;
    cursor: pointer
}

.hamburger-overlay.is-active-overlay {
    opacity: .5;
    z-index: 10
}

.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container-sm,.container {
        max-width:540px;
        padding-right: 0px;
        padding-left: 0px
    }
}

@media(min-width: 768px) {
    .container-md,.container-sm,.container {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .container-lg,.container-md,.container-sm,.container {
        max-width:960px
    }
}

@media(min-width: 1200px) {
    .container-xl,.container-lg,.container-md,.container-sm,.container {
        max-width:1140px
    }
}

@media(min-width: 1400px) {
    .container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container {
        max-width:1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)*-1);
    margin-right: calc(var(--bs-gutter-x)*-0.5);
    margin-left: calc(var(--bs-gutter-x)*-0.5)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

@media(min-width: 576px) {
    .col-sm {
        flex:1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media(min-width: 768px) {
    .col-md {
        flex:1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media(min-width: 992px) {
    .col-lg {
        flex:1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media(min-width: 1200px) {
    .col-xl {
        flex:1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media(min-width: 1400px) {
    .col-xxl {
        flex:1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,.gx-0 {
    --bs-gutter-x: 0
}

.g-0,.gy-0 {
    --bs-gutter-y: 0
}

.g-1,.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,.gy-5 {
    --bs-gutter-y: 3rem
}

@media(min-width: 576px) {
    .col-sm-auto {
        flex:0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,.gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,.gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,.gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,.gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,.gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,.gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,.gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,.gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,.gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,.gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,.gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,.gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 768px) {
    .col-md-auto {
        flex:0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,.gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,.gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,.gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,.gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,.gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,.gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,.gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,.gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,.gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,.gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,.gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,.gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 992px) {
    .col-lg-auto {
        flex:0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,.gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,.gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,.gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,.gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,.gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,.gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,.gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,.gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,.gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,.gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,.gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,.gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1200px) {
    .col-xl-auto {
        flex:0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,.gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,.gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,.gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,.gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,.gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,.gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,.gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,.gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,.gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,.gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,.gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,.gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1400px) {
    .col-xxl-auto {
        flex:0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,.gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,.gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,.gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,.gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,.gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,.gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,.gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,.gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,.gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,.gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,.gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,.gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ul,ol {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,li>ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

embed,iframe,object {
    max-width: 100%
}

img {
    height: auto;
    max-width: 100%
}

figure {
    margin: 1em 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

a {
    color: #4169e1
}

a:visited {
    color: purple
}

a:hover,a:focus,a:active {
    color: #191970
}

a:focus {
    outline: thin dotted
}

a:hover,a:active {
    outline: 0
}

button,input[type=button],input[type=reset],input[type=submit] {
    border: none;
    border-color: rgba(0,0,0,0);
    border-radius: 50px;
    background: #f8f8f8;
    color: #767676;
    line-height: 1;
    position: relative;
    bottom: 0px;
    padding: 14px 29px;
    font-weight: 500;
    cursor: pointer
}

button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover {
    border-color: rgba(0,0,0,0)
}

button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus {
    border-color: #f8f8f8
}

.hamburger-menu,.search-menu {
    background-color: rgba(0,0,0,0);
    padding: 0;
    border-radius: 0
}

.cat-links {
    display: block;
    margin-bottom: 10px
}

.cat-links a {
    color: #ff3131;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none
}

.section-title {
    font-size: 35px;
    margin-bottom: 40px;
    font-weight: 400
}

@media(min-width: 576px) {
    .section-title {
        margin-bottom:50px
    }
}

form {
    max-width: 610px;
    margin: auto;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column
}

@media(min-width: 576px) {
    form {
        flex-direction:row
    }
}

form .search-input {
    width: 100%;
    padding: 12px 20px 12px 35px;
    transition: transform 250ms ease-in-out;
    font-size: 14px;
    line-height: 18px;
    color: #111;
    background-color: #f6f6f6;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 22L20 20' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 2% center;
    border-radius: 50px;
    border: 1px solid rgba(0,0,0,0);
    transition: all 250ms ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    outline: none;
    font-family: "DM Sans",sans-serif
}

form .search__input::placeholder {
    color: #d9d9d9;
    letter-spacing: 1.5px
}

form button {
    border: none;
    border-color: rgba(0,0,0,0);
    margin-top: 20px
}

@media(min-width: 576px) {
    form button {
        margin-left:20px;
        margin-top: 0
    }
}

.archive-post-wrapper {
    margin-bottom: 150px
}

@media(min-width: 992px) {
    .archive-post-wrapper {
        margin-bottom:80px
    }
}

.archive-post-wrapper .page-header {
    margin-bottom: 10px
}

@media(min-width: 768px) {
    .archive-post-wrapper .page-header {
        margin-bottom:50px
    }
}

.archive-post-wrapper .page-header .page-title {
    text-align: center;
    margin: 0;
    margin-top: 80px;
    color: #ff3131
}

@media(min-width: 768px) {
    .archive-post-wrapper .page-header .page-title {
        text-align:left
    }
}

.archive-post-wrapper .archive-main-wrapper .archive-single-post {
    margin-top: 32px;
    padding-bottom: 30px;
    position: relative
}

.archive-post-wrapper .archive-main-wrapper .archive-single-post::after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% - 50px);
    bottom: 0;
    left: 12px;
    background-color: #d9d9d9
}

.archive-post-wrapper .archive-main-wrapper .archive-single-post .entry-image img {
    margin-bottom: 20px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center
}

@media(min-width: 576px) {
    .archive-post-wrapper .archive-main-wrapper .archive-single-post .entry-image img {
        margin-bottom:0
    }
}

.archive-post-wrapper .archive-main-wrapper .archive-single-post .post-description {
    display: flex;
    flex-direction: column;
    align-self: center
}

@media(min-width: 1200px) {
    .archive-post-wrapper .archive-main-wrapper .archive-single-post .post-description {
        padding-right:50px
    }
}

.archive-post-wrapper .archive-main-wrapper .archive-single-post .post-description .entry-category .cat-links a {
    color: #ff3131;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none
}

.archive-post-wrapper .archive-main-wrapper .archive-single-post .post-description .entry-title {
    margin: 10px 0
}

@media(min-width: 768px) {
    .archive-post-wrapper .archive-main-wrapper .archive-single-post .post-description .entry-title {
        margin:15px 0
    }
}

.archive-post-wrapper .archive-main-wrapper .archive-single-post .post-description .entry-title a {
    font-size: 23px;
    line-height: 1;
    color: #111;
    text-decoration: none;
    font-weight: 400
}

.archive-post-wrapper .archive-main-wrapper .archive-single-post .post-description .entry-content p {
    margin-bottom: 0px;
    margin-top: 0px
}

.search-post-wrapper {
    margin-bottom: 150px
}

@media(min-width: 992px) {
    .search-post-wrapper {
        margin-bottom:80px
    }
}

.search-post-wrapper .search-post-container {
    max-width: 610px
}

.search-post-wrapper .search-post-container .page-header .page-title {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px
}

.search-post-wrapper .search-post-container .search-row {
    margin-top: 32px;
    padding-bottom: 30px;
    position: relative
}

.search-post-wrapper .search-post-container .search-row::after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% - 50px);
    bottom: 0;
    left: 12px;
    background-color: #d9d9d9
}

.search-post-wrapper .search-post-container .search-row .entry-image img {
    margin-bottom: 20px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center
}

@media(min-width: 576px) {
    .search-post-wrapper .search-post-container .search-row .entry-image img {
        margin-bottom:0
    }
}

.search-post-wrapper .search-post-container .search-row .post-description {
    display: flex;
    flex-direction: column;
    align-self: center
}

@media(min-width: 1200px) {
    .search-post-wrapper .search-post-container .search-row .post-description {
        padding-right:50px
    }
}

.search-post-wrapper .search-post-container .search-row .post-description .entry-category .cat-links a {
    color: #ff3131;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none
}

.search-post-wrapper .search-post-container .search-row .post-description .entry-title {
    margin: 10px 0
}

@media(min-width: 768px) {
    .search-post-wrapper .search-post-container .search-row .post-description .entry-title {
        margin:15px 0
    }
}

.search-post-wrapper .search-post-container .search-row .post-description .entry-title a {
    font-size: 23px;
    line-height: 1;
    color: #111;
    text-decoration: none;
    font-weight: 400
}

.search-post-wrapper .search-post-container .search-row .post-description .entry-content p {
    margin-bottom: 0px;
    margin-top: 0px
}

.site-footer {
    background-color: #f8f8f8;
    padding-bottom: 60px;
    font-family: "DM Sans",sans-serif
}

@media(min-width: 576px) {
    .site-footer {
        padding-bottom:70px
    }
}

.site-footer .logo-demo-class {
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: auto;
    display: block;
    max-width: 100%
}

@media(min-width: 768px) {
    .site-footer .logo-demo-class {
        padding-top:80px;
        padding-bottom: 80px;
        max-width: 400px
    }
}

.site-footer h6 {
    color: #0e0e0e;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
    font-family: "Spectral"
}

.site-footer ul {
    padding-left: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 35px;
    margin-right: 25%
}

.site-footer ul li {
    list-style-type: none;
    margin-bottom: 10px
}

.site-footer ul li a {
    color: #949494;
    text-decoration: none;
    font-weight: 500
}

.site-footer ul li a:hover {
    color: #949494
}

.site-footer .footer-first-section {
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative
}

.site-footer .footer-first-section::after {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d9d9d9
}

.site-footer .footer-first-section .footer-list-wrapper {
    display: flex;
    margin-bottom: 30px
}

.site-footer .footer-second-section {
    margin-top: 50px;
    position: relative
}

.site-footer .footer-second-section::after {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d9d9d9
}

.site-footer .footer-second-section ul {
    margin-bottom: 90px
}

@media(min-width: 768px) {
    .site-footer .footer-second-section ul {
        margin-bottom:0px
    }
}

@media(min-width: 576px) {
    .site-footer .footer-second-section {
        margin-bottom:90px
    }
}

.site-footer .footer-last-wrapper {
    padding-top: 60px;
    position: relative
}

.site-footer .footer-last-wrapper::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d9d9d9
}

.site-footer .footer-last-wrapper .copyright {
    margin-top: 0px;
    color: #0e0e0e;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Spectral"
}

.site-footer .footer-last-wrapper .copyright-text {
    max-width: 780px;
    color: #949494;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0
}

.home-header {
    padding-top: 30px
}

@media(min-width: 576px) {
    .home-header {
        padding-top:30px
    }
}

.home-header .home-header-row {
    padding-bottom: 50px;
    border-bottom: 1px solid #d9d9d9
}

@media(min-width: 768px) {
    .home-header .home-header-row {
        padding-bottom:60px
    }
}

.home-header .home-header-row .entry-title a {
    font-size: 23px;
    line-height: 1;
    color: #111;
    text-decoration: none;
    font-weight: 500
}

@media(min-width: 992px) {
    .home-header .home-header-row .content-left {
        border-right:1px solid #d9d9d9
    }
}

.home-header .home-header-row .content-left .type-post {
    padding-bottom: 25px;
    margin-top: 20px;
    border-bottom: 1px solid #d9d9d9
}

@media(min-width: 992px) {
    .home-header .home-header-row .content-left .type-post:first-child {
        margin-top:0px;
        padding-bottom: 50px
    }

    .home-header .home-header-row .content-left .type-post:last-child {
        padding-bottom: 0px;
        border-bottom: none
    }
}

.home-header .home-header-row .content-left .type-post .not-first img {
    aspect-ratio: 1/1;
    object-fit: cover
}

.home-header .home-header-row .content-left .type-post .first .entry-title a {
    font-weight: 300
}

.home-header .home-header-row .content-left .type-post .first .entry-title a {
    font-size: 28px
}

@media screen and (min-width: 420px) {
    .home-header .home-header-row .content-left .type-post .first .entry-title a {
        font-size:calc(28px + 17 * ((100vw - 420px) / 1020))
    }
}

@media screen and (min-width: 1440px) {
    .home-header .home-header-row .content-left .type-post .first .entry-title a {
        font-size:45px
    }
}

.home-header .home-header-row .content-left .type-post .first .cat-links {
    display: block;
    margin-bottom: 10px
}

.home-header .home-header-row .content-left .type-post .first img {
    margin-bottom: 20px
}

.home-header .home-header-row .content-left .type-post .content-left-desc {
    display: flex;
    flex-direction: column;
    align-self: center
}

.home-header .home-header-row .content-left .type-post .content-left-desc .entry-category .cat-links {
    display: block;
    margin-bottom: 10px
}

.home-header .home-header-row .content-left .type-post .content-left-desc .entry-title a {
    line-height: 1;
    color: #111;
    text-decoration: none;
    font-weight: 500
}

.home-header .home-header-row .content-left .type-post .content-left-desc .entry-title a {
    font-size: 18px
}

@media screen and (min-width: 420px) {
    .home-header .home-header-row .content-left .type-post .content-left-desc .entry-title a {
        font-size:calc(18px + 5 * ((100vw - 420px) / 1020))
    }
}

@media screen and (min-width: 1440px) {
    .home-header .home-header-row .content-left .type-post .content-left-desc .entry-title a {
        font-size:23px
    }
}

.home-header .home-header-row .content-left .type-post .content-left-desc .entry-content.small {
    display: none
}

@media(min-width: 576px) {
    .home-header .home-header-row .content-left .type-post .content-left-desc .entry-content.small {
        display:initial
    }
}

@media(min-width: 992px) {
    .home-header .home-header-row .content-middle {
        border-right:1px solid #d9d9d9
    }
}

.home-header .home-header-row .content-middle .type-post {
    padding-bottom: 30px;
    margin-top: 20px;
    border-bottom: 1px solid #d9d9d9
}

@media(min-width: 992px) {
    .home-header .home-header-row .content-middle .type-post:first-child {
        margin-top:0px
    }

    .home-header .home-header-row .content-middle .type-post:last-child {
        border-bottom: none
    }
}

.home-header .home-header-row .content-middle .type-post img {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center
}

@media(min-width: 576px) {
    .home-header .home-header-row .content-middle .type-post img {
        aspect-ratio:3/2
    }
}

@media(min-width: 992px) {
    .home-header .home-header-row .content-middle .type-post img {
        margin-bottom:20px
    }
}

.home-header .home-header-row .content-middle .type-post .entry-content {
    display: none
}

@media(min-width: 576px) {
    .home-header .home-header-row .content-middle .type-post .entry-content {
        display:initial
    }
}

.home-header .home-header-row .content-middle .type-post .entry-title a {
    line-height: 1;
    color: #111;
    text-decoration: none;
    font-weight: 500
}

.home-header .home-header-row .content-middle .type-post .entry-title a {
    font-size: 18px
}

@media screen and (min-width: 420px) {
    .home-header .home-header-row .content-middle .type-post .entry-title a {
        font-size:calc(18px + 5 * ((100vw - 420px) / 1020))
    }
}

@media screen and (min-width: 1440px) {
    .home-header .home-header-row .content-middle .type-post .entry-title a {
        font-size:23px
    }
}

.home-header .home-header-row .content-right {
    margin-top: 30px
}

@media(min-width: 992px) {
    .home-header .home-header-row .content-right {
        margin-top:0px
    }
}

.home-header .home-header-row .content-right .type-post {
    margin: 30px 0;
    position: relative
}

.home-header .home-header-row .content-right .type-post::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -15px;
    left: 0;
    background-color: #d9d9d9
}

.home-header .home-header-row .content-right .type-post:first-child {
    margin-top: 0
}

.home-header .home-header-row .content-right .type-post:last-child {
    margin-bottom: 0
}

.home-header .home-header-row .content-right .type-post:last-child::after {
    background-color: rgba(0,0,0,0)
}

.home-header .home-header-row .content-right .type-post .entry-category .cat-links {
    margin-bottom: 10px;
    display: block
}

.home-header .home-header-row .content-right .type-post .sidebar-holder {
    display: flex
}

.home-header .home-header-row .content-right .type-post .sidebar-holder a {
    margin-right: 20px;
    flex: 1;
    color: #111;
    text-decoration: none;
    font-size: 20px
}

.home-header .home-header-row .content-right .type-post .entry-image-h img {
    width: 80px;
    height: 80px;
    object-fit: cover
}

.home-header .home-header-row .content-right .last img {
    aspect-ratio: 3/2;
    object-fit: cover;
    object-position: center
}

.home-spotlight {
    margin-top: 50px
}

.home-spotlight .entry-image img {
    aspect-ratio: 6/4;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px
}

.home-spotlight .entry-category .cat-links {
    display: block;
    margin-bottom: 10px
}

@media(min-width: 1200px) {
    .home-spotlight .entry-title {
        min-height:48px
    }
}

.home-spotlight .entry-title a {
    font-size: 23px;
    line-height: 1;
    color: #111;
    text-decoration: none;
    font-weight: 500
}

.home-feature {
    margin-top: 50px
}

@media(min-width: 1200px) {
    .home-feature {
        margin-top:90px
    }
}

.home-feature .feature-container {
    background-color: #f8f8f8;
    padding: 30px 20px
}

@media(min-width: 768px) {
    .home-feature .feature-container {
        padding:70px 100px
    }
}

.home-feature .feature-container .post-thumbnail img {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    margin-bottom: 30px
}

@media(min-width: 768px) {
    .home-feature .feature-container .post-thumbnail img {
        margin-bottom:0px
    }
}

.home-feature .feature-container .content {
    display: flex;
    align-items: center;
    align-self: center
}

@media(min-width: 768px) {
    .home-feature .feature-container .content .content-holder {
        padding-left:10px
    }
}

@media(min-width: 992px) {
    .home-feature .feature-container .content .content-holder {
        padding-left:50px
    }
}

.home-feature .feature-container .content .content-holder h3 {
    color: #ff3131;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none
}

.home-feature .feature-container .content .content-holder h2 a {
    line-height: 1;
    color: #111;
    text-decoration: none;
    font-weight: 400
}

.home-feature .feature-container .content .content-holder h2 a {
    font-size: 22px
}

@media screen and (min-width: 420px) {
    .home-feature .feature-container .content .content-holder h2 a {
        font-size:calc(22px + 18 * ((100vw - 420px) / 1020))
    }
}

@media screen and (min-width: 1440px) {
    .home-feature .feature-container .content .content-holder h2 a {
        font-size:40px
    }
}

.home-latest {
    margin-top: 90px;
    padding-bottom: 90px
}

.home-latest .container-latest .section-title-latest {
    margin-top: 50px
}

@media(min-width: 992px) {
    .home-latest .container-latest .section-title-latest {
        margin-top:0px
    }
}

.home-latest .container-latest .type-post {
    padding-bottom: 25px;
    margin-top: 20px;
    border-bottom: 1px solid #d9d9d9
}

@media(min-width: 992px) {
    .home-latest .container-latest .type-post:first-child {
        margin-top:0px;
        padding-bottom: 50px
    }

    .home-latest .container-latest .type-post:last-child {
        padding-bottom: 0px;
        border-bottom: none
    }
}

.home-latest .container-latest .type-post .not-first img {
    aspect-ratio: 1/1;
    object-fit: cover
}

.home-latest .container-latest .type-post .first .entry-title a {
    font-weight: 300
}

.home-latest .container-latest .type-post .first .entry-title a {
    font-size: 28px
}

@media screen and (min-width: 420px) {
    .home-latest .container-latest .type-post .first .entry-title a {
        font-size:calc(28px + 17 * ((100vw - 420px) / 1020))
    }
}

@media screen and (min-width: 1440px) {
    .home-latest .container-latest .type-post .first .entry-title a {
        font-size:45px
    }
}

.home-latest .container-latest .type-post .first .cat-links {
    display: block;
    margin-bottom: 10px
}

.home-latest .container-latest .type-post .first img {
    margin-bottom: 20px
}

.home-latest .container-latest .type-post .content-left-desc {
    display: flex;
    flex-direction: column;
    align-self: center
}

.home-latest .container-latest .type-post .content-left-desc .entry-category .cat-links {
    display: block;
    margin-bottom: 10px
}

.home-latest .container-latest .type-post .content-left-desc .entry-title a {
    line-height: 1;
    color: #111;
    text-decoration: none;
    font-weight: 500
}

.home-latest .container-latest .type-post .content-left-desc .entry-title a {
    font-size: 18px
}

@media screen and (min-width: 420px) {
    .home-latest .container-latest .type-post .content-left-desc .entry-title a {
        font-size:calc(18px + 5 * ((100vw - 420px) / 1020))
    }
}

@media screen and (min-width: 1440px) {
    .home-latest .container-latest .type-post .content-left-desc .entry-title a {
        font-size:23px
    }
}

.home-latest .container-latest .type-post .content-left-desc .entry-content.small {
    display: none
}

@media(min-width: 576px) {
    .home-latest .container-latest .type-post .content-left-desc .entry-content.small {
        display:initial
    }
}

.home-writters {
    padding-bottom: 60px
}

.home-writters .home-writters-container {
    padding-left: 20px;
    padding-right: 20px
}

@media(min-width: 1400px) {
    .home-writters .home-writters-container {
        padding-left:0px;
        padding-right: 0px
    }
}

.home-writters .home-writters-container .section-title {
    max-width: 390px;
    margin: auto
}

@media(min-width: 992px) {
    .home-writters .home-writters-container .section-title {
        max-width:initial;
        margin-left: auto;
        margin-bottom: 50px
    }
}

.home-writters.first {
    border-bottom: 1px solid #d9d9d9;
    padding-top: 100px
}

.home-writters.last {
    margin-top: 60px;
    padding-bottom: 100px
}

.home-writters .section-title {
    max-width: 370px
}

.home-writters .first .type-post,.home-writters .middle .type-post,.home-writters .last .type-post {
    margin: 20px 0 30px 0;
    position: relative;
    max-width: 390px
}

@media(min-width: 992px) {
    .home-writters .first .type-post,.home-writters .middle .type-post,.home-writters .last .type-post {
        margin:30px 0
    }
}

.home-writters .first .type-post:last-child,.home-writters .middle .type-post:last-child,.home-writters .last .type-post:last-child {
    margin-bottom: 0px
}

@media(min-width: 992px) {
    .home-writters .first .type-post:last-child,.home-writters .middle .type-post:last-child,.home-writters .last .type-post:last-child {
        margin-bottom:30px
    }
}

.home-writters .first .type-post::after,.home-writters .middle .type-post::after,.home-writters .last .type-post::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -15px;
    left: 0;
    background-color: #d9d9d9
}

@media(min-width: 992px) {
    .home-writters .first .type-post:first-child,.home-writters .middle .type-post:first-child,.home-writters .last .type-post:first-child {
        margin-top:0
    }

    .home-writters .first .type-post:last-child,.home-writters .middle .type-post:last-child,.home-writters .last .type-post:last-child {
        margin-bottom: 0
    }

    .home-writters .first .type-post:last-child::after,.home-writters .middle .type-post:last-child::after,.home-writters .last .type-post:last-child::after {
        background-color: rgba(0,0,0,0)
    }
}

.home-writters .first .type-post .single-sidebar-wrapper-holder,.home-writters .middle .type-post .single-sidebar-wrapper-holder,.home-writters .last .type-post .single-sidebar-wrapper-holder {
    display: flex
}

@media(min-width: 992px) {
    .home-writters .first .type-post .single-sidebar-wrapper-holder.align,.home-writters .middle .type-post .single-sidebar-wrapper-holder.align,.home-writters .last .type-post .single-sidebar-wrapper-holder.align {
        min-height:97px
    }
}

.home-writters .first .type-post .single-sidebar-wrapper-holder .sidebar-holder,.home-writters .middle .type-post .single-sidebar-wrapper-holder .sidebar-holder,.home-writters .last .type-post .single-sidebar-wrapper-holder .sidebar-holder {
    flex: 3;
    margin-left: 20px
}

.home-writters .first .type-post .single-sidebar-wrapper-holder .sidebar-holder a,.home-writters .middle .type-post .single-sidebar-wrapper-holder .sidebar-holder a,.home-writters .last .type-post .single-sidebar-wrapper-holder .sidebar-holder a {
    flex: 1;
    color: #111;
    text-decoration: none;
    font-size: 20px
}

.home-writters .first .type-post .single-sidebar-wrapper-holder .sidebar-holder .entry-category .cat-links,.home-writters .middle .type-post .single-sidebar-wrapper-holder .sidebar-holder .entry-category .cat-links,.home-writters .last .type-post .single-sidebar-wrapper-holder .sidebar-holder .entry-category .cat-links {
    margin-bottom: 10px;
    display: block
}

.home-writters .first .type-post .single-sidebar-wrapper-holder .sidebar-holder .entry-category .cat-links a,.home-writters .middle .type-post .single-sidebar-wrapper-holder .sidebar-holder .entry-category .cat-links a,.home-writters .last .type-post .single-sidebar-wrapper-holder .sidebar-holder .entry-category .cat-links a {
    color: #ff3131;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none
}

.home-writters .first .type-post .single-sidebar-wrapper-holder .entry-image,.home-writters .middle .type-post .single-sidebar-wrapper-holder .entry-image,.home-writters .last .type-post .single-sidebar-wrapper-holder .entry-image {
    flex: 1
}

.home-writters .first .type-post .single-sidebar-wrapper-holder .entry-image img,.home-writters .middle .type-post .single-sidebar-wrapper-holder .entry-image img,.home-writters .last .type-post .single-sidebar-wrapper-holder .entry-image img {
    width: 80px;
    height: 80px;
    object-fit: cover
}

.home-writters .first .type-post {
    margin: 30px auto
}

@media(min-width: 992px) {
    .home-writters .first .type-post {
        margin-left:0;
        margin-right: auto
    }
}

@media(min-width: 992px) {
    .home-writters .middle {
        border-right:1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9
    }
}

.home-writters .middle .type-post {
    margin: 30px auto
}

@media(min-width: 992px) {
    .home-writters .middle .type-post {
        margin-left:auto;
        margin-right: auto
    }
}

.home-writters .last .type-post {
    margin: 30px auto
}

@media(min-width: 992px) {
    .home-writters .last .type-post {
        margin-right:0;
        margin-left: auto
    }
}

.home-cat-above-footer .home-cat-above-footer-container {
    padding-bottom: 60px
}

.home-cat-above-footer .home-cat-above-footer-container.first {
    border-bottom: 1px solid #d9d9d9;
    padding-top: 50px
}

@media(min-width: 992px) {
    .home-cat-above-footer .home-cat-above-footer-container.first {
        padding-top:100px
    }
}

.home-cat-above-footer .home-cat-above-footer-container.last {
    margin-top: 60px;
    padding-bottom: 100px
}

.home-cat-above-footer .home-cat-above-footer-container .first,.home-cat-above-footer .home-cat-above-footer-container .middle,.home-cat-above-footer .home-cat-above-footer-container .last {
    max-width: 370px;
    margin: auto
}

@media(min-width: 992px) {
    .home-cat-above-footer .home-cat-above-footer-container .first,.home-cat-above-footer .home-cat-above-footer-container .middle,.home-cat-above-footer .home-cat-above-footer-container .last {
        max-width:initial
    }
}

.home-cat-above-footer .home-cat-above-footer-container .first .section-title,.home-cat-above-footer .home-cat-above-footer-container .middle .section-title,.home-cat-above-footer .home-cat-above-footer-container .last .section-title {
    margin-bottom: 10px;
    max-width: 370px
}

@media(min-width: 992px) {
    .home-cat-above-footer .home-cat-above-footer-container .first .section-title,.home-cat-above-footer .home-cat-above-footer-container .middle .section-title,.home-cat-above-footer .home-cat-above-footer-container .last .section-title {
        margin:auto;
        margin-bottom: 50px
    }
}

.home-cat-above-footer .home-cat-above-footer-container .first .type-post,.home-cat-above-footer .home-cat-above-footer-container .middle .type-post,.home-cat-above-footer .home-cat-above-footer-container .last .type-post {
    margin: 30px 0;
    position: relative;
    max-width: 370px
}

.home-cat-above-footer .home-cat-above-footer-container .first .type-post::after,.home-cat-above-footer .home-cat-above-footer-container .middle .type-post::after,.home-cat-above-footer .home-cat-above-footer-container .last .type-post::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -15px;
    left: 0;
    background-color: #d9d9d9
}

.home-cat-above-footer .home-cat-above-footer-container .first .type-post:first-child,.home-cat-above-footer .home-cat-above-footer-container .middle .type-post:first-child,.home-cat-above-footer .home-cat-above-footer-container .last .type-post:first-child {
    margin-top: 0
}

.home-cat-above-footer .home-cat-above-footer-container .first .type-post:last-child,.home-cat-above-footer .home-cat-above-footer-container .middle .type-post:last-child,.home-cat-above-footer .home-cat-above-footer-container .last .type-post:last-child {
    margin-bottom: 0
}

.home-cat-above-footer .home-cat-above-footer-container .first .type-post:last-child::after,.home-cat-above-footer .home-cat-above-footer-container .middle .type-post:last-child::after,.home-cat-above-footer .home-cat-above-footer-container .last .type-post:last-child::after {
    background-color: rgba(0,0,0,0)
}

.home-cat-above-footer .home-cat-above-footer-container .first .type-post .entry-category .cat-links,.home-cat-above-footer .home-cat-above-footer-container .middle .type-post .entry-category .cat-links,.home-cat-above-footer .home-cat-above-footer-container .last .type-post .entry-category .cat-links {
    margin-bottom: 10px;
    display: block
}

.home-cat-above-footer .home-cat-above-footer-container .first .type-post .sidebar-holder,.home-cat-above-footer .home-cat-above-footer-container .middle .type-post .sidebar-holder,.home-cat-above-footer .home-cat-above-footer-container .last .type-post .sidebar-holder {
    display: flex
}

.home-cat-above-footer .home-cat-above-footer-container .first .type-post .sidebar-holder a,.home-cat-above-footer .home-cat-above-footer-container .middle .type-post .sidebar-holder a,.home-cat-above-footer .home-cat-above-footer-container .last .type-post .sidebar-holder a {
    margin-right: 20px;
    flex: 1;
    color: #111;
    text-decoration: none;
    font-size: 20px
}

.home-cat-above-footer .home-cat-above-footer-container .first .type-post .entry-image-h img,.home-cat-above-footer .home-cat-above-footer-container .middle .type-post .entry-image-h img,.home-cat-above-footer .home-cat-above-footer-container .last .type-post .entry-image-h img {
    width: 80px;
    height: 80px;
    object-fit: cover
}

.home-cat-above-footer .home-cat-above-footer-container .first .type-post {
    margin: 30px auto
}

@media(min-width: 992px) {
    .home-cat-above-footer .home-cat-above-footer-container .first .type-post {
        margin-right:auto
    }
}

@media(min-width: 992px) {
    .home-cat-above-footer .home-cat-above-footer-container .middle {
        border-right:1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9
    }
}

.home-cat-above-footer .home-cat-above-footer-container .middle .type-post {
    margin: 30px auto
}

@media(min-width: 992px) {
    .home-cat-above-footer .home-cat-above-footer-container .middle .type-post {
        margin-left:auto;
        margin-right: auto
    }
}

.home-cat-above-footer .home-cat-above-footer-container .last .type-post {
    margin: 30px auto
}

@media(min-width: 992px) {
    .home-cat-above-footer .home-cat-above-footer-container .last .type-post {
        margin-left:auto
    }
}

.site-home p {
    margin: 12px 0 32px 0;
    font-weight: 500
}

@media(min-width: 1200px) {
    .site-home p {
        margin:12px 0 12px 0
    }
}

.hamburger-menu {
    background-image: url("data:image/svg+xml,%3Csvg width='51' height='51' viewBox='0 0 51 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='51' height='51' rx='25.5' fill='%23FFFFFF'/%3E%3Crect x='14' y='17' width='23' height='2' rx='1' fill='%23111111'/%3E%3Crect x='14' y='24' width='23' height='2' rx='1' fill='%23111111'/%3E%3Crect x='14' y='31' width='23' height='2' rx='1' fill='%23111111'/%3E%3C/svg%3E")
}

.search-menu {
    background-image: url("data:image/svg+xml,%3Csvg width='51' height='51' viewBox='0 0 51 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='51' height='51' rx='25.5' fill='%23FFFFFF'/%3E%3Cpath d='M25.5 34C30.7467 34 35 29.7467 35 24.5C35 19.2533 30.7467 15 25.5 15C20.2533 15 16 19.2533 16 24.5C16 29.7467 20.2533 34 25.5 34Z' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36 35L34 33' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.is-active-close {
    background-image: url("data:image/svg+xml,%3Csvg width='51' height='51' viewBox='0 0 51 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='51' height='51' rx='25.5' fill='%23FFFFFF'/%3E%3Crect x='16.6611' y='33.2637' width='23' height='2' rx='1' transform='rotate(-45 16.6611 33.2637)' fill='%23111111'/%3E%3Crect x='18.0754' y='17.1611' width='23' height='2' rx='1' transform='rotate(45 18.0754 17.1611)' fill='%23111111'/%3E%3C/svg%3E");
    z-index: 10
}

.instagram {
    background-image: url("data:image/svg+xml,%3Csvg width='51' height='51' viewBox='0 0 51 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='51' height='51' rx='25.5' fill='%23FFFFFF'/%3E%3Cpath d='M26 19.375C24.8875 19.375 23.7999 19.7049 22.8749 20.323C21.9499 20.9411 21.2289 21.8196 20.8032 22.8474C20.3774 23.8752 20.266 25.0062 20.4831 26.0974C20.7001 27.1885 21.2359 28.1908 22.0225 28.9775C22.8092 29.7641 23.8115 30.2999 24.9026 30.5169C25.9938 30.734 27.1248 30.6226 28.1526 30.1968C29.1804 29.7711 30.0589 29.0501 30.677 28.1251C31.2951 27.2001 31.625 26.1125 31.625 25C31.625 23.5082 31.0324 22.0774 29.9775 21.0225C28.9226 19.9676 27.4918 19.375 26 19.375ZM26 28.75C25.2583 28.75 24.5333 28.5301 23.9166 28.118C23.2999 27.706 22.8193 27.1203 22.5355 26.4351C22.2516 25.7498 22.1774 24.9958 22.3221 24.2684C22.4667 23.541 22.8239 22.8728 23.3483 22.3483C23.8728 21.8239 24.541 21.4667 25.2684 21.3221C25.9958 21.1774 26.7498 21.2516 27.4351 21.5355C28.1203 21.8193 28.706 22.2999 29.118 22.9166C29.5301 23.5333 29.75 24.2583 29.75 25C29.7469 25.9936 29.3508 26.9456 28.6482 27.6482C27.9456 28.3508 26.9936 28.7469 26 28.75ZM31.1562 13.2812H20.8438C19.1033 13.2813 17.4341 13.9727 16.2034 15.2034C14.9727 16.4341 14.2813 18.1033 14.2812 19.8438V30.1562C14.2813 31.8967 14.9727 33.5659 16.2034 34.7966C17.4341 36.0273 19.1033 36.7188 20.8438 36.7188H31.1562C32.8967 36.7188 34.5659 36.0273 35.7966 34.7966C37.0273 33.5659 37.7188 31.8967 37.7188 30.1562V19.8438C37.7188 18.1033 37.0273 16.4341 35.7966 15.2034C34.5659 13.9727 32.8967 13.2812 31.1562 13.2812ZM35.8438 30.1562C35.8438 30.7718 35.7225 31.3814 35.4869 31.9501C35.2514 32.5188 34.9061 33.0355 34.4708 33.4708C34.0355 33.9061 33.5188 34.2514 32.9501 34.4869C32.3814 34.7225 31.7718 34.8438 31.1562 34.8438H20.8438C20.2282 34.8438 19.6186 34.7225 19.0499 34.4869C18.4812 34.2514 17.9645 33.9061 17.5292 33.4708C17.0939 33.0355 16.7486 32.5188 16.5131 31.9501C16.2775 31.3814 16.1562 30.7718 16.1562 30.1562V19.8438C16.1562 18.6005 16.6501 17.4083 17.5292 16.5292C18.4083 15.6501 19.6005 15.1562 20.8438 15.1562H31.1562C31.7718 15.1562 32.3814 15.2775 32.9501 15.5131C33.5188 15.7486 34.0355 16.0939 34.4708 16.5292C34.9061 16.9645 35.2514 17.4812 35.4869 18.0499C35.7225 18.6186 35.8438 19.2282 35.8438 19.8438V30.1562ZM33.5 18.9062C33.5 19.1844 33.4175 19.4563 33.263 19.6875C33.1085 19.9188 32.8889 20.099 32.6319 20.2055C32.3749 20.3119 32.0922 20.3397 31.8194 20.2855C31.5466 20.2312 31.296 20.0973 31.0994 19.9006C30.9027 19.704 30.7688 19.4534 30.7145 19.1806C30.6603 18.9078 30.6881 18.6251 30.7945 18.3681C30.901 18.1111 31.0812 17.8915 31.3125 17.737C31.5437 17.5825 31.8156 17.5 32.0938 17.5C32.4667 17.5 32.8244 17.6482 33.0881 17.9119C33.3518 18.1756 33.5 18.5333 33.5 18.9062Z' fill='black'/%3E%3C/svg%3E")
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    max-height: 157px;
    transition: all .3s ease-in
}

.site-header.is-active {
    max-height: 98px
}

.site-header.is-active .main-navigation.is-active-hamburger {
    top: 95px
}

@media(min-width: 992px) {
    .site-header.is-active .main-navigation.is-active-hamburger {
        top:97px
    }
}

.site-header .header-container {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    z-index: 10;
    position: relative;
    background-color: #fff;
    transition: all .3s ease-in
}

.site-header .header-container.is-active {
    padding: 15px 20px !important
}

@media(min-width: 576px) {
    .site-header .header-container.is-active {
        padding:10px 0px !important
    }
}

.site-header .header-container.is-active .site-branding .custom-logo-link .custom-logo {
    width: auto;
    max-height: 51px
}

@media(min-width: 992px) {
    .site-header .header-container.is-active .site-branding .custom-logo-link .custom-logo {
        max-height:51px;
        height: 51px
    }
}

@media(min-width: 576px) {
    .site-header .header-container {
        padding:30px 0
    }
}

.site-header .header-container .header-search-hamburger {
    display: flex;
    align-items: center;
    align-self: center
}

.site-header .header-container .header-search-hamburger .menu-icons {
    width: 51px;
    height: 51px;
    padding: 0
}

.site-header .header-container .header-search-hamburger .menu-icons.hamburger-menu {
    margin-left: 0px
}

.site-header .header-container .header-search-hamburger .menu-icons.search {
    display: none
}

@media(min-width: 768px) {
    .site-header .header-container .header-search-hamburger .menu-icons.search {
        margin-left:15px;
        display: initial
    }
}

.site-header .header-container .site-branding {
    align-items: center;
    align-self: center
}

.site-header .header-container .site-branding .custom-logo-link .custom-logo {
    transition: all .3s ease-in;
    width: auto;
    max-height: 51px
}

@media(min-width: 992px) {
    .site-header .header-container .site-branding .custom-logo-link .custom-logo {
        max-height:91px;
        height: 91px
    }
}

.site-header .main-navigation {
    transform: translateY(-100%);
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    background-color: #fff;
    transition: all .3s ease-in
}

.site-header .main-navigation.is-active-hamburger {
    top: 85px;
    transform: translateY(0%);
    height: calc(100vh - 85px);
    overflow-y: scroll
}

@media(min-width: 576px) {
    .site-header .main-navigation.is-active-hamburger {
        top:115px;
        overflow-y: initial;
        height: initial
    }
}

@media(min-width: 992px) {
    .site-header .main-navigation.is-active-hamburger {
        top:155px
    }
}

.site-header .main-navigation .site-navigation-container {
    padding: 10px 20px;
    border-top: 1px solid #d9d9d9
}

@media(min-width: 576px) {
    .site-header .main-navigation .site-navigation-container {
        padding:60px 0px
    }
}

.site-header .main-navigation .site-navigation-container .menu-holder-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px
}

@media(min-width: 992px) {
    .site-header .main-navigation .site-navigation-container .menu-holder-wrapper {
        flex-direction:row
    }
}

@media(min-width: 768px) {
    .site-header .main-navigation .site-navigation-container .menu-holder-wrapper {
        margin-bottom:0px
    }
}

.site-header .main-navigation .site-navigation-container .menu-holder-wrapper .single-menu-holder {
    padding: 10px 0;
    margin: 10px 0
}

@media(min-width: 992px) {
    .site-header .main-navigation .site-navigation-container .menu-holder-wrapper .single-menu-holder {
        margin:0px 0;
        padding: 0px 0
    }
}

.site-header .main-navigation .site-navigation-container .menu-holder-wrapper .single-menu-holder.first {
    border-bottom: 1px solid #d9d9d9
}

@media(min-width: 992px) {
    .site-header .main-navigation .site-navigation-container .menu-holder-wrapper .single-menu-holder.first {
        border-bottom:none;
        margin-right: 50px
    }
}

@media(min-width: 768px) {
    .site-header .main-navigation .site-navigation-container .menu-holder-wrapper .single-menu-holder.search {
        display:none
    }
}

.site-header .main-navigation .site-navigation-container .menu-holder-wrapper .single-menu-holder.search form {
    min-width: initial;
    margin-bottom: 0
}

.site-header .main-navigation .site-navigation-container .menu-holder-wrapper .single-menu-holder.search form button {
    display: none
}

.site-header .main-navigation .site-navigation-container .menu-holder-wrapper .single-menu-holder h3 {
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 500
}

@media(min-width: 576px) {
    .site-header .main-navigation .site-navigation-container .menu-holder-wrapper .single-menu-holder h3 {
        margin-top:0px
    }
}

@media(min-width: 576px) {
    .site-header .main-navigation .site-navigation-container .menu-holder-wrapper .single-menu-holder:first-child {
        margin-right:50px
    }
}

.site-header .main-navigation .site-navigation-container .menu-holder-wrapper .single-menu-holder .category-holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap
}

.site-header .main-navigation .site-navigation-container .menu-holder-wrapper .single-menu-holder .category-holder ul {
    padding-left: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 50%
}

@media(min-width: 576px) {
    .site-header .main-navigation .site-navigation-container .menu-holder-wrapper .single-menu-holder .category-holder ul {
        margin-right:50px;
        width: initial
    }
}

.site-header .main-navigation .site-navigation-container .menu-holder-wrapper .single-menu-holder .category-holder ul li {
    list-style-type: none;
    margin-bottom: 10px
}

@media(min-width: 576px) {
    .site-header .main-navigation .site-navigation-container .menu-holder-wrapper .single-menu-holder .category-holder ul li {
        margin-bottom:15px
    }
}

.site-header .main-navigation .site-navigation-container .menu-holder-wrapper .single-menu-holder .category-holder ul li a {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-family: "DM Sans",sans-serif
}

.site-header .main-navigation .site-navigation-container .menu-holder-wrapper .single-menu-holder .menu-header-menu-container .menu {
    padding-left: 0px;
    margin-left: 0px;
    margin-bottom: 0px
}

.site-header .main-navigation .site-navigation-container .menu-holder-wrapper .single-menu-holder .menu-header-menu-container .menu li {
    list-style-type: none;
    margin-bottom: 10px
}

@media(min-width: 576px) {
    .site-header .main-navigation .site-navigation-container .menu-holder-wrapper .single-menu-holder .menu-header-menu-container .menu li {
        margin-bottom:15px
    }
}

.site-header .main-navigation .site-navigation-container .menu-holder-wrapper .single-menu-holder .menu-header-menu-container .menu li a {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-family: "DM Sans",sans-serif
}

.site-header .main-navigation .site-navigation-container .menu-holder-wrapper form {
    min-width: 610px
}

.single-post-wrapper {
    margin-top: 85px;
    padding-top: 30px;
    margin-bottom: 80px
}

@media(min-width: 576px) {
    .single-post-wrapper {
        margin-top:157px;
        padding-top: 30px
    }
}

@media(min-width: 992px) {
    .single-post-wrapper .article-wrapper {
        margin-bottom:80px
    }
}

.single-post-wrapper .article-wrapper .single-sidebar-wrapper {
    max-width: 500px;
    margin: 70px auto;
    position: sticky;
    top: 85px;
    height: fit-content
}

@media(min-width: 992px) {
    .single-post-wrapper .article-wrapper .single-sidebar-wrapper {
        max-width:initial;
        margin: initial
    }
}

.single-post-wrapper .article-wrapper .single-sidebar-wrapper .single-sidebar-wrapper-holder {
    margin: 30px 0;
    position: relative
}

.single-post-wrapper .article-wrapper .single-sidebar-wrapper .single-sidebar-wrapper-holder::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -15px;
    left: 0;
    background-color: #d9d9d9
}

.single-post-wrapper .article-wrapper .single-sidebar-wrapper .single-sidebar-wrapper-holder:first-child {
    margin-top: 0
}

.single-post-wrapper .article-wrapper .single-sidebar-wrapper .single-sidebar-wrapper-holder:last-child {
    margin-bottom: 0
}

.single-post-wrapper .article-wrapper .single-sidebar-wrapper .single-sidebar-wrapper-holder:last-child::after {
    background-color: rgba(0,0,0,0)
}

.single-post-wrapper .article-wrapper .single-sidebar-wrapper .single-sidebar-wrapper-holder .entry-category .cat-links {
    margin-bottom: 10px;
    display: block
}

.single-post-wrapper .article-wrapper .single-sidebar-wrapper .single-sidebar-wrapper-holder .entry-category .cat-links a {
    color: #ff3131;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none
}

.single-post-wrapper .article-wrapper .single-sidebar-wrapper .single-sidebar-wrapper-holder .sidebar-holder {
    display: flex
}

.single-post-wrapper .article-wrapper .single-sidebar-wrapper .single-sidebar-wrapper-holder .sidebar-holder a {
    margin-right: 10px;
    flex: 1;
    color: #111;
    text-decoration: none;
    font-size: 20px
}

@media(min-width: 1300px) {
    .single-post-wrapper .article-wrapper .single-sidebar-wrapper .single-sidebar-wrapper-holder .sidebar-holder a {
        margin-right:20px
    }
}

.single-post-wrapper .article-wrapper .single-sidebar-wrapper .single-sidebar-wrapper-holder .entry-image-h img {
    width: 80px;
    height: 80px;
    object-fit: cover
}

.single-post-wrapper .single-post-latest-articles {
    padding-top: 60px;
    position: relative
}

@media(min-width: 992px) {
    .single-post-wrapper .single-post-latest-articles {
        padding-top:80px
    }
}

.single-post-wrapper .single-post-latest-articles::before {
    content: "";
    position: absolute;
    background-color: #d9d9d9;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px
}

.single-post-wrapper .single-post-latest-articles .single-post-wrapper-last {
    position: relative
}

@media(min-width: 992px) {
    .single-post-wrapper .single-post-latest-articles .single-post-wrapper-last::after {
        content:"";
        position: absolute;
        top: 0;
        right: 30px;
        height: 100%;
        width: 1px;
        background-color: #d9d9d9
    }
}

@media(min-width: 992px) {
    .single-post-wrapper .single-post-latest-articles .single-post-wrapper-last .single-post-wrapper-holder {
        margin-right:57px
    }
}

.single-post-wrapper .single-post-latest-articles .single-post-wrapper-last .single-post-wrapper-holder .entry-image img {
    aspect-ratio: 7/4;
    object-fit: cover;
    object-position: top;
    margin-bottom: 25px
}

.single-post-wrapper .single-post-latest-articles .single-post-wrapper-last .single-post-wrapper-holder .entry-category .cat-links a {
    color: #ff3131;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 20px;
    display: block
}

.single-post-wrapper .single-post-latest-articles .single-post-wrapper-last .single-post-wrapper-holder .entry-title a {
    line-height: 1;
    color: #111;
    text-decoration: none
}

.single-post-wrapper .single-post-latest-articles .single-post-wrapper-last .single-post-wrapper-holder .entry-title a {
    font-size: 23px
}

@media screen and (min-width: 420px) {
    .single-post-wrapper .single-post-latest-articles .single-post-wrapper-last .single-post-wrapper-holder .entry-title a {
        font-size:calc(23px + 17 * ((100vw - 420px) / 1020))
    }
}

@media screen and (min-width: 1440px) {
    .single-post-wrapper .single-post-latest-articles .single-post-wrapper-last .single-post-wrapper-holder .entry-title a {
        font-size:40px
    }
}

.single-post-wrapper .single-post-latest-articles .double-post-wrapper .double-post-wrapper-holder {
    position: relative
}

.single-post-wrapper .single-post-latest-articles .double-post-wrapper .double-post-wrapper-holder:first-child {
    margin-bottom: 35px;
    margin-top: 70px
}

@media(min-width: 992px) {
    .single-post-wrapper .single-post-latest-articles .double-post-wrapper .double-post-wrapper-holder:first-child {
        margin-top:0px
    }
}

.single-post-wrapper .single-post-latest-articles .double-post-wrapper .double-post-wrapper-holder:last-child {
    padding-top: 35px
}

@media(min-width: 992px) {
    .single-post-wrapper .single-post-latest-articles .double-post-wrapper .double-post-wrapper-holder:last-child::before {
        content:"";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #d9d9d9
    }
}

.single-post-wrapper .single-post-latest-articles .double-post-wrapper .double-post-wrapper-holder .entry-image img {
    width: 100%;
    aspect-ratio: 8/6;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px
}

.single-post-wrapper .single-post-latest-articles .double-post-wrapper .double-post-wrapper-holder .entry-category {
    margin-bottom: 15px
}

.single-post-wrapper .single-post-latest-articles .double-post-wrapper .double-post-wrapper-holder .entry-category .cat-links a {
    color: #ff3131;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none
}

.single-post-wrapper .single-post-latest-articles .double-post-wrapper .double-post-wrapper-holder .entry-title a {
    font-size: 23px;
    line-height: 1;
    color: #111;
    text-decoration: none
}

.single-page-wrapper {
    margin-top: 120px;
    margin-bottom: 120px
}

@media(min-width: 768px) {
    .single-page-wrapper {
        margin-top:70px;
        margin-bottom: 70px
    }
}

.single-page-wrapper .single-page-container {
    max-width: 950px
}

.single-page-wrapper .single-page-container .entry-content {
    font-weight: 300;
    color: #757575;
    line-height: 1.3
}

.single-page-wrapper .single-page-container .entry-content {
    font-size: 16px
}

@media screen and (min-width: 420px) {
    .single-page-wrapper .single-page-container .entry-content {
        font-size:calc(16px + 8 * ((100vw - 420px) / 1020))
    }
}

@media screen and (min-width: 1440px) {
    .single-page-wrapper .single-page-container .entry-content {
        font-size:24px
    }
}

.single-page-wrapper .single-page-container .entry-content p {
    margin-top: 0px;
    margin-bottom: 30px
}

.error-404 {
    margin-bottom: 50px;
    text-align: center
}

.single-content-wrapper {
    position: relative
}

@media(min-width: 992px) {
    .single-content-wrapper::after {
        content:"";
        position: absolute;
        right: 0px;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #d9d9d9
    }
}

@media(min-width: 992px)and (min-width: 1400px) {
    .single-content-wrapper::after {
        right:30px
    }
}

@media(min-width: 992px) {
    .single-content-wrapper .entry-header {
        max-width:922px
    }
}

.single-content-wrapper .entry-header .image-height-holder {
    align-self: center
}

@media(min-width: 768px) {
    .single-content-wrapper .entry-header .image-height-holder {
        order:2
    }
}

.single-content-wrapper .entry-header .image-height-holder .entry-category .cat-links a {
    color: #ff3131;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none
}

.single-content-wrapper .entry-header .image-height-holder .entry-title .entry-title {
    margin-top: 20px
}

.single-content-wrapper .entry-header .image-height-holder .entry-excerpt .posted-on p {
    margin: 0;
    font-size: 16px
}

.single-content-wrapper .entry-header .entry-image-h {
    margin-bottom: 30px;
    margin-top: 50px
}

@media(min-width: 768px) {
    .single-content-wrapper .entry-header .entry-image-h {
        margin-top:0px;
        margin-bottom: 40px;
        order: 1
    }
}

.single-content-wrapper .entry-header .image-width-holder .entry-category .cat-links a {
    color: #ff3131;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none
}

.single-content-wrapper .entry-header .image-width-holder .entry-title .entry-title {
    margin-top: 10px
}

.single-content-wrapper .entry-header .image-width-holder .entry-excerpt .posted-on p {
    margin: 0;
    font-size: 16px
}

.single-content-wrapper .entry-header .image-width-holder .entry-image {
    margin-top: 50px;
    margin-bottom: 30px
}

@media(min-width: 768px) {
    .single-content-wrapper .entry-header .image-width-holder .entry-image {
        margin-top:50px;
        margin-bottom: 40px
    }
}

.single-content-wrapper .entry-content {
    max-width: 922px
}

.single-content-wrapper-inner .entry-header .image-height-holder {
    align-self: center
}

@media(min-width: 768px) {
    .single-content-wrapper-inner .entry-header .image-height-holder {
        order:2
    }
}

.single-content-wrapper-inner .entry-header .image-height-holder .entry-category .cat-links a {
    color: #ff3131;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none
}

.single-content-wrapper-inner .entry-header .image-height-holder .entry-title .entry-title {
    font-size: 28px;
    margin-top: 20px
}

@media print,screen and (min-width: 640px) {
    .single-content-wrapper-inner .entry-header .image-height-holder .entry-title .entry-title {
        font-size:calc(4.45026vw - .48168px)
    }
}

@media print,screen and (min-width: 1404px) {
    .single-content-wrapper-inner .entry-header .image-height-holder .entry-title .entry-title {
        font-size:62px
    }
}

.single-content-wrapper-inner .entry-header .image-height-holder .entry-excerpt .posted-on p {
    margin: 0;
    font-size: 13px;
    font-family: "Roboto",sans-serif
}

.single-content-wrapper-inner .entry-header .entry-image-h {
    margin-bottom: 30px;
    margin-top: 50px
}

@media(min-width: 768px) {
    .single-content-wrapper-inner .entry-header .entry-image-h {
        margin-top:0px;
        margin-bottom: 40px;
        order: 1
    }
}

.single-content-wrapper-inner .entry-header .entry-image-h .post-thumbnail {
    width: fit-content;
    margin: auto
}

@media(min-width: 768px) {
    .single-content-wrapper-inner .entry-header .entry-image-h .post-thumbnail {
        margin:initial;
        margin-left: auto
    }
}

.single-content-wrapper-inner .entry-header .entry-image-h .post-thumbnail img {
    width: auto;
    max-height: initial
}

@media(min-width: 768px) {
    .single-content-wrapper-inner .entry-header .entry-image-h .post-thumbnail img {
        max-height:700px
    }
}

.single-content-wrapper-inner .entry-header .image-width-holder .entry-category .cat-links a {
    color: #ff3131;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none
}

.single-content-wrapper-inner .entry-header .image-width-holder .entry-title .entry-title {
    font-size: 28px;
    margin-top: 10px;
    text-align: center
}

@media print,screen and (min-width: 640px) {
    .single-content-wrapper-inner .entry-header .image-width-holder .entry-title .entry-title {
        font-size:calc(4.45026vw - .48168px)
    }
}

@media print,screen and (min-width: 1404px) {
    .single-content-wrapper-inner .entry-header .image-width-holder .entry-title .entry-title {
        font-size:62px
    }
}

.single-content-wrapper-inner .entry-header .image-width-holder .entry-excerpt .posted-on p {
    margin: 0;
    font-size: 13px;
    text-align: center;
    font-family: "Roboto",sans-serif
}

.single-content-wrapper-inner .entry-header .image-width-holder .entry-image {
    margin-top: 50px;
    margin-bottom: 30px
}

@media(min-width: 768px) {
    .single-content-wrapper-inner .entry-header .image-width-holder .entry-image {
        margin-top:50px;
        margin-bottom: 40px
    }
}

.single-content-wrapper-inner .entry-header .image-width-holder .entry-image .post-thumbnail {
    width: fit-content;
    margin-left: auto;
    margin: auto
}

.single-content-wrapper-inner .entry-header .image-width-holder .entry-image .post-thumbnail img {
    width: auto
}

.single-content-wrapper-inner .entry-content {
    max-width: 798px;
    margin: auto
}

.single-content-wrapper-inner .entry-content figure {
    max-width: 100%
}

.single-content-wrapper-inner .entry-content:first-child {
    margin-top: 0
}

.entry-content:first-child {
    margin-top: 0
}

.entry-content figure {
    max-width: 100%
}

.entry-content>* {
    word-wrap: break-word;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-weight: 400;
    color: #000
}

@media print,screen and (min-width: 64em) {
    .entry-content>* {
        margin-top:2rem;
        margin-bottom: 2rem
    }
}

.entry-content p {
    font-size: 18px;
    line-height: 1.6
}

.entry-content h2 {
    font-size: 22px;
    line-height: 1.25
}

@media print,screen and (min-width: 640px) {
    .entry-content h2 {
        font-size:calc(2.6178vw + 5.24607px)
    }
}

@media print,screen and (min-width: 64em) {
    .entry-content h2 {
        line-height:1.1
    }
}

@media print,screen and (min-width: 1404px) {
    .entry-content h2 {
        font-size:42px
    }
}

.entry-content h3 {
    font-size: 20px;
    line-height: 1.25
}

@media print,screen and (min-width: 640px) {
    .entry-content h3 {
        font-size:calc(2.09424vw + 6.59686px)
    }
}

@media print,screen and (min-width: 64em) {
    .entry-content h3 {
        line-height:1.15
    }
}

@media print,screen and (min-width: 1404px) {
    .entry-content h3 {
        font-size:36px
    }
}

.entry-content h4 {
    font-size: 20px;
    line-height: 1.2
}

@media print,screen and (min-width: 640px) {
    .entry-content h4 {
        font-size:calc(1.3089vw + 11.62304px)
    }
}

@media print,screen and (min-width: 64em) {
    .entry-content h4 {
        line-height:1.15
    }
}

@media print,screen and (min-width: 1404px) {
    .entry-content h4 {
        font-size:30px
    }
}

.entry-content h5 {
    font-size: 18px;
    line-height: 1.3
}

@media print,screen and (min-width: 640px) {
    .entry-content h5 {
        font-size:calc(.78534vw + 12.97382px)
    }
}

@media print,screen and (min-width: 64em) {
    .entry-content h5 {
        line-height:1.2
    }
}

@media print,screen and (min-width: 1404px) {
    .entry-content h5 {
        font-size:24px
    }
}

.entry-content h6 {
    font-size: 16px;
    line-height: 1.3
}

@media print,screen and (min-width: 640px) {
    .entry-content h6 {
        font-size:calc(.52356vw + 12.64921px)
    }
}

@media print,screen and (min-width: 64em) {
    .entry-content h6 {
        line-height:1.25
    }
}

@media print,screen and (min-width: 1404px) {
    .entry-content h6 {
        font-size:20px
    }
}

.entry-content p {
    font-family: "Roboto",sans-serif
}

.entry-content a {
    color: #000
}

.entry-content a:hover {
    color: #000
}

.entry-content ul,.entry-content ol {
    font-family: "Roboto",sans-serif
}

.entry-content ul li,.entry-content ol li {
    color: #111;
    margin-bottom: 10px
}

.entry-content ul li,.entry-content ol li {
    font-size: 16px
}

@media screen and (min-width: 420px) {
    .entry-content ul li,.entry-content ol li {
        font-size:calc(16px + 4 * ((100vw - 420px) / 1020))
    }
}

@media screen and (min-width: 1440px) {
    .entry-content ul li,.entry-content ol li {
        font-size:20px
    }
}

.entry-content ul {
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: none
}

.entry-content ol {
    margin-left: 10px;
    padding-left: 10px
}

.comments-area .comment-respond .comment-form {
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 0
}

.comments-area .comment-respond .comment-form .form-group {
    display: flex;
    flex-wrap: wrap
}

.comments-area .comment-respond .comment-form .form-group .form-control {
    width: 100%
}

.comments-area .comment-respond .comment-form .comment-form-comment {
    display: flex;
    flex-wrap: wrap
}

.comments-area .comment-respond .comment-form .comment-form-comment label {
    font-size: 16px
}

.comments-area .comment-respond .comment-form .comment-form-comment .required {
    font-size: 16px
}

.comments-area .comment-respond .comment-form .comment-form-comment textarea {
    width: 100%
}

.comments-area .comment-list {
    padding-left: 0px;
    margin-left: 0px;
    list-style-type: none
}

.comments-area .comment-list .says {
    display: none
}

.comments-area .comment-list .comment-content p {
    font-size: 16px
}

.comment-metadata {
    display: none
}

.widget {
    margin: 0 0 1.5em
}

.widget select {
    max-width: 100%
}

.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.custom-logo-link {
    display: inline-block
}

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gallery .gallery-item {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    aspect-ratio: 1/1
}

.gallery .gallery-item .wp-caption-text {
    text-align: center;
    font-size: 12px;
    font-style: normal;
    line-height: .5;
    position: relative;
    bottom: 1px
}

.gallery .gallery-item .gallery-icon a {
    display: flex;
    height: 100%;
    position: initial
}

.gallery .gallery-item .gallery-icon a img {
    width: 100%;
    object-fit: cover;
    border: none !important;
    aspect-ratio: 1/1
}

.gallery.gallery-columns-1,.gallery.gallery-columns-2,.gallery.gallery-columns-3,.gallery.gallery-columns-4,.gallery.gallery-columns-5,.gallery.gallery-columns-6,.gallery.gallery-columns-7,.gallery.gallery-columns-8,.gallery.gallery-columns-9 {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin: 20px 0
}

.gallery.gallery-columns-1 br,.gallery.gallery-columns-2 br,.gallery.gallery-columns-3 br,.gallery.gallery-columns-4 br,.gallery.gallery-columns-5 br,.gallery.gallery-columns-6 br,.gallery.gallery-columns-7 br,.gallery.gallery-columns-8 br,.gallery.gallery-columns-9 br {
    display: none
}

.gallery.gallery-columns-1 .gallery-item,.gallery.gallery-columns-2 .gallery-item,.gallery.gallery-columns-3 .gallery-item,.gallery.gallery-columns-4 .gallery-item,.gallery.gallery-columns-5 .gallery-item,.gallery.gallery-columns-6 .gallery-item,.gallery.gallery-columns-7 .gallery-item,.gallery.gallery-columns-8 .gallery-item,.gallery.gallery-columns-9 .gallery-item {
    height: max-content
}

.gallery.gallery-columns-1 .gallery-item {
    width: 100% !important
}

.gallery.gallery-columns-2 .gallery-item {
    width: calc(50% - 5.625px) !important
}

.gallery.gallery-columns-3 .gallery-item {
    width: calc(33.3333333333% - 6.0000000003px) !important
}

.gallery.gallery-columns-4 .gallery-item {
    width: calc(25% - 6.75px) !important
}

.gallery.gallery-columns-5 .gallery-item {
    width: calc(20% - 7.2px) !important
}

.gallery.gallery-columns-6 .gallery-item {
    width: calc(16.6666666667% - 7.4999999997px) !important
}

.gallery.gallery-columns-7 .gallery-item {
    width: calc(14.2857142857% - 7.7142857139px) !important
}

.gallery.gallery-columns-8 .gallery-item {
    width: calc(12.5% - 7.875px) !important
}

.gallery.gallery-columns-9 .gallery-item {
    width: calc(11.1% - 8px) !important
}

.gallery.gallery-columns-4 .gallery-item img,.gallery.gallery-columns-5 .gallery-item img,.gallery.gallery-columns-6 .gallery-item img,.gallery.gallery-columns-7 .gallery-item img,.gallery.gallery-columns-8 .gallery-item img,.gallery.gallery-columns-9 .gallery-item img {
    width: 100% !important
}

@media(max-width: 600px) {
    .gallery.gallery-columns-4 .gallery-item,.gallery.gallery-columns-5 .gallery-item,.gallery.gallery-columns-6 .gallery-item,.gallery.gallery-columns-7 .gallery-item,.gallery.gallery-columns-8 .gallery-item,.gallery.gallery-columns-9 .gallery-item {
        width:100% !important;
        min-width: initial !important
    }

    .gallery.gallery-columns-1 .gallery-item,.gallery.gallery-columns-2 .gallery-item,.gallery.gallery-columns-3 .gallery-item,.gallery.gallery-columns-4 .gallery-item,.gallery.gallery-columns-5 .gallery-item,.gallery.gallery-columns-6 .gallery-item,.gallery.gallery-columns-7 .gallery-item,.gallery.gallery-columns-8 .gallery-item,.gallery.gallery-columns-9 .gallery-item {
        width: calc(50% - 5.625px) !important
    }
}

.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#primary[tabindex="-1"]:focus {
    outline: 0
}
