/*!
 * Copyright (c) Atomi Systems, Inc. All rights reserved.
 * Version: 9.1.0
 * Date: 2023.06.02
 */
#HJ7n4cYQ .ap-focused {
	outline: 1px dashed black;
	outline-offset: 1px;
}
#HJ7n4cYQ p {
	margin: 0;
}
#HJ7n4cYQ ol,ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#HJ7n4cYQ {
	-webkit-tap-highlight-color: transparent;
}
@font-face{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    src: local('Arial'),
         url('resources/font_0.woff');
}
@font-face{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    src: local('Arial Bold'),
         url('resources/font_1.woff');
}
@font-face{
    font-family: 'Arial Rounded MT Bold';
    font-style: normal;
    font-weight: 400;
    src: local('Arial Rounded MT Bold'),
         url('resources/font_2.woff');
}
@font-face{
    font-family: 'Arial Rounded MT Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Arial Rounded MT Bold Bold'),
         url('resources/font_3.woff');
}
@font-face{
    font-family: 'Tahoma';
    font-style: normal;
    font-weight: 400;
    src: local('Tahoma'),
         url('resources/font_4.woff');
}
@font-face{
    font-family: 'Times New Roman';
    font-style: normal;
    font-weight: 400;
    src: local('Times New Roman'),
         url('resources/font_5.woff');
}




/* Hotspot animation */
@keyframes pulsate {
	0% {
		transform: scale(1);
		opacity: 0.8;
	}
	45% {
		transform: scale(1.75);
		opacity: 0;
	}
}

.ap-hotspot {
	position: absolute;
	transition: all .3s ease;
	cursor: pointer;
	border-radius: 50%;
	z-index: 1;
}

.ap-hotspot .hs-ring {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid;
	margin: -1px auto auto -1px;
	opacity: 0;
	pointer-events: none;
	animation: pulsate 3s ease-out infinite;
}

.ap-hotspot:hover .hs-ring {
	animation: none;
}


.ap-select::-ms-expand {
	display: none;
}

table, th, td {
	border-collapse: collapse;
}