@import url("bootstrap.min.css");
@charset "UTF-8";
:root {
    --font: Barlow, Helvetica;
    --fontb: Barlow, Helvetica;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #f4623a;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #f4623a;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: var(--font);
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
footer,
header,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: var(--font);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

b,
strong {
    font-family: var(--fontb)
}

small {
    font-size: 80%
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #d6370c;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code {
    font-family: var(--font);
    font-size: 1em
}

img {
    vertical-align: middle;
    border-style: none
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
textarea {
    margin: 0;
    font-family: var(--font);
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: var(--fontb);
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.25rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.img-fluid {
    max-width: 100%;
    height: auto
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(244, 98, 58, .25)
}

.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-primary {
    color: #0000000;
    background-color: #fff;
    border-color: #fff
}

.btn-primary:hover {
    color: #fff;
    background-color: green;
    border-color: green
}

.btn-primary.focus,
.btn-primary:focus {
    color: #000;
    background-color: #f24516;
    border-color: #ee3e0d;
    box-shadow: 0 0 0 .2rem rgba(246, 122, 88, .5)
}

.btn-primary:disabled {
    color: #000;
    background-color: #f4623a;
    border-color: #f4623a
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #000;
    background-color: #ee3e0d;
    border-color: #e23a0d
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(246, 122, 88, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.collapse:not(.show) {
    display: none
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    cursor:pointer;
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-right: 1rem;
   
    padding-left: 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl,
    .navbar-expand-sm>.containerm {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl,
    .navbar-expand-sm>.containerm {
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl,
    .navbar-expand-md>.containerm {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl,
    .navbar-expand-md>.containerm {
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:1024.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl,
    .navbar-expand-lg>.containerm {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1025px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl,
    .navbar-expand-lg>.containerm {
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl,
    .navbar-expand-xl>.containerm {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(255, 255, 255, .5)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #7f331e;
    background-color: #fde0d8;
    border-color: #fcd3c8
}

.alert-primary hr {
    border-top-color: #fbc0b0
}

.alert-primary .alert-link {
    color: #562214
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #f4623a !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #ee3e0d !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #f4623a !important
}

.border-success {
    border-color: #28a745 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto {
    margin-left: 10% !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2 {
        margin-left: -.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }
    .mr-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n2 {
        margin-left: -.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .m-lg-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .mr-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n2 {
        margin-left: -.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .m-xl-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n2 {
        margin-left: -.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto {
        margin-left: auto !important
    }
}

.text-justify,
.txt-just {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

.text-uppercase {
    text-transform: uppercase !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #f4623a !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #d6370c !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #000 !important
}

.text-white-50 {
    color: #fff !important
}

body,
html {
    width: 100%;
    height: 100%
}

hr.divider {
    max-width: 3.25rem;
    border-width: .2rem;
    border-color: #cda44c;
}

hr.light {
    border-color: #fff
}

.btn {
    font-family: var(--font)
}

.btn-xl {
    padding: 1.25rem 2.25rem;
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 10rem
}

.page-section {
    padding: 1rem 0
}

#mainNav {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    background-color: var(--c-red);
    transition: background-color .2s ease
}

#mainNav .navbar-brand {
    font-family: var(--fontb);
    color: #212529
}

#mainNav .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-family: var(--fontb);
    font-size: 1rem;
    padding: .75rem 0
}

@media (min-width:992px) {
    #mainNav {
        box-shadow: none;
        background-color: transparent
    }
    #mainNav .navbar-brand {
        color: rgba(255, 255, 255, .7)
    }
    #mainNav .navbar-brand:hover {
        color: #fff
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        color: rgba(255, 255, 255, .7);
        padding: 0 1rem
    }
    #mainNav .navbar-nav .nav-item .nav-link:hover {
        color: #fff
    }
    #mainNav .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 0
    }
    #mainNav.navbar-scrolled {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
        background-color: var(--c-red)
    }
    #mainNav.navbar-scrolled .navbar-brand {
        color: #fff
    }
    #mainNav.navbar-scrolled .navbar-brand:hover {
        color: #fff
    }
    #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
        color: #fff;
        display: inline-block;
        padding-top: 6px;
        padding-bottom: 6px
    }
    #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
        border-bottom: 1px solid #fff
    }
}

header.masthead {
    padding-top: 7rem;
    padding-bottom: calc(10rem - 4.5rem)
}

@media screen and (min-width:10px) {
    .hmobile {
        display: none
    }
    .hdesktop {
        display: block
    }
    #bg-image h1 {
        color: #fff;
        text-shadow: 2px 2px 4px rgb(0 0 0 / 45%)
    }
    #bg-image p {
        color: #fff;
        font-family: var(--font);
        font-size: 20px;
        text-shadow: 2px 2px 4px rgb(0 0 0 / 100%)
    }
    #bg-image.lazy {
        background-image: none
    }
    #bg-image.jpg {
        background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .3) 100%), var(--bg-url-mobile-jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll
    }
    #bg-image.webp {
        background: linear-gradient(to bottom, rgba(0, 0, 0, var(--bg-contrast-1)) 0, rgba(0, 0, 0, var(--bg-contrast-2)) 100%), var(--bg-url-mobile-webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll
    }
}

@media screen and (min-width:760px) {
    .hmobile {
        display: block
    }
    .hdesktop {
        display: none !important;
    }
    .brdl {
        border-left: 1px solid #f4623a
    }
    #bg-image h1 {
        color: #fff;
        text-shadow: 2px 2px 4px rgb(0 0 0 / 45%)
    }
    #bg-image p {
        color: #fff;
        font-family: var(--font);
        font-size: 20px;
        text-shadow: 2px 2px 4px rgb(0 0 0 / 100%)
    }
    #bg-image.lazy {
        background-image: none
    }
    #bg-image.jpg {
        background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .3) 100%), var(--bg-url-jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll
    }
    #bg-image.webp {
        background: linear-gradient(to bottom, rgba(0, 0, 0, var(--bg-contrast-1)) 0, rgba(0, 0, 0, var(--bg-contrast-2)) 100%), var(--bg-url-webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll
    }
}

header.masthead h1 {
    font-size: 1.75 rem
}

@media (min-width:760px) {
    .a-i-s {
        max-height: 400px
    }
}

@media (min-width:992px) {
    .a-i-s {
        max-height: 300px
    }
    header.masthead {
        height: 100vh;
        min-height: 40rem;
        padding-top: 2.5rem !important;
        padding-bottom: 0
    }
    header.masthead p {
        font-size: 1.15rem
    }
    header.masthead h1 {
        font-size: 3rem
    }
}

@media (min-width:1200px) {
    header.masthead h1 {
        font-size: 3.5rem
    }
}

#portfolio .container-fluid,
#portfolio .container-lg,
#portfolio .container-md,
#portfolio .container-sm,
#portfolio .container-xl {
    max-width: 1920px
}

#portfolio .container-fluid .portfolio-box,
#portfolio .container-lg .portfolio-box,
#portfolio .container-md .portfolio-box,
#portfolio .container-sm .portfolio-box,
#portfolio .container-xl .portfolio-box {
    position: relative;
    display: block
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption,
#portfolio .container-lg .portfolio-box .portfolio-box-caption,
#portfolio .container-md .portfolio-box .portfolio-box-caption,
#portfolio .container-sm .portfolio-box .portfolio-box-caption,
#portfolio .container-xl .portfolio-box .portfolio-box-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(244, 98, 58, .9);
    transition: opacity .25s ease;
    text-align: center
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-category,
#portfolio .container-lg .portfolio-box .portfolio-box-caption .project-category,
#portfolio .container-md .portfolio-box .portfolio-box-caption .project-category,
#portfolio .container-sm .portfolio-box .portfolio-box-caption .project-category,
#portfolio .container-xl .portfolio-box .portfolio-box-caption .project-category {
    font-family: var(--font);
    font-size: .85rem;
    font-weight: 600;
    text-transform: uppercase
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-name,
#portfolio .container-lg .portfolio-box .portfolio-box-caption .project-name,
#portfolio .container-md .portfolio-box .portfolio-box-caption .project-name,
#portfolio .container-sm .portfolio-box .portfolio-box-caption .project-name,
#portfolio .container-xl .portfolio-box .portfolio-box-caption .project-name {
    font-size: 1.2rem
}

#portfolio .container-fluid .portfolio-box:hover .portfolio-box-caption,
#portfolio .container-lg .portfolio-box:hover .portfolio-box-caption,
#portfolio .container-md .portfolio-box:hover .portfolio-box-caption,
#portfolio .container-sm .portfolio-box:hover .portfolio-box-caption,
#portfolio .container-xl .portfolio-box:hover .portfolio-box-caption {
    opacity: 1
}

.text-white-75 {
    color: rgba(255, 255, 255, .75)
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-iframe {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

@media (max-height:576px) {
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}



.fs18 {
    font-size: 18px;
    color: #fff !important
}

.map {
    height: 30rem
}

@media (max-width:992px) {
    .map {
        height: 75%
    }
}

.map iframe {
    pointer-events: none
}

.map iframe {
    height: 100%;
    width: 100%;
    border: 0
}

.btn-success {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important
}

.btn-success:hover {
    color: #000 !important;
    background-color: #fb9504 !important;
    border-color: #fb9504 !important
}

.ulc {
    margin-left: 20px;
    padding-left: 20px
}

.w-100 {
    width: 100% !important
}

.sn {
    padding-top: 4.5rem;
    padding-bottom: 0
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: var(--c-red);
    line-height: 45px;
    font-size: 30px
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    color: #fff
}

.scroll-to-top:hover {
    background: #cda44c
}

.scroll-to-top i {
    font-weight: 800
}

footer.footer .social-link {
    display: block;
    height: 4rem;
    width: 4rem;
    line-height: 4.3rem;
    font-size: 1.5rem;
    background-color: #1d809f;
    transition: background-color .15s ease-in-out;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1)
}

footer.footer .social-link:hover {
    background-color: #155d74;
    text-decoration: none
}

.ab {
    color: #fff
}

.btn-gray {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-gray:hover {
    color: #fff;
    background-color: #4b5157;
    border-color: #343a40
}

u {
    font-weight: 700
}

.bgr {
    background-color: #343a40;
    height: 20px
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all .5s ease-out;
    color: #ecf0f1;
    background-color: #212327
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 1s
}

.cookiealert a {
    text-decoration: underline;
    color: #fff
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline
}

#social_header.lazy {
    background-image: none
}

#social_header.jpg {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%), url(/img/section/social-media.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px
}

#social_header.webp {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%), url(/img/section/social-media.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px
}

#coding_header.lazy {
    background-image: none
}

#coding_header.jpg {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%), url(/img/section/coding.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px
}

#coding_header.webp {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%), url(/img/section/coding.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px
}

#trad_header.lazy {
    background-image: none
}

#trad_header.jpg {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%), url(/img/section/langues.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px
}

#trad_header.webp {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%), url(/img/section/langues.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px
}

#commit_header.lazy {
    background-image: none
}

#commit_header.jpg {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%), url(/img/section/nos_engagement.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px
}

#commit_header.webp {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%), url(/img/section/nos_engagement.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px
}

#contactus_header.lazy {
    background-image: none
}

#contactus_header.jpg {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%), url(/img/section/contact_us.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px
}

#contactus_header.webp {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%), url(/img/section/contact_us.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px
}

#seo_google_header.lazy {
    background-image: none
}

#seo_google_header.jpg {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%), url(/img/section/separateur.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px
}

#seo_google_header.webp {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%), url(/img/section/separateur.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px
}

#coding_header,
#commit_header,
#contactus_header,
#seo_google_header,
#social_header,
#trad_header {
    background-color: #fff
}

.i {
    font-style: italic
}

.brd {
    border-bottom: 1px solid #000
}

.gred {
    border-bottom: 2px solid #db4437
}

.gblue {
    border-bottom: 2px solid #4285f4
}

.u {
    text-decoration: underline
}

.org {
    color: #f4623a !important
}

.rd {
    border-radius: 5px
}

.a-i-c {
    -ms-flex-align: center !important;
    align-items: center !important
}

.a-i-s {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

@media (max-width:991px) {
    section.featured-posts .image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-height: 300px;
        min-height: auto !important
    }
}

.b {
    font-family: var(--fontb)
}

.pg {
    font-size: 1.5rem
}

.pp {
    font-size: .8rem
}

.bgris {
    background-color: #eee
}

/*.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}*/

/*.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px
}*/

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px
}

/*#caption,
.modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: .6s;
    animation-name: zoom;
    animation-duration: .6s
}*/

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 700;
    transition: .3s
}

.close:focus,
.close:hover {
    color: #bbb;
    text-decoration: none;
    cursor: pointer
}
/*
@media only screen and (max-width:700px) {
    .modal-content {
        width: 100%
    }
}
*/
#columns {
    column-width: 320px;
    column-gap: 15px;
    width: 90%;
    max-width: 1100px;
    margin: 20px auto
}

div#columns figure {
    background: #fefefe;
    border: 2px solid #fcfcfc;
    box-shadow: 0 1px 2px rgba(34, 25, 25, .4);
    margin: 0 2px 15px;
    padding: 15px;
    padding-bottom: 10px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    column-break-inside: avoid
}

div#columns figure img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 5px
}

div#columns figure figcaption {
    font-size: .9rem;
    color: #444;
    line-height: 1.5
}

div#columns small {
    font-size: 1rem;
    float: right;
    text-transform: uppercase;
    color: #aaa
}

div#columns small a {
    color: #666 !important;
    text-decoration: none;
    transition: .4s color
}

div#columns a {
    color: #000
}

div#columns a:hover {
    color: #fb9504
}

div#columns:hover figure:not(:hover) {
    opacity: .5
}

@media screen and (max-width:750px) {
    #columns {
        column-gap: 0
    }
    #columns figure {
        width: 100%
    }
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) {
        div#columns:hover figure:not(:hover) {
            opacity:1
        }
    }
}

.bq-c {
    position: relative;
    font-size: 1.1rem;
    background-color: #fff;
    padding: 10px;
    color: #000;
    border-radius: 5px
}

.bq-f {
    display: block;
    font-size: 80%;
    color: #000
}

.bq-f::before {
    content: "\2014\00A0"
}

.bq {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.flat .plan {
    border-radius: 0;
    list-style: none;
    padding: 0 0 20px;
    margin: 0 0 15px;
    background: #fff;
    text-align: center;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .29) !important
}

.flat .plan li {
    padding: 10px 15px;
    color: #000;
    border-top: 1px solid #f5f5f5;
    -webkit-transition: .3s;
    transition: .3s
}

.flat .plan li.plan-price {
    border-top: 0;
    font-family: var(--fontb)
}

.flat .plan li.plan-name {
    border-radius: 0;
    padding: 15px;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    background: #4285f4;
    margin-bottom: 30px;
    border-top: 0
}

.flat .plan li>strong {
    color: #000;
    font-weight: 400
}

.flat .plan li.plan-action {
    margin-top: 10px;
    border-top: 0
}

.flat .plan.featured {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.flat .plan.featured.plan-name,
.flat .plan.featured:hover li.plan-name,
.flat .plan:hover li.plan-name {
    background: #4e4e4e !important
}

.smallf {
    font-size: 16px !important
}

.vorg {
    border-left: 4px solid #f4623a;
    padding-left: 4px
}

.underl {
    border-bottom: 1px solid #cda44c !important
}

@media screen and (max-width:769px) {
    .orderlast {
        order: 1
    }
}

.nrow {
    margin-right: 0;
    margin-left: 0
}

svg:not(:root).svg-inline--fa {
    overflow: visible
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

.fa-4x {
    font-size: 4em !important
}

.fa-3x {
    font-size: 3em !important
}

.svg-inline--fa.fa-w-12 {
    width: .75em !important
}

.red {
    color: #f4623a !important
}

:root {
    vector-effect: none;
    --c-black-h: 223;
    --c-black-s: 8%;
    --c-black-l: 16%;
    --c-black: hsl(var(--c-black-h), var(--c-black-s), var(--c-black-l));
    --c-red-h: 137;
    --c-red-s: 9.7%;
    --c-red-l: 42.5%;
    --c-red: hsl(var(--c-red-h), var(--c-red-s), var(--c-red-l));
    /*--c-red-h: 27;
    --c-red-s: 69.9%;
    --c-red-l: 77.8%;
    --c-red: hsl(var(--c-red-h), var(--c-red-s), var(--c-red-l));*/
    --c-blue-h: 217;
    --c-blue-s: 89%;
    --c-blue-l: 61%;
    --c-blue: hsl(var(--c-blue-h), var(--c-blue-s), var(--c-blue-l));
    --c-gray-2-l: 69%;
    --c-gray-2: hsl(0, 0%, var(--c-gray-2-l));
    --c-gray-5-l: 64%;
    --c-gray-5: hsl(0, 0%, var(--c-gray-5-l));
    --c-gray-6-l: 50%;
    --c-gray-6: hsl(0, 0%, var(--c-gray-6-l));
    --c-gray-7-l: 56%;
    --c-gray-7: hsl(0, 0%, var(--c-gray-7-l))
}

.entry-header .title {
    font-size: 36px;
    line-height: 1.33333;
    font-weight: 600;
    margin: 10px 0 .8333333333333em
}

.borderh {
    position: relative
}

.entry-header .breadcrumbs {
    font-weight: 300;
    color: #000;
    margin-bottom: 3.58333em;
  
}


.size-12,
.size-14 {
    line-height: 1.66667
}

.size-12 {
    font-size: 12px
}

.main-article {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

.entry-content {
    color: #000;
    letter-spacing: .025em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
  
}

.entry-content .wp-block,
.entry-content .wp-block-image,
.entry-content .wpcf7,
.entry-content figure,
.entry-content ol,
.entry-content p,
.entry-content ul {
    margin-bottom: 1.666666666667em;
    font: 300 18px/1.66667 Barlow, Helvetica, Arial
}

body,
button,
input,
select,
textarea {
    font: 300 18px/1.66667 Barlow, Helvetica, Arial
}

strong {
    font-weight: 700
}

.entry-content h2 {
   /*font-size: 24px;*/
    line-height: 1.25em;
    margin-bottom: 1.25em;
    text-align: center;
    color: var(--c-red);
}
h2 {
      text-align: center;
    color: var(--c-red); 
}


a {
    text-decoration: none;
    color: var(--c-red)
}

.menu-item {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 12px;
    color: #f2f2f2
}

.menu-item:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #cda44c;
    position: absolute;
    top: .875em;
    left: 0;
    margin-top: -3px
}

.list {
    border: 1px solid #f2f2f2;
    border-top: 0;
    padding: 20px 10px;
    font-size: 14px;
    line-height: 1.75em;
    background: #fff
}

.titleside {
    font-weight: 400;
}

.titlesidemenu {
     font-weight: 400;
    border: 1px solid #f2f2f2;
    background-color:  #cda44c;
}
.titlesidemenu span {
    display: inline-block;
    padding: 1em 30px;
    color: white;
}

.titleside span {
    display: inline-block;
    padding: 1em 30px;
    color:white;
}
.titleside a {
      color:white !important;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3%;
    margin: 5% 0
}

.card {
    /*overflow: hidden;*/
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 30px;
    text-align: center
}

.card_img img {
    width: 100%;
    height: auto;
    border-radius: 20px
}

.card_body {
    padding: 26px 20px 36px 20px
}

.card_title {
    font-family: inherit;
    font-weight: 900;
    /*text-transform: capitalize;*/
    font-size: 26px;
    padding-bottom: 20px
}

.card_body p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7
}

a.read_more {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 1.1px;
    background: var(--c-red);
    margin-top: 50px;
    padding: 24px 0;
    border-radius: 15px;
    display: inline-block;
    width: 70%;
    transition: all .3s ease-in-out
}

a.read_more:hover {
    box-shadow: 0 1px 50px rgba(0, 0, 0, .15);
    background: #404040
}

.link {
    position: fixed;
    background-color: #d12322;
    padding: 23px 40px;
    right: -106px;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
    transform: rotate(-90deg);
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .1s ease-in-out
}

.link i {
    padding-left: 7px
}

.link:hover {
    text-decoration: underline;
    background-color: #000
}

@media only screen and (min-width:1025px) {
    #SvgjsG1695 {
        fill: #fff !important
    }
    .sidebar__widget {
        position: sticky;
       top: 90px;
        padding-top: 10px;
        height: 250px
    }
    .fix {
        position: sticky;
       
    }
  /*  .container {
        max-width: 70%;
        margin: 0 auto
    }*/
}

@media only screen and (max-width:1441px) and (min-width:1024px) {
    #SvgjsG1695 {
        fill: #fff !important
    }
  /*  .container {
        max-width: 70%;
        margin: 0 auto
    }*/
    .sidebar__widget {
        position: sticky;
       top: 90px;
        padding-top: 10px;
        height: 250px
    }
    .fix {
          position: sticky;
    }
    .container {
        max-width: 100%
    }
    .grid {
        gap: 2%
    }
    .card {
        padding: 15px
    }
    .card_body {
        padding: 15px
    }
    .card_title {
        font-size: 22px;
        padding-bottom: 14px
    }
    .card_body p {
        font-size: 16px
    }
    a.read_more {
        padding: 19px 0;
        width: 60%;
        font-size: 16px;
        margin-top: 30px
    }
}

@media only screen and (max-width:1023px) {
    #SvgjsG1695 {
        fill: var(--c-red) !important
    }
    .mobpadding {
        padding-top: 750px
    }
    .grid {
        grid-template-columns: 1fr;
        gap: 2%
    }
    .container {
        max-width: 100%;
        margin: 0 auto
    }
}

@media only screen and (max-width:425px) {
    #SvgjsG1695 {
        fill: var(--c-red) !important
    }
    .container {
        max-width: 100%
    }
    .card {
        padding: 20px 10px
    }
    .card_body {
        padding: 7px
    }
    .card_title {
        font-size: 20px;
        padding-bottom: 7px
    }
    .card_body p {
        font-size: 14px
    }
    a.read_more {
        padding: 15px 0;
        margin-top: 20px
    }
}

.small,
small {
    display: block;
    font-weight: 400;
    text-align: center;
    color: #fff;
    font: 300 12px/1 Barlow, Helvetica, Arial !important
}

.input::placeholder {
    color: #fff
}

.input:focus {
    color: red
}

.form-ubersuggest {
    background: var(--c-red);
    padding: 10px;
    width: 100%;
    max-width: 1010px;
    border-radius: 2px;
    text-align: left
}

.gray input {
    background-color: hsla(0, 0%, 100%, .2);
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    caret-color: #fff;
    padding: 0 30px 0 15px;
    border: none
}

.form-ubersuggest .fieldset {
    display: block;
    width: 100%
}

.form input {
    width: 100%;
    height: 60px
}

.form select {
    width: 100%;
    height: 60px
}

.form-ubersuggest .fieldset-select {
    margin-right: 0;
    margin-left: 0;
    width: 100%
}

.form-ubersuggest .fieldset {
    margin-bottom: 1px
}

.form-ubersuggest .field-submit {
    height: 60px;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 0
}

.btnd {
    padding: 15px 20px
}

.form-ubersuggest .field-select {
    width: 100%;
    height: 60px;
    background-color: hsla(0, 0%, 100%, .2);
    color: #fff;
    padding: 0 30px 0 15px;
    border: none
}

.btn-rww {
    background-color: #fff;
    border-color: #fff;
    color: var(--c-red);
    border: none
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0 1000px hsla(0, 0%, 100%, 0) inset;
    transition: background-color 5000s ease-in-out 0s
}

footer {
    margin-top: 100px
}

.entry-content li {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 12px
}

.entry-content li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: var(--c-red);
    position: absolute;
    top: .875em;
    left: 0;
    margin-top: -3px
}

.mincont {
    min-height: 4400px
}

.cpf-result {
    border: 3px solid var(--c-red);
    border-radius: 5px;
    padding: 10px
}

.logo-svg {
    width: 250px;
    box-sizing: content-box;
    padding: 0 24px 0 0;
    margin: 0 24px 0 0;
    border-right: 1px solid #fff;
    cursor: pointer
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat !important;
    background-size: 12px !important;
    background-position: calc(100% - 20px) center !important;
    background-repeat: no-repeat !important
}

.site-footer {
    font-size: 12px;
    line-height: 1.66667;
    text-align: center;
    padding: 35px 0 43px
}

.site-footer {
    background: var(--c-red);
    color: #fff
}

footer {
    margin-top: 0
}

.site-footer .menu-sm .menu-item {
    opacity: .75;
    margin: 11px
}

@media (max-width:479px) {
    footer {
        margin-top: 80px !important
    }
    .legal {
        padding-top: 30px
    }
    .site-footer .menu-legal {
        letter-spacing: .025em;
        align-items: center;
        justify-content: center;
        flex-flow: wrap
    }
}

@media (min-width:480px) {
    footer {
        margin-top: 80px !important
    }
    .site-footer .menu-legal {
        letter-spacing: .025em;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: wrap
    }
    .site-footer .logo-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .site-footer .logo-menu {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

@media (min-width:768px) {
    .site-footer .menu-sm .menu-item:first-of-type {
        margin-left: 16px
    }
    .site-footer .menu-sm .menu-item {
        margin: 0 0 0 30px
    }
    .site-footer .copy-sm .title {
        display: inline-block;
        opacity: .5;
        position: relative;
        padding-right: 47px
    }
    .site-footer .copy-sm .titleita {
        display: inline-block;
        opacity: .5;
        position: relative;
        padding-right: 20px;
    }
    .site-footer .copy-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .site-footer .copy-sm {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    .site-footer .copy-sm .title:after {
        content: "";
        display: block;
        width: 27px;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        right: 0;
        opacity: .5
    }
    .legal {
        padding-top: 20px
    }
    .site-footer .logo-menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0;
        min-height: 36.36px
    }
    .site-footer .menu-legal {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .site-footer {
        text-align: left
    }
}

.site-footer .site-menu {
    letter-spacing: .025em
}

.site-footer .menu-legal a {
    padding-top: 5px;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--c-red)
}

.site-footer a {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid var(--c-red)
}

.underfl {
    border-bottom: 1px solid #fff
}

footer a:hover {
    border-bottom: 1px solid #fff !important
}

.site-logo a:hover {
    border-bottom: 0 solid #fff !important
}

.site-logo {
    display: flex;
    justify-content: center;
    align-items: center
}

.site-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site-logo .url {
    display: block;
    width: 200px;
    height: 50px
}

.site-logo .menu-item {
    font-size: 12px;
    line-height: 1.66667;
    margin: 0 0 0 19px;
    position: relative
}

.site-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.site-footer .menu-item {
    padding: 0 20px 0 0 !important
}

.logo-svg-f {
    width: 150px;
    box-sizing: content-box;
    cursor: pointer
}

.site-footer .menu-sm {
    display: flex;
    justify-content: center;
    align-items: center
}

.site-footer .menu-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site-footer .menu-sm .menu-item img {
    -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate( 93deg) brightness(103%) contrast(103%);
    filter: invert(100%) sepia(0) saturate(0) hue-rotate( 93deg) brightness(103%) contrast(103%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.site-footer .copy-sm .sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.site-footer .menu-sm a {
    opacity: 1;
    text-decoration: none !important;
    border-bottom: 1px solid var(--c-red)
}

.site-footer .menu-sm a:hover {
    border-bottom: 1px solid var(--c-red) !important
}

.site-footer .menu-sm .menu-item:hover {
    opacity: 1
}

.hct {
    --c-black-l: 0%;
    --c-red-l: 24%;
    --c-blue-l: 40%;
    --c-gray-2-l: 35%;
    --c-gray-5-l: 35%;
    --c-gray-6-l: 35%;
    --c-gray-7-l: 35%
}

.site-footer .menu-item:before {
    content: "";
    display: block;
    width: 0 !important;
    height: 0 !important;
    background: #f2f2f2;
    position: absolute;
    top: .875em;
    left: 0;
    margin-top: -3px
}

ol,
ul {
    list-style: none
}

.indent {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px
}

@media (min-width:1200px) {
    .size-84 {
        font-size: 84px !important;
        line-height: 1.11905 !important
    }
}

@media (min-width:480px) and (max-width:1199px) {
    .size-84 {
        font-size: 56px !important;
        line-height: 1 !important
    }
}

.size-84 {
    font-size: 34px;
    line-height: 1.17647
}

.site-header {
    padding: 35px 0;
    background: #f8f8f8
}

.site-logo .url {
    display: block;
    width: 150px;
    height: 50px
}

@media (min-width:480px) {
    .pg-head {
        padding-top: 56px !important;
        padding-bottom: 150px
    }
    .site-header {
        padding-top: 119px !important
    }
    .site-header .site-logo .url {
        width: 250px;
        height: 50px
    }
}

.site-header {
    padding: 35px 0;
    background: #f8f8f8
}

.site-header .site-logo {
    margin: 0 auto;
    max-width: 100%
}

.site-logo {
    display: flex;
    justify-content: center;
    align-items: center
}

.site-header #SvgjsG1695 {
    fill: var(--c-red) !important
}

.nav-wrap.site-footer .logo-menu,
.nav-wrap.site-header .indent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pg-head .title {
    font-weight: 600
}

.pg-head {
    background: #f8f8f8;
    color: #43464b;
    padding-top: 15px
}

.pg-head .title:after {
    top: 0;
    left: 50%;
    width: 86px;
    margin-left: -43px
}

.bder {
    position: relative
}

.bder:after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: var(--c-red);
    position: absolute;
    bottom: 0
}

.pg-head .title {
    padding-top: .32143em
}

.pg-head .description {
    max-width: 725px
}

.pg-head .description {
    margin: 2em auto 0
}

.size-18,
.size-20 {
    font-size: 18px;
    line-height: 1.66667
}

@media (min-width:768px) {
    .size-20 {
        font-size: 20px;
        line-height: 1.8
    }
}

.pg-head .description {
    margin: 2em auto 0
}

.pg-head .titleside {
    text-align: center
}

.pg-h-etape,.pg-h-etape-h {
    
    color: #fff;
    text-align: center;
 
}

.medium {
    font-weight: 600 !important
}

.pg-h-etape .heading {
    padding-bottom: .88889em;
    margin-bottom: 1.11111em
}
.pg-h-etape-h .heading {
    padding-bottom: .88889em;
    margin-bottom: 1.11111em
}

@media (min-width:768px) {
    .size-36 {
        font-size: 36px !important;
        line-height: 1.02778 !important
    }
}

.size-36 {
    font-size: 24px;
    line-height: 1.41667
}

.pg-h-etape .heading .nl {
    display: block
}
.pg-h-etape-h .heading .nl {
    display: block
}

@media (min-width:768px) {
    .pg-h-etape .heading {
        line-height: 1.27778 !important
    }
     .pg-h-etape-h .heading {
        line-height: 1.27778 !important
    }
}

@media (min-width:768px) {
    .pg-h-etape .etape {
        padding: 11px 55px 11px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .pg-h-etape .etape-list {
        line-height: 1.85714;
        margin: 0 auto;
        max-width: 846px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative
    }
    .pg-h-etape-h .etape {
        padding: 11px 55px 11px;
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .pg-h-etape-h .etape-list {
        line-height: 1.85714;
        margin: 0 auto;
        padding-top:20px;
        padding-bottom:20px;
        max-width: 846px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative
    }
    
}

.pg-h-etape .etape-list {
    background: #fff;
    color: #43464b
}
.pg-h-etape-h .etape-list {
    background: #fff;
    color: #43464b;
     padding-top:20px;
        padding-bottom:20px;
}
.size-14 {
    font-size: 14px
}

.size-12,
.size-14 {
    line-height: 1.66667
}

.pg-h-etape .etape {
    padding: 11px 10px 11px;
    position: relative
}

.pg-h-etape .etape-description {
    margin-bottom: 1.71429em;
    letter-spacing: .025em
}

.pg-h-etape .etape-title {
    color: var(--c-red);
    margin-bottom: .3em
}

.pg-h-etape .etape-description {
    margin-bottom: 1.71429em;
    letter-spacing: .025em
}

@media (min-width:480px) {
    .pg-h-etape .etape {
        padding: 30px 30px 35px
    }
}

.pg-h-etape .etape {
    padding: 5px 10px 5px;
    position: relative
}

@media (min-width:768px) {
    .pg-h-etape .etape {
        padding: 11px 55px 11px;
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

.pg-h-etape .btn {
    display: block;
    margin: 0 auto;
    max-width: 238px;
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: .16em
}



.pg-h-etape-h .etape {
    padding: 11px 10px 11px;
    position: relative
}

.pg-h-etape-h .etape-description {
    margin-bottom: 1.71429em;
    letter-spacing: .025em
}

.pg-h-etape-h .etape-title {
    color: var(--c-red);
    margin-bottom: .3em
}

.pg-h-etape-h .etape-description {
    margin-bottom: 1.71429em;
    letter-spacing: .025em
}

@media (min-width:480px) {
    .pg-h-etape-h .etape {
        padding: 30px 30px 35px
    }
}

.pg-h-etape-h .etape {
    padding: 5px 10px 5px;
    position: relative
}

@media (min-width:768px) {
    .pg-h-etape-h .etape {
        padding: 11px 55px 11px;
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

.pg-h-etape-h .btn {
    display: block;
    margin: 0 auto;
    max-width: 238px;
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: .16em
}






@media (min-width:480px) {
    .btn,
    .btn-wrap a {
        width: auto !important;
        min-width: 140px;
        padding-right: 20px;
        padding-left: 20px
    }
}

.btn,
.btn-wrap a {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 700;
    letter-spacing: .126em;
    padding: 21px 10px 19px;
    width: 100%;
    border: 1px solid;
    cursor: pointer;
    border-radius: 2px;
    white-space: normal
}

.pg-h-info,.pg-h-info2 {
    text-align: center;
    padding: 58px 0 75px
}

@media (min-width:768px) {
    .pg-h-info,.pg-h-info2 {
        overflow: hidden;
        padding: 0 !important
    }
}

.pg-h-info,.pg-h-info2 {
    text-align: center;
    padding: 58px 0 75px
}

@media (min-width:768px) {
    .pg-h-info .indent {
        padding-right: 450px;
        position: relative;
        padding-top: 20px;
        padding-bottom: 170px
    }
      .pg-h-info2 .indent {
        padding-left: 450px;
        position: relative;
        padding-top: 183px;
        padding-bottom: 170px
    }
}

.pg-h-info .heading {
    padding-bottom: .58333em;
    margin-bottom: 1.3125em;
    position: relative;
    z-index: 2
}.pg-h-info2 .heading {
    padding-bottom: .58333em;
    margin-bottom: 1.3125em;
    position: relative;
    z-index: 2
}

@media (min-width:768px) {
    .ptf {
        padding-top: 10px
    }
    .site-footer .copy-sm .sm {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative
    }
    .size-48 {
        font-size: 48px;
        line-height: 1.292857143
    }
}

@media (min-width:0px) and (max-width:767px) {
    .grid {
        margin-bottom: 150px
    }
    .ptf {
        padding-top: 0
    }
    .site-footer .copy-sm .sm {
        padding-top: 20px;
        display: block;
        justify-content: center;
        align-items: center;
        position: relative
    }
     .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
     .order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
    .logo-svg {
    width: 150px !important;
    }
}

@media (min-width:480px) and (max-width:767px) {
    .card_title {
        min-height: 30px
    }
    .size-48 {
        font-size: 40px;
        line-height: 1.5
    }
}

.size-48 {
    font-size: 34px;
    line-height: 1.17647
}

.pg-h-info .heading:after {
    width: 60px;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
    height: 2px;
    background: var(--c-red)
}

.pg-h-info2 .heading:after {
    width: 60px;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
    height: 2px;
    background: var(--c-red)
}

.pb {
    padding-bottom: 20px
}

@media (min-width:768px) {
    .card_description {
        min-height: 135px
    }
    .card_title {
        min-height: 134px
    }
    .pb {
        padding-bottom: 60px !important
    }
    .pg-h-info .indent:after {
        content: "";
        display: block;
        width: 570px;
        height: 100%;
        background: 50% no-repeat;
        background-size: contain;
        background-image: url(/img/vesta.jpg);
        position: absolute;
        z-index: 1;
        bottom: 30px;
        right: -220px
    }
   
    .pg-h-info2 .indent:before {
        content: "";
        display: block;
        width: 570px;
        height: 800px;
        background: 50% no-repeat;
        background-size: contain;
        background-image: url(/img/home_page.jpg);
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: -220px
    }
}

.fa-x {
    font-size: 19px !important
}

.nav-item a {
    border-bottom: 1px solid transparent;
}

.crover{
    text-decoration: none;
    color:black;
}

.crover:hover{
    text-decoration: none;
    color:white;
}

.grid .card:hover {
    background-color: var(--c-red);
    color:white !important;
    cursor: pointer;
}

.grid .card:hover h2,
.grid .card:hover p {
      color:white !important;
} 
.grid .card:hover a  {
 background: white;
    color:black;

}
.grid .card .card_btn a
{
    width:100%!important;
    font-weight:400 !important;
}

.dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--c-red);
    margin: 0 auto;
    margin-bottom: 20px;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.dbox .text {
    width: 100%;
}
    
    .dbox p span {
    font-weight: 500;
    color: black;
    display: block;
}
    .mapg{border:5px solid var(--c-red) !important;
    border-radius:5px}
.f500 { font-weight: 500;font-size:20px !important}
.list-tab li {font-weight: 400 !important}
.b40{width:20%!important}
.b60{width:200px!important}

.pg-h-info2{background: #f8f8f8;}

.entry-content li:before{
    width: 0px;
    height: 0px;
    background: white;
}



#logo-baboo {
    fill: #cda44c;
    fill-opacity: 1;
    fill-rule: nonzero;
    stroke: none;
 
    height: 70px
}
#vesta-signature{ fill: #cda44c;
    fill-opacity: 1;
    fill-rule: nonzero;
    stroke: none;
    width: 100%;
    height: 70px}

/*langues*/
.site-logo .menu-item {
    font-size: 12px;
    line-height: 1.66667;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.site-logo .lang {
    display: block;
    position: relative;
    padding: 3px 23px 3px 21px;
}

.site-header .lang:before {
    background: #d4d4d5;
    opacity: 1;
}
.site-logo .lang:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: .2;
}
.site-logo .lang:after, .site-logo .lang:before {
    content: "";
    position: absolute;
}
.site-logo a{color:white}
.site-header .lang:after {
    border-color: #43464b;
}
.site-logo .lang:after {
    top: 50%;
    right: 2px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
    opacity: .5;
}

element.style {
}
@media (min-width: 768px)
{
.site-header .site-logo .sub-menu-f {
    left: 21px;
    right: auto;
}
}
.site-header .site-logo .sub-menu-f {
    right: 0;
    left: auto;
}

.sub-menu-f .menu-item a {
    display: block;
    white-space: nowrap;
    color: white;
    padding: 5px 30px;
    border: 0;
}

.site-logo .menu-item:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;

   
}

.sub-menu-f {
    position: absolute;
    z-index: 11;
    top: calc(100% - 1px);
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 20px 0;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 20px 29px 0 rgb(98 119 104 / 50%);
    box-shadow: 0 20px 29px 0 rgb(98 119 104 / 50%);
    min-width: 145px;
    font-weight: 400;
}

.sub-menu-f .menu-item a {
 color:black;   
}

.sub-menu-f .menu-item-active a {
    color: var(--c-gray-2) !important;
}
.site-logo .lang:hover:after {
    -webkit-transform: rotate(
-135deg
);
    transform: rotate(
-135deg
);
}

.menu-item:hover .sub-menu-f {
    opacity: 1;
    visibility: visible
}

.lang{text-decoration: none!important}

.nav-toggle:checked+.nav-wrap .sub-menu-f {
    all: unset
}
.mxs{max-width:90%;border-radius:5px;max-height: 400px;}

/*Share social*/
.soc-share {
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #f2f2f2;
    border-left: 0;
    border-right: 0;
    margin: 60px 0 32px;
}

@media (min-width: 768px)
{
.size-22 {
    font-size: 22px !important;
    line-height: 1.63636 !important;
}
}
.size-22 {
    font-size: 18px;
    line-height: 1.66667;
}

.soc-share .title {
    display: block;
    font-weight: 400;
}

.soc-share .soc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.soc-share  li {

    margin: 0px!important;
}
.soc-list{
    margin: 0px!important;
}

.soc-list {
    font-size: 14px;
    line-height: 1.714285714286em;
    letter-spacing: .025em;
    color: var(--c-red);
}

@media (min-width: 768px)
{
.soc-share .soc-list .soc:first-child {
    margin-left: 35px !important;
}
}
.soc-share .soc-list .soc:first-child {
    margin-left: 0;
}


.soc-list .url {
    width: 90px;
    padding: 9px 5px;
}
.soc-list .url {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    padding: 9px 2px;
    color: inherit;
    text-decoration: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.soc-list svg{fill: var(--c-red)!important;}


.sidebar__widget
{ min-height:350px;
    margin-top:30px;
    margin-bottom:30px;
    background:  #cda44c;
    
    /*rgb(98 119 104 / 100%);*/
    border-radius: 5px;
}
.sidebar__widget:after{
    min-height:400px;
    content: "";
    background: url(/img/round.svg);
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    /* background: 50% no-repeat; */
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover; 
   
}
@media (max-width:767px) {
    .ptm {padding-top:20px}
    .sidebar__widget:after{display:none}
   .week{
    width: 100%!important;

}
    

    .dropdown-menu {
     background-color: var(--c-red)!important; 
    
    border: 0px solid rgba(0,0,0,0)!important; 
    border-radius: .25rem;
}
    
    .dropdown-menu>li>a {
  
    color: #fff!important;
 
}
    .dropdown-menu {
     display:block!important;   
    }
    .dropdown-header {

    color: #fff!important;
    }
}
.nmg{margin-bottom:0px!important}
.bigy{color:#cda44c; font-weight:900}
.bdc{border-radius:5px;
border:2px solid  var(--c-red);
    width: 100% !important;
}
.b400{width:400px!important;
    max-width:90%!important; padding-top: 5px!important;
    padding-bottom: 5px!important;
    letter-spacing: .16em;}
.weeks{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;}
.week{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.weeks li {padding:0px!important;}

.wdis{background: repeating-linear-gradient( 
45deg
,#ccc, #ccc 10px, #eee 10px, #eee 20px );
}}

.dropdown, .dropup {
    position: relative;
}
@media (min-width: 992px)
{
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
}
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    margin-top:0px;
    padding-top:20px;
    background-color: #627768;
    top: 25px;
    
}
.dropdown-menu {
    position: absolute;
	top: 60px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: white;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    /*border: 1px solid rgba(0,0,0,.15);*/
    border-radius: .25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-menu:li {
    text-align: left;
}

.dropdown:hover .dropdown-menu {
    display: block;
   
 }

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    /* clear: both; */
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #cda44c;
}

.fa-sh-x{font-size:35px !important}

.pg-h-etape-h {
  border-radius: 5px;
    background: #cda44c;
    color: #fff;
    text-align: center;
    padding: 58px 0 75px;
}

.pg-h-etape-h .bder:after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background:  #cda44c;
    position: absolute;
    bottom: 0
}

.fcl
{
    font-size:25px;
    fill:white!important; 
}

.sideshare ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: var(--c-red);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.sideshare li {
  float: left;
}

.sideshare li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}
.sideshare li span {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

.bgg {background-color:var(--c-red)!important;  }

.pg-h-etape-ht {
    border-radius: 5px;
    background: #fff;
    color: #000;
    text-align: center;
    padding: 58px 0 75px;
}
.pg-h-etape, .pg-h-etape-ht {
    color: #000;
    text-align: center;
}

blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/

  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #cda44c;
  border-right: 2px solid #cda44c;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/

  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}
p {text-align: justify}

.lowerc{text-transform:none!important}

@media (min-width: 769px)
{
.breadcrumbs {
      margin-left: 70px;
    margin-right: 70px;
}
    
 .entry-content{  
      margin-left:70px;
    margin-right:70px;}
}

h2:after {
    content:"";
    width: 60px;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
    height: 2px;
    background: var(--c-red);
}

.heading {
    padding-bottom: .58333em;
    margin-bottom: 1.3125em;
    position: relative;
    z-index: 2;
}

h3{color:var(--c-red);}
.pad-top{padding-top:50px}

@media (max-width: 768px)
{
    .pad-top{padding-top:250px}
}

.contact100-form-title h1:after {
    content:"";
    width: 60px;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
    height: 2px;
    background: var(--c-red);
}

.contact100-form-title h1
{
color:var(--c-red);
}

#bottom-bar {
    font-size: 14px;
    line-height: 1.66667;
    position: absolute;
    top: -9999px;
    z-index: 12;
    background: #fff;
    left: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    display: block;
}
.btn-rwr {
    background-color: #fff;
    border-color: var(--c-red);
    color: var(--c-red)
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

@media (min-width: 480px)
{
#bottom-bar .titlecook {
    padding: 0;
    margin-bottom: 0;
}
}
#bottom-bar .titlecook {
    
    padding: 0 10px;
}

@media (min-width: 480px)
{
#bottom-bar .btn-list {
    margin-left: 20px;
}
}
#bottom-bar .btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin: initial;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 480px)
{
    #bottom-bar .btn-list li:first-child {
    margin-left: 0;
}
    #bottom-bar .btn-list li {
    margin-left: 20px;
    padding: 0;
    width: auto;
}
}

#bottom-bar .btn-list li {
    width: 50%;
    padding: 0 5px;
}

@media (min-width: 480px)
{
    #bottom-bar .btn {
    font-size: 12px;
    line-height: 1.66667;
}
    .btn, .btn-wrap a {
    width: auto;
    min-width: 100px;
    padding-right: 20px;
    padding-left: 20px;
}
}

#bottom-bar .btn {
    font-size: 10px;
    line-height: 1.66667;
    padding-top: 12px;
    padding-bottom: 10px;
    width: 100%;
}


.btn, .btn-wrap a {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 700;
    letter-spacing: .126em;
    padding: 21px 10px 19px;
    width: 100%;
    border: 1px solid;
    cursor: pointer;
    border-radius: 2px;
    white-space: normal;
}

@media (min-width: 480px)
{
#bottom-bar .inner {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
}
#bottom-bar .inner {
    padding: 0;
}

@media (min-width: 480px)
{
#bottom-bar .btn-list {
    margin-left: 20px;
}
}

.cookalert{
    position: fixed!important;
    top: auto!important;
    bottom: 0px!important;
    opacity: 0!important;
    visibility: hidden!important;
}


.cookalert.show {
    opacity: 1!important;
    visibility: visible!important;
    transform: translateY(0)!important;
    transition-delay: 1s!important;
}

.gallerylayout {
    min-height: 400px;
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
    grid-auto-rows: 8px;
}

.gallerylayout .gallery-item {
    transition: grid-row-start .3s linear;
    transition: transform .3s ease;
    transition: all .5s ease;
    cursor: pointer;
}


.gallerylayout .contentgall {
    padding: 4px;
}


.gallerylayout .gallery-item {
    transition: grid-row-start .3s linear;
    transition: transform .3s ease;
    transition: all .5s ease;
    cursor: pointer;
}

.gallerylayout img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 16px #333;
    transition: all 1.5s ease;
}



/* The Modal (background) */
.gallerymodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index:  10000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
 cursor:pointer;
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%!important;
  max-width: 700px!important;
 height:auto!important;    
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.closeimg {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.closeimg:hover,
.closeimg:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.cfull{
color: red;
    font-weight: 900!important;
    font-size: 24px!important;   
}

@media (max-width: 768px)
{
    .contc{padding:0px!important}
}

.contclasse{width:100% !important}

.card_title h2:after {
    content: "";
    width: 0px;
    left: 0;
    margin-left: 0;
    bottom: 0;
    height: 0px;
    background: var(--c-red);
}

.lunder{text-decoration: underline}
