html {
    margin: 0;
    padding: 0;
}
body {
    font-size: 25px;
    font-family: 'Courier New', Courier, monospace;
    margin: 0;
    padding: 0;
    overflow:hidden;
}
.gr__quant_equationtwo_now_sh{
    overflow-x: hidden;
}
.animation {
    border: 3px solid black;
}
.animation > div {
    width: 100px;
    height: 100px;
    background: blue;
}
.motion-div {
    width: 100px;
    height: 100px;
    background: blue;
}

#conceptdraw {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 25px;
    overflow:hidden;
}
#conceptdraw .transition {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    transition-delay: 0;
}
#conceptdraw a {
    text-decoration: none;
}
#conceptdraw a:hover {
    color: hsl(0, 0%, 0%) !important;
}
#conceptdraw h1 {
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    color: #0A090A;
}
#conceptdraw h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 100;
    color: #E6535B;
}
#conceptdraw button {
    background: #E6535B;
    color: white;
    text-transform: uppercase;
    border: none;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 4px;
    padding: 10px 20px;
}
#conceptdraw button:hover {
    background: black;
    cursor: pointer;
}
#conceptdraw .caption {
    text-transform: uppercase;
    border: none;
    text-align: left;
    font-size: 18px;
    letter-spacing: 1px;
    color: black;
    font-weight: 600;
}
#conceptdraw .fixed-width {
    width: 900px;
    margin: 0 auto !important;
}
#conceptdraw .flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
}
#conceptdraw .flex {
    flex-flow: row wrap;
    justify-content: space-between;
}
#conceptdraw .flex-desc {
    margin: 100px;
}
#conceptdraw .light-gray {
    background: #EBECEE;
}
#conceptdraw .section {
    width: 100%;
}
#conceptdraw .dark-gray {
    background: #0A090A;
    color: white;
}
#conceptdraw .dark-gray a {
    color: white !important;
}
#conceptdraw .tag {
    border: 1px solid hsl(357, 75%, 81%);
    color: #E6535B;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 0 10px 10px 0;
}
#conceptdraw a.tag:hover {
    color: #E6535B !important;
   /* color: hsl(357, 75%, 41%) !important;
    background: hsl(357, 75%, 81%);
    transition: all 0.2s; */
}
#conceptdraw .flex-start {
    justify-content: flex-start !important;
}
#conceptdraw .account-link {
    position: absolute;
    right: 30px;
    top: 22px;
}
#conceptdraw .account-link a {
    color: white;
}
#conceptdraw .account-menu {
    position: absolute;
    top: 0px;
    background: #0A090A;
    padding: 50px;
    padding-top: 60px;
    width: 300px;
    transition: right ease 0.5s;
    z-index: 500;
}
#conceptdraw .account-menu .account-menu-item {
    margin-bottom: 20px;
}
#conceptdraw .account-menu .account-menu-item b {
    margin-top: -20px;
    display: block;
}
#conceptdraw .account-menu a {
    color: white;
}
#conceptdraw .account-menu a:hover {
    color: #E6535B !important;
}
#conceptdraw .account-menu button
{
    border: #E6535B 1px solid;
    background: none;
    margin-bottom: 30px;
}

.label-button {
    border: #E6535B 1px solid;
    background: transparent;
    margin-bottom: 30px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 4px;
    padding: 6px 20px;
    cursor: pointer;
    display: inline-block;
}
#conceptdraw .account-menu button:hover {
    color: #E6535B !important;
}
#conceptdraw .glance {
    color: #E6535B;
    padding-top: 100px;
    padding-bottom: 30px;
    position: relative;
}
#conceptdraw .glance .content-wrapper {
    position: relative;
    z-index: 200;
    margin-left: 18%;
    margin-top: 0px;
    align-items: center;
}
#conceptdraw .glance .content-wrapper > div {
    max-width: 800px;
}
#conceptdraw .glance .content-wrapper > div {
    margin-top: 0;
}
#conceptdraw .glance .content-wrapper .glance-title {
    font-family: 'Potra', sans-serif;
    font-size: 120px;
    line-height: 120px;
    width: 600px;
    margin-top: 0;
}
#conceptdraw .glance .sketch-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    overflow: hidden;
}
#video {
    min-width: 100vw;
    height: auto;
    min-height: 100%;
    width: auto;
}
#frame_video {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    margin-top: 0px;

}
#conceptdraw .mentions-block {
    height: 240px;
    margin-top: 70px;
    width: 100%;
    position: relative;
}
#conceptdraw .mentions-block img {
    width: 900px;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
}
#conceptdraw .sub-title {
    font-size: 20px;
    line-height: 30px;
    width: 600px;
    margin-top: 20px;
    margin-bottom: 30px;
}
#conceptdraw .section {
    padding: 100px 0;
}
#conceptdraw .section .desc {
    width: 540px;
}
#conceptdraw ul li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
#conceptdraw ul {
    margin-left: 0;
    padding-left: 0;
}
#conceptdraw .cd-logo {
    margin-top: 9px;
    width: 150px;
}
#conceptdraw .what {
    background: #0A090A url(/home19/img/CD.png) no-repeat;
    color: white;
    background-size: 620px;
    background-position-x: 112%;
    background-position-y: -80px;
    padding-top: 100px;
}
#conceptdraw .what h1 {
    color: white;
}
#conceptdraw .when {
    background: url(/home19/img/MM.png) no-repeat;
    background-size: 400px;
    background-position-x: 10%;
    background-position-y: 20px;
    height: 230px;
}
#conceptdraw .when .desc {
    margin-left: 400px;
}
#conceptdraw #arrow_wrapper_1 {
    position: absolute;
}
#conceptdraw #arrow_wrapper_2 {
    position: absolute;
}
#conceptdraw #arrow_wrapper_3 {
    position: absolute;
}
#conceptdraw .when-mov {
    position: absolute;
    margin-top: -250px;
    right: 200px;
}
#conceptdraw #hex_wrapper_2,
#conceptdraw #hex_wrapper {
    position: absolute;
    right: -500px;
}
#conceptdraw #hex_wrapper_2 {
    width: 50%;
}
#conceptdraw .where {
    width: 60%;
    border-right: 10px solid white;
    box-sizing: border-box;
}
#conceptdraw .where .flex-desc {
    width: 60%;
}
#conceptdraw .who {
    width: 40%;
    background: url(/home19/img/PRJ.png) no-repeat;
    background-size: 400px;
    background-position-y: 70%;
}
#conceptdraw .ironman {
    position: absolute;
    /* width: 360px; */
    /* top: -640px; */
    margin-top: -610px;
    left: 530px;
    /* height: 800px; */
}

#conceptdraw .what {
    position: relative;
}
#conceptdraw .directory {
    font-size: 12px;
}
#conceptdraw .directory ul + ul {
    margin-top: 20px;
}
#conceptdraw .directory h4 {
    color: #986767 !important;
}
#conceptdraw .directory a:hover {
    color: #E6535B !important;
    transition: all 0.2s;
}
#conceptdraw .footer {
    font-size: 12px;
    padding-top: 100px;
    padding-bottom: 100px;
}
#conceptdraw .logos-img img{
    height: 35px;
    width: auto;
    margin-right: 50px;
    filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter     id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /*     Firefox 10+, Firefox on Android */
    filter:gray; /* IE6-9 */
    -webkit-filter:grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
#conceptdraw .logos-img svg {
    height: 35px;
    width: auto;
    margin-right: 50px;
    margin-top: 40px;
}
#conceptdraw .dir-pages {
    width: 200px;
}
#conceptdraw .glance-title img {
    height: 300px;
}



.floating-arrow {
    width: 100px;
    position: absolute;
}
.rect-arrow {
    width: 140px;
    position: absolute;
}
#rect-1 {
    top: 100px;
    right: -90px;
}
#floating-arrow-1 {
    animation: floating 6s ease infinite;
}
#floating-arrow-2 {
    animation: floating 6s ease infinite;
    animation-delay: 1s;
}
#floating-arrow-3 {
    animation: floating 6s ease infinite;
    animation-delay: 2s;
}
#floating-arrow-4 {
    animation: floating 6s ease infinite;
    animation-delay: 3s;
}
#floating-arrow-0 {
    top: 100px;
}
@keyframes floating {
    from {
        transform: translate(0px, 100px);
        opacity: 1;
    }
    to {
        transform: translate(0px, 0px);
        opacity: 0;
    }
}
.trg-0 {
    transform: translate(-131.635px, 0px);
    z-index: 6px;
    width: -1px;
    height: 0px;
    animation-delay: 0s;
    animation-name: hexing;
    animation-duration: 6.2s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}
.trg-1 {
    transform: translate(0px, 0px);
    z-index: 5px;
    width: 0px;
    height: 0px;
    animation-delay: 1s;
    animation-name: hexing;
    animation-duration: 6.2s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}
.trg-2 {
    transform: translate(131.635px, 0px);
    z-index: 4px;
    width: 1px;
    height: 0px;
    animation-delay: 2s;
    animation-name: hexing;
    animation-duration: 6.2s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}
.trg-3 {
    transform: translate(263.27px, 0px);
    z-index: 3px;
    width: 2px;
    height: 0px;
    animation-delay: 3s;
    animation-name: hexing;
    animation-duration: 6.2s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}
.trg-4 {
    transform: translate(0px, 228px);
    z-index: 2px;
    width: 0px;
    height: 1px;
    animation-delay: 4s;
    animation-name: hexing;
    animation-duration: 6.2s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}
.trg-5 {
    transform: translate(131.635px, 228px);
    z-index: 1px;
    width: 1px;
    height: 1px;
    animation-delay: 5s;
    animation-name: hexing;
    animation-duration: 6.2s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}
.trg-6 {
    transform: translate(263.27px, 228px);
    z-index: 0px;
    width: 2px;
    height: 1px;
    animation-delay: 6s;
    animation-name: hexing;
    animation-duration: 6.2s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}
@keyframes hexing {
    from {
        opacity: 1;
    }
    75% {
        transform: translate(-31.635, 50%);
        fill: yellow;
        transform: rotate3d(45deg, 45deg, 45deg);
    }
    to {
        opacity: 1;
    }
}

@media only screen and (max-width: 1170px) {
    #conceptdraw .glance .content-wrapper {
        margin-left: 6%;
    }
}

@media only screen and (max-width: 980px) {
    #conceptdraw .glance .content-wrapper {
        margin-left: 20px;
        margin-top: 0px;
    }
    #conceptdraw .glance .content-wrapper .glance-title {
        font-size: 60px;
        line-height: 60px;
        width: 300px;
    }
    #conceptdraw .sub-title {
        font-size: 15px;
        line-height: 20px;
        width: 300px;
    }
    #conceptdraw .mentions-block {
        margin-top: 50px;
    }
    #conceptdraw .mentions-block .caption {
        margin-left: 20px;
        font-size: 12px;
    }
    #conceptdraw .mentions-block .flex-container {
        margin-left: 20px;
        width: 95%;
    }
    #conceptdraw .mentions-block .flex-container div {
        height: 50px;
    }
    #conceptdraw .fixed-width {
        width: 100% !important;
    }
    #conceptdraw .desc {
        width: 100% !important;
    }
    #conceptdraw .where .flex-desc,
    #conceptdraw .who .flex-desc{
        width: 90%;
    }
    #conceptdraw .desc > * {
        width: 100%;
    }
    #conceptdraw h1 {
        font-size: 20px;
        line-height: 25px;
    }
    #conceptdraw h3 {
        font-size: 15px;
        line-height: 20px;
    }
    #conceptdraw .what {
        background-size: 420px;
       /* background-position-x: -28%;
        background-position-y: -20px; */

    }
    #conceptdraw .when {
        height: 280px;
        /*background-position-x: 112%; */
        background-position-x: 0;
        background-position-y: -45px;
    }
    #conceptdraw .when .fixed-width{
        width: 50% !important;
        display: block;
        float: right;
    }
    #conceptdraw .when .desc {
        margin-left: 0;
    }
    #conceptdraw button {
        width: 200px !important;
    }
    #conceptdraw .where {
        width: 100%;
        border: none;
    }
    #conceptdraw .who {
     /*   width: 100%;
        padding-bottom: 280px;
        background-size: 340px;
        background-position-y: 180px;
        background-position-x: 0; */
        width: 100%;
        background-size: 240px;
        background-position-y: -10px;
        background-position-x: 100%;
    }
    #conceptdraw .flex-desc {
        width: 300px;
        margin-left: 20px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #conceptdraw .who .flex-desc{
        width: 50%;
        display: block;
        float: left;
    }
    #conceptdraw .tag {
        font-size: 12px;
        line-height: 12px;
    }
    #conceptdraw .section {
        padding: 30px 20px;
        box-sizing: border-box;
    }
    #conceptdraw .dir-pages ul,
    #conceptdraw .dir-pages ul + ul {
        margin-top: 0;
        margin-left: 0;
    }
    #conceptdraw .directory .flex-container div:nth-child(2) {
        width: 160px;
    }
    #conceptdraw .footer {
        padding-left: 20px;
        box-sizing: border-box;
    }
    #conceptdraw .glance-title {
        margin-top: 100px;
    }
    #conceptdraw .glance-title img {
        height: 100px;
    }
}


@media only screen and (max-width: 700px) {

    #conceptdraw .mentions-block .flex-container img {
        height: 30px;
        margin-top: 20px;
        margin-right: 20px;
    }
    #conceptdraw .when {
        background-position-x: -50px;
    }
    #conceptdraw .mentions-block {

        margin-top: 50px;
        height: 180px;

    }
}

@media only screen and (max-width: 550px) {
    #conceptdraw .when .fixed-width {
        width: 100% !important;
    }
    #conceptdraw .who {

        width: 100%;
        padding-bottom: 180px;
        background-size: 240px;
        background-position-y: 170px;
        background-position-x: 44%;

    }
    #conceptdraw .who .flex-desc {
        width: 90% !important;
    }
    #conceptdraw .when {

        background-position-x: 50%;

        background-size: 350px;

        background-position-y: 160px;

        height: 450px;

    }
    #conceptdraw .mentions-block .flex-container img {
        height: 20px;
        margin-top: 10px;
        margin-right: 20px;
    }

}

