@font-face {
    font-family: "Optima Cyr";
    src: url("https://74eabb.claudeassets.com/20211016022038im_/http://www.heritage-gallery.com/fonts/Optima/optima-cyr.eot"); /* IE9 Compat Modes */
    src: url("https://fcde44.claudeassets.com/20211016022038im_/http://www.heritage-gallery.com/fonts/Optima/optima-cyr.eot#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("https://1a4228.claudeassets.com/20211016022038im_/http://www.heritage-gallery.com/fonts/Optima/optima-cyr.otf") format("opentype"), /* Open Type Font */ url("https://6d2254.claudeassets.com/20211016022038im_/http://www.heritage-gallery.com/fonts/Optima/optima-cyr.svg") format("svg"), /* Legacy iOS */ url("https://ed0132.claudeassets.com/20211016022038im_/http://www.heritage-gallery.com/fonts/Optima/optima-cyr.ttf") format("truetype"), /* Safari, Android, iOS */ url("https://fb820a.claudeassets.com/20211016022038im_/http://www.heritage-gallery.com/fonts/Optima/optima-cyr.woff") format("woff"), /* Modern Browsers */ url("https://8864e1.claudeassets.com/20211016022038im_/http://www.heritage-gallery.com/fonts/Optima/optima-cyr.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-pro";
    src: url("https://74eabb.claudeassets.com/20211016022038im_/http://www.heritage-gallery.com/fonts/Optima/optima-cyr.eot"); /* IE9 Compat Modes */
    src: url("https://fcde44.claudeassets.com/20211016022038im_/http://www.heritage-gallery.com/fonts/Optima/optima-cyr.eot#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("https://1a4228.claudeassets.com/20211016022038im_/http://www.heritage-gallery.com/fonts/Optima/optima-cyr.otf") format("opentype"), /* Open Type Font */ url("https://6d2254.claudeassets.com/20211016022038im_/http://www.heritage-gallery.com/fonts/Optima/optima-cyr.svg") format("svg"), /* Legacy iOS */ url("https://ed0132.claudeassets.com/20211016022038im_/http://www.heritage-gallery.com/fonts/Optima/optima-cyr.ttf") format("truetype"), /* Safari, Android, iOS */ url("https://fb820a.claudeassets.com/20211016022038im_/http://www.heritage-gallery.com/fonts/Optima/optima-cyr.woff") format("woff"), /* Modern Browsers */ url("https://8864e1.claudeassets.com/20211016022038im_/http://www.heritage-gallery.com/fonts/Optima/optima-cyr.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: 'Gotham Pro', sans-serif;
    scroll-behavior: smooth;
}

body {
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

b {
    font-weight: 600;
}

strong {
    font-weight: 800;
}

.logo-animate {
    /*overflow: hidden;*/
}

/* Scroll */
.scrollbar-track {
    display: none !important;
}

/* Content */
.content {
    margin: 0 40px;
    font-size: 24px;
}

.content p {
    line-height: 33px;
}

.content h1, .content h2 {
    font-family: "Optima Cyr", serif;
    font-weight: 500;
}

.content__image {
    max-width: 100%;
    width: 100%;
}

.content--static-page {
    padding-bottom: 100px;
}

.text-right {
    padding-left: 50%;
}

.text-left {
    padding-right: 50%;
}

.text-center {
    text-align: center;
}

/* Button */
.btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    padding: 0 33px;
    height: 44px;
    line-height: 47px;
    background: #f2f2f2;
    border-radius: 22px;
    cursor: pointer;
    border: 0;
}

.btn:hover {
    background: #e1e2e3;
}

/* Page head */
.page-head {
    position: relative;
    color: #000;
}

.page-head.page-head--color-1 {
    color: #fff;
}

.page-head__image {
    width: 100%;
}

.page-head__text {
    position: absolute;
    margin: 100px 40px;

}

.page-head__title {
    font-family: "Optima Cyr", serif;
    font-size: 95px;
    letter-spacing: -3px;
    font-weight: normal;
    margin-top: 20px;
}

.page-head__subtitle {
    font-size: 20px;
}

.page-head__border {
    position: absolute;
    height: 100%;
    width: 0;
    background: #fff;
}

.page-head__border.page-head__border--left {
    left: 0;
}

.page-head__border.page-head__border--right {
    right: 0;
}

/* Page close */
.page__close {
    position: fixed;
    bottom: 30px;
    right: 50px;
    width: 48px;
    height: 48px;
    z-index: 17;
    display: block;
    border-radius: 50%;
    cursor: pointer;
    background-color: #f5f5f5;
    transition: background-color .5s;
    text-decoration: none;
}

.page__close:hover {
    background-color: #e1e2e3;
}

.page__close-icon:before, .page__close-icon:after {
    content: "";
    display: block;
    width: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    height: 2px;
    background: #000;
}

.page__close-icon:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.page__close-progress {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    -webkit-transition: opacity .45s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .45s cubic-bezier(.215, .61, .355, 1);
    pointer-events: none;
}

.page__close-progress svg {
    stroke-width: 8;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;

    display: block;
    width: 100%;
    transform: rotate(-90deg);
}

/* Main page */
.page__main {
    transition: filter .7s, transform .35s;
    transform-origin: 50% 0;
}

body.is-menu-open .page__main {
    filter: grayscale(100%);
    transform: scale(.75);
}

/* Logo */
.main-logo {
    /*font-family: "Optima Cyr", serif;*/
    position: fixed;
    width: 100%;
    margin-top: 40vh;
    text-align: center;
    font-size: 4.8vw;
    font-weight: bold;

    transform: scale(.75);

    transition: all 3.2s ease-out;

}

.main-logo.is-active {
    transform: scale(1.3);
}

.main-logo.is-faded {
    transform: scale(1);
    transition: all 1s;
    opacity: .9;
}

.main-logo.is-blur {
    /*filter: blur(4px);*/
    opacity: 0;
    display: none;
}

.main-logo.is-blur-on-start {
    display: none;
    transition: all 1s 1s !important;
    /*filter: blur(0px);*/
    opacity: 0;
}

.main-logo.is-faded.is-faded--no-animation {
    transition: none;
}

.main-logo.is-faded span {
    opacity: 1;
}

.main-logo span {
    opacity: 0;
}

.main-logo.is-active span {
    opacity: 1;
}

.main-logo.is-active span:nth-child(1) {
    transition: opacity 1s;
    transition-delay: 0s;
}

.main-logo.is-active span:nth-child(2) {
    transition: opacity 2s;
    transition-delay: 0.2s;
}

.main-logo.is-active span:nth-child(3) {
    transition: opacity 2s;
    transition-delay: 0.4s;
}

.main-logo.is-active span:nth-child(4) {
    transition: opacity 2s;
    transition-delay: 0.6s;
}

.main-logo.is-active span:nth-child(5) {
    transition: opacity 2s;
    transition-delay: 0.8s;
}

.main-logo.is-active span:nth-child(6) {
    transition: opacity 2s;
    transition-delay: 1s;
}

.main-logo.is-active span:nth-child(7) {
    transition: opacity 2s;
    transition-delay: 1.2s;
}

.main-logo.is-active span:nth-child(8) {
    transition: opacity 2s;
    transition-delay: 1.4s;
}

.main-logo.is-active span:nth-child(9) {
    transition: opacity 2s;
    transition-delay: 1.6s;
}

.main-logo.is-active span:nth-child(10) {
    transition: opacity 2s;
    transition-delay: 1.8s;
}

.main-logo.is-active span:nth-child(11) {
    transition: opacity 2s;
    transition-delay: 2s;
}

.main-logo.is-active span:nth-child(12) {
    transition: opacity 2s;
    transition-delay: 2.2s;
}

.main-logo.is-active span:nth-child(13) {
    transition: opacity 2s;
    transition-delay: 2.4s;
}

.logo-animate .main-info {
    visibility: hidden;
    opacity: 0;
}

.logo-animate .menu-burger {
    visibility: hidden;
    opacity: 0;
}

.logo-animate .card {
    visibility: hidden;
    opacity: 0;
    transform: scale(.5);
}

.menu-burger {
    transition: opacity .35s, transform .5s, visibility 0s;
}

.card {
    transition: opacity 1s, transform 1s, visibility 0s;
    /*transform-origin: 50% 50%;*/
}

/* Cat list */
.cat-list {
    position: relative;
    z-index: 1;
    margin: 0 0 200px;
    padding-top: 9vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.cat-list__item {
    flex-basis: 30%;
    margin: 0 0 100px 2.6%;
    text-decoration: none;
    color: #000;
}

.cat-list__item-image-cont {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.cat-list__item-image-cont.is-big {
    height: 44vw;
}

.cat-list__item-image-cont.is-small {
    height: 29vw;
}

.cat-list__item-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    -webkit-transition: -webkit-transform .55s cubic-bezier(.215, .61, .355, 1);
    transition: -webkit-transform .55s cubic-bezier(.215, .61, .355, 1);
    transition: transform .55s cubic-bezier(.215, .61, .355, 1);
}

.cat-list__item-title {
    font-family: "Optima Cyr", serif;
    font-weight: 600;
    font-size: 32px;
    margin: 17px 0 8px;
}

.cat-list__item-about {
    font-size: 18px;
}

.cat-list__item-image {
    transform: scale(1.01);
}
.cat-list__item--content:hover .cat-list__item-image {
    transform: scale(1.04);
}

/* Faded cat-list */
.cat-list {
    transition: transform .75s cubic-bezier(.215, .61, .355, 1), opacity .65s cubic-bezier(.215, .61, .355, 1);
    transform-origin: 50% 200px;

}

.cat-list__faded {
    opacity: 0;
    transition: transform 1.75s cubic-bezier(.215, .61, .355, 1), opacity .25s cubic-bezier(.215, .61, .355, 1);
}

.cat-list__ready-to-show {
    transform: scale(1.5);
    opacity: 0;
}

.logo-animate .cat-list {
    opacity: 0;
}

/* Menu */
.menu {
    position: fixed;
    display: block;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .09);
    top: 0;
    left: 50%;
    width: auto;
    height: auto;
    color: #1d1d1d;
    margin: 65px 0 0 0;
    transform: translate(-50%, 0);
    z-index: 11;
    white-space: nowrap;

    opacity: 1;
    transition: opacity .75s .5s, transform .35s .5s;
}

.menu.is-hidden {
    opacity: 0;
    transform: translate(-50%, -50px);
    transition: none;
}

.menu__title {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;

}

.menu__title > div:not(.menu__hhr) {
    padding: 0 10px;
}

.menu-burger {
    position: fixed;
    z-index: 10;
    bottom: 30px;
    left: 50px;
    width: 20px;
    height: 20px;
    padding: 18px 18px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    display: none;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;

}
.menu__hidden-md {
    display: none;
}

.menu-burger > div {
    border-top: 2px solid #000;
    transition: opacity .21s, transform .35s;
    transform-origin: 0 0;

    opacity: 1;
}

.menu-burger:before {
    content: none;
    position: absolute;
    top: 18%;
    left: 20%;
    width: 60%;
    height: 60%;

    background: url('https://8c293a.claudeassets.com/20211016022038im_/http://www.heritage-gallery.com/images/MM_logomark.png') no-repeat center center;
    background-size: contain;

    transition: opacity .35s;
}

body.is-menu-open .menu-burger > div:nth-child(1) {
    transform: rotate(45deg) translate(4px, -3px);
    opacity: 1;
}

body.is-menu-open .menu-burger > div:nth-child(2) {
    opacity: 0;
}

body.is-menu-open .menu-burger > div:nth-child(3) {
    opacity: 1;
    transform: rotate(-45deg) translate(2px, 3px);
}

body.is-menu-open .menu-burger:before {
    opacity: 0;
}

body.is-menu-open .menu__title {
    opacity: 0;
}

body.is-menu-open .menu {
    box-shadow: none;
}

.menu__hhr {
    height: 40px;
    border-right: 1px solid #e9e9e9;
    padding: 0;
}

.menu__body {
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -180px;
    top: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);

    visibility: hidden;
    pointer-events: none;
    transform: scaleY(.5);
    opacity: 0;

    background: #fff;
    padding: 35px 30px;
    border-radius: 8px;

    transition: transform .4s, opacity .25s, visibility 0s 1s;
    transform-origin: 0 0;
}

body.is-menu-open .menu__body {
    visibility: visible;
    pointer-events: auto;
    transform: scaleY(1);
    opacity: 1;

    transition: transform .4s, opacity .75s, visibility 0s 0s;
}

.menu__close {
    position: absolute;
    top: 17px;
    right: 15px;
    width: 12px;
    cursor: pointer;
}

.menu__close svg {
    display: block;
    width: 100%;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.menu__item {
    margin: 3px 0;
}

.menu__item sup {
    position: relative;
    top: -19px;
    left: 4px;
}

.menu__item a {
    font-family: "Optima Cyr", serif;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.menu__title .link {
    position: relative;
    top: 4px;
}

.menu__hr {
    margin: 15px 0;
    border-top: 1px solid #eee;
}

/* Link */
.link {
    cursor: pointer;
}

.link--lined {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    color: #000;
}

.link--lined:after, .link--lined:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #000;
    transition: transform .7s;
}

.touchevents .link--lined {
    text-decoration: underline;
    display: inline;
    top: 0;
}

.touchevents .link--lined:after, .touchevents .link--lined:before {
    content: none;
}

.link--lined:after {
}

.link--lined:before {
    transform: translateX(-300%);
}

.link--lined:hover:after {
    transform: translateX(300%);
}

.link--lined:hover:before {
    transform: translateX(0);
}

.link--lined-left:after {
    display: none;
}

.link--lined-left:before {
    transform: translateX(-100%);
    transition: transform .3s;
}

/* Work Next project */
.next-project {
    display: block;
    padding: 25px 0;
    margin-top: 150px;
    border-top: 1px solid rgba(0, 0, 0, .15);
    text-decoration: none;
    color: #000;
}

.next-project__cont {
    display: flex;
    justify-content: space-between;
    margin-bottom: 110px;
}

.next-project__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.next-project__title {
    font-family: "Optima Cyr", serif;
    font-size: 51px;
    line-height: 51px;
    max-width: 370px;
    font-weight: normal;
}

.next-project__group {
    font-size: 16px;
    margin-top: 5px;
}

.next-project__next {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.next-project__next:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #000;
    transition: transform .35s;
    transform: translateX(-105%);
}

.next-project:hover .next-project__next:before {
    transform: translateX(0);
}

.next-project__image-cont {
    width: 28.16537vw;
}

.next-project__image-cont-pad {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.next-project__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: -webkit-transform .55s cubic-bezier(.215, .61, .355, 1);
    transition: -webkit-transform .55s cubic-bezier(.215, .61, .355, 1);
    transition: transform .55s cubic-bezier(.215, .61, .355, 1);
}

.next-project__cont:hover .next-project__image {
    transform: scale(1.075);
}

/* Block title */
.block-title-cont {
    border-top: 1px solid transparent;
}

.block-title {
    font-family: "Optima Cyr", serif;
    font-size: 78px;
    line-height: 75px;
    width: 90%;
    font-weight: 500;
}

h1.block-title {
    margin: 100px 0 20px;
}

h2.block-title {
    font-size: 55px;
    line-height: 60px;
    margin: 15vw 0 5vw;
}

/* Block quot */
.block-quot {
    padding: 0 20vw 0 0;
    margin-top: 100px;
    margin-bottom: 100px;
}

.block-quot__text {
    font-family: "Optima Cyr", serif;
    font-size: 36px;
    line-height: 37px;
    margin: 15px 0;
}

.block-quot__author {
    display: flex;
}

.block-quot__author-image {
    height: 36px;
    width: 36px;
    margin-right: 12px;
    object-fit: cover;
    object-position: center;
}

.block-quot__author-name {
    font-weight: bold;
    font-size: 14px;
}

/* Tabs */
.tabs {
    padding: 50px 0;
}

.tabs__header {
    display: flex;

}

.tabs__tab-title {
    margin-right: 36px;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    opacity: .5;

    transition: opacity .25s;
}

.tabs__tab-title.is-active, .tabs__tab-title:hover {
    opacity: 1;
}

.tabs__tab-text {
    font-size: 18px;
    line-height: 28px;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
}

.tabs__tab-text.is-active {
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: opacity .75s;
}

/* Image text */
.image-text {
    margin-top: 35px;
    margin-bottom: 35px;
}

.image-text__image {
    max-width: 100%;
}

.image-text.image-text--type-0 .image-text__image {
    width: 100%;
}

.image-text.image-text--type-0 .image-text__text {
    width: 100%;
}

.image-text.image-text--type-1 .image-text__image {
    width: 100%;
}

.image-text.image-text--type-1 .image-text__text {
    padding-left: 50%;
}

.image-text.image-text--type-2 .image-text__image {
    width: 100%;
}

.image-text.image-text--type-2 .image-text__text {
    padding-right: 50%;
}

.image-text.image-text--type-3, .image-text.image-text--type-4 {
    display: flex;
    align-items: center;
}

.image-text.image-text--type-4 {
    flex-direction: row-reverse;
}

.image-text.image-text--type-3 .image-text__image, .image-text.image-text--type-4 .image-text__image {
    flex-basis: 40%;
    width: 40%;
}

.image-text.image-text--type-3 .image-text__text, .image-text.image-text--type-4 .image-text__text {
    flex-basis: 60%;
    width: 60%;
    padding-left: 35px;
}

.image-text.image-text--type-4 .image-text__text {
    padding-right: 35px;
    padding-left: 0;
}

.image-text__text h1, .image-text__text h2 {
    font-size: 50px;
    line-height: 50px;
}

/* Buy */
.buy-block {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 150px;
    padding-bottom: 50px;
    border-top: 1px solid rgba(0, 0, 0, .15);
}

.buy-block--title {
    font-family: "Optima Cyr", serif;
    font-size: 48px;
    line-height: 68px;
}

/* Feedback popup */
.feedback-popup-close {
    display: none;
}

.feedback-modal .feedback-popup-close {
    display: block;
}

.feedback-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #212d8e;
    mix-blend-mode: multiply;
    z-index: 14;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;

    transition: opacity .35s, visibility 0s;
}

.feedback-modal .feedback-popup-overlay {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.feedback-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    z-index: 15;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.5);

    transition: opacity .15s, visibility 0s, transform .25s;
}

.feedback-modal .feedback-popup {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;

    transform: scale(1);

    transition: opacity .35s, visibility 0s, transform .25s;
}

.fp-content {
    width: 90%;
    box-sizing: border-box;
    position: relative;
    top: -10vh;
    max-width: 450px;
    background: #fff;
    padding: 0 25px 25px;
}

.fp-title {
    font-weight: normal;
    text-align: center;
    padding: 25px 0;
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
}

.fp__soc-link {
    font-size: 36px;
    line-height: 40px;
    font-family: "Optima Cyr", serif;
}

.form-control {
    font-family: "Optima Cyr", serif;
    width: 100%;
    box-sizing: border-box;
    padding: 11px 15px;
    font-size: 15px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
}

.help-block {
    font-size: 10px;
    color: #212d8e;
}

.form-group.has-error input {
    border: 1px solid #212d8e;
}

.fp-success__title {
    font-family: "Optima Cyr", serif;
    font-weight: 500;
}

.fp-success {
    text-align: center;
    display: none;
}

.fp-success.is-active {
    display: block;
}

.presentation-fb-button {
    position: fixed;
    z-index: 10;
    left: 2.32558vw;
    top: 65px;
}

/* Desktop menu */
.desktop-menu {
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .09);
    padding: 0 30px 0 30px;

    display: flex;
    justify-content: space-between;
    align-items: center;

}

.dm__logo-image {
    height: 25px;
    width: auto;
}
.dm__menu-items {
    display: flex;
    height: 100%;
}
.dm__menu-item {
    position: relative;
    box-sizing: border-box;
    top: 4px;
    /*font-family: "Optima Cyr", serif;*/
    font-weight: 500;
    font-size: 16px;
    color: #000;
    padding: 14px 15px 0 15px;
}
.dm__menu-sub-items {
    position: absolute;
    top: 45px;
    min-width: 100px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .09);
    margin-left: -25px;
    background: #fff;
    padding: 5px 25px 15px;
    border-radius: 15px;
    white-space: nowrap;
    /*font-family: "Optima Cyr", serif;*/
    font-weight: 500;
    font-size: 15px;

    opacity: 0;
    transform: scaleY(.5);
    pointer-events: none;

    transition: all .15s;
    transform-origin:  0 0;

}
.dm__menu-item:hover .dm__menu-sub-items {
    opacity: 1;
    transform: scaleY(1);
    pointer-events: auto;
}
.dm__menu-sub-item a {
    color: #000;
    line-height: 30px;
    text-decoration: none;
}
.dm__menu-sub-item a:hover {
    text-decoration: underline;
}
/*
     FILE ARCHIVED ON 19:34:23 Jul 11, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:10:41 Jul 31, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.379
  exclusion.robots: 0.058
  exclusion.robots.policy: 0.045
  esindex: 0.01
  cdx.remote: 7.557
  LoadShardBlock: 309.975 (3)
  PetaboxLoader3.datanode: 67.3 (4)
  PetaboxLoader3.resolve: 187.333 (3)
  load_resource: 69.176
*/