body {
    overflow-x: hidden
}

.edu-share-button .edu-share-arrow {
    filter: brightness(0) invert(1);
    transform: rotate(90deg)
}

.edu-share-button[aria-expanded="true"] .edu-share-arrow {
    transform: rotate(-90deg)
}

.edu-share-menu {
    box-shadow: 0 3px 10px #0002
}

.edu-share-menu.is-open {
    display: block
}

.edu-share-menu button img {
    width: 24px;
    height: 24px;
    flex: 0 0 24px
}

.edu-menu-toggle:after,.edu-menu-direct:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    border-bottom: 1px solid #dfe0e0
}

.edu-desktop-menu>.edu-menu-direct:last-child:after,.edu-mobile-menu>.edu-menu-direct:last-child:after {
    display: none
}

.edu-menu-toggle img,.edu-mobile-menu-button img {
    width: 24px;
    transition: transform .2s;
    transform: rotate(90deg)
}

.edu-menu-group.is-open>.edu-menu-toggle img,.edu-mobile-menu-button[aria-expanded="true"] img {
    transform: rotate(-90deg)
}

.edu-submenu {
    display: none
}

.edu-menu-group.is-open>.edu-submenu {
    display: block
}

.edu-submenu-link:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    border-bottom: 1px solid #dfe0e0
}

.edu-content h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px
}

.edu-body {
    font-size: 18px;
    line-height: 1.55
}

.edu-body p {
    margin-bottom: 16px
}

.edu-body h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 24px 0 12px
}

.edu-body h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 10px
}

.edu-list {
    list-style: disc;
    padding-left: 24px;
    margin-bottom: 16px
}

.edu-list li {
    margin-bottom: 8px
}

.edu-zoom-image {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    cursor: zoom-in
}

.edu-zoom-image img {
    width: 100%;
    height: auto
}

.edu-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0
}

.edu-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px
}

.edu-table th,.edu-table td {
    border: 1px solid #dfe0e0;
    padding: 12px;
    text-align: left;
    vertical-align: top
}

.edu-table th {
    background: #f1f3f4;
    font-weight: 600
}

.edu-table tr:nth-child(even) td {
    background: #fafafa
}

.edu-prev-next {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    border-top: 1px solid #dfe0e0;
    padding-top: 20px;
    margin-top: 10px
}

.edu-prev-next a {
    display: flex;
    flex-direction: column;
    color: #1a7b99
}

.edu-next {
    text-align: right
}

.edu-prev-next span {
    font-size: 14px;
    color: #83878b
}

.edu-mobile-menu-wrap {
    display: none
}

.edu-image-modal {
    position: fixed;
    inset: 0;
    background: #0c1720;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0
}

.edu-image-modal.is-open {
    display: flex
}

.edu-image-modal img {
    width: 100%;
    height: auto;
    max-height: 100vh;
    object-fit: contain
}

.edu-image-modal-close {
    position: absolute;
    inset: 0;
    border: 0;
    background: transparent;
    cursor: zoom-out
}

.edu-image-modal img {
    position: relative;
    z-index: 1;
    pointer-events: none
}

@media(max-width: 991px) {


	.edu-submenu-link:after{
		content: none;
	}
	.edu-menu-toggle:after, .edu-menu-direct:after{
		content: none;
	}

    .edu-share-button {
        width:40px;
        height: 40px;
        padding: 8px;
        background: transparent
    }

    .edu-share-button .edu-share-desktop-icon,.edu-share-button>span,.edu-share-button .edu-share-arrow {
        display: none
    }

    .edu-share-button .edu-share-mobile-icon {
        display: block;
        width: 24px !important;
        height: 24px !important;
        min-width: 24px;
        max-width: 24px;
        flex: 0 0 24px;
        object-fit: contain
    }

    .edu-desktop-menu {
        display: none
    }

    .edu-mobile-menu-wrap {
        display: block
    }

    .edu-mobile-menu {
        box-shadow: 0 3px 10px #0002
    }

    .edu-mobile-menu.is-open {
        display: block
    }

    .edu-mobile-menu .edu-submenu {
        display: block
    }

    .edu-mobile-menu .edu-menu-toggle img {
        display: none
    }

    .edu-mobile-menu .edu-menu-toggle {
        color: #83878b
    }

    .edu-content h1 {
        font-size: 22px
    }

    .edu-body {
        font-size: 16px
    }

    .floating_tools_bar {
        width: auto!important;
        padding: 12px!important;
        white-space: nowrap
    }

    .floating_tools_bar .right_side {
        display: none
    }

    footer .flex.justify-between {
        flex-direction: column;
        gap: 20px
    }

    footer ul {
        flex-wrap: wrap;
        gap: 16px!important
    }
}

@media(min-width: 992px) {
    .edu-zoom-image,.edu-inline-image {
        cursor:default
    }
}

.edu-inline-image {
    display: block;
    width: 100%;
    margin: 16px 0 24px;
    cursor: zoom-in
}

.edu-inline-image img {
    display: block;
    width: 100%;
    height: auto
}

@media(min-width: 992px) {
    .edu-inline-image {
        width:fit-content;
        max-width: 100%;
        margin: 16px auto 24px;
        cursor: default
    }

    .edu-inline-image img {
        width: auto;
        max-width: 100%;
        height: auto
    }
}

/* Tailwind utility supplements for the education article menus.
   These class names are not present in the current precompiled output.css. */
.max-h-\[calc\(100vh-40px\)\]{max-height:calc(100vh - 40px)}
.max-h-\[65vh\]{max-height:65vh}
.min-h-\[56px\]{min-height:56px}
.min-w-\[220px\]{min-width:220px}
.self-start{align-self:flex-start}
.overflow-x-hidden{overflow-x:hidden}
.left-\[16px\]{left:16px}
.top-\[66px\]{top:66px}
.top-\[calc\(100\%\+4px\)\]{top:calc(100% + 4px)}
.w-\[13px\]{width:13px}
.rounded-\[7px\]{border-radius:7px}
.px-\[14px\]{padding-left:14px;padding-right:14px}
.py-\[11px\]{padding-top:11px;padding-bottom:11px}
.hover\:bg-\[\#E2E4E5\]:hover{background-color:#e2e4e5}
.focus-visible\:bg-\[\#E2E4E5\]:focus-visible{background-color:#e2e4e5}
.hover\:bg-\[\#F1F3F4\]:hover{background-color:#f1f3f4}
.focus-visible\:bg-\[\#F1F3F4\]:focus-visible{background-color:#f1f3f4}
.px-\[30px\]{padding-left:30px;padding-right:30px}
.py-\[14px\]{padding-top:14px;padding-bottom:14px}
