.textMarke a {
 color: #000;
 font-size: 13px;
 z-index:5;
 position: relative;
}
.textMarke a strong {
 font-family:"Playfair Display";
 font-size: 34px;
 font-weight: 600;
 letter-spacing: 2px;
}
.textMarke {
 position: relative;
}
.textMarke:after {
 content: "";
 position: absolute;
 width: 100vh;
 right: -5vw;
 top: -100px;
 height: 250px;
 background: #d6ff01;
 z-index:0;
 border-radius: 0 0 80px;
 transform: rotate(-4deg);
}

.uk-tile-muted,.uk-tile-default {
 border-radius: 30px;
}
.uk-card .el-title,.uk-card .el-content,.uk-tile .el-title,.uk-tile .el-content  {
 color: #000 !important;
}
.formValidation {
 padding-top: 10px;
 display: block;
}
.uk-card .el-link,.uk-panel .el-link {
 color: #000 !important;
 text-decoration: underline;
}

#system-message-container {
 max-width: 900px;
 margin: auto;
 padding-top: 170px;
}

.brainL {
 padding-left: 100px;
 position: relative;
}
.brainR {
 padding-right: 100px;
 position: relative;
}
.brainL:after,.brainR:before {
 width: 100px;
 content:"";
 top:0;
 bottom:0;
 left:0;
 background: url(/images/mood-brain.png) no-repeat center center;
 background-size: contain;
 position: absolute;
}
.brainR:before {
 right:0;
 left: unset;
}
#tm-main .greenTitle .el-title {
 color: #D6FF01 !important;
}

.uk-section-primary .rsform-checkbox[type=checkbox] {
 border-color: #fff !Important;
}


@media (max-width: 959px) {
 .brainL:after {
  display:none;
 }
 .brainL {
  padding-left: 0;
 }
}
@media (max-width: 639px) {
 .textMarke a {
  font-size: 11px;
 }
 .textMarke a strong {
  font-size: 26px;
 }
}
