.drift-animate{will-change:transform;display:inline-block}
table{border-collapse:collapse;width:100%;margin-bottom:1rem;border-radius:0}tbody,tfoot,thead{border:1px solid #f1f1f1;background-color:#fefefe}caption{padding:.5rem .625rem .625rem;font-weight:700}thead{background:#f8f8f8;color:#0a0a0a}tfoot{background:#f1f1f1;color:#0a0a0a}tfoot tr,thead tr{background:0 0}tfoot td,tfoot th,thead td,thead th{padding:.5rem .625rem .625rem;font-weight:700;text-align:left}tbody td,tbody th{padding:.5rem .625rem .625rem}tbody tr:nth-child(even){border-bottom:0;background-color:#f1f1f1}table.unstriped tbody{background-color:#fefefe}table.unstriped tbody tr{border-bottom:1px solid #f1f1f1;background-color:#fefefe}@media print,screen and (max-width:63.99875em){table.stack thead{display:none}table.stack tfoot{display:none}table.stack td,table.stack th,table.stack tr{display:block}table.stack td{border-top:0}}table.scroll{display:block;width:100%;overflow-x:auto}table.hover thead tr:hover{background-color:#f3f3f3}table.hover tfoot tr:hover{background-color:#ececec}table.hover tbody tr:hover{background-color:#f9f9f9}table.hover:not(.unstriped) tr:nth-of-type(even):hover{background-color:#ececec}.table-scroll{overflow-x:auto}

#stacks_in_7 {
	margin: 40px 0px 0px 0px;
}

#stacks_in_8 {
	font-size: 60%;
}


#stacks_in_61 {
	margin: 0px 0px 20px 0px;
}
:root {
	--color-text: rgba(22, 63, 173, 1.00);
	--color-link-visited: rgba(17, 17, 17, 1.00);
  --color-link-hover: rgba(136, 187, 236, 1.00);
	--color-link-active: rgba(94, 94, 94, 1.00);
}

#s4s_underline_stacks_in_123 {
	display: block;
	text-align: center;
	padding: 1rem;
}

@media print {
	#s4s_underline_stacks_in_123 {
		display: none;
	}
}

#s4s_underline_stacks_in_123 a {
	text-decoration: none;
	outline: none;
}

#s4s_underline_stacks_in_123 a:hover {
    color: var(--color-link-hover);
    outline: none;
}

#s4s_underline_stacks_in_123 a:visited {
	color: var(--color-link-visited);
}

/* https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible */
#s4s_underline_stacks_in_123 a:focus {
    /* Provide a fallback style for browsers that don't support :focus-visible */
    outline: none;
    background: lightgrey;
}

#s4s_underline_stacks_in_123 a:focus:not(:focus-visible) {
    /* Remove the focus indicator on mouse-focus for browsers that do support :focus-visible */
    background: transparent;
}

#s4s_underline_stacks_in_123 a:focus-visible {
    /* Draw a very noticeable focus style for keyboard-focus on browsers that do support :focus-visible */
    outline: 2px solid red;
    background: transparent;
}

#s4s_underline_stacks_in_123 a {
    cursor: pointer;
    font-size: 1.5rem;
		letter-spacing: 0px;
    position: relative;
    white-space: nowrap;
		font-weight: normal;
		text-transform: none;
		font-style: normal;
    color: var(--color-text);
		background-image: none;
		background-color: none;
		transition: color 0.3s ease-in-out;
}

#s4s_underline_stacks_in_123 a::before,
#s4s_underline_stacks_in_123 a::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
}

#s4s_underline_stacks_in_123 a::before {
    content: '';
    /* show by default */
}

#s4s_underline_stacks_in_123 a::active {
	color: var(--color-link-active);
}
























#s4s_underline_stacks_in_123.link--eirene a::before {
    height: 7px;
    border-radius: 20px;
    transform: scale3d(1, 1, 1);
    transition: transform 0.2s, opacity 0.2s;
    transition-timing-function: cubic-bezier(0.2, 0.57, 0.67, 1.53);
}

#s4s_underline_stacks_in_123.link--eirene a:hover::before {
    transition-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
    transition-duration: 0.4s;
    opacity: 1;
    transform: scale3d(1.2, 0.1, 1);
}

#s4s_underline_stacks_in_123.link--eirene span {
    transform: translate3d(0, -4px, 0);
    display: inline-block;
    transition: transform 0.2s 0.05s cubic-bezier(0.2, 0.57, 0.67, 1.53);
}

#s4s_underline_stacks_in_123.link--eirene:hover span {
    transform: translate3d(0, 0, 0);
    transition-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
    transition-duration: 0.4s;
    transition-delay: 0s;
}
.stacks_in_134{overflow:hidden;height:30px;}@media only screen and (min-width:40.063em){.stacks_in_134{height:40px}}@media only screen and (min-width:62.563em){.stacks_in_134{height:60px}}




#stacks_in_77 {
	font-size: 80%;
}

#stacks_in_99 {
	margin: 60px 0px 0px 0px;
}

#stacks_in_115 {
	margin: 0px 0px 60px 0px;
}


#stacks_in_79 {
	font-size: 80%;
}

#stacks_in_117 {
	margin: 0px 0px 60px 0px;
}


#stacks_in_92 {
	font-size: 80%;
}

#stacks_in_119 {
	margin: 0px 0px 60px 0px;
}


#stacks_in_107 {
	font-size: 80%;
}

#stacks_in_121 {
	margin: 0px 0px 60px 0px;
}
#toTop{display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:51px;height:51px;border:none;text-indent:-9999px;background:url(../files/elevator-images/top.png) no-repeat left top;z-index:9988}#toTop:hover{background:url(../files/elevator-images/top.png) no-repeat left -51px}#toTop:active,#toTop:focus{outline:none}
