/* GENERAL STYLES V1.0*/
/*  FONTS ---------------------------- */
/* Poppins */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 200;
    font-style: extralight;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 300;
    font-style: light;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 700;
    font-style: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 800;
    font-style: extrabold;
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 900;
    font-style: black;
    font-display: swap;
}

/* ================================================ */
/*  SECTION COLORS */
/* ================================================ */

:root {
    --light-grey: #bdbdbd;
    --pale-grey: #22315E;
    --navy-blue: #22315E;
    --navy-blue-hover: #354b86;
    --graphite: #363636;
    --black: #000;
}

/* ================================================ */
/*  SECTION GENERAL STYLES */
/* ================================================ */

:root {
    --light-grey: #c4c4c4;
    --pale-grey: #efefef;
    --light-blue: #EAF8FF;
    --sky-blue: #83B8D7;
    --navy-blue: #22315E;
    --graphite: #363636;
    --red: #ED1C24;
    --black: #000;
}

html {
    scroll-behavior: smooth;
}


body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: var(--black);
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

main {
    min-height: calc(80vh - 120px);
}

section {
    position: relative;
    padding: 30px 0;
}

div,
p,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
    box-sizing: border-box;
}

img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

h1 {
    font-size: 2rem;
    font-weight: 600;
}

h2 {
    font-weight: 900;
    display: inline;
}

h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

h4 {
    font-size: 1.1rem;
    font-weight: 600;
}

h5 {
    font-size: 1rem;
    font-weight: 600;
}

p {
    font-weight: 400;
}


a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

ul {
    padding-left: 0;
}

li {
    list-style: none;
}

strong {
    font-weight: 600;
}

/* Chrome, Safari, Edge, Opera (WebKit/Blink) */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Optional: Normalize across all browsers */
input[type=number] {
    appearance: textfield;
}


.hidden {
    display: none; /* this hidesn content also in Gutenberg */
} 

.content-hidden {
    display: none;
}


.uppercase {
    text-transform: uppercase;
}

.text-white {
    color: #fff;
}

.text-navy-blue {
    color: var(--navy-blue);
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.button-center {
    margin: 0 auto;
}

.section-title {
    margin-bottom: 60px;
}

/* Margins ---------------------------- */
.margin-top-xs {
    margin-top: 20px;
}

.margin-top-sm {
    margin-top: 40px;
}

.margin-top-md {
    margin-top: 80px;
}

.margin-top-lg {
    margin-top: 120px;
}

.margin-top-xl {
    margin-top: 160px;
}

.margin-bottom-xs {
    margin-bottom: 20px;
}

.margin-bottom-sm {
    margin-bottom: 40px;
}

.margin-bottom-md {
    margin-bottom: 80px;
}

.margin-bottom-lg {
    margin-bottom: 120px;
}

/* Padding ---------------------------- */
.padding-top-xs {
    padding-top: 20px;
}

.padding-top-sm {
    padding-top: 40px;
}

.padding-top-md {
    padding-top: 80px;
}

.padding-top-lg {
    padding-top: 120px;
}

.padding-top-xl {
    padding-top: 160px;
}

.padding-bottom-xs {
    padding-bottom: 20px;
}

.padding-bottom-sm {
    padding-bottom: 40px;
}

.padding-bottom-md {
    padding-bottom: 80px;
}

.padding-bottom-lg {
    padding-bottom: 120px;
}

.padding-sides-md {
    padding: 0 5%;
}


/* ================================================ */
/* SECTION NAVIGATION */
/* ================================================ */

/* Style the wrapper to reserve space */
.navbar {
    display: flex !important;
    flex-direction: column;
    background: #fff;
    width: 100%;
    z-index: 900;
    padding: 5px 0 0 0;
}

.navbar .row {
    width: 100%;
}

.nav-top-row {
    border-bottom: 2px solid var(--navy-blue);
}

.navbar-brand {
    height: 100px;
    padding-left: 5%;

    & img {
        min-width: 120px;
    }
}

.menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

& a {
    display: inline;
    text-align: center;
    font-weight: 500;

    &[aria-current="page"] {
        /* font-weight: 700; */
        color: var(--navy-blue);
    }
}
}


/* BOTTOM ROW */
.navbar-bottom-row {
    margin-top: -2px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 50px;
    border-bottom: 2px solid var(--navy-blue);

    & .row {
        max-width: 1200px;
        margin: 0 auto;
    }
}

.navbar-nav {
    display: flex;
    align-items: center;
    width: 100%;
}

.navbar-collapse {
    justify-content: center;
}

.menu-item {
    padding-inline: 15px;

    &:not(:last-child) {
        border-right: 1px solid var(--light-grey);
    }

    &:first-child {
        padding-left: 0;
    }

    &:last-child {
        padding-right: 0;
    }
}

/* Submenu */
.sub-menu {
    display: none;
}


/* HR LOGO */

.nav-hr-logo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100px;

    & img {
        width: 100%;
        height: auto;
        min-width: 60px;
    }

}

/* ACCESSIBILITY ICONS */
.nav-hr-icons {
    display: flex;
    margin-top: 10px;
    min-width: 125px;
}


.mail-logging {
    width: 25px;
    margin-left: 10px;

    & a {
        font-size: 25px;
        font-weight: 700;
        margin-top: -10px;
        display: inline-block;
    }
}

.bip-logo {
    width: 25px;
    margin-left: 10px;
    
  
}


/* LANGUAGE SELECTOR */
.language-selector {
    display: flex;
    align-items: end;
}

.language-menu {
    display: flex;
    margin-bottom: 0;
    padding-left: 55px;
    margin-top: 15px;
}


/* SECONDARY NAV */
.secondary-nav {
    background-color: var(--navy-blue);
    color: #fff;
    padding: 5px 0;
}

.secondary-nav-inner {
    display: flex;
    align-items: center;
    gap: 10px;

    & .is-active {
        font-weight: 800;
    }

    & ul {
        display: flex;
        gap: 10px;
    }

    & li {
        border-right: 1px solid #fff;
        padding-right: 10px;

        &:last-child {
            border-right: none;
            padding-right: 0;
        }
    }

    & a {
        transition: all 0.3s ease;
        font-size: 0.9rem;

        &:hover {
            color: var(--light-grey);
        }
    }
}

.secondary-menu {
    margin-bottom: 0;

    & li {
        display: flex;
        align-items: center;
    }
}

/* ================================================ */
/* SECTION LAYOUT */
/* ================================================ */

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.container {
    max-width: 1200px;
}

.regular-page {
    & h2 {
        display: inline-block;
        font-size: 1.5rem;
        font-weight: 900;
        color: var(--navy-blue);
        margin-bottom: 20px;
        margin-top: 20px;
        border-bottom: 4px solid var(--navy-blue);
    }

    & h3 {
        color: var(--navy-blue);
    }

    & a {
        text-decoration: underline;
        /* font-weight: 500; */
    }

    & ol {
        padding-left: 2rem;

        &>li {
            list-style-type: unset
        }
    }

    & ul {
        padding-left: 20px;
        margin-bottom: 20px;

        & li {
        
            position: relative;
        }

        & li:before {
            content: "•";
            position: absolute;
            left: -1em;
            font-size: 20px;
            line-height: 1;
        }
    }

    & img {
        margin-top: 15px;
        margin-bottom: 15px;
    }

}

.page-title {
    display: inline-block;
    border-bottom: 4px solid var(--navy-blue);
    text-transform: none;
    font-weight: 900 !important;
    font-size: 2rem !important;
    color: var(--navy-blue);
    margin-bottom: 30px;
    position: relative;
}

.section-title {
    margin-top: 30px;
    margin-bottom: 40px;

    & h2 {
        color: var(--navy-blue);
        border-bottom: 4px solid var(--navy-blue);
    }
}

.section-title-underline {
    display: inline-block;
    color: var(--navy-blue);
    font-weight: 900 !important;
    font-size: 2rem !important;
    margin-bottom: 15px !important;

    &:after {
        content: '';
        display: block;
        width: 100px;
        height: 4px;
        background: var(--navy-blue);
    }
}

.section-subtitle {
    margin-top: -20px;
}

.container-narrow {
    max-width: 800px;
    margin: auto;
}


.wp-block-image {
    margin-bottom: 0;
}

/* Columns with an Icon  */
.col-icon {
    display: flex !important;
    flex-direction: row !important;
}

/* Wordpress col with an icon  */
.icon-text {
    display: flex;
    align-items: start;

    & img {
        margin-top: 0;
        max-width: 60px;
        margin-right: 15px;
    }
}


/* Other elements */

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.background-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: gentle-zoom 7s ease-in-out forwards;
}

.section-grey {
    background-color: var(--pale-grey);
}

/* RZEŁĄCZANIE STRON */

.page-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 10px;

    & .post-page-numbers {
        text-decoration: none;
    }

    & .post-page-numbers.current span{
        font-weight: 700;
    }

    & .page-link-item {
        font-weight: 400;
        color: var(--navy-blue);
    }
}


/* ================================================ */
/* SECTION OTHER COMMON ELEMENTS */
/* ================================================ */

.breadcrumb {
    background: none;
    padding: 0;

     & a {
        transition: all 0.3s ease;
        font-weight: 600;
        color: var(--navy-blue);
    }
}

.border-blue {
    border: 2px solid var(--navy-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;

    &:hover {
        background-color: var(--navy-blue);
        cursor: pointer;
    }

    &:hover p {
        color: #fff;
    }

    & p {
        margin-bottom: 0;
        font-weight: 600;
        color: var(--navy-blue);
        padding: 10px 5%;
    }

    & a {
        text-decoration: none;
        color: var(--navy-blue);
        transition: all 0.3s ease;

        &:hover {
            color: #fff;
        }
    }

}

/* TEXT MORE */
.text-more {
    overflow: hidden;
    max-height: 0;
    transition: max-height .35s ease;
    
    & a {
        font-weight: 700;
    }
  }
  
  .btn-more {

    font-weight: 600;


    &:hover a {
        color: #fff;
    }

    & img {
        width: 30px;
        margin-left: 10px;
    }
}

    .pagination {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        gap: 10px;

        & .page-numbers {
            text-decoration: none;
        }

        & .page-numbers.current {
            font-weight: 700;
        }
    }

    .only-polish-notice {
        font-weight: 600;
        color: var(--navy-blue);
        margin-bottom: 20px;
        padding: 10px;
        border: 2px solid var(--navy-blue);
    }
    


/* ================================================ */
/* SECTION DEFAULT WORDPRESS STYLES */
/* ================================================ */

/* SEPARATOR */

hr {
    height: 2px;
    background: var(--navy-blue);
    border-top: none !important;
    width: 200vw;
    overflow: hidden;
    transform: translateX(-50%);
}

/* BLOCK WITH AN ICON */

.row-icon img {
    margin-right: 20px;
}

/* ================================================ */
/* SECTION TABLES */
/* ================================================ */
.table-stripes {
    border: none;
    overflow-x: visible;

    & thead {
        background-color: #f5f6f8;
        border: none;
    }

    & th {
        border: none;
        position: relative;

        &:before {
        content: '';
        position: absolute;
        left: -100vw;
        top: 0;
        width: 100vw;
        height: 100%;
        background: #f5f6f8;
        }

        &:after {
            content: '';
            position: absolute;
            right: -100vw;
            top: 0;
            width: 100vw;
            height: 100%;
            background: #f5f6f8;
            }
    }
    

    & tbody tr:nth-child(even) {
        background-color: #f5f6f8;
        width: 100%;
    }

    & td {
        border: none;
    }

    & tbody tr:nth-child(even) td:first-child,
    & tbody tr:nth-child(even) td:last-child {
        position: relative;
    }

    & tbody tr:nth-child(even) td:first-child::before {
        content: '';
        position: absolute;
        left: -100vw;
        top: 0;
        width: 100vw;
        height: 100%;
        background: #f5f6f8;
    }

    & tbody tr:nth-child(even) td:last-child::after {
        content: '';
        position: absolute;
        right: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background: #f5f6f8;
    }
}

.table-divider-top {
    position: relative;

    &:before {
        content: '';
        position: absolute;
        width: 200vw;
        height: 2px;
        background: var(--navy-blue);
        top: -2px;
        left: -100%;
        z-index: 2;
    }
}

.table-align-top td {
        vertical-align: top;
    }




/* ================================================ */
/* SECTION BUTTONS */
/* ================================================ */

.cta {
    background-color: var(--navy-blue);
    color: #fff;
    transition: all 0.3s ease;
    padding: 10px 20px;

    &:hover {
        background-color: #fff;
        color: var(--navy-blue);
    }
}

.cta-outline {
    border: 2px solid var(--navy-blue);
    padding: 10px 20px;
    transition: all 0.3s ease;
    width: fit-content;
    font-weight: 600;

    & a {
        text-decoration: none !important;
        color: var(--navy-blue);
    }

    &:hover {
        background-color: var(--navy-blue);
        color: #fff;
    }
   
}

.cta-wide {
    padding-inline: 50px;
}

.regular-page .cta-outline a {
    text-decoration: none !important;
}


/* Gutenberg buttons */
.wp-block-button__link {
    background-color: #fff;
    border: 2px solid var(--navy-blue);
    color: var(--navy-blue) !important;
    font-weight: 600 !important;
    padding: 10px 30px;
    transition: all 0.3s ease;
    border-radius: 0;
    text-decoration: none !important;

    &:hover {
        background-color: var(--navy-blue);
        color: #fff !important;
    }
}

/* LARGE BUTTON - FULL WIDTH  */
.button-large {
    width: 100%;
    
    & .wp-block-button {
        width: 100%;
    }

    & .wp-block-button__link {
        min-height: 150px;
        width: 100%;
    }
}



/* ================================================ */
/* SECTION FORMS */
/* ================================================ */

.form-row {
    display: flex;
    max-width: 500px;
}

.form-col-100 {
    width: 100%;
}

.form-col-50 {
    width: 50%;

    & input {
        max-width: 250px;
    }
}

.form-row input {
    height: 40px;
    width: 100%;
    padding: 0 10px;
    border: 1px solid var(--navy-blue);
    transition: all 0.3s ease;

    &:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(34, 49, 94);
        border-color: var(--navy-blue);
    }
}


.form-row textarea {
    padding: 10px;
    width: 100%;
    border: 1px solid var(--navy-blue);
    transition: all 0.3s ease;

    &:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(34, 49, 94);
        border-color: var(--navy-blue);
    }
}

/* Acceptances */
.form-acceptances label {
    position: relative;
    padding-left: 15px;
}


.form-acceptances input[type="checkbox"] {
    position: absolute;
    left: -15px;
    top: 5px;
}

/* Validation messages */
.form-row .wpcf7-not-valid-tip {
    color: var(--red);
    font-size: 0.8rem;
    font-weight: 600;
}

/* SUBMIT BUTTON */

.submit-wrapper {
    max-width: 500px;
    text-align: right;
    margin: 0 auto;

    & .cta {
        min-width: 200px;
        font-weight: 600;
        border: none;

        &:hover {
            cursor: pointer;
            border: 2px solid var(--navy-blue);
        }
    }
}




/* =============================== */
/*  SECTION FOOTER
/* =============================== */


footer {
    position: relative;
    min-height: 200px;
    background: var(--navy-blue);
    color: #fff;
    padding-top: 2%;
    padding-bottom: 2%;

    & h3 {
        font-weight: 700;
        font-size: 1.2rem;
    }

    & p {
        margin-bottom: 0;
        font-size: 0.9rem;
    }
}

.footer-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-right: 1px solid #fff;
    padding-inline: 20px;
}

.footer-contact-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    margin-bottom: 20px;
}


.footer-logo img {
    height: auto;
    max-height: 200px;
}

.footer-widgets {
    display: flex;

}

/* .copyright {
    text-align: center;
} */


/* Footer Menu */

.footer-menu {
    align-items: start;

    & .menu-item {
        border-right: none;
        align-items: start;
        list-style: none;
        margin-bottom: 0.5rem;
        line-height: 1.1rem;

        &:before {
            content: '';
            display: none;
        }

        &:first-child {
            padding-left: 15px;
        }

        & a {
            transition: all 0.3s ease;
            text-decoration: none;
            font-weight: 700;
            text-align: left;

            &:hover {
                color: var(--light-grey);

            }

          

        }
    }
}



/* ================================================ */
/* ================================================ */
/* MEDIA QUERIES */
/* ================================================ */
/* ================================================ */


@media (max-width: 992px) {

    /* NAV */
    /* .navbar {
        height: 120px;
         padding-bottom: 35px;
  } */

    /* .navbar-wrapper .container {
    flex-direction: row;
  } */

    .navbar-brand {
        padding-left: 0;
    }

    .secondary-nav {
        display: none;
    }

    .navbar {
        display: flex;
        flex-direction: unset;
        position: relative;

        & .row {
            width: 100%;
        }

        & .col-12 {
            display: flex;
            flex-direction: column;
            align-items: end
        }
    }

    .navbar-collapse {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 20px;
        background-color: var(--navy-blue);
        box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);

        & .menu-item {
            width: 100%;
            border-right: none;
            color: #fff;
            font-weight: 600;
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center;

        }
    }

    .menu-item-has-children>.sub-menu {
        display: none;
    }

    .menu-item-has-children.submenu-open>.sub-menu {
        display: block;
        position: relative;
    }

    .menu-item a[aria-current="page"] {
            font-weight: 700;
            color: #fff
        }


    /* SUBMENU */
    .sub-menu {
        background-color: var(--pale-grey);

        & .menu-item {
            color: var(--navy-blue);
            font-weight: 400;
            height: 40px;

            &:hover {
                background-color: var(--light-grey);
            }
        }

    }

    /* TOGGLER */
    .navbar-toggler {
        /* position: absolute; */
        right: 0;
        top: 0;
        height: 50px;
        width: 80px;
        top: 0;
        border-radius: 5px;
        border: none;
        cursor: pointer;
        /* transform: translateX(-100px); */
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }


    .navbar-toggler-icon {
        display: inline-block;
        width: 100%;
        aspect-ratio: 1;
        vertical-align: middle;
        position: relative;
        background: none;
    }

    .toggler-line {
        display: inline;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 2px;
        background: var(--black);
        transition: all 0.3s ease;
    }

    #line-1 {
        top: 20%;
    }

    #line-2 {
        top: 50%;
    }

    #line-3 {
        top: 80%;
    }


    /* .nav-icons {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: unset;
    top: 50px;
  } */

    .white-box-left {
        padding: 5%;
        padding-top: 7%;
    }

    /*  BANNER */
    #banner {
        padding-inline: 5%;
    }

}

/* Worddpress breakpoint */
@media (max-width: 781px) {
    .col-icon .wp-block-image  {
        margin-bottom: -50px;
    }
}


@media (max-width: 768px) {

    /* SECTION NAVIGATION */
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    /* NAVIGATION */

    .navbar-bottom-row .row {
        margin-left: 2%;
    }

    .navbar-top-row .row {
        display: grid;
        grid-template-columns: 50% 15% 35%;
        gap: 10px;
    }




    .nav-hr-logo {
        width: 80px
    }




    .section-title h2 {
        text-align: center;
    }

    /* FOOTER */
    footer {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .footer-logo {
        text-align: center;
        margin-bottom: 20px;

        & img {
            max-height: 120px;
        }
    }

    .footer-main {
        border-right: none;
        border-bottom: 1px solid #fff;
    }

    .footer-contact-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 50px;
        margin-bottom: 20px;

        & h4 {
            text-align: center;
        }

        & p {
            text-align: center;
        }
    }

    .footer-widget {
        margin-bottom: 20px;

        & h3,
        & p,
        & a {
            text-align: center;
        }
    }

    .footer-menu {
        padding-top: 20px;
        padding-bottom: 20px;

        & ul {
            display: flex;
            flex-direction: column;
            align-items: center;

        }
    }


    .copyright {
        padding-bottom: 10px;
    }

    /*  PAGE CENTRUM KONFERENCYJNE */
    /* Rezerwacja konferencyjna */
    .form-title {
        width: 100%;
        margin: auto;
        text-align: center !important;
    }

    .form-row {
        margin: 0 auto;
    }

}


@media (max-width:576px) {
    .navbar-brand {
        max-height: 60px;
        text-align: center;
    }

    .nav-hr-icons {
        transform: translateX(-30px);
    }
    

    .bip-logo {
        width: 25px;
    }

    .language-menu {
        padding-left: 30px;
        margin-top: 5px;
    }

    .banner-logo {
        max-height: 150px;
    }

    .banner-content h1 {
        font-size: 1.8rem;
    }

}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}