landing-structure-section {
    font-family: Roboto, normal;
    width: 100%;
    display: block;
    padding: 3.75rem 0px 5rem;
    background: var(--landing-structure-background-url) 0 0/cover no-repeat;
}

landing-structure-section {
    * {
        padding: 0px;
        margin: 0px;
        border: 0px;
    }

    *,
    ::before,
    ::after {
        box-sizing: border-box;
    }

    ::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    ::-webkit-scrollbar-track {
        background: rgb(255, 255, 255);
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgb(80, 80, 90);
        border-radius: 2px;
    }

    html,
    body {
        height: 100%;
        width: 100%;
        margin: 0px;
        padding: 0px;
        font-size: 16px;
        scrollbar-gutter: stable;
    }

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    section {
        display: block;
    }

    ol,
    ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    img {
        vertical-align: top;
        max-width: 100%;
    }

    sup {
        vertical-align: text-top;
    }

    sub {
        vertical-align: text-bottom;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0px;
    }

    a {
        background: transparent;
        text-decoration: none;
        outline: none;
        border: none;
        color: inherit;
        -webkit-tap-highlight-color: transparent;
    }

    a:focus,
    a:active {
        outline: none;
    }

    :focus,
    :active {
        outline: none;
    }

    body {
        line-height: 1;
        text-size-adjust: 100%;
    }

    input,
    button,
    textarea {
        font-family: inherit;
        font-size: inherit;
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        opacity: 1;
    }

    input::placeholder,
    textarea::placeholder {
        opacity: 1;
    }

    button,
    [role="button"] {
        background: inherit;
        cursor: pointer;
        font-size: inherit;
        -webkit-tap-highlight-color: transparent;
        color: inherit;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: inherit;
        font-weight: inherit;
    }

    :focus::-webkit-input-placeholder {
        color: transparent;
    }

    button,
    [type="button"],
    [type="reset"],
    [type="submit"] {
        appearance: button;
    }

    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
        appearance: none;
        margin: 0px;
    }

    input[type="number"] {}

    [type="search"] {
        appearance: textfield;
        outline-offset: -2px;
    }

    [type="search"]::-webkit-search-decoration {
        appearance: none;
    }

    ::-webkit-file-upload-button {
        appearance: button;
    }

    .pc-image {
        display: none;
    }

    .container {
        margin: 0px auto;
        box-sizing: content-box;
        max-width: 1200px;
        padding: 0px 0.9375rem;
    }

    .container.container-sm {
        max-width: 786px;
    }

    .container.container-lg {
        max-width: 1560px;
    }

    .clear {
        cursor: pointer;
        line-height: 1;
        opacity: 0;
        display: none;
    }

    .clear-visible {
        opacity: 1;
        display: block;
    }

    .form__input {
        text-overflow: ellipsis;
        transition: 0.3s;
        width: 100%;
        padding: 0.87rem 1rem 0.7rem;
        color: var(--text-color-secondary);
        background: var(--background-color-secondary);
        border-radius: 0.0625rem;
        border: 1px solid var(--background-color-secondary);
        font-weight: 300;
        display: flex;
        gap: 16px;
    }

    .form__input--in {
        text-overflow: ellipsis;
        transition: 0.3s;
        width: 100%;
        background: var(--background-color-secondary);
        border-radius: 0px;
        border: none;
        color: var(--text-color-secondary);
        font-weight: 300;
    }

    .form__input:focus {
        border-color: var(--text-color-secondary);
    }

    .form__input::-webkit-input-placeholder {
        color: inherit;
        opacity: 1;
    }

    .form__input::placeholder {
        color: inherit;
        opacity: 1;
    }

    .form__input:disabled {
        background: rgb(223, 224, 225);
        border-color: rgb(223, 224, 225);
    }

    .checkbox {
        display: block;
    }

    .checkbox__input:checked+.checkbox__content {
        color: rgb(80, 80, 90);
    }

    .checkbox__input:checked+.checkbox__content::before {
        background-image: radial-gradient(8px, rgb(80, 80, 90) 50%, transparent 50%);
    }

    .checkbox__content {
        color: rgb(166, 175, 189);
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        font-size: 0.625rem;
        cursor: pointer;
    }

    .checkbox__content+.checkbox__content--col {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .checkbox__content::before {
        content: "";
        width: 0.875rem;
        height: 0.875rem;
        flex-shrink: 0;
        margin-right: 0.56rem;
        border-radius: 0.0625rem;
        border: 1px solid currentcolor;
    }

    .checkbox__content--col::before {
        width: 1.4rem !important;
        height: 1.4rem !important;
    }

    .btn {
        position: relative;
        display: inline-flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        transition: 0.3s;
        user-select: none;
        color: var(--text-color-additional);
        text-align: center;
        border-radius: 0.0625rem;
        font-size: 0.875rem;
        padding: 0.75rem 1.875rem;
    }

    .btn img {
        width: 1.875rem;
        flex-shrink: 0;
        margin-right: 0.44rem;
    }

    .btn.btn-sm {
        padding: 0.625rem 0.9rem;
    }

    .btn.btn-primary {
        border: 1px solid rgb(80, 80, 90);
        background: rgb(80, 80, 90);
        color: rgb(251, 252, 253);
    }

    .btn.btn-primary:active {
        box-shadow: rgba(0, 20, 30, 0.1) 0px 0px 20px 0px;
    }

    .btn.btn-orange {
        background: rgb(255, 133, 98);
        color: rgb(251, 252, 253);
    }

    .btn.btn-orange:active {
        background-color: rgb(255, 113, 73);
    }

    .btn.btn-orange-outline {
        border: 1px solid rgb(255, 133, 98);
        color: rgb(255, 133, 98);
    }

    .btn.btn-orange-outline:active {
        box-shadow: rgba(0, 20, 30, 0.1) 0px 0px 20px 0px;
    }

    .btn.btn-gradient {
        background: linear-gradient(329deg, rgb(255, 133, 98) 0%, rgb(208, 192, 24) 85.43%);
        color: rgb(255, 255, 255);
        box-shadow: rgba(255, 133, 98, 0.7) 0px 0px 30px 0px;
        text-transform: uppercase;
    }

    .btn.btn-gradient:active {
        box-shadow: rgba(255, 133, 98, 0.7) 0px 0px 40px 0px;
    }

    .btn.btn-light {
        background: var(--btn-light-background);
        color: var(--btn-light-color);
    }

    .btn.btn-light:active {
        background: var(--btn-light-active);
    }

    .btn.btn-fullwidth {
        width: 100%;
    }

    .btn:disabled,
    .btn[aria-disabled="true"] {
        cursor: default;
        color: rgb(255, 255, 255);
        background: rgb(223, 224, 225);
        pointer-events: none;
    }

    .title {
        text-align: center;
        font-size: 2.125rem;
        font-weight: 300;
    }

    .search {
        display: flex;
        column-gap: 0.63rem;
    }

    .switcher {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        column-gap: 0.62rem;
        flex-shrink: 0;
    }

    .switcher__value {
        color: var(--text-color-secondary);
        font-size: 0.875rem;
        text-transform: uppercase;
        cursor: pointer;
    }

    .switcher__value-initial {
        order: -1;
    }

    .switcher__input {
        appearance: none;
        position: relative;
        width: 1.75rem;
        height: 0.875rem;
        cursor: pointer;
        border-radius: 0.625rem;
        border: 1px solid var(--text-color-additional);
        transition: 0.3s;
    }

    .switcher__input::before {
        content: "";
        position: absolute;
        width: 0.875rem;
        height: 0.5rem;
        top: 50%;
        transform: translate(0px, -50%);
        left: 2px;
        border-radius: 0.625rem;
        transition: left 0.3s;
        background: var(--text-color-additional);
    }

    .switcher__input:checked::before {
        left: calc(100% - 2px - 0.875rem);
    }

    .switcher__input:checked~.switcher__value-checked {
        color: var(--text-color-additional);
    }

    .switcher__input:not(:checked)~.switcher__value-initial {
        color: var(--text-color-additional);
    }

    .hidden {
        position: absolute;
        clip: rect(0px, 0px, 0px, 0px);
        width: 1px;
        height: 1px;
        margin: -1px;
    }

    .checkbox {
        display: block;
    }

    .checkbox__input:checked+.checkbox__content {
        color: var(--text-color-additional);
    }

    .checkbox__input:checked+.checkbox__content::before {
        background-image: radial-gradient(8px circle at 50% 50%, var(--text-color-additional) 50%, transparent 50%);
    }

    .checkbox__content {
        color: var(--text-color-secondary);
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        font-size: 0.625rem;
        cursor: pointer;
    }

    .checkbox__content::before {
        content: "";
        width: 0.875rem;
        height: 0.875rem;
        flex-shrink: 0;
        margin-right: 0.56rem;
        border-radius: 0.0625rem;
        border: 1px solid currentcolor;
    }

    .dropdown {
        position: relative;
        user-select: none;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.27778;
        text-align: left;
    }

    .dropdown__button {
        position: relative;
        cursor: pointer;
        transition: 0.3s;
        width: 100%;
        text-align: left;
        z-index: 1;
        font-weight: 300;
        border-radius: 0.0625rem;
        padding: 0.62rem 1.5rem 0.62rem 0.62rem;
        background: var(--background-color-secondary);
        color: var(--text-color-primary);
    }

    .dropdown__button::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
        transition: transform 0.3s, -webkit-transform 0.3s;
        background: url("../images/down-gray.svg") center center / contain no-repeat;
        width: 14px;
        height: 14px;
    }

    .dropdown__list {
        position: absolute;
        z-index: 3;
        left: 0px;
        top: calc(100% - 2px);
        width: 100%;
        transition: 200ms;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        border-radius: 0.0625rem;
        background: var(--background-color-primary);
        color: var(--text-color-primary);
        box-shadow: rgba(0, 20, 30, 0.1) 0px 10px 20px 0px;
        font-weight: 300;
    }

    .dropdown__list span {
        font-weight: 400;
    }

    .dropdown__list.visible {
        opacity: 1;
        visibility: visible;
    }

    .dropdown__list-item {
        padding: 0.63rem;
        cursor: pointer;
    }

    .dropdown__list-item.active {
        background: var(--background-color-secondary);
    }

    .table {
        margin-top: 3.75rem;
        width: 100%;
    }

    .table th {
        border-bottom: 1px solid rgb(166, 175, 189);
        text-transform: uppercase;
        text-align: left;
        color: rgb(166, 175, 189);
        font-weight: 400;
        white-space: nowrap;
        font-size: 0.875rem;
        display: none;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        padding-bottom: 0.52rem;
    }

    .table th.table-mobile {
        display: block;
    }

    .table th.table-mobile.order-1 {
        text-align: left;
        order: -1;
    }

    .table th.table-mobile.order-2 {
        text-align: right;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .table th.align-right {
        text-align: right !important;
    }

    .table thead tr {
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        margin-bottom: 1.42rem;
    }

    .table tbody tr {
        display: flex;
        row-gap: 1.25rem;
        flex-wrap: wrap;
        border-bottom: 1px dotted rgba(166, 175, 189, 0.5);
        padding-bottom: 1.25rem;
    }

    .table tbody tr:not(:last-child) {
        margin-bottom: 1.37rem;
    }

    .table td {
        font-size: 0.875rem;
        font-weight: 300;
        display: contents;
    }

    .table__time {
        text-align: right;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .table__time span {
        font-weight: 400;
    }

    .table__hash {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        font-size: 1.125rem;
        line-height: 155%;
        word-break: break-all;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .table__risk {
        display: contents;
    }

    .table__risk-main {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-ordinal-group: 2;
        order: 1;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
    }

    .table__value {
        font-size: 0.875rem;
        margin-right: 0.63rem;
        font-weight: 400;
    }

    .table__value.high {
        color: rgb(187, 62, 73);
    }

    .table__value.low {
        color: rgb(38, 103, 99);
    }

    .table__value.medium {
        color: rgb(208, 192, 24);
    }

    .table__label {
        min-width: 70px;
        text-align: center;
        color: rgb(251, 252, 253);
        font-size: 0.875rem;
        padding: 0.12rem 0.24rem;
        border-radius: 0.0625rem;
        margin-right: 1.25rem;
    }

    .table__label.high {
        background: rgb(187, 62, 73);
    }

    .table__label.low {
        background: rgb(38, 103, 99);
    }

    .table__label.medium {
        background: rgb(208, 192, 24);
    }

    .table__result {
        color: rgb(255, 133, 98);
        font-size: 0.875rem;
        font-weight: 300;
        text-decoration-line: underline;
        margin-right: auto;
        -webkit-box-ordinal-group: 10;
        order: 9;
        white-space: nowrap;
    }

    .table__btn {
        color: var(--text-color-secondary);
        font-size: 0.6875rem;
        padding: 0.25rem 0.7rem;
        text-transform: uppercase;
        border: 1px solid var(--text-color-primary-inverted);
        background: var(--background-color-primary);
        white-space: nowrap;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        transition: background-color 0.3s, color 0.3s;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .table__btn.btn-gradient {
        padding: 0.19rem 0.25rem;
        border: 0px;
        color: rgb(251, 252, 253);
        background: linear-gradient(329deg, rgb(255, 133, 98) 0%, rgb(208, 192, 24) 85.43%);
    }

    .table__btn.btn-gradient img {
        width: 1.125rem;
        margin-right: 0.25rem;
    }

    .table tbody .table__mobile-caption {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        column-gap: 0.31rem;
        -webkit-box-pack: end;
        justify-content: flex-end;
        color: rgb(166, 175, 189);
        font-size: 0.875rem;
        text-transform: uppercase;
        padding-bottom: 0.52rem !important;
        border-bottom: 0.0625rem solid !important;
    }

    .table__status {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        text-align: right;
        -webkit-box-pack: end;
        justify-content: flex-end;
    }

    .table__status.red {
        color: rgb(187, 62, 73);
    }

    .table__status.green {
        color: rgb(38, 103, 99);
    }

    .table__status {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        column-gap: 0.31rem;
    }

    .table__status button {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }

    .table__footer {
        margin-top: 2.5rem;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 1.87rem;
    }

    .table__footer-quantity {
        font-size: 0.875rem;
        font-weight: 300;
    }

    .table__footer-quantity span {
        font-weight: 400;
        margin-right: 0.3rem;
    }

    .table__footer-filter {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        column-gap: 0.3rem;
        font-size: 0.875rem;
        font-weight: 300;
        text-transform: capitalize;
    }

    .balance {
        padding: 0.94rem 0px;
    }

    .popup {
        position: fixed;
        background: rgba(0, 0, 0, 0.3);
        inset: 0px;
        opacity: 0;
        visibility: hidden;
        overflow: hidden auto;
        transition: 0.3s linear;
        z-index: 666;
        display: flex;
    }

    .popup.open {
        opacity: 1;
        visibility: visible;
    }

    .popup.open .popup__body {
        opacity: 1;
        transform: translateY(0px);
    }

    .popup__body {
        transform: translateY(-100%);
        opacity: 0;
        transition: 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
        box-shadow: rgba(0, 20, 30, 0.1) 0px 0px 20px 0px;
        border-radius: 0.0625rem;
    }

    .popup__close {
        position: absolute;
        top: 1rem;
        right: 1rem;
        width: 2rem;
        height: 2rem;
        transition: 0.3s;
        z-index: 10;
        color: currentcolor;
        background: transparent;
        font-size: 1.25rem;
    }

    .popup__close::before,
    .popup__close::after {
        content: "";
        position: absolute;
        left: 0px;
        transition: 0.3s;
        width: 100%;
        height: 0.0625rem;
        background: rgb(189, 189, 189);
    }

    .popup__close::before {
        transform: rotate(-45deg);
        top: calc(50% - 1px);
    }

    .popup__close::after {
        transform: rotate(45deg);
        bottom: 50%;
    }

    .popup__back {
        position: absolute;
        inset: 0px;
        z-index: 0;
    }

    .check__error {
        margin-top: 0.5rem;
        color: rgb(170, 0, 0);
        font-size: 0.75rem;
        opacity: 0;
        text-align: center;
    }

    .risk__caption {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        font-size: 1.25rem;
        column-gap: 0.62rem;
        text-transform: uppercase;
        color: var(--text-color-primary);
    }

    @media (min-width: 767.98px) {
        .pc-image {
            display: block;
        }

        .mobile-image {
            display: none;
        }

        .form__input {
            font-size: 1.25rem;
        }

        .table th.table-mobile {
            display: table-cell;
        }

        .table th.table-mobile.order-2 {
            text-align: left;
        }

        .table th {
            display: table-cell;
        }

        .table thead tr {
            margin-bottom: 0px;
            display: table-row;
        }

        .table td,
        .table th {
            padding: 0.52rem 0.8rem;
        }

        .table tbody tr {
            padding-bottom: 0px;
            border-bottom: 0px;
            display: table-row;
        }

        .table td {
            display: table-cell;
            border-bottom: 1px dotted rgba(166, 175, 189, 0.5);
        }

        .table span.mobile-text {
            display: none;
        }

        .table__label {
            display: none;
        }

        .table__time {
            -webkit-box-ordinal-group: 1;
            order: 0;
            text-align: left;
            min-width: 8rem;
        }

        .table__time span {
            font-weight: 300;
        }

        .table__hash {
            -webkit-box-ordinal-group: 1;
            order: 0;
            line-height: normal;
            font-size: 0.875rem;
        }

        .table__risk {
            display: flex;
            -webkit-box-align: center;
            align-items: center;
        }

        .table__risk-main {
            -webkit-box-ordinal-group: 1;
            order: 0;
            -webkit-box-flex: 0;
            flex: 0 1 auto;
        }

        .table__value {
            font-weight: 300;
            min-width: 2.125rem;
        }

        .table__result {
            -webkit-box-ordinal-group: 1;
            order: 0;
            margin-right: 1.25rem;
        }

        .table__btn {
            -webkit-box-ordinal-group: 1;
            order: 0;
        }

        .table tbody .table__mobile-caption {
            display: none;
        }

        .balance {
            padding: 3.75rem 0em;
        }
    }

    @media (min-width: 999.98px) {
        .table__label {
            display: block;
        }

        .table__footer {
            flex-wrap: nowrap;
        }
    }

    @media (max-width: 767.98px) {
        .table span.pc-text {
            display: none;
        }
    }

    @media (any-hover: hover) {
        .btn.btn-primary:hover {
            box-shadow: rgba(0, 20, 30, 0.1) 0px 0px 20px 0px;
        }

        .btn.btn-orange:hover {
            background-color: rgb(255, 113, 73);
        }

        .btn.btn-orange-outline:hover {
            box-shadow: rgba(0, 20, 30, 0.1) 0px 0px 20px 0px;
        }

        .btn.btn-gradient:hover {
            box-shadow: rgba(255, 133, 98, 0.7) 0px 0px 40px 0px;
        }

        .btn.btn-light:hover {
            background: var(--btn-light-active);
        }

        .dropdown__list-item:hover {
            background: var(--background-color-secondary);
        }

        .table__result:hover {
            text-decoration: none;
        }

        .table__btn:not(.btn-gradient):hover {
            background: var(--text-color-primary-inverted);
            color: rgb(240, 244, 247);
        }

        .popup__close:hover::before,
        .popup__close:hover::after {
            background: rgb(0, 0, 0);
        }
    }

    hot-event {
        padding: 1rem 0px;
    }

    check-block {
        padding: 0.63rem 0px;
    }

    @media (min-width: 999.98px) {
        check-block.check-sm {
            padding: 0.63rem 0px;
        }

        check-block {
            padding: 5rem 0px 3.8rem;
        }
    }

    .structure__title {
        color: var(--text-color-primary);
    }

    .structure__list {
        margin-top: 2.6rem;
    }

    .structure__item:not(:last-child) {
        margin-bottom: 5.35rem;
    }

    .structure__item-caption {
        position: relative;
        color: var(--text-color-secondary);
        font-size: 1.25rem;
        font-weight: 300;
        text-transform: uppercase;
        text-align: center;
        max-width: 16rem;
        margin: 0px auto;
    }

    .structure__item-caption::before {
        content: "";
        position: absolute;
        top: 50%;
        left: calc(100% + 0.94rem);
        width: 100%;
        height: 5px;
        background-image: linear-gradient(var(--text-color-secondary), var(--text-color-secondary));
        border-left: 5px dotted var(--text-color-secondary);
        background-position: 0px center;
        background-size: 100% 1px;
        background-repeat: no-repeat;
    }

    .structure__item-caption::after {
        content: "";
        position: absolute;
        top: 50%;
        right: calc(100% + 0.94rem);
        width: 100%;
        height: 5px;
        background-image: linear-gradient(var(--text-color-secondary), var(--text-color-secondary));
        border-right: 5px dotted var(--text-color-secondary);
        background-position: 0px center;
        background-size: 100% 1px;
        background-repeat: no-repeat;
    }

    .structure__item-image {
        margin-top: 2.37rem;
        text-align: center;
    }

    .structure__item-image img {
        border: 1px solid var(--text-color-secondary);
    }

    @media (min-width: 767.98px) {
        .structure {
            background: none;
        }

        .structure__list {
            margin-top: 4rem;
        }

        .structure__item {
            display: flex;
            -webkit-box-align: center;
            align-items: center;
        }

        .structure__item:not(:last-child) {
            margin-bottom: 2.6rem;
        }

        .structure__item-caption {
            margin: 0px;
            max-width: 100%;
            line-height: 155%;
            text-align: right;
            -webkit-box-flex: 0;
            flex: 0 0 22.5%;
        }

        .structure__item-caption::after {
            display: none;
        }

        .structure__item-caption::before {
            display: none;
        }

        .structure__item-line {
            position: relative;
            -webkit-box-flex: 1;
            flex: 1 1 auto;
            height: 1px;
            background: var(--text-color-secondary);
            margin: 0em 0em 0em 1.25rem;
            z-index: 1;
        }

        .structure__item-line::before {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: var(--text-color-secondary);
        }

        .structure__item-line::after {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0px;
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 3px 0px 3px 5px;
            border-color: transparent transparent transparent var(--text-color-secondary);
        }

        .structure__item-image {
            margin-top: 0px;
            position: relative;
            background-image: linear-gradient(var(--text-color-secondary), var(--text-color-secondary)), linear-gradient(var(--text-color-secondary), var(--text-color-secondary)), linear-gradient(var(--text-color-secondary), var(--text-color-secondary)), linear-gradient(var(--text-color-secondary), var(--text-color-secondary));
            background-size: 1px calc(50% - 11px), 1px calc(50% - 11px), 50% 1px, 50% 1px;
            background-repeat: no-repeat;
            background-position: 0px 0px, 0px 100%, 0px 0px, 0px 100%;
            -webkit-box-flex: 0;
            flex: 0 0 66.5%;
            padding: 0.625em 0em 0.625em 0.625em;
            margin-left: auto;
        }

        .structure__item-image::before {
            content: "";
            position: absolute;
            top: -2.5px;
            left: 50%;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: var(--text-color-secondary);
        }

        .structure__item-image::after {
            content: "";
            position: absolute;
            bottom: -2.5px;
            left: 50%;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: var(--text-color-secondary);
        }

        .structure__item-image img {
            border: 0px;
        }
    }
}