:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7e7862c */body {
				margin: 0;
				padding: 0;
			}

			.box_for_404 {
				width: 100%;
				display: flex;
				flex-flow: row nowrap;
				justify-content: center;
				align-items: center;
				gap: 24px;
				/* background-color: #eee; */
			}
			
			.svg-root {  width: 34vw; }
			svg:not(:root) { width: 100%; height: 100%; }
			
			.text_for_404 h1 {color: #3399FF; font-size: 40px;}	
			.text_for_404 h3 { font-size: 24px;}	
			
			.has_prevline { margin: 0; position: relative; padding-left: 120px; font-size: 24px; color: #999; }
			.has_prevline:before {
				content: "";
				width: 100px;
				height: 0;
				border-top: 2px #999 solid ;
				position: absolute;
				top: 56%;
				transform: translateY(-50%);
				left: 0;
			}
			
			p.btn-gtoup {  display: flex; gap: 30px; align-items: center; margin-top: 60px; }
			p.btn-gtoup a {
				display: inline-flex;
				padding:10px 15px;
				border: 1px #3399FF solid;
				color: #3399FF;
				text-decoration: none;
				border-radius: 5px;
			}
			
			p.btn-gtoup a.actives { background-color: #3399FF ;  color: #fff;}/* End custom CSS */