* {
	font-family: "Space Grotesk" !important;
	
	--e-global-color-primary: #000000;
	--e-global-color-secondary: #242424;
	--e-global-color-text: #000000;
	--e-global-color-accent: #00EBDE;
	--e-global-color-9dd4e19: #2BB9D9;
	--e-global-color-e1ea920: #7785F5;
	--e-global-color-6d66ce2: #3066B0;
	--e-global-color-b71b1c7: #5A4996;
	--e-global-color-a0fe88f: #FFFFFF;
	--e-global-color-f347a9c: #ECECEC;
	--e-global-typography-primary-font-family: "Space Grotesk";
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-secondary-font-family: "Space Grotesk";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Space Grotesk";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Space Grotesk";
	--e-global-typography-accent-font-weight: 500;
}

body {
  	padding: 0;
  	margin: 0;

    	background-color: transparent !important;
    	background-image: linear-gradient(90deg, var( --e-global-color-accent ) 0%, var( --e-global-color-e1ea920 ) 100%) !important;
}

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 460px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

.notfound .notfound-404 {
  position: relative;
  width: 640px;
  height: 250px;
  margin: 0px auto 0px -80px;
}

.notfound .notfound-404>div:first-child {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.notfound .notfound-404>div:first-child:before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
  top: -5px;
}

.notfound .notfound-404 h1 {
  font-family: 'Cabin', sans-serif;
  color: #000;
  font-weight: 700;
  margin: 0;
  font-size: 90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.notfound h2 {
  font-size: 33px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.notfound p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.notfound a {
  display: inline-block;
  padding: 10px 25px;
  background-color: #2c2c2c;
  border: none;
  border-radius: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  background-color: #2c2c2c;
}
