/*!
 * ActivePresenter HTML5 Output File
 * Copyright (c) Atomi Systems, Inc. All rights reserved.
 * https://atomisystems.com/activepresenter/
 * Version: 8.5.4
 * Date: 2021.11.18
 */
#ZpQl0drN .ap-focused {
	outline: 1px dashed black;
	outline-offset: 1px;
}
#ZpQl0drN p {
	margin: 0;
}
#ZpQl0drN ol,ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#ZpQl0drN {
	-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: 'Serto Urhoy';
    font-style: normal;
    font-weight: 400;
    src: local('Serto Urhoy'),
         url('resources/font_2.woff');
}
@font-face{
    font-family: 'Serto Urhoy';
    font-style: normal;
    font-weight: 700;
    src: local('Serto Urhoy 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: 'Tahoma';
    font-style: normal;
    font-weight: 700;
    src: local('Tahoma Bold'),
         url('resources/font_5.woff');
}
@font-face{
    font-family: 'Times New Roman';
    font-style: normal;
    font-weight: 400;
    src: local('Times New Roman'),
         url('resources/font_6.woff');
}




/* Animation */
@-webkit-keyframes 
pulsate {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.8;
	}
	45% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 0;
	}
}
@keyframes 
pulsate {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.8;
	}
	45% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 0;
	}
}

.ap-hotspot {
	position: absolute;
	transition: all .3s ease;
	cursor: pointer;
}

.ap-hotspot .hs-circle {
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 50%;
	transform-origin: 50% 50%;
}

.ap-hotspot .hs-ring {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	border-radius: 50%;
	margin: -1px auto auto -1px;
	border: 1px solid;
	-webkit-animation: pulsate 3s ease-out infinite;
	animation: pulsate 3s ease-out infinite;
	opacity: 0;
}

.ap-hotspot .hs-ring:hover {
	animation: none;
}