.accord__container {
    display: flex;
    flex-direction: row;
    gap: 24px;
}
.accord__container > div > div {
}
.accord__container > div {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}
.accord__item {
    cursor: pointer;
    padding: 32px;
    background-color: #e6e6e6;
    border-radius: 12px;
    h3 {
        margin-top: 0;
    }
}
.accord__item > div:first-child {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 24px;
}
.accord__number {
    color: #f5f6f7 !important;
    padding: 8px 11px;
    border-radius: 13px;
    width: max-content;
    background: #2e3038;
}
.accord__number_active {
    background: linear-gradient(to right, #993300 0%, #ff9900 100%);
    color: white;
}
.accord__item > div:first-child > p {
    font-weight: 600 !important;
}
.accord__item > div:last-child {
    max-height: 0;
    visibility: hidden;
}
.accord__item > div:last-child p {
    margin-left: 63px;
}
.show {
    visibility: visible !important;
}
.accord__content li {
    list-style-type: disc;
}
.accord__content li::marker {
    color: var(--orangeDarker);
}
.accord__item .accord__list li {
    margin-left: 80px;
}
.accord__item .accord__list p {
    margin: initial !important;
}
@media (max-width: 768px) {
    .accord__container {
        display: flex;
        flex-direction: column;
    }
    .reason {
        padding: 48px 24px !important;
    }
    .reason > a {
        width: 100%;
    }
    .accord__item > div:first-child {
        gap: 14px;
        flex-direction: column;
        align-items: start;
    }
    .accord__item {
        padding: 20px;
        margin: auto;
    }
    .accord__item > div:last-child p {
        margin-left: 0px;
    }
    .accord__item .accord__list li {
        margin-left: 17px;
    }
}
.faq__wrap {
    margin: 0 auto;
    display: grid;
    gap: 18px;
}
.faq__item {
    background: #fff;
    border: 1px solid #e7e8ee;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.06);
    padding: 20px;
}
.faq__item h3 {
    font-weight: 600;
    margin: 0;
}
.faq__q {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.faq__icon {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    position: relative;
}
.faq__icon::before,
.faq__icon::after {
    content: "";
    position: absolute;
    background: #ffffff;
    border-radius: 1px;
    font-size: 24px;
}
.faq__icon::before {
    content: "+";
    transition: transform 0.3s ease;
    display: inline-block;
}
.faq__item--open .faq__icon::before {
    content: "–";
}
.faq__a {
    overflow: hidden;
    max-height: 0;
    visibility: hidden;
    margin: 0;
}
.faq__item--open .faq__a {
    visibility: visible;
}
.defaultH1 {
    font-size: 100px !important;
    line-height: 1.5 !important;
    font-weight: 300 !important;
    font-family: "Poiret One";
}
.defaultH2 {
    margin: 0 0 30px;
    font-family: "Poiret One";
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.32em;
    color: #000000;
    text-transform: uppercase;
}
.defaultH3 {
    font-size: 24px !important;
    font-family: "Poiret One";
    font-weight: 500;
    line-height: 1;
    color: #000000;
}
.defaultH4 {
    font-size: 20px !important;
}
.defaultP {
    font-size: 18px !important;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6em;
    color: #000000;
}
.wl-open-sub {
    color: #ffffff;
    font-size: 36px !important;
}
@media screen and (width < 1100px) {
    .defaultH1 {
        font-size: 50px !important;
        line-height: 1.2;
    }
    .defaultH2 {
        font-size: 36px !important;
    }
    .defaultH3 {
        font-size: 24px !important;
    }
    .defaultH4 {
        font-size: 20px !important;
    }
    .defaultP {
        font-size: 18px !important;
    }
}
@media screen and (width < 700px) {
    .defaultH1 {
        font-size: 44px !important;
        text-align: center;
    }
    .defaultH2 {
        font-size: 34px !important;
    }
    .defaultH3 {
        font-size: 24px !important;
    }
    .defaultH4 {
        font-size: 20px !important;
    }
    .defaultP {
        font-size: 18px !important;
    }
    .wl-open-sub {
        color: #ffffff;
        font-family: "Poiret One" !important;
    }
}
@media screen and (width < 500px) {
    .defaultH1 {
        font-size: 50px !important;
        font-weight: 900 !important;
    }
    .defaultH2 {
        font-size: 30px !important;
        text-align: center;
    }
    .left p,
    .left h1,
    .left h2 {
        text-align: left !important;
    }
}
@media screen and (width < 380px) {
    .defaultH1 {
        font-size: 36px !important;
    }
    .defaultH2 {
        font-size: 28px !important;
    }
}
.site-header {
    top: 0;
    z-index: 1000;
    background-color: #002107;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.nav-desktop ul {
    list-style: none;
}
.nav-desktop a {
    background: transparent;
    font-family: "Poiret One";
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}
.nav-desktop a:hover {
    color: #ff7c02 !important;
    background: transparent;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
    gap: 16px;
    padding: 5px 15px;
}
.nav-desktop .menu-main-menu {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
}
.nav-desktop .menu-main-menu > li > a {
    display: block;
    padding: 10px 4px;
}
.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    position: relative;
    border: 1px solid #ffffff;
    border-radius: 10px;
}
.menu-toggle-bar {
    position: absolute;
    left: 10px;
    right: 10px;
    height: 2px;
    background: #ffffff;
    transition: 0.25s;
}
.menu-toggle-bar:nth-child(1) {
    top: 14px;
}
.menu-toggle-bar:nth-child(2) {
    top: 21px;
}
.menu-toggle-bar:nth-child(3) {
    top: 28px;
}
.mobile-nav {
    position: fixed;
    inset: 0;
    width: 100%;
    background-color: #000000;
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.28s ease;
    z-index: 1002;
    display: flex;
    flex-direction: column;
    background: #fff;
}
.mobile-nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.mobile-nav .menu-close {
    border: 0;
    background: transparent;
    font-size: 22px;
    line-height: 1;
}
.mobile-nav .menu-main-menu {
    display: flex;
    flex-direction: column;
    padding: 8px 16px;
    gap: 2px;
    list-style: none;
}
.mobile-nav .menu-main-menu a {
    text-decoration: none;
    color: #000000;
    display: block;
    padding: 14px 8px;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.mobile-contacts {
    margin-top: auto;
    padding: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    display: grid;
    gap: 8px;
    font-size: 14px;
    list-style: none;
    color: #000000 !important;
    text-decoration: none;
}
.mobile-contacts li {
    margin-right: 8px;
}
.mobile-contacts a {
    color: #000000 !important;
    text-decoration: none;
}
.mobile-nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1001;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s ease;
}
body.nav-open {
    overflow: hidden;
    touch-action: none;
}
body.nav-open .mobile-nav {
    transform: translateX(0);
}
body.nav-open .mobile-nav-backdrop {
    opacity: 1;
    pointer-events: auto;
}
body.nav-open .menu-toggle-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
body.nav-open .menu-toggle-bar:nth-child(2) {
    opacity: 0;
}
body.nav-open .menu-toggle-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 1024px) {
    .nav-desktop {
        display: none;
    }
    .menu-toggle {
        display: block;
    }
}
#reviews h2 {
    margin: 0;
}
.reviews_item {
    background: #e3e3e3;
    padding: 15px 15px;
    border-radius: 24px;
    width: 500px !important;
}
.reviews_item-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}
.avatarReview {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 72px;
}
.reviewer_item-name {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.nameReviewsWrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.nameReviewsWrapper h3,
.nameReviewsWrapper .defaultH3 {
    margin: 0;
    font-weight: 600;
}
.nameReviewsWrapper p {
    margin: 0;
    font-style: italic;
    opacity: 0.75;
}
.reviewer_item-stars {
    display: flex;
    gap: 4px;
}
.reviewer_item-stars p {
    margin: 0;
    font-size: 20px;
    color: #ffc700;
}
.reviews_item > .defaultP {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}
#reviews .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
}
#reviews .reviews-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 30px;
}
#reviews .reviews-nav {
    display: flex;
    align-items: center;
    gap: 12px;
}
#reviews .swiper {
    padding: 0 !important;
}
#reviews .rev-btn {
    width: 20px !important;
    aspect-ratio: 1;
    border-radius: 50%;
    place-items: center;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #4d4d4d;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.2s;
    padding: 13px 35px;
}
#reviews .rev-btn::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(135deg);
}
#reviews .rev-btn.next::before {
    transform: rotate(-45deg);
}
#reviews .rev-btn:hover {
    transform: translateY(-1px);
}
#reviews .rev-btn.is-disabled {
    opacity: 0.35;
    pointer-events: none;
}
@media (max-width: 640px) {
    #reviews .reviews-nav {
        display: none;
    }
    .reviews_item {
        max-width: 80% !important;
    }
    #reviews .reviews-head {
        justify-content: center;
    }
}
#gallery .gallery-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
#gallery .gallery-nav {
    display: flex;
    align-items: center;
    gap: 12px;
}
#gallery .gal-btn::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(135deg);
}
#gallery .gal-btn.next::before {
    transform: rotate(-45deg);
}
#gallery .gal-btn:hover {
    transform: translateY(-1px);
}
#gallery .gal-btn.is-disabled {
    opacity: 0.35;
    pointer-events: none;
}
#gallery .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
}
#gallery .gallery_item {
    width: 860px !important;
    height: 520px;
    border-radius: 24px;
    overflow: hidden;
}
#gallery .gallery_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 1440px) {
    #gallery .gallery_item {
        width: 760px !important;
        height: 500px;
    }
}
@media (max-width: 1200px) {
    #gallery .gallery_item {
        width: 680px !important;
        height: 460px;
    }
}
@media (max-width: 1024px) {
    #gallery .gallery_item {
        width: 600px !important;
        height: 420px;
    }
}
@media (max-width: 768px) {
    #gallery .gallery_item {
        width: 86vw !important;
        height: 340px;
        border-radius: 18px;
    }
    #gallery .gal-btn {
        padding: 7px 17px !important;
    }
}
#gallery .gallery-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
#gallery .gallery-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 42px;
}
#gallery .gal-btn {
    width: 20px !important;
    aspect-ratio: 1;
    border-radius: 50%;
    place-items: center;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #474747;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.2s;
    padding: 13px 35px;
}
#gallery .gal-btn::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(135deg);
}
#gallery .gal-btn.next::before {
    transform: rotate(-45deg);
}
#gallery .gal-btn:hover {
    transform: translateY(-1px);
}
#gallery .gal-btn.is-disabled {
    opacity: 0.35;
    pointer-events: none;
}
.swiperControls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 50;
}
.swiperControls .arrow-left,
.swiperControls .arrow-right {
    width: 52px;
    height: 52px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: var(--ultraDark30);
    transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.swiperControls .arrow-left img,
.swiperControls .arrow-right img {
    height: 26%;
    object-fit: contain;
}
.swiperControls .arrow-left img {
    transform: translateX(-2px);
}
.swiperControls .arrow-right img {
    transform: translateX(-2px);
}
.swiperControls .arrow-right img {
    scale: -1 1;
}
.swiperControls .disabled {
    transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
    opacity: 0.4;
}
@media (max-width: 1500px) {
    .swiperControls {
        width: 96vw;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
}
@media (max-width: 768px) {
    .swiperControls {
        width: calc(86vw + (58 * ((100vw - 360px) / (768 - 360))));
    }
    .swiperControls .arrow-left,
    .swiperControls .arrow-right {
        width: 40px;
        height: 40px;
    }
    .swiperControls .arrow-left img,
    .swiperControls .arrow-right img {
        transform: translateX(-1px);
    }
}
.social-media {
    padding: 40px;
    text-align: center;
    border: 1px solid #e7e8ee;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.06);
}
.social-media-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: row;
}
.social-media-list li a {
    font-size: 24px;
    color: #703600;
    transition: color 0.3s ease, transform 0.2s ease;
}
.social-media-list li a:hover {
    color: #e97100;
    transform: scale(1.1);
}
@media (max-width: 768px) {
    .social-media-list {
        flex-direction: row;
        gap: 15px;
    }
    .call-to-action-text {
        border: none !important;
    }
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #ffffff;
    color: #000000;
}
h1,
h2,
.hero-title {
    font-family: "Poiret One", sans-serif;
}
body,
p {
    font-family: "Montserrat", sans-serif;
}
.left {
    text-align: left !important;
}
.container {
    width: 90%;
    margin: 0 auto;
}
.header {
    background-color: #002107;
    padding: 15px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}
.nav a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s;
}
.nav a:hover {
    color: #f44336;
}
.burger {
    display: none;
    font-size: 26px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}
.hero {
    text-align: center;
    position: relative;
    min-height: 80vh;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(0deg, rgb(0 0 0 / 32%), rgb(0 0 0 / 7%));
}
.heroBg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}
.heroBg2 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    z-index: -1;
}
.hero-content h1 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}
.hero-content h2 {
    margin-top: 10px;
    color: #fff;
}
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.95);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.mobile-menu ul {
    list-style: none;
    padding: 0;
    text-align: center;
}
.mobile-menu li {
    margin: 20px 0;
}
.mobile-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    transition: color 0.3s;
}
.mobile-menu a:hover {
    color: #e97100;
}
main a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 40px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}
footer {
    background: #002107;
    padding: 20px 0;
    text-align: center;
}
.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
footer p {
    margin: 0;
    color: #ffffff !important;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
}
.socials a {
    color: #e97100;
    margin: 0 8px;
    font-size: 22px;
    transition: color 0.3s;
}
.socials a:hover {
    color: #fffdfb !important;
}
.logo-small img {
    width: 60px;
    margin: 0;
}
.logo-small {
    align-items: center;
    justify-content: center;
}
.defaultLI {
    font-size: 18px;
    list-style: none;
    padding: 0;
}
.defaultUL {
    padding: 0;
}
blockquote {
    font-size: 18px;
    margin: 0;
}
.partners {
    text-align: center;
}
@media (max-width: 768px) {
    .nav {
        display: none;
    }
    .burger {
        display: block;
    }
    .hero {
        min-height: 65vh;
    }
    .logo-small {
        height: 60px;
    }
    .logo-small img {
        width: 60px !important;
    }
    main .socials {
        text-align: center;
    }
}
:where(body) {
    font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial,
        sans-serif;
    color: #703600;
    line-height: 1.55;
}
.wl-container {
    width: min(100% - 32px, 980px);
    margin-inline: auto;
}
.wl-welcome {
    background: #fff;
    text-align: center;
}
.wl-eyebrow {
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #703600;
}
.wl-title {
    margin: 0 0 20px;
    font-family: "Poiret One" !important;
    font-weight: 400 !important;
    font-size: 30px !important;
    letter-spacing: 0.18em !important;
    color: #703600;
}
.wl-lead {
    margin: 0 auto 12px;
    font-size: clamp(15px, 1.7vw, 18px);
    color: #000000;
}
.wl-note {
    margin: 0 auto 28px;
    max-width: 760px;
    color: #703600;
}
.wl-link {
    color: #2c80b9;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.wl-btn {
    display: inline-block;
    padding: 14px 22px;
    font: 600 14px/1 "Montserrat", sans-serif;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.2s ease;
}
.wl-btn-outline {
    color: #703600;
    border: 1px solid #703600b2;
}
.wl-btn-outline:hover {
    color: #222;
    border-color: #222;
}
.wl-happy {
    position: relative;
    min-height: 54vh;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.493),
        rgba(0, 0, 0, 0.452)
    );
    color: #e7eced;
}
.wl-happy h2 {
    color: #fff;
    text-align: center;
}
.wl-happy-inner {
    text-align: center;
    color: rgb(255, 255, 255) !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.wl-deco {
    margin: 0 0 14px;

    font-weight: 400;
    letter-spacing: 0.18em;
    color: rgb(255, 255, 255) !important;
}
.wl-time {
    margin: 0;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 300 !important;
    color: rgb(255, 255, 255) !important;
}
.wl-small {
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.25em;
    color: rgb(255, 255, 255) !important;
}
.wl-specials {
    margin: 0;
    font-weight: 300 !important;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgb(255, 255, 255) !important;
}
@media (max-width: 640px) {
    .wl-btn {
        padding: 12px 18px;
        letter-spacing: 0.14em;
    }
    .wl-time,
    .wl-specials {
        letter-spacing: 0.18em;
    }
    .left {
        text-align: left !important;
    }
    h2 {
        letter-spacing: 2px !important;
    }
}
.wl-location {
    background: #fff;
    text-align: center;
}
.wl-loc-title {
    margin: 0 0 8px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: clamp(18px, 2.6vw, 24px);
    line-height: 1;
    letter-spacing: 0.32em;
    color: #703600;
}
.wl-loc-sub {
    margin: 0 0 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: clamp(11px, 1.8vw, 12px);
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #703600;
}
.wl-loc-rule {
    width: min(860px, 92%);
    height: 1px;
    margin: 0 auto;
    border: 0;
    background: linear-gradient(
        90deg,
        transparent,
        #bfbfbf 10%,
        #bfbfbf 90%,
        transparent
    );
    opacity: 0.9;
}
.wl-open-title {
    margin: 0 0 8px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: clamp(18px, 2.6vw, 24px);
    line-height: 1;
    letter-spacing: 0.32em;
    color: #ffffff;
}
.wl-open-rule {
    width: min(860px, 92%);
    height: 1px;
    margin: 0 auto;
    border: 0;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff 10%,
        #bfbfbf 90%,
        transparent
    );
    opacity: 0.9;
}
section {
    margin-bottom: 60px;
}
.partners img {
    width: 150px;
}
:root {
    --scrollBarFonColor: #bebac0;
    --scrollBarDragFonColor: #797979;
    --textColor: #000000;
    --borderColor: #000000;
}
.swiper {
    padding: 10px 20px !important;
}
.toc .swiper-slide {
    width: fit-content;
}
.toc h2 {
    text-align: center;
    margin-top: 40px;
}
.toc .heading h2 {
    white-space: nowrap;
}
.toc {
    background-color: transparent;
}
.toc a {
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    white-space: nowrap;
    color: var(--textColor);
    transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    border: 1px solid var(--borderColor);
    padding: 10px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: transparent;
}
.toc a:active,
.toc a:hover,
.toc a:focus {
    color: #fff;
    background-color: #703600;
    transition: 5ms;
}
.toc .swiper-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.toc-swiper .swiper-scrollbar {
    background: var(--scrollBarFonColor);
    height: 4px;
    border-radius: 2px;
}
.toc-swiper .swiper-scrollbar-drag {
    background: var(--scrollBarDragFonColor);
    border-radius: 2px;
    width: 20%;
}
.toc.wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin-top: 10px;
}
@media screen and (max-width: 750px) {
    .toc.wrapper {
        margin-left: auto;
    }
    .swiper-horizontal > .swiper-scrollbar,
    .swiper-scrollbar.swiper-scrollbar-horizontal {
        width: 90% !important;
        margin: 0 auto;
    }
    .toc .swiper-wrapper {
        display: flex;
        justify-content: left;
        margin-bottom: 20px;
    }
}
