.Footer__footerCopyrigt{
 display:none; 
}
.commonStyle__zt3BrandBg {
    background-color: #00c2c2!important;
}
:root {
    --color-brand: #00c2c2;
    --color-primary: #47c494;
    --color-statusLabel: #73bbe0;
    --color-unFollow: #ef9b3e;
    --color-overDue: #e46317;
    --color-idea: #fbc67a;
    --color-danger: #f35969;
    --color-question: #66b585;
    --color-problem: #f95656;
    --color-discussion: #13a8df;
    --color-announcement: #ef8b50;
    --color-black: #000;
    --color-userCategory: #e46419;
    --color-red: red;
    --color-red1: #e24b4b;
    --color-greyShade80: #252525;
    --color-greyShade70: #333;
    --color-greyShade60: #444;
    --color-greyShade95: #555;
    --color-greyShade20: #777;
    --color-greyShade11: #666;
    --color-grey: #888;
    --color-textGreyShade35: #999;
    --color-greyTint65: #ddd;
    --color-greyTint85: #f5f5f5;
    --color-greyTint90: #fafafa;
    --color-greyTint100: #fbfcfc;
    --color-greyTint105: #f6f6f6;
    --color-grey70: #e8e8e8;
    --color-grey85: #ececec;
    --color-grey90: #ec7682;
    --color-secondaryButton: #efefef;
    --color-arrow: #f3f3f3;
    --color-white: #FFF;
    --color-border: #e5e8ea;
    --color-errMsg: #d9534f;
    --color-border1: #efefef;
    --color-border2: #f2f2f2;
    --color-border3: #e9e9e9;
    --color-border4: #f04a4a;
    --color-border5: #e5e5e5;
    --color-gplus: #d14836;
    --color-fb: #1877f2;
    --color-twit: #1da1f2;
    --color-linkedin: #2867b2;
    --color-best: #01bfc6;
    --color-borderBest: #00b1b7;
    --color-lightGreen1: #3bc46a;
    --color-lightGreen2: #30ad5b;
    --color-like: #339433;
    --color-dislike: #d9534f;
    --color-link: #000;
    --color-linkHover: #e46317;
    --color-breadCrumbText: #333;
    --color-breadCrumbTextHover: #e46317;
    --color-breadCrumbBg: #f8f8f8;
    --color-buttonPrimaryBg: #e46317;
    --color-buttonPrimaryText: #FFF;
    --color-buttonSecondaryBg: #f9f9f9;
    --color-buttonSecondaryText: #333;
    --color-deleteAccountBg: #fff5f4;
    --color-statsPrimary: #5d6576;
    --color-statsSecondary: #de3535;
    --color-heather: #b8c4d1;
    --color-blueBayoux: #475f7b;
    --color-raven: #727e8c;
    --color-pumice: #c5cdc7;
    --color-warning: #ab1a18;
}



.Header__header {
    background-image: url(https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExMmkzcnE3ams2YTdoa3ppN2Zxbzljc3Q4ODlpbm5xbHdwb2w5aXV5ZiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/xTiTnxpQ3ghPiB2Hp6/giphy.gif);
    background-size: cover;
    background-position: 50% 35%;
    position: relative;
    z-index: 3;
}


.ContentBox__headerMid {
  font-size: 2rem;
  position: relative;
  display: inline-block;
}

.ContentBox__headerMid::after,
.ContentBox__headerMid::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #ff0000, #00ffff);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}

.ContentBox__headerMid::before {
  top: -5px;
  transform-origin: left;
}

.ContentBox__headerMid:hover::after,
.ContentBox__headerMid:hover::before {
  transform: scaleX(1);
}

//





