.unit {
    display: flex;
    flex: 0 1 100%;
    margin-bottom: -30px;
    margin-left: -35px;
}
.unit p {
    font-size: 15px;
    line-height: 1.25;
}
.icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
}
.icon-primary {
    color: var(--rouge);
}
.icon-md {
    font-size: 34px;
    margin-right: 10px;
}
html .group-middle {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
html .group-xs {
    margin-bottom: -15px;
    margin-left: -15px;
}
html .group-xs > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 15px;
}
/*
* @subsection   Hybrid  Styles
*/
.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
    display: none;
}

.rd-navbar {
    font-size: 12px;
    line-height: 2;
}
/*
* @subsection General Styles
*/
.rd-navbar-wrap,
.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-fixed .rd-navbar-submenu {
    transition: 0.32s all cubic-bezier(1, 0.54, 0.15, 0.86);
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
    display: none;
}

.rd-navbar-fixed,
.rd-navbar-static,
.rd-navbar-fullwidth,
.rd-navbar-sidebar {
    display: block;
}

.rd-navbar--no-transition,
.rd-navbar--no-transition * {
    transition: none !important;
}

.rd-navbar-wrap {
    position: relative;
    z-index: 1071;
    font-size: 0;
    line-height: 0;
}

.rd-navbar-wrap,
.rd-navbar,
.rd-navbar-brand,
.rd-navbar-slogan,
.rd-navbar-dropdown,
.rd-navbar-collapse-items,
.brand-name,
.rd-navbar-nav,
.rd-navbar-panel {
    transition: 0.3s all ease;
}

.rd-navbar-collapse-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #151515;
    display: none;
}

.rd-navbar-collapse-toggle span {
    top: 50%;
    margin-top: -3px;
}

.rd-navbar-collapse-toggle span,
.rd-navbar-collapse-toggle span:before,
.rd-navbar-collapse-toggle span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #151515;
    left: 50%;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
}

.rd-navbar-collapse-toggle span:before,
.rd-navbar-collapse-toggle span:after {
    content: "";
}

.rd-navbar-collapse-toggle span:before {
    bottom: 100%;
    margin-bottom: 3px;
}

.rd-navbar-collapse-toggle span:after {
    top: 100%;
    margin-top: 3px;
}

.rd-navbar-collapse-toggle.active span {
    transform: scale(0.7);
}

.rd-navbar-collapse-toggle.active span:before {
    transform: translateY(18px);
}

.rd-navbar-collapse-toggle.active span:after {
    transform: translateY(-18px);
}
.rd-navbar .rd-navbar-nav > li {
    font-size: 12px;
    line-height: 1.4;
}

.rd-navbar .rd-navbar-nav > li > a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.33333;
    letter-spacing: 0.1em;
    letter-spacing: 0.05em;
    /* text-transform: uppercase; */
}

.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-dropdown {
    opacity: 0;
    visibility: hidden;
}

.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu.focus {
    opacity: 1;
    visibility: visible;
}

.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-dropdown {
    transform: translateY(-10px) scale(1, 0.9);
    transform-origin: 50% 0;
    transform: translateX(-50%);
    left: 50%;
}

.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu.focus > .rd-navbar-dropdown {
    transform: translateY(0) scale(1, 1);
    transform: translateX(-50%);
left: 50%;
}

.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu .rd-navbar-submenu.focus > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu .rd-navbar-submenu.opened > .rd-navbar-dropdown {
    display: block;
}

.rd-navbar-static .rd-navbar-nav > li {
    display: inline-block;
}

.rd-navbar-static .rd-navbar-nav > li a {
    position: relative;
    z-index: 2;
    color: #151515;
    background: transparent;
    cursor: pointer;
}

.rd-navbar-static .rd-navbar-nav > li.opened > a,
.rd-navbar-static .rd-navbar-nav > li.active > a,
.rd-navbar-static .rd-navbar-nav > li.focus > a,
.rd-navbar-static .rd-navbar-nav > li > a:hover {
    color: #fff;
    background: transparent;
}
.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.rd-navbar-static .rd-navbar-nav .rd-navbar--has-dropdown {
    position: relative;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown {
    position: absolute;
    left: 0;
    z-index: 5;
    display: block;
    text-align: left;
}

.rd-navbar-static .rd-navbar-dropdown {
    width: 192px;
    background: #fff;
}


.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
    position: absolute;
    left: 100%;
    margin-left: 35px;
    top: -25px;
    border-top-width: 1px;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-right {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 35px;
}

.rd-navbar-static .rd-navbar-items-list > li {
    display: inline-block;
    padding-left: 35px;
    padding-right: 35px;
}

.rd-navbar-static .rd-navbar-items-list > li:first-child {
    padding-left: 0;
}

.rd-navbar-static .rd-navbar-items-list > li:last-child {
    padding-right: 0;
}

.rd-navbar-static .rd-navbar-items-list > li:not(:last-child) {
    border-right: 1px solid #ebebeb;
    height: 33px;margin-right: 20px;
}



.rd-navbar-static .rd-navbar-nav > li {
    white-space: nowrap;
}

.rd-navbar-static .rd-navbar-nav > li > * {
    white-space: normal;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
    display: inline-block;
    width: 17px;
    text-align: center;
    cursor: pointer;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle::after {
    content: "\f282";
    position: relative;
    display: inline-block;
    font:12px "bootstrap-icons";
    text-align: center;
    transition: 0.4s all ease;
    z-index: 2;
    color: #151515;
    will-change: transform;
    -webkit-filter: blur(0);
    top: 2px;
    left: 2px;
}

.rd-navbar-static .rd-navbar-nav > li .rd-navbar-dropdown .rd-navbar-submenu a {
    position: relative;
    margin-right: 15px;
}

.rd-navbar-static .rd-navbar-nav > li .rd-navbar-dropdown .rd-navbar-submenu.opened > .rd-navbar-submenu-toggle,
.rd-navbar-static .rd-navbar-nav > li .rd-navbar-dropdown .rd-navbar-submenu a:hover ~ .rd-navbar-submenu-toggle {
    color: var(--rouge);
}

.rd-navbar-static .rd-navbar-nav > li .rd-navbar-dropdown .rd-navbar-submenu.focus .rd-navbar-submenu-toggle,
.rd-navbar-static .rd-navbar-nav > li .rd-navbar-dropdown .rd-navbar-submenu > a:hover + .rd-navbar-submenu-toggle {
    opacity: 0;
    right: -19px;
}

.rd-navbar-static .rd-navbar-nav > li .rd-navbar-dropdown .rd-navbar-submenu-toggle {
    position: absolute;
    top: 2px;
    right: -15px;
    cursor: pointer;
    padding: 3px;
    line-height: 1;
    color: #151515;
    transition: 0.22s;
}

.rd-navbar-static .rd-navbar-nav > li .rd-navbar-dropdown .rd-navbar-submenu-toggle::after {
    content: "\f286";
    position: relative;
    display: inline-block;
    font: 400 14px "bootstrap-icons";
    text-align: center;
    transition: 0.4s all ease;
    z-index: 2;
    will-change: transform;
    -webkit-filter: blur(0);
}

.rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle::after {
    transform: rotate(180deg);
}

.rd-navbar-static .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle::after {
    color: var(--vert);
}

.rd-navbar-static.rd-navbar_transparent .rd-navbar-nav > li > a {
    color: #fff;
}

.rd-navbar-static.rd-navbar_transparent .rd-navbar-nav > li > a::after {
    background: #fff;
}

.rd-navbar-static.rd-navbar_transparent .rd-navbar-nav > li.active > a,
.rd-navbar-static.rd-navbar_transparent .rd-navbar-nav > li:hover > a,
.rd-navbar-static.rd-navbar_transparent .rd-navbar-nav > li.focus > a {
    color: #2a2a2a;
}

.rd-navbar-static.rd-navbar_transparent .rd-navbar-brand .brand__slogan {
    color: #fff;
}

.rd-navbar-static.rd-navbar_transparent.rd-navbar--is-clone,
.rd-navbar-static.rd-navbar_transparent.rd-navbar--is-stuck {
    background: #151515;
    border-bottom-color: #151515;
}

.rd-navbar-static .rd-navbar-dropdown > li > a,
.rd-navbar-sidebar .rd-navbar-dropdown > li > a{
    position: relative;
    display: block;
    color: #151515;
    width: 100%;
    font-size: 15px;
    padding:15px 30px 15px 25px;
}
.rd-navbar-static .rd-navbar-dropdown > li > a,
.rd-navbar-static .rd-navbar-dropdown > li > a::before{
    transition: 0.22s all ease;
}
.rd-navbar-static .rd-navbar-dropdown > li > a::before{
    position: absolute;
    top: 15px;
    left: -6px;
    content: "\f285";
    font-family: "bootstrap-icons";
    font-size: inherit;
    line-height: inherit;
    color: var(--rouge);
    opacity: 0;
    visibility: hidden;
}
.rd-navbar-static .rd-navbar-dropdown > li:hover{
    background: var(--vert);
}
.rd-navbar-static .rd-navbar-dropdown > li > a:hover{
    padding-left: 30px;
    padding-right: 0;
    color: var(--rouge);
}

.rd-navbar-static .rd-navbar-dropdown > li > a:hover::before{
    left: 15px;
    opacity: 1;
    visibility: visible;
}

/*
* Static Layout
*/
.rd-navbar-static {
    display: block;
    position: relative;
}

.rd-navbar-static .rd-navbar-aside,
.rd-navbar-static .rd-navbar-main,
.rd-navbar-static .rd-navbar-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.rd-navbar-static .rd-navbar-aside > * + *,
.rd-navbar-static .rd-navbar-main > * + *,
.rd-navbar-static .rd-navbar-content > * + * {
    margin-top: 0;
}

.rd-navbar-static .rd-navbar-aside > *,
.rd-navbar-static .rd-navbar-main > *,
.rd-navbar-static .rd-navbar-content > * {
    padding-left: 15px;
    padding-right: 15px;
}

.rd-navbar-static .rd-navbar-main {
    position: relative;
    transition: 0.33s all ease;
}

.rd-navbar-static .rd-navbar-aside {
    /* padding-top: 25px;
    padding-bottom: 25px; */
    padding-top: 16px;
    padding-bottom: 16px;
}

.rd-navbar-static .rd-navbar-nav-wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    text-align: center;
}

.rd-navbar-static .rd-navbar-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    font-size: 0;
    line-height: 0;
    text-align: left;
    padding-top: 19px;
    padding-bottom: 19px;
}

.rd-navbar-static .rd-navbar-nav > li + li {
    margin-left: 20px;
}



.rd-navbar-static .rd-navbar-nav {
    opacity: 1;
    transition: 0.33s;
    margin-bottom: 0;
}

.rd-navbar-static .rd-navbar-nav > li > a,
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
    position: relative;
    top: 0;
    transition: 0.33s;
}



.rd-navbar-static .rd-navbar-nav > li .rd-navbar-dropdown {
    margin-top: 19px;
}

@media (max-width: 1199.98px) {
    .rd-navbar-static .rd-navbar-main {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }
    .rd-navbar-static .rd-navbar-main > * {
        width: 100%;
    }
    .rd-navbar-static .rd-navbar-main > * + * {
        padding-top: 20px;
    }
    .rd-navbar-static .rd-navbar-nav-wrap {
        justify-content: center;
    }
    .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-panel,
    .rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel {
        display: none;
    }
    .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main > * + *,
    .rd-navbar-static.rd-navbar--is-clone .rd-navbar-main > * + * {
        padding-top: 0;
    }
}

@media (min-width: 1200px) {
    .rd-navbar-static .rd-navbar-aside {
        /* padding-top: 32px;
        padding-bottom: 32px; */
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .rd-navbar-static .rd-navbar-content > * + * {
        margin-left: 20px;
    }
}

.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-clone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
}

.rd-navbar-aside-outer{
    background: #fff;
}
.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer,
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
    display: none;
}

@media (max-width: 1199.98px) {
    .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-wrap,
    .rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-wrap {
        padding-top: 0;
    }
}

.rd-navbar-static-linked .rd-navbar-static--hidden {
    display: none;
}


/*
* Fixed Layout
*/
.rd-navbar-fixed {
    display: block;
}

.rd-navbar-fixed .rd-navbar-brand {
    position: fixed;
    text-align: left;
    top: -1px;
    left: 56px;
    height: 56px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    z-index: 17;
}

.rd-navbar-fixed .rd-navbar-brand img {
     /* height: 33px; */
    /* width: auto;  */
    width: 50%;
}

.rd-navbar-fixed .rd-navbar-brand .brand__slogan {
    display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding: 4px;
    height: 56px;
    z-index: 999;
    border-bottom: 1px solid #ebebeb;
}

.rd-navbar-fixed .rd-navbar-panel__content {
    position: relative;
    z-index: 11;
}

.rd-navbar-fixed .rd-navbar-toggle {
    display: inline-block;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    position: fixed;
    z-index: 100;
    top: -56px;
    left: 0;
    width: 280px;
    padding: 112px 0 81px;
    bottom: -56px;
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-110%);
    border-right: 1px solid #ebebeb;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
    transform: translateX(0);
}

.firefox .rd-navbar-fixed .rd-navbar-nav-wrap > *:last-child {
    margin-bottom: 80px;
}

.rd-navbar-fixed .rd-navbar-main-item {
    margin: 15px;
}

.rd-navbar-fixed .rd-navbar-main-item > * {
    display: block;
}

.rd-navbar-fixed .rd-navbar-nav {
    display: block;
    margin: 15px 0;
    height: auto;
    text-align: left;
}

.rd-navbar-fixed .rd-navbar-nav > li > a {
    font-size: 13px;
    line-height: 1.84615;
}

.rd-navbar-fixed .rd-navbar-nav li {
    text-align: left;
}

.rd-navbar-fixed .rd-navbar-nav li > a {
    display: block;
    padding: 9px 56px 9px 18px;
}

.rd-navbar-fixed .rd-navbar-nav > li + li {
    margin-top: 4px;
}

.rd-navbar-fixed .rd-navbar-submenu {
    position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
    height: 34px;
    line-height: 34px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a {
    padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a {
    padding-left: 46px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown {
    display: block;
}

.rd-navbar-fixed .rd-navbar-dropdown {
    display: none;
}

.rd-navbar-fixed .rd-navbar-dropdown > li > a {
    padding: 9px 56px 9px 16px;
    font-size: 12px;
    line-height: 1.5;
}

.rd-navbar-fixed .rd-navbar-dropdown > li + li {
    margin-top: 3px;
}



.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-dropdown {
    transition: opacity 0.3s, height 0.4s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-dropdown {
    padding: 4px 0 0;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-dropdown {
    opacity: 1;
    height: auto;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle::after {
    transform: rotate(180deg);
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
    cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
    content: "\f282";
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 41px;
    font: 400 14px "bootstrap-icons";
    line-height: 41px;
    text-align: center;
    transition: 0.4s all ease;
    z-index: 2;
    cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-collapse{
    position: fixed;
    top: 4px;
    z-index: 1000;
    background-color: transparent;
    border: none;
}

.rd-navbar-fixed.active .rd-navbar-nav {
    transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-content {
    position: fixed;
    top: 55px;
    transform: translateX(30px);
    transform-origin: 100% 100%;
    right: 0;
    z-index: 1001;
    width: auto;
    padding: 25px 35px;
    margin: 0 -1px;
    opacity: 0;
    visibility: hidden;
    transition: 0.23s all cubic-bezier(0.26, 0.1, 0.66, 0.46);
    font-size: 14px;
    line-height: 1.4;
    background: #fff;
    border: 1px solid #ebebeb;
    text-align: left;
    pointer-events: none;
}

.rd-navbar-fixed .rd-navbar-content * {
    pointer-events: auto;
}

.rd-navbar-fixed .rd-navbar-content > * + * {
    margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-content .button {
    display: block;
}

.rd-navbar-fixed.rd-navbar-creative .rd-navbar-content {
    font-size: 12px;
}

.rd-navbar-fixed .rd-navbar-items-list > li + li {
    margin-top: 15px;
}

.rd-navbar-fixed .rd-navbar-items-list .unit__body {
    padding-left: 20px;
}

.rd-navbar-fixed .rd-navbar-content.active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-content__toggle {
    top: 4px;
    right: 2px;
    width: 48px;
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #363636;
    position: fixed;
    z-index: 1000;
}

.rd-navbar-fixed .rd-navbar-content__toggle span {
    top: 50%;
    margin-top: -3px;
}

.rd-navbar-fixed .rd-navbar-content__toggle span,
.rd-navbar-fixed .rd-navbar-content__toggle span:before,
.rd-navbar-fixed .rd-navbar-content__toggle span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #363636;
    left: 50%;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
}

.rd-navbar-fixed .rd-navbar-content__toggle span:before,
.rd-navbar-fixed .rd-navbar-content__toggle span:after {
    content: "";
}

.rd-navbar-fixed .rd-navbar-content__toggle span:before {
    bottom: 100%;
    margin-bottom: 3px;
}

.rd-navbar-fixed .rd-navbar-content__toggle span:after {
    top: 100%;
    margin-top: 3px;
}

.rd-navbar-fixed .rd-navbar-content__toggle.active span {
    transform: scale(0.7);
}

.rd-navbar-fixed .rd-navbar-content__toggle.active span:before {
    transform: translateY(18px);
}

.rd-navbar-fixed .rd-navbar-content__toggle.active span:after {
    transform: translateY(-18px);
}

html .page .rd-navbar-fixed .rd-navbar-fixed--hidden {
    display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
    color: #151515;
    box-shadow: none;
    background: #fff;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    color: #fff;
    background: #fff;
    border-color: #ebebeb;
}

.rd-navbar-fixed .rd-navbar-nav li > a {
    color: #151515;
}

.rd-navbar-fixed .rd-navbar-nav li:hover > a,
.rd-navbar-fixed .rd-navbar-nav li.focus > a,
.rd-navbar-fixed .rd-navbar-nav li.active > a,
.rd-navbar-fixed .rd-navbar-nav li.opened > a {
    color: #fff;
    background: var(--rouge);
}

.rd-navbar-fixed .rd-navbar-nav li:hover > .rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-navbar-nav li.focus > .rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-navbar-nav li.active > .rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
    color: #fff;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
    color: #fff;
}

.rd-navbar-fixed .rd-navbar-dropdown > li > a {
    color: #151515;
}

.rd-navbar-fixed .rd-navbar-dropdown > li:hover > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.focus > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.active > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.opened > a {
    color: #fff;
    background: #ffbf6c;
}


.rd-navbar-fixed .rd-navbar-submenu-toggle {
    color: #151515;
}


.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-panel {
    color: #fff;
    background: #151515;
    border-bottom-color: #000;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-nav-wrap {
    color: #fff;
    background: #222222;
    border-color: #222222;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-content__toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #fff;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-content__toggle span {
    top: 50%;
    margin-top: -3px;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-content__toggle span,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-content__toggle span:before,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-content__toggle span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    left: 50%;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-content__toggle span:before,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-content__toggle span:after {
    content: "";
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-content__toggle span:before {
    bottom: 100%;
    margin-bottom: 3px;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-content__toggle span:after {
    top: 100%;
    margin-top: 3px;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-content__toggle.active span {
    transform: scale(0.7);
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-content__toggle.active span:before {
    transform: translateY(18px);
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-content__toggle.active span:after {
    transform: translateY(-18px);
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-nav li > a {
    color: #fff;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-nav li:hover > a,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-nav li.focus > a,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-nav li.active > a,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-nav li.opened > a {
    color: #fff;
    background: var(--rouge);
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-nav li:hover > .rd-navbar-submenu-toggle,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-nav li.focus > .rd-navbar-submenu-toggle,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-nav li.active > .rd-navbar-submenu-toggle,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
    color: #fff;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
    color: #fff;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-dropdown > li > a {
    color: #cccccc;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-dropdown:hover > a,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-dropdown.focus > a,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-dropdown.active > a,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-dropdown.opened > a {
    color: #fff;
    background: #ffbf6c;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-submenu-toggle {
    color: #fff;
}

html.rd-navbar-fixed-linked .page {
    padding-top: 56px;
}

.rd-navbar-sidebar {
    display: block;
    background: #fff;
}
.rd-navbar-main-outer{
  background: var(--vert);
  max-height: 54px;
  border-top: 1px solid #ebebeb;
}
.rd-navbar-sidebar .rd-navbar-main {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 22px 15px 22px 15px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.rd-navbar-sidebar .rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #2a2a2a;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 101;
}

.rd-navbar-sidebar .rd-navbar-toggle span {
    position: relative;
    display: block;
    margin: auto;
    transition: 0.3s all ease;
}

.rd-navbar-sidebar .rd-navbar-toggle span:after,
.rd-navbar-sidebar .rd-navbar-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    transition: 0.3s all ease;
}

.rd-navbar-sidebar .rd-navbar-toggle span:after {
    top: 8px;
}

.rd-navbar-sidebar .rd-navbar-toggle span:after,
.rd-navbar-sidebar .rd-navbar-toggle span:before,
.rd-navbar-sidebar .rd-navbar-toggle span {
    width: 22px;
    height: 4px;
    background-color: #2a2a2a;
    backface-visibility: hidden;
}

.rd-navbar-sidebar .rd-navbar-toggle span:before,
.rd-navbar-sidebar .rd-navbar-toggle span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.rd-navbar-sidebar .rd-navbar-toggle.active span {
    transition: background 0.3s 0s ease;
    background: transparent;
}

.rd-navbar-sidebar .rd-navbar-toggle.active span:before,
.rd-navbar-sidebar .rd-navbar-toggle.active span:after {
    top: 0;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}

.rd-navbar-sidebar .rd-navbar-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rd-navbar-sidebar .rd-navbar-toggle.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rd-navbar-sidebar .rd-navbar-toggle span,
.rd-navbar-sidebar .rd-navbar-toggle span::before,
.rd-navbar-sidebar .rd-navbar-toggle span::after {
    width: 35px;
}

.rd-navbar-sidebar .rd-navbar-toggle span::before {
    top: -10px;
}

.rd-navbar-sidebar .rd-navbar-toggle span::after {
    top: 10px;
}

.rd-navbar-sidebar .rd-navbar-panel {
    min-width: 200px;
    text-align: center;
}

.rd-navbar-sidebar .rd-navbar-nav-wrap__inner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    width: 450px;
    padding: 100px 0 0 0;
    background: #fff;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(100%);
    box-shadow: 0 0 13px 0 rgba(21, 21, 21, 0.16);
}

@media (max-width: 1599.98px) {
    .rd-navbar-sidebar .rd-navbar-nav-wrap__inner {
        max-width: 460px;
    }
}

.rd-navbar-sidebar .rd-navbar-nav {
    height: calc(100vh - 100px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #ebebeb;
}

.rd-navbar-sidebar .rd-navbar-nav > li {
    position: relative;
    display: block;
    padding: 19px 30px 19px 40px;
}

.rd-navbar-sidebar .rd-navbar-nav > li > a {
    display: inline-block;
    max-width: calc(100% - 30px);
    word-break: break-all;
    font-size: 18px;
    line-height: 1.4;
    text-transform: none;
    color: #151515;
}

.rd-navbar-sidebar .rd-navbar-nav > li > a:hover {
    color: var(--rouge);
}

.rd-navbar-sidebar .rd-navbar-nav > li.active > a {
    color: var(--rouge);
}

.rd-navbar-sidebar .rd-navbar-nav > li > a,
.rd-navbar-sidebar .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
    font-size: 18px;
}

.rd-navbar-sidebar .rd-navbar-nav > li + li {
    border-top: 1px solid #ebebeb;
}

.rd-navbar-sidebar .rd-navbar-nav > li:last-child {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
}

.rd-navbar-sidebar .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle::after {
    transform: rotate(180deg);
}

.rd-navbar-sidebar .rd-navbar-nav-wrap {
    padding-right: 60px;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.rd-navbar-sidebar .rd-navbar-nav-wrap.active {
    transition-delay: 0.1s;
}

@media (min-width: 1200px) {
    .rd-navbar-sidebar .rd-navbar-nav-wrap.active {
        padding-right: 85px;
    }
}

.rd-navbar-sidebar .rd-navbar-nav-wrap.active .rd-navbar-nav-wrap__inner {
    transform: translateX(0);
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-dropdown {
    display: none;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity 0.2s;
}

.rd-navbar-sidebar .rd-navbar-submenu.opened > .rd-navbar-dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu > .rd-navbar-dropdown {
    transform: translateY(30px);
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu.opened > .rd-navbar-dropdown {
    transform: translateY(0);
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu .rd-navbar-submenu > .rd-navbar-dropdown {
    transform: translateX(-20px);
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu .rd-navbar-submenu.opened > .rd-navbar-dropdown {
    transform: translateX(0);
}

.rd-navbar-sidebar .rd-navbar-nav > li > .rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-navbar-nav > li .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: inherit;
    padding-right: inherit;
    padding-left: 10px;
    margin-bottom: inherit;
    display: inline-block;
    width: 30px;
    margin-left: 5px;
    text-align: center;
    cursor: pointer;
    color: #151515;
}

.rd-navbar-sidebar .rd-navbar-nav > li > .rd-navbar-submenu-toggle:hover,
.rd-navbar-sidebar .rd-navbar-nav > li .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle:hover {
    color: var(--rouge);
}

.rd-navbar-sidebar .rd-navbar-nav > li > .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-navbar-nav > li .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle::after {
    content: "\f282";
    position: relative;
    display: inline-block;
    font-family: "bootstrap-icons";
    font-size: inherit;
    line-height: inherit;
    text-align: center;
    vertical-align: middle;
    transition: 0.4s all ease;
    z-index: 2;
    will-change: transform;
}

.rd-navbar-sidebar .rd-navbar-nav > li .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle {
    font-size: 14px;
    color: #fff;
    margin-left: 7px;
}

.rd-navbar-sidebar .rd-navbar-dropdown {
    margin-top: 31px;
}

.rd-navbar-sidebar .rd-navbar-dropdown > li > a{
    display: block;
}

.rd-navbar-sidebar .rd-navbar-dropdown > li > a,
.rd-navbar-sidebar .rd-navbar-dropdown > li > a:active,
.rd-navbar-sidebar .rd-navbar-dropdown > li > a:focus {
    color: #2a2a2a;
}

.rd-navbar-sidebar .rd-navbar-dropdown > li > a:hover {
    color: var(--rouge);
}
.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a {
    padding-right: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a::before {
    display: none;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a:hover {
    padding-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.focus > a {
    padding-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened > .rd-navbar-submenu-toggle {
    color: #ffbf6c;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened > .rd-navbar-submenu-toggle::after {
    top: 1px;
}

.rd-navbar-sidebar .rd-navbar-dropdown > li + li {
    margin-top: 10px;
}

.rd-navbar-sidebar .rd-navbar-nav > li > .rd-navbar-dropdown {
    margin-top: 25px;
}

.rd-navbar-sidebar .rd-navbar-nav > li > .rd-navbar-dropdown .rd-navbar-dropdown {
    margin-top: 10px;
    padding-left: 15px;
}

.rd-navbar-sidebar .rd-navbar-nav > li > .rd-navbar-dropdown .rd-navbar-dropdown > li > a {
    font-size: 12px;
}

@media (min-width: 1200px) {

    .rd-navbar-sidebar .rd-navbar-dropdown > li + li {
        margin-top: 18px;
    }
    .rd-navbar-sidebar .rd-navbar__main {
        padding-top: 27px;
        padding-bottom: 27px;
    }
}

@media (min-width: 1800px) {
    .rd-navbar-sidebar .rd-navbar-nav-wrap__inner {
        width: auto;
        left: calc(50% + 600px - 80px);
    }
}

.rd-navbar-sidebar.rd-navbar--is-clone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transform: translateY(-101%);
}

.rd-navbar-sidebar.rd-navbar--is-clone.rd-navbar--is-stuck {
    transform: translateY(0);
}

.rd-navbar-sidebar.rd-navbar--is-stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-main {
    padding-top: 11px;
    padding-bottom: 11px;
}
.button {
    display: inline-block;
    padding: 12px 33px;
    transition: .33s all ease;
    letter-spacing: .1em;
    white-space: normal;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
}
.button-lighter,.button-lighter:focus, .button-lighter:active {
    color: #151515;
    background-color: #ebebeb;
    border-color: #ebebeb;
    font-weight: 700;
    font-size: .6rem;
    line-height: 1.5;
    border-radius: 0;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    position: relative;
    z-index: 0;
    transition: background 0.4s, border-color 0.4s, color 0.4s;
    border: 0;
    padding: 12px 25px;
}
.button-lighter::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--vert);
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.4s, opacity 0.4s;
    border-radius: inherit;
}
.button-lighter:hover, .button-lighter:active {
  color: #fff;
  border-color: var(--vert);
}
.button-lighter:hover::before{
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.rd-navbar-fixed .rd-navbar-collapse{
    position: fixed;
    top: 4px;
    z-index: 1000;
    background-color: transparent;
    border: none;
}


.rd-navbar-basket-wrap {
    position: relative;
    display: block;
    margin-left: 18px;
}
.rd-navbar-fixed .rd-navbar-basket-wrap {
  position: fixed;
    /* left: 0; */
    top: 2px;
    right: 5px;
    padding: 4px;
    height: 56px;
    z-index: 1000;
}
.rd-navbar-basket {
    position: relative;
    display: inline-block;
    padding: 0 4px 0 0;
    font-size: 18px;
    line-height: 1;
    color: #555;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.rd-navbar-basket:before {
  padding: 10px;
  background-color: #ebebeb;
  border-radius: 50%;
}
.rd-navbar-classic.rd-navbar-fixed .rd-navbar-basket {
	top: 16px;
	right: 36px;
	padding-right: 10px;
}
.rd-navbar-basket span {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	color: var(--vert);
}
.rd-navbar-basket:hover:before {
	color: #fff;
	background : var(--vert);
}

.cart-inline {
	position: absolute;
	text-align: left;
	top: calc(100% + 30px);
	right: -18px;
	min-width: 400px;
	margin-top: 30px;
	background: #ffffff;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	filter: drop-shadow(0 0 3px rgba(1, 3, 4, 0.19));
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .3s ease-in-out;
	z-index: 1082;
}

.cart-inline::before {
	position: absolute;
	content: '';
	bottom: calc(100% - 10px);
	right: 40px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 34px 34px;
	border-color: transparent transparent #ffffff transparent;
}

.cart-inline.active {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.ie-10 .cart-inline,
.ie-11 .cart-inline,
.ie-edge .cart-inline {
	box-shadow: 0 0 5px rgba(1, 3, 4, 0.19);
}

.ie-10 .cart-inline::before,
.ie-11 .cart-inline::before,
.ie-edge .cart-inline::before {
	bottom: 100%;
	border-width: 0 0 24px 24px;
	z-index: 1;
}

.ie-10 .cart-inline::after,
.ie-11 .cart-inline::after,
.ie-edge .cart-inline::after {
	position: absolute;
	content: '';
	bottom: calc(100% + 2px);
	right: 38px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 28px 28px;
	border-color: transparent transparent rgba(0, 0, 0, 0.04) transparent;
	z-index: 0;
}
.cart-inline-title {
  font-family: "AirbnbCerealMedium";
  font-size: .8rem;
  margin:0;
}
.cart-inline .stepper input[type="number"] {
	min-height: 40px;
	padding-top: 0;
	padding-bottom: 0;
}

.cart-inline-header {
	padding: 20px;
}

.cart-inline-body {
	padding: .8rem;
	border-top: 1px solid #e1e1e1;
}

.cart-inline-footer {
	padding: 20px;
	border-top: 1px solid #e1e1e1;
}
.cart-inline-footer a {
    color: #ffffff;
    background-color: var(--vert);
    padding: 1rem 1.5rem;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
}
.cart-inline-footer a:hover {
    color: #ffffff;
    background-color: var(--rouge);
}
.cart-inline-figure {
	display: block;
	background: #f5f5f5;
}

.cart-inline-figure img {
	width: 100%;
	transition: all .3s ease;
	will-change: transform;
}

.cart-inline-figure:hover img {
	transform: scale(1.05);
}

* + .cart-inline-title {
	margin-top: 0;
}

.cart-inline-name + * {
	margin-top: 10px;
}
.cart-inline-name {
  font-family: "AirbnbCerealLight";
  text-transform: capitalize;
  font-size: .9rem;
}

.cart-inline-item + .cart-inline-item {
	margin-top: 15px;
}
.table-cart-stepper {
	max-width: 123px;
	margin-left: auto;
	margin-right: auto;
}
.table-cart-stepper .stepper {
    position: relative;
    display: block;
}
.table-cart-stepper input[type="number"] {
	font-size: 18px;
	line-height: 1;
	letter-spacing: .1em;
	color: #151515;
	background: #ffffff;
	border-color: #ffffff;
  width: 100%;
    padding: 10px 42px;
    font-weight: 500;
    text-align: center;
    -moz-appearance: textfield;
    /* background: #f5f5f5;
    border-color: #f5f5f5; */
}

.table-cart-stepper .stepper-arrow {
	line-height: 36px;
	border-radius: 6px;
	border: 1px solid #e1e1e1;
}

.table-cart-stepper .stepper-arrow.up {
	font-size: 30px;
}

.table-cart-stepper .stepper-arrow.down {
	font-size: 18px;
}
