@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	border: none;
	cursor: default;
}
html {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-family: Sanchez, Geneva, Tahoma, Arial, Helvetica, Futura, sans-serif, Georgia, Verdana, Incised;
}
.kaysvg {
    display: block;
    width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align: center;
    margin: 0px auto;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

/* Base styles for mobile (320px - 480px) */
.kaysvg {
    display: block;
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align: center;
    margin: 0px auto;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

/* Small tablets and larger mobile devices (481px - 768px) */
@media (min-width: 481px) {
.kaysvg {
    display: block;
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align: center;
    margin: 0px auto;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
}

/* Tablets and small laptops (769px - 1024px) */
@media (min-width: 769px) {
.kaysvg {
    display: block;
    width: 750px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align: center;
    margin: 0px auto;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
}

/* Large desktops and high-resolution screens (1025px and up) */
@media (min-width: 1025px) {
.kaysvg {
    display: block;
    width: 900px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align: center;
    margin: 0px auto;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
}

/* Extra-large screens (1440px and up) */
@media (min-width: 1440px) {
.kaysvg {
    display: block;
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align: center;
    margin: 0px auto;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
}