:root {
	--bgcolor: #fbfbfb;
	--bgimg: url(https://i.ibb.co/6vNp35N/image.png);
	
	--sword: #10957e;
	--wand: #c0372a;
	--pentacle: #d3ac50;
	--chalice: #0b84a1;

	--undefined: #777777;
	--arcana: #a0d4e9;
	--unaspected: #9795bc;
	
	--main: #ffbf00;
	--second: #101010;
	--text: #1f1f1f;
	
	--gradient: linear-gradient(60deg, rgba(255,134,98,1) 0%, rgba(255,174,0,1) 50%, rgba(255,255,65,1) 100%);
	--gradient2: linear-gradient(0deg, rgba(242,142,46,1) 0%, rgba(255,168,58,1) 33%, rgba(255,175,62,1) 66%, rgba(255,184,65,1) 100%);
  --gradient3: linear-gradient(60deg, rgba(255,58,141,1) 0%, rgba(255,110,22,1) 33%, rgba(255,194,49,1) 66%, rgba(255,228,45,1) 100%);
}


.sword { color: var(--sword); }
.wand { color: var(--wand); }
.pentacle { color: var(--pentacle); }
.chalice { color: var(--chalice); }
.undefined { color: var(--undefined); }
.arcana { color: var(--arcana); }
.unaspected { color: var(--unaspected); }

@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    opacity: 0;
  }
}
@-webkit-keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  10% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  90% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
@keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  10% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  90% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

body {
  box-sizing: border-box;
  font-family: inter var;
  font-size: 12px;
  color: var(--text);
  margin: 0; padding: 0;
  background-color: var(--bgcolor);
  background-size: 300px 300px;
  background:url(assets/images/ran_login.png) no-repeat;
  background-position: 50% 0%;
  background-attachment: fixed;
  background-size:	cover;
}

*, *::after, *::before { box-sizing: border-box; }
::-webkit-scrollbar {
	width: 18px;
	height: 18px;
	background-color: var(--bgcolor);
}

::-webkit-scrollbar-thumb {
    height: 6px;
    border: 6px solid var(--bgcolor);
    background-clip: padding-box;
    background: var(--main);
    border-radius: 12px;
}

::-webkit-scrollbar-button {
    width: 0; height: 0;
    display: none;
}
::-webkit-scrollbar-corner { background-color: transparent; }

a:link, a:active, a:visited {
  color: var(--main);
  font-weight: 700;
  text-decoration: none;
  transition: all ease 0.2s;
}

a:hover {
  color: #ff9a16;
}

#s-m-t-tooltip {
	max-width: 300px;
	z-index: 99999999;
	margin: 8px 14px 7px 12px;
	padding: 5px 8px;
	border: 1px solid var(--bgcolor);
	background: var(--second);
	font-size: 8px;
	font-weight: 700;
	line-height: 16px;
	text-transform: uppercase;
	color: var(--bgcolor);
}

#ae-navigation {
  padding: 30px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  font-size: 11px;
  transition: all ease 1s;
  z-index: 9999;
}

.navchange {
  background-color: #ffffffdb;
  background-image: url(https://i.ibb.co/TPdSzTL/whitedot.png);
  transition: all 0.2s ease;
}

.ae-nav-icon {
  cursor: pointer;
  width: 55px;
  height: 55px;
  background: var(--gradient);
  margin-right: 15px;
  padding: 5px;
}

.ae-nav-ico {
  width: 100%;
  height: 100%;
  background-color: var(--second);
  background-size: cover;
}

.ae-nav-suit {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333db;
  opacity: 0; -moz-opacity: 0;
  transition: all ease 0.2s;
}

.ae-nav-icon:hover .ae-nav-suit {
  opacity: 1; -moz-opacity: 1;
}

.ae-nav-msg {
  position: absolute;
  top: 95px;
  width: 100px;
  user-select: none;
  pointer-events: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  color: #bbbbbb;
  opacity: 0.5; -moz-opacity: 0.5;
  letter-spacing: -1px;
  transition: all ease 0.2s;
}

.magicerase { 
  opacity: 0; -moz-opacity: 0;
}

.ae-nav-toggle {
  position: absolute;
  left: 100px;
  width: 0px;
  overflow: hidden;
  background: linear-gradient(60deg, rgba(30,30,30,1) 0%, rgba(60,60,60,1) 100%);
  border-radius: 50px;
  box-shadow: 5px 5px 10px #18181850;
  display: flex;
  align-items: center;
  opacity: 0; -moz-opacity: 0;
  visibility: hidden;
  transition: all ease 0.2s;
}

.hellojello {
  width: 335px;
  opacity: 1; -moz-opacity: 1;
  visibility: visible!important;
  -webkit-animation: jello-horizontal 0.7s both;
  animation: jello-horizontal 0.7s both;
}

.ae-tog-cp a {
  margin: 15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--second);
  transition: all ease 0.2s;
}

.ae-tog-cp a:hover {
  box-shadow: 3px 1px 0px var(--main);
}

.ae-tog-cp i {
  font-size: 20px;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subaccounts {
  margin: 0px 10px 0px 0px;
}

#subaccounts_menu select {
  border: 0px solid transparent;
  border-radius: 0px;
  box-shadow: 0 0 0 transparent;
  background: transparent;
  color: var(--bgcolor);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

#subaccounts_menu option {
  background: var(--second);
  font-weight: 700;
}

.ae-toggle-alerts {
  display: flex;
  position: relative;
  font-size: 17px;
  margin: 0px 10px 0px 0px;
}

.ae-toggle-alerts .th-envelope-o { margin-right: 10px; }

.ae-toggle-alerts a { color: #777; position: relative; }
.ae-toggle-alerts a:hover { color: var(--main); }

.ae-toggle-alerts .th:hover {
  -webkit-animation: shake-lr 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
  animation: shake-lr 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

.ae-toggle-log {
  padding: 0px 10px 0px 0px;
  font-size: 10px;
  text-transform: uppercase;
}

.alertdot1, .alertdot2 {
  display: block;
  width: 7px;
  height: 7px;
  margin-right: -7px;
  background-color: #ec3e27;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  top: 0;
  font-size: 0;
}

#ae-header {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1; -moz-opacity: 1;
  transition: all ease 1s;
}

.headerfade {
  filter: grayscale(100%);
  visibility: hidden!important;
  opacity: 0!important; -moz-opacity: 0!important;
  transition: all ease 1.5s;
}

.aeh-trig1 { 
  position: absolute;
  top: 20px;
  width: 750px;
  height: 650px;
}

.aeh-trig2 { 
  position: absolute;
  top: calc(50% - 270px);
  left: calc(50% - 400px);
  width: 330px;
  height: 280px;
}

.aeh-trig3 { 
  position: absolute;
  top: calc(50% - 120px);
  right: calc(50% - 400px);
  width: 200px;
  height: 180px;
  z-index: 3;
}

.ae-header-img {
  position: absolute;
  top: 15px;
  width: 664px;
  height: 794px;
  background-image: url(https://i.ibb.co/Vv45HYQ/ae-banner-2.png);
  mix-blend-mode: ;
  z-index: 2;
}

.ae-header-title {
  color: var(--second);
  font-size: 200px;
  font-weight: 900;
  line-height: 80%;
  letter-spacing: -5px;
}

.ae-htitle-1 {
  position: relative;
  z-index: 1;
}

.ae-htitle-1-5 {
  position: absolute;
  z-index: 3;
  top: calc(50% - 172px);
  mix-blend-mode: hard-light;
  color: #896800;
}

.ae-htitle-2 { 
  color: var(--main);
  font-size: 230px;
  line-height: 80%;
  display: inline-block;
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
  position: relative;
  left: -5px;
  z-index: 3;
  mix-blend-mode: color-burn;
}

.ae-htitle-3 {
  border-left: 20px solid #333;
  display: inline-block;
  height: 185px;
  transform: skewX(-28deg);
  position: relative;
  left: -95px;
  bottom: -20px;
  margin-top: -30px;
  z-index: 3;
}

.ae-stitle {
  color: var(--second);
  font-size: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 800;
  display: flex;
  align-items: flex-end;
  position: absolute;
  width: 130px;
  height: 130px;
  background-color: #ffffff50;
  background-image: url(https://i.ibb.co/VJV2XY2/sdots.png);
  line-height: 12px;
  top: calc(50% + 25px);
  left: calc(50% + 150px);
  padding: 20px;
  box-shadow: 0px 0px 15px #00000010;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.ae-stitle::after {
  content: "\f7d4";
  font-family: "Font Awesome 5 Pro";
  font-size: 68px;
  font-weight: 300;
  position: absolute;
  color: #ffbf00;
  top: 1px;
  right: -8px;
  opacity: 1; -moz-opacity: 1;
  line-height: 70px;
}

.ae-homepage {
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0px;
  position: absolute;
  line-height: 20px;
  left: calc(50% - 200px);
  text-align: right;
  border-top: 3px solid var(--main);
  margin-top: 500px;
  z-index: 3;
  text-shadow: 2px 1px 0px white;
}

.ae-hud1 {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background-image: url(assets/images/circle.gif);
  position: absolute;
  mix-blend-mode: screen;
  background-size: cover;
  background-position: center;
  top: calc(50% - 190px);
  left: calc(50% - 190px);
  z-index: 2;
}

#ae-container {
  position: relative;
  margin: 0px auto 0px auto;
  margin-top: 110vh;
  width: 1100px;
  background-image: url(https://i.ibb.co/5THTtVW/dots2.png);
}

#ae-infocentre {
  width: 100%;
  height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  background-image: url(https://i.ibb.co/5THTtVW/dots2.png);
}

.ae-usercentre {
  color: var(--bgcolor);
  box-sizing: border-box;
  width: 300px;
  height: 100%;
  padding: 30px;
  background-color: var(--second);
  position: relative;
}

.ae-uc-bg {
  width: 300px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(https://i.ibb.co/3sTMX6J/Npc-zoom-3040245000-01.png);
  background-position: 55% 50%;
  filter: grayscale(100%);
  opacity: 0.15;
}

.ae-uc-x {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  font-size: 30px;
  display: block;
  width: 40px;
  height: 40px;
  top: -15px;
  right: -15px;
  color: var(--main);
  border: 3px solid var(--main);
  background-color: rgba(221, 162, 49, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.ae-uc-x-before {
  content: " ";
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 2;
  background-image: url(https://i.ibb.co/Zz7KW0h/stripes2.png);
  opacity: 0.25; -moz-opacity: 0.25;
}

.ae-uc-bracket-left {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 25px;
  left: 25px;
  border-left: 5px solid #777777;
  border-top: 5px solid #777777;
}

.ae-uc-bracket-right {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  border-right: 5px solid #777777;
  border-bottom: 5px solid #777777;
}

.ae-carousel {
  width: 800px;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.ae-car-title {
  position: absolute;
  font-size: 80px;
  font-weight: 100;
  letter-spacing: -2px;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: 500px;
  top: 520px;
  left: -150px;
  text-align: right;
  text-transform: uppercase;
  padding: 15px 20px 25px 20px;
  box-sizing: border-box;
  color: #aeaeae;
  mix-blend-mode: color-dodge;
  z-index: 1;
  opacity: 0.5; -moz-opacity: 0.5;
}

.ae-car-title b {
  font-weight: 300;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ae-car-stitle {
  color: #eeeeee;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px; 
  margin-top: -10px;
  padding-right: 15px;
}

#ae-infotabs {
  width: 800px;
  height: 500px;
  position: relative;
}

#ae-infotabs input { display: none; }

#ae-infotabs label {
  position: absolute;
  left: -270px;
  bottom: 30px;
  color: #fbfbfb50;
  font-size: 90px;
  font-weight: 700;
  letter-spacing: -1px;
  mix-blend-mode: color-dodge;
  cursor: pointer;
  transition: all .5s ease;;
  z-index: 5;
}

#ae-infotabs label:hover, #ae-infotabs input:checked+label { color: var(--main); font-style: italic; }

#ae-infotabs > #ahtab1 { bottom: 170px; }
#ae-infotabs > #ahtab2 { bottom: 95px; }
#ae-infotabs > #ahtab3 { bottom: 20px; }

.ae-itwrap {
  box-sizing: border-box;
  width: 800px;
  height: 500px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.ae-infowrap1 {
  width: 100%;
  height: 100%;
  position: relative;
  top: 40px;
  display: flex;
  align-items: center;
  visibility: hidden;
  opacity: 0; -moz-opacity: 0;
  transition: all ease 0.2s;
}

.ae-info-synopsis {
  box-sizing: border-box;
  height: 400px;
  width: 280px;
  position: relative;
  z-index: 2;
  margin: 10px 0px 10px 20px;
  padding: 0px 30px 0px 0px;
  overflow-y: scroll;
}

.ae-info-synopsis h1 {
  color: var(--second);
  font-weight: 900;
  font-size: 18px;
}

.ae-info-synopsis p {
  text-align: justify;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  margin: 0; padding: 0;
}

.ae-info-synopsis p b {
  font-weight: 800;
  background: var(--gradient2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ae-info-synopsis::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: transparent;
}

.ae-info-synopsis::-webkit-scrollbar-thumb {
    height: 6px;
    border: 0px solid var(--bgcolor);
    background-clip: padding-box;
    background: #33333350;
    border-radius: 12px;
}

.ae-info-synopsis::-webkit-scrollbar-button {
    width: 0; height: 0;
    display: none;
}

.ae-info-synopsis::-webkit-scrollbar-corner { background-color: transparent; }

.ae-info-synpic {
  position: absolute;
  box-sizing: border-box;
  top: -30px;
  right: -30px;
  width: 800px;
  height: 500px;
  background-image: url(https://i.ibb.co/rthBPzp/fiery.png);
  background-position: 700% 20%;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  transition: all ease 0.2s;
}

.ae-infowrap1:hover .ae-info-synpic {
  filter: grayscale(0%);
}

.ae-info-synpic b {
  position: absolute;
  right: 30px;
  bottom: 50px;
  text-transform: uppercase;
  width: 400px;
  text-align: right;
  font-size: 120px;
  font-weight: 900;
  letter-spacing: -5px;
  line-height: 80%;
  mix-blend-mode: overlay;
}

.ae-infowrap2 {
  width: 100%;
  height: 100%;
  top: -400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  visibility: hidden;
  opacity: 0; -moz-opacity: 0;
  transition: all ease 0.2s;
}

.ae-info-eventm {
  cursor: pointer;
  box-sizing: border-box;
  width: 240px;
  height: 100%;
  border: 2px solid #dedede;
  background-color: var(--bgcolor);
  padding: 20px;
  overflow: hidden;
}

.ae-info-eventm-desc {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: 100%;
  background-position: center;
  overflow: hidden;
}

.ae-info-eventm-desc-pic {
  background-color: #77777700;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease 0.2s;
}

.ae-info-eventm:hover .ae-info-eventm-desc-pic {
  transform: scale(1.1);
  filter: grayscale(100%);
}

.ae-info-eventm-desc-box {
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--bgcolor);
  font-size: 13px;
  z-index: 5;
  padding: 20px 20px 30px 20px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
  z-index: 3;
}

.ae-info-eventm-desc-box::before {
  content: " ";
  width: 196px;
  height: 396px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: linear-gradient(30deg, rgba(20,20,20,1) 0%, rgba(20,20,20,0) 100%);
  z-index: -1;
}

.ae-info-eventm-desc-box b {
  display: block;
  font-weight: 800;
  font-size: 24px;
  line-height: 90%;
  margin-top: 5px;
  letter-spacing: -1px;
   background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#eventm-finished {
  filter: grayscale(100%);
}

#eventm-finished::after {
  content: "FINISHED";
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top right;
  color: var(--bgcolor);
  font-size: 56px;
  font-weight: 700;
  text-align: right;
  width: 397px;
  top: 10px;
  left: -230px;
}

#eventm-finished > .ae-info-eventm-desc {
  opacity: 0.5; -moz-opacity: 0.5;
}

.ae-info-ping {
	-webkit-animation: ping 1s ease-out infinite both;
  animation: ping 1s ease-out infinite both;
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 70px;
  right: 20px;
}

.ae-infowrap3 {
  width: 100%;
  height: 100%;
  top: -840px;
  position: relative;
  display: flex;
  visibility: hidden;
  opacity: 0; -moz-opacity: 0;
  align-items: center;
  justify-content: flex-end;
  transition: all ease 0.2s;
}

.ae-info-bg3 {
  width: 800px;
  height: 500px;
  position: absolute;
  top: -30px;
  left: -30px;
  background-image: url(https://i.ibb.co/b6QwK19/fuego.png);
  background-repeat: no-repeat;
  background-position: -80% 3%;
  filter: grayscale(100%);
  transition: all 0.2s ease;
}

.ae-infowrap3:hover .ae-info-bg3 {
  filter: grayscale(0%);
}

.ae-info-bg3 b {
  position: absolute;
  left: 30px;
  bottom: 50px;
  text-transform: uppercase;
  width: 400px;
  text-align: left;
  font-size: 90px;
  font-weight: 900;
  letter-spacing: -7px;
  line-height: 80%;
  mix-blend-mode: difference;
}

.ae-info-updates {
  position: relative;
  margin-left: 20px;
}

.ae-info-bulletin {
  box-sizing: border-box;
  width: 300px;
  position: relative;
  background-color: #ffffffdb;
  margin: 10px 0px;
}

.ae-info-bulletin h1 {
  position: relative;
  overflow: hidden;
  margin: 0; padding: 20px;
  text-transform: uppercase;
  font-size: 15px;
  background-color: #777777;
  background-image: url(https://i.ibb.co/Z124YLQ/Ghost-Skeleton-Work-09-07-2014-Render-Test-03.jpg);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
}

.ae-info-bulletin h1 b, .ae-bulletin-blurb p b {
  font-weight: 900;
  background: var(--gradient2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase
}

.ae-bullet-ping {
	-webkit-animation: ping 1s ease-out infinite both;
  animation: ping 1s ease-out infinite both;
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(https://files.jcink.net/uploads/personae/svg/ping.svg);
  background-size: cover;
  margin-left: 5px;
  right: 20px;
  top: calc(50% - 20px);
}

.ae-bulletin-blurb {
  display: block;
  position: relative;
  padding: 25px 20px 25px 25px;
}

.ae-bulletin-blurb p {
  height: 100px;
  overflow-y: scroll;
  padding: 0 10px 0 0; margin: 0;
  text-align: justify;
  font-size: 11px;
  line-height: 15px;
}

.ae-bulletin-blurb p::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: transparent;
}

.ae-bulletin-blurb p::-webkit-scrollbar-thumb {
    height: 6px;
    border: 6px solid transparent;
    background-clip: padding-box;
    background: #ddd;
    border-radius: 15px;
}

.ae-bulletin-blurb p::-webkit-scrollbar-button {
    width: 0; height: 0;
    display: none;
}
.ae-bulletin-blurb p::-webkit-scrollbar-corner { background-color: transparent; }

#ae-infotabs > #ahtab1:checked ~ .ae-itwrap > .ae-infowrap1 { 
	visibility: visible!important;
	opacity: 1!important; -moz-opacity: 1!important;
  top: 0px!important;
}

#ae-infotabs > #ahtab2:checked ~ .ae-itwrap > .ae-infowrap2 { 
	visibility: visible!important;
	opacity: 1!important; -moz-opacity: 1!important;
  top: -440px!important;
}

#ae-infotabs > #ahtab3:checked ~ .ae-itwrap > .ae-infowrap3 { 
	visibility: visible!important;
	opacity: 1!important; -moz-opacity: 1!important;
  top: -880px;
}

.nav-bar {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-color: var(--second);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 30px;
  overflow: hidden;
  z-index: 999;
}

.nav-quick-links {
  cursor: pointer;
  user-select: none;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 12px;
  cursor: pointer;
  left: -100px;
  width: 300px;
  height: 300px;
  background: linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(51,51,51,0.5) 33%, rgba(24,24,24,0.2) 66%, rgba(24,24,24,1) 100%);
  border-radius: 50%;
  border: 2px dotted #333;
}

.nav-quick-links .th {
  font-size: 28px;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-quick-links h1 {
  letter-spacing: 1px;
  margin: 0 0 0 15px; padding: 0;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--bgcolor);
}

.nav-quick-links h1 b {
  letter-spacing: 0px;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  display: block;
  font-size: 20px;
}

.nav-tree #navstrip {
  font-size: 10px;
  color: #777;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

#navstrip a { margin: 0px 15px 0px 0px; }
#navstrip a:hover { opacity: 0.75; -moz-opacity: 0.75; }

#navstrip a:first-child {
  position: relative;
  font-size: 11px;
  font-weight: 900;
  padding: 5px 6px;
  background: #222;
  border: 1px dotted #444;
}

.nav-qlinks-toggle {
  position: absolute;
  z-index: 998;
  width: 1100px;
  height: 0px;
  background-color:	#8e8e8e;
	background-image: url(https://i.ibb.co/PFKH2LS/image.png);
  background-size: cover;
  background-blend-mode: overlay;
  padding: 40px 50px;
  display: flex;
  align-items: flex-start;
  color: #777;
  overflow: hidden;
  visibility: hidden;
  opacity: 0; -moz-opacity: 0;
  transition: all ease 0.5s;
}

.nav-qlinks-active {
  height: 310px;
  opacity: 1; -moz-opacity: 1;
  visibility: visible;
}

.nav-main-feature {
  display: flex;
  align-items: center;
  width: 450px;
  margin-right: 40px;
  flex-wrap: wrap;
}

.nav-mf-event {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: flex-end;
  position: relative;
  border: 8px solid var(--second);
  background-color: #212121;
  padding: 10px 18px;
  color: var(--bgcolor);
}

.nav-mf-event h1 {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 100%;
}

.nav-mf-event h1 b {
  display: block;
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  margin-top: 5px;
}

.nav-main-sides {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 245px;
  height: 180px;
  margin: 0px 0px 0px 20px;
  position: relative;
}

.nav-mside-feat {
  position: relative;
  width: 121px;
  height: 57px;
  border: 2px solid #777;
  font-size: 12px;
  padding: 10px 15px 10px 15px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  opacity: 1; -moz-opacity: 1;
  transition: all ease 0.2s;
}

.nav-mside-feat:hover {
  opacity: 0.75; -moz-opacity: 0.75;
}

.nav-mside-feat h1 {
  color: var(--bgcolor);
  margin: 0; padding: 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  text-transform: uppercase;
}

.nav-mside-feat h1 b {
  display: block;
  font-weight: 900;
}

.breaking-news {
  width: 100%;
  position: relative;
  height: 40px;
  margin-top: 10px;
  background-color: #3c3c3c9c;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 15px;
}

.breaking-block {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 10px;
  text-transform: uppercase;
  color: #aeaeae;
  top: 0;
  left: 0;
  background: var(--second);
}

.breaking-block b {
  display: block;
  line-height: 100%;
  font-size: 21px;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.breaking-marquee {
  width: 380px;
  white-space: nowrap;
  overflow: hidden;
}

.breaking-marquee span {
  user-select: none;
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
  cursor: default;
  color: #aeaeae;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
}

.breaking-marquee span b, .breaking-marquee span i { color: var(--main); }

.breaking-marquee:hover span {
  animation-play-state: paused
}

.nav-col-1 { margin-right: 40px; }
.nav-col-2 { margin-right: 10px; }

.nav-ql-col { width: 160px; }
.nav-col-3 > .nav-ql-col { width: 130px; }

.nav-ql-col h1 {
  margin: 0 0 5px 0; padding: 0;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  color: #e0e0e0;
  padding-bottom: 5px;
  border-bottom: 3px solid #666;
  display: inline-block;
}

.nav-ql-col ul {
  margin: 5px 0px 10px 0px;
  padding-inline-start: 20px;
  border-left: 1px solid #555;
}

.nav-ql-col li {
  position: relative;
  list-style-type: none;
  line-height: 160%;
  text-transform: uppercase;
  font-size: 10px;
}

.nav-ql-col li::before {
  content: " ";
  position: absolute;
  display: block;
  left: -23px;
  top: 6px;
  width: 5px;
  height: 5px;
  background: var(--gradient);
  transform: rotate(45deg);
}

.nav-ql-col li a { color: #aeaeae; }
.nav-ql-col li a:hover { color: #777777; }

.catwrap {
  margin-bottom: 30px;
  position: relative;
}

.category {
  display: flex;
  align-items: center;
  background-color: #747474;
  padding: 50px 50px 50px 120px;
  color: #aeaeae;
  background-image: url(https://i.ibb.co/zfHNqT3/dots.png);
  background-blend-mode: difference;
  overflow: hidden;
  position: relative;
}

.category b {
  color: #ddd;
  margin-top: -5px;
  font-family: Raleway;
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
}

.category b::after {
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 3px;
}

#cat1 b::after { content: "and lo, beasts did rise"; }
#cat2 b::after { content: "leaving naught in their wake but blood and ash"; }
#cat3 b::after { content: "thus did the first doom befall us"; }

.category b::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 25px;
  position: absolute;
  top: calc(50% - 24px);
  padding: 8px;
  border: 2px solid;
  border-radius: 50%;
  left: 50px;
}

#cat1 b::before { content: "\f05a"; }
#cat2 b::before { content: "\f4fb"; }
#cat3 b::before { content: "\f57d"; }

.cat-circ {
  width: 600px;
  height: 600px;
  background-image: url(https://i.ibb.co/z2GDGvr/sdots.png);
  border-radius: 50%;
  position: absolute;
  right: -30px;
  overflow: hidden;
}

.cat-circ-hana {
  width: 100%;
  height: 100%;
  background-image: url(https://i.ibb.co/XLvVrTp/sakura3.png);
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: 20% -10%;
  opacity: 0.5; -moz-opacity: 0.5;
}

.forumwrap {
  padding: 30px;
  position: relative;
  background-color: #fefefef7;
}

.redirect-forum {
  position: absolute;
  display: flex;
  background-color: #f1f1f1;
  width: 400px;
  height: 440px;
  overflow: hidden;
  top: 30px;
  left: 30px;
}

.redirect-side {
  position: relative;
  width: 240px;
  height: 440px;
  background-color: #333;
  background-image: url(https://i.ibb.co/XLvVrTp/sakura3.png);
  background-size: 440px;
  background-position: 40% -10%;
  background-repeat: no-repeat;
  background-blend-mode: soft-light;
}

.redirect-name {
  position: absolute;
  top: 3px;
  left: -4px;
  mix-blend-mode: difference;
  z-index: 3;
}

.redirect-name a {
  font-size: 74px;
  line-height: 46px;
  font-weight: 900;
  color: #c6c6c6;
  letter-spacing: -3px;
}

.redirect-name a:hover { opacity: 0.5; -moz-opacity: 0.5; }

.redirect-tag {
  position: absolute;
  left: 20px;
  top: 140px;
  color: var(--bgcolor);
  background-color: #242424;
  background: var(--gradient2);
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  font-style: italic;
  padding: 10px;
  text-transform: lowercase;
  text-align: right;
}

.redirect-desc {
  position: absolute;
  bottom: 0px;
  margin: 30px;
  color: #bbb;
  text-align: justify;
  font-size: 12px;
  line-height: 150%;
}

.redirect-shortcuts {
  width: 160px;
  height: 440px;
  padding: 150px 25px 25px 25px;
  position: relative;
  background-image: url(https://i.ibb.co/XLvVrTp/sakura3.png);
  background-size: 440px;
  background-position: 114% -10%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.redirect-shortcuts a {
  position: relative;
  z-index: 2;
  display: block;
  margin: 10px 0px;
  line-height: 100%;
  color: var(--second);
  font-weight: 800;
}

.redirect-shortcuts a:hover {
  background: var(--gradient2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.redirect-circ {
  position: absolute;
  top: 20%;
  left: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-image: url(https://i.ibb.co/5THTtVW/dots2.png);
  mix-blend-mode: multiply;
}

#fw1 {
  padding-left: 445px;
  height: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#fw1 .forum-row {
  posistion: relative;
  display: flex;
  width: 200px;
  height: 440px;
  border: 1px dashed #bbbbbb;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

#fw1 .forum-row-1 {
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0px;
  top: 0px;
  background-color: #333333;
  padding: 20px;
}

#fw1 .forum-row-1::before {
  content: " ";
  width: 80px;
  height: 200px;
  position: absolute;
  top: 0;
  right: 0px;
  background-image: url(https://i.ibb.co/Zz7KW0h/stripes2.png);
  opacity: 0.1; -moz-opacity: 0.1;
  pointer-events: none;
  user-select: none;
}

#fw1 .forum-name a {
  color: var(--bgcolor);
  text-transform: uppercase;
  font-size: 56px;
  font-weight: 900;
  letter-spacing: -4px;
  word-spacing: -10px;
  line-height: 100%;
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: 440px;
  text-align: left;
  top: 440px;
  left: 150px;
  padding-left: 3px;
  mix-blend-mode: difference;
}

#fw1 .forum-name a:hover { color: #777; }

.forum-last-ico {
  width: 50px;
  height: 50px;
  background-color: var(--second);
  background-size: cover!important;
  border: 5px solid #777;
  display: inline-block;
}

#fw1 .forum-last {
  margin-top: 20px;
  margin-right: 35px;
  text-transform: uppercase;
  color: #777;
  font-size: 10px;
  font-weight: 700;
}

#fw1 .forum-last-topic { margin-bottom: 5px; }

#fw1 .forum-last-topic a { 
  color: var(--bgcolor);
  font-size: 13px;
  line-height: 13px;
}

#fw1 .forum-last-user {
  font-size: 11px;
  margin-bottom: 10px;
}

.forum-last-user::before { content: "@"; }

#fw1 .forum-row-2 {
  position: relative;
  top: 200px;
  width: 100%;
  height: 198px;
  padding-right: 40px;
}

#fw1 .forum-desc {
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 20px;
  color: #666;
}

#fw1 .forum-stats {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
}

#fw1 .forum-stats-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--main);
  background-color: #000000db;
  background-image: url(https://i.ibb.co/6vWLJ17/stripes3.png);
  margin-right: 3px;
  font-size: 17px;
  border-radius: 2px;
  cursor: pointer;
  user-select: none;
}

#fw1 .forum-sub-row {
  text-transform: uppercase;
  font-size: 8px;
}

.subforums-macro { display: none; }

#fw1 .subforums a {
  background: var(--second);
  padding: 3px 4px;
  line-height: 18px;
  border-radius: 2px;
  color: var(--bgcolor);
}

#cw1 { display: ; }

#fw2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.plotter-feature { 
  position: relative;
  width: 380px;
  height: 300px;
  background-color: #999;
  background-image: url(https://i.ibb.co/XLvVrTp/sakura3.png);
  background-blend-mode: soft-light;
  background-size: 440px;
  background-repeat: no-repeat;
  background-position: -20% -25%;
  overflow: hidden;
}

.plot-circ {
  background: var(--gradient);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  position: absolute;
  bottom: -150px;
  left: calc(50% - 150px);
  mix-blend-mode: hard-light;
  opacity: 0.75;
}

.plot-dots {
  position: absolute;
  background-image: url(https://i.ibb.co/5THTtVW/dots2.png);
  width: 180px;
  height: 180px;
  bottom: 30px;
  left: 30px;
  mix-blend-mode: overlay;
  opacity: 0.25;
}

.plot-tarot {
  background-image: url(https://i.ibb.co/yQWG863/jannu1.png);
  width: 150%;
  height: 150%;
  position: absolute;
  top: -25%;
  left: -25%;
  background-repeat: no-repeat;
  background-position: 129% -5%;
  mix-blend-mode: overlay;
}

#fr6 {
  width: 660px;
  height: 300px;
  position: relative;
  background-color: #f1f1f1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#fr6 .forum-row-1 {
  padding: 30px;
  width: 250px;
  height: 300px;
  position: relative;
}

#fr6 .forum-name {
  position: absolute;
  z-index: 20;
  mix-blend-mode: difference;
  left: -330px;
  top: 80px;
  line-height: 100%;
}

#fr6 .forum-name a {
  font-size: 96px;
  color: var(--bgcolor);
  font-weight: 900;
  letter-spacing: -5px;
  z-index: 20;
}

#fr6 .forum-name a:hover { opacity: 0.75; -moz-opacity: 0.75; }

#fr6 .forum-last-ico {
  position: absolute;
  top: 150px;
  left: -115px;
  width: 80px;
  height: 80px;
  border: 10px solid var(--second);
}

#fr6 .forum-last {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 310px;
  height: 300px;
  padding: 150px 30px 30px 30px;
  font-size: 12px;
}

#fr6 .forum-last-topic a {
  font-size: 17px;
  font-weight: 700;
  font-style: italic;
  line-height: 15px;
  color: #777;
}

#fr6 .forum-last-user {
  margin: 10px 0px 20px 0px;
  font-size: 14px;
  color: #aeaeae;
  font-weight: 700;
}

#fr6 .forum-last-date {
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  background: var(--second);
  color: var(--bgcolor);
  padding: 7px 10px;
  display: inline-block;
}

#fr6 .forum-row-2 {
  width: 350px;
  height: 100%;
  position: relative;
  padding: 30px;
  background-image: url(https://i.ibb.co/Zz7KW0h/stripes2.png);
}

#fr6 .forum-desc {
  font-size: 11px;
  color:#777;
  padding: 5px 10px;
  line-height: 17px;
}

#fr6 .forum-stats {
  position: absolute;
  display: flex;
  top: 30px;
  left: -108px
}

#fr6 .forum-stats-num {
  font-size: 15px;
  line-height: 100%;
  display: flex;
  width: 32px;
  height: 32px;
  background: #ddd;
  color: #777;
  align-items: center;
  justify-content: center;
  margin: 0px 5px;
  cursor: pointer;
}

#fr6 .forum-sub-row {
  position: absolute;
  width: 350px;
  height: 150px;
  background: #2e2e2e;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
}

#fr6 .subforums { 
  display: flex;
  justify-content: space-between;
}

.plotr-block {
  text-transform: uppercase;
  display: block;
  width: 86px;
  height: 150px;
  background-color: #333;
  background-image: url(https://i.ibb.co/6vWLJ17/stripes3.png);
  background-blend-mode: soft-light;
  overflow: hidden;
  position: relative;
  left: 0;
  bottom: 0;
  transition: all ease 0.2s;
}

#fr6 .subforums a {
  position: absolute;
  bottom: 0;
  left: -5px;
  color: #555;
  width: 150px;
  height: 87px;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -2px;
  position: absolute;
  top: 150px;
  transform: rotate(-90deg);
  transform-origin: top left;
}

#fr6 .subforums a:hover { opacity: 0.5; -moz-opacity: 0.5; } 

.plotr-block:first-child { display: none; }
.plotr-block a::after {
  content: " ";
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 2px solid #4f4f4f;
  position: absolute;
  transform: rotate(90deg);
  right: 10px;
  bottom: 5px;
}

.plotr-block:nth-child(2) a::after { content: "\f71c"; color: var(--sword); }
.plotr-block:nth-child(3) a::after { content: "\f72b"; color: var(--wand); }
.plotr-block:nth-child(4) a::after { content: "\f85c"; color: var(--pentacle); }
.plotr-block:nth-child(5) a::after { content: "\f091"; color: var(--chalice); }

.plotr-block::before {
  content: " ";
  position: absolute;
  width: 60px;
  height: 60px;
  background-size: cover;
  bottom: -10px;
  right: -5px;
  mix-blend-mode: color-dodge;
  opacity: 0.25;
  transition: all ease 0.2s;
}

.plotr-block:hover::before {
  opacity: 0.75;
}

.plotr-block:nth-child(2)::before {
  background-image: url(https://files.jcink.net/uploads/personae/svg/wind.svg);
}
.plotr-block:nth-child(3)::before {
  background-image: url(https://files.jcink.net/uploads/personae/svg/fire.svg);
}
.plotr-block:nth-child(4)::before {
  background-image: url(https://files.jcink.net/uploads/personae/svg/earth.svg);
}
.plotr-block:nth-child(5)::before {
  background-image: url(https://files.jcink.net/uploads/personae/svg/water.svg);
}

#fr5, #fr7, #fr8, #fr62 {
  position: relative;
  width: 250px;
  height: 440px;
  margin-top: 13px;
  background-color: #f1f1f1;
  overflow: hidden;
  opacity: 1; -moz-opacity: 1;
  transition: all ease 0.2s;
}

#fr5:hover, #fr7:hover, #fr8:hover, #fr62:hover  {
  opacity: 0.85; -moz-opacity: 0.85;
}

#fr5 .forum-row-1,
#fr7 .forum-row-1, 
#fr8 .forum-row-1,
#fr62 .forum-row-1 {
  position: relative;
  width: 250px;
  height: 200px;
  background-color: #333;
  top: 0;
  right: 0;
  padding: 20px;
}

#fr5 .forum-name,
#fr7 .forum-name, 
#fr8 .forum-name,
#fr62 .forum-name { 
  position: absolute;
  left: -5px;
  top: -5px;
  width: 250px;
  height: 200px;
  top: 0;
  left: 0;
  overflow: hidden;
}

#fr5 .forum-name a,
#fr7 .forum-name a, 
#fr8 .forum-name a,
#fr62 .forum-name a {
  width: 265px;
  font-size: 96px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -5px;
  line-height: 75%;
  color: transparent;
  -webkit-text-stroke: 1px #444;
  word-break: break-all;
}

#fr5 .forum-name a::after,
#fr7 .forum-name a::after, 
#fr8 .forum-name a::after,
#fr62 .forum-name a::after {
  position: absolute;
  top: 50px;
  left: 30px;
  color: #aeaeae;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0px;
  z-index: 3;
  -webkit-text-stroke: 0px transparent;
  display: flex;
  border: 2px solid;
  padding: 8px;
  line-height: 16px;
}

#fr5 .forum-name a::after { content: "claims"; }
#fr7 .forum-name a::after { content: "development"; }
#fr8 .forum-name a::after { content: "classifieds"; }
#fr62 .forum-name a::after { content: "comms"; }

#fr5 .forum-last-ico,
#fr7 .forum-last-ico, 
#fr8 .forum-last-ico,
#fr62 .forum-last-ico {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 5px solid #777;
  bottom: 30px;
  right: 30px;
}

#fr5 .forum-last,
#fr7 .forum-last, 
#fr8 .forum-last,
#fr62 .forum-last {
  position: absolute;
  max-width: 150px;
  background-color: var(--bgcolor);
  right: 30px;
  bottom: -10px;
  color: #aeaeae;
  display: flex;
  padding: 7px;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 800;
  box-shadow: 3px 3px 0px #77777780;
}

#fr5 .forum-last-user,
#fr7 .forum-last-user, 
#fr8 .forum-last-user,
#fr62 .forum-last-user {
  margin-left: 5px;
}

#fr5 .forum-last-date,
#fr7 .forum-last-date, 
#fr8 .forum-last-date,
#fr62 .forum-last-date { display: none; }

#fr5 .forum-desc,
#fr7 .forum-desc,
#fr8 .forum-desc,
#fr62 .forum-desc {
  color: #777;
  padding: 30px;
  font-size: 11px;
  line-height: 14px;
}

.forum-desc b { 
  background: var(--gradient2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#fr5 .fwlinks,
#fr7 .forum-sub-row,
#fr8 .forum-sub-row,
#fr62 .forum-sub-row {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 250px;
  background-color: #333;
}

#fr5 .fwlinks,
#fr7 .subforums,
#fr8 .subforums,
#fr62 .subforums {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 0px 20px;
  height: 76px;
  position: relative;
  overflow: hidden;
}

#fr5 .fwlinks {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#fr5 .fwlinks::before,
#fr7 .subforums::before,
#fr8 .subforums::before,
#fr62 .subforums::before { 
  position: absolute;
  top: -10px;
  left: 0px;
  width: 150px;
  content: "quick links";
  font-size: 58px;
  color: transparent;
  -webkit-text-stroke: 1px #4f4f4f;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -3px;
  line-height: 80%;
}

#fr5 .fwlinks a,
#fr7 .subforums a,
#fr8 .subforums a,
#fr62 .subforums a { 
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 800;
  position: relative;
  z-index: 3;
  color: var(--bgcolor);
  background: #4f4f4f;
  padding: 3px 5px;
  margin: 2px;
  letter-spacing: 1px;
  position: relative;
  top: 0px;
  left: 0px;
  border: 1px solid #333;
  box-shadow: 0px 0px 0px #232323;
  transition: all ease 0.2s;
}


#fr5 .fwlinks a:hover,
#fr7 .subforums a:hover,
#fr8 .subforums a:hover,
#fr62 .subforums a:hover {
  top: -2px;
  left: -2px;
  border: 1px solid transparent;
  box-shadow: 3px 3px 0px #232323;
}

#fr5 .forum-stats,
#fr7 .forum-stats,
#fr8 .forum-stats,
#fr62 .forum-stats { 
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  width: 30px;
  height: 63px;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}

#fr5 .forum-stats-num,
#fr7 .forum-stats-num,
#fr8 .forum-stats-num,
#fr62 .forum-stats-num {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background-color: #333;
  background-image: url(https://i.ibb.co/6vWLJ17/stripes3.png);
  color: #777;
  cursor: default;
  transition: all ease 0.2s;
}

#fr5 .forum-stats-num:hover,
#fr7 .forum-stats-num:hover,
#fr8 .forum-stats-num:hover,
#fr62 .forum-stats-num:hover {
  color: var(--main);
}

#fw3 {
  display: block;
  position: relative;
}

#fw3 .forum-row {
  width: 100%;
  height: 300px;
  position: relative;
  margin-bottom: 15px;
  display: flex;
  background-color: #f1f1f1;
  background-image: url(https://i.ibb.co/XLvVrTp/sakura3.png);
  background-size: 90%;
  background-position: 50% 70%;
}

#fw3 .forum-row-1 {
  width: 360px;
  height: 100%;
  padding: 30px;
  padding-top: 130px;
  display: flex;
}

#fw3 .forum-row-2 {
  width: 680px;
  height: 100%;
  transition: all ease 0.3s;
}

.eden-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
}

.eden-place {
  position: absolute;
  width: 680px;
  height: 300px;
  background-color: #333;
  background-blend-mode: lighten;
  top: 0;
  right: 0;
  background-size: 680px;
  background-position: top right;
  transition: all ease 0.5s;
}

#fr9 .eden-place {
  background-image: url(https://cdna.artstation.com/p/assets/images/images/017/467/746/large/giimann-asfuture-city-1-view10.jpg);
  
}

#fw3 .forum-row:hover .eden-place {
  width: 360px;
  background-position: top center;
  filter: grayscale(100%);
}

#fw3 .forum-name {
  width: 1000px;
  height: 90px;
  top: 30px;
  left: 30px;
  position: absolute;
  z-index: 10;
}

#fw3 .forum-name a {
  font-size: 73px;
  font-weight: 900;
  letter-spacing: -3px;
  color: var(--second);
}

#fw3 .forum-last-ico {
  width: 55px; height: 55px;
  margin: 1px;
  border: 5px solid #fefefe;
  outline: 1px dashed #aeaeae;
}

#fw3 .forum-last {
  margin-left: 20px;
  width: 200px;
  font-size: 13px;
}

#fw3 .forum-last-topic {
  text-transform: uppercase;
}

#fw3 .forum-last-topic a {
  color: #aeaeae;
  background-color: #333;
  padding: 3px 6px;
  font-size: 11px;
  font-weight: 800;
}

#fw3 .forum-last-user {
  color: #aeaeae;
  font-size: 14px;
  font-weight: 700;
  margin: 15px 0px;
}

#fw3 .forum-last-date {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  color: #aeaeae;
  background-color: #f1f1f1;
  border-bottom: 1px solid #dedede;
  padding: 4px 0px;
}

#fw3 .forum-stats {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: flex;
  justify-content: space-between;
  width: 65px;
  height: 30px;
}

#fw3 .forum-stats-num {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #dedede;
  color: #aeaeae;
  background-color: var(--bgcolor);
}

.ran-cta,
.ran-cta * {
    box-sizing: border-box;
}

.ran-cta {
    position: fixed;
    display: flex;
    cursor: pointer;
	width: 400px;
	height: 100px;
}

.ran-cta--background, .ran-cta--background div, .ran-cta--foreground {
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    inline-size: 100%;
    block-size: 100%;
}

.ran-cta--background {
    z-index: -1;
    filter: drop-shadow(5px 8px 30px rgba(219, 43, 48, 0.15));
}

.ran-cta--background > div {
    content: "";
    background: #02090d;
    border: 1px solid #db2b30;
    -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}

.ran-cta--foreground {
    border: 1px solid #db2b30;
    -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
    transform: translateX(-5px) translateY(-5px);
    will-change: transform;
    transition: 0.2s transform;
}

    .ran-cta--background:after, .ran-cta--background:before, .ran-cta--foreground:after, .ran-cta--foreground:before {
        content: "";
        position: absolute;
        inline-size: 1px;
        block-size: 28px;
        background: #db2b30;
    }

    .ran-cta--background:after, .ran-cta--foreground:after {
        inset-block-start: calc(28.28px / -2);
        inset-inline-start: 0;
        transform: rotate(45deg) translateX(13.5px) translateY(1px);
    }

    .ran-cta--background:before, .ran-cta--foreground:before {
        inset-block-end: calc(28.28px / -2);
        inset-inline-end: 0;
        transform: rotate(45deg) translateX(-13.5px) translateY(-0.5px);
    }

.ran-cta--text {
    margin: auto;
    font-family: aileron, sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #eef4f6;
    text-shadow: 4px 4px 30px rgba(238, 244, 246, 0.1);
    will-change: letter-spacing;
    transition: 0.2s letter-spacing;
}

    .ran-cta--text::-moz-selection {
        background: none;
    }

    .ran-cta--text::selection {
        background: none;
    }

.ran-cta:hover .ran-cta--text {
    letter-spacing: 0.08em;
}

.ran-cta:hover .cyber-cta--foreground {
    transform: translateX(-8px) translateY(-8px);
}

.ran-cta:active .ran-cta--foreground {
    transform: translateX(0px) translateY(0px);
}
#fw3 .forum-desc {
  position: relative;
  z-index: 5;
  width: 380px;
  padding: 20px;
  background: var(--bgcolor);
  top: 125px;
  left: -10px;
  font-size: 10px;
  color: #777;
  opacity: 0; -moz-opacity: 0;
  pointer-events: none;
  user-select: none;
  transition: all ease 0.2s;
}

#fw3 .forum-row:hover .forum-desc {
  opacity: 1; -moz-opacity: 1;
}

#fw3 .forum-sub-row {
  position: absolute;
  z-index: 5;
  bottom: 30px;
  right: 30px;
}

#fw3 .subforums a {
  color: var(--bgcolor);
  background-color: #333;
  padding: 4px 5px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
  border: 2px solid var(--bgcolor);
  transition: all ease 0.2s;
}

#fw3 .subforums a:hover { opacity: 0.85; -moz-opacity: 0.85; }