/* Work With Wolfram

   developer:   yhechler
   modifier:    tajudeen
   requires:    /common/framework/css/framework.en.css
   ========================================================================== */

#work-with-wolfram {
    background: #e2eef5;
    padding: 0;
}
#work-with-content {
    min-height: 68.5rem;
    height: auto;
    max-width: 69.125rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
#work-with-wolfram h2, 
#work-with-content > p, 
#work-with-wolfram .card-container {
    padding-left: var(--wrapper-h-pad);
    padding-right: var(--wrapper-h-pad);
}
#work-with-content > p {
    font-size: 1.25rem;
    padding-bottom: 2rem;
}
.pipes-bars-container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    text-align: center;
    z-index: 0;
}
.pipes-bars-container img.pipes {
    left: calc(50% - 376px);
    position: absolute;
    top: 50px;
    width: 703px;
    z-index: 1001;
    max-width: 100%;
}
.pipes-bars-container img.bars {
    left: calc(50% - 570px);
    position: absolute;
    top: 9px;
    width: 1140px;
    z-index: 999;
}
.card-container {
    display: grid;
    grid-gap: 20px 97px;
    grid-template-columns: 1fr 1fr;
    left: 0;
    padding: 20px;
    position: relative;
    z-index: 1;
}
.card-container .card {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 7px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    height:fit-content;
    padding: 1.25rem 1.25rem 1.75rem 1.25rem;
    position: relative;
    text-align: left;
    z-index: 2;
}
#work-with-wolfram h2{
    color:#010101;
    font-size: 1.875rem;  
}
#work-with-wolfram h2 p{
    color:#494949;
    font-size: 1.25rem;
}
.card-container .card p {
    color: rgba(73, 73, 73);
    font-size: 16px;
    letter-spacing: -.16px;
    line-height: 22px;
    opacity: .85;
    text-align: left;
    padding-bottom: 2rem;
}
.card-container h3 {
    padding-bottom: 0.5rem;
}
.card-container .card h3 {
    color: #4b67b2;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.16px;
    line-height: 22px;
}
#programming-support.card h3 {
    color: #7250a7;
}
#education-training.card h3 {
    color: #982c6a;
}
#core-technology.card h3 {
    color: #b11c49;
}
.card-container .button {
    background-color: #b11c49;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
}
#full-project-development .button {
    background-color: #4b67b2;
    border-color: #4b67b2
}
#full-project-development .button:hover {
    background-color: #4f74d7;
    border-color: #4f74d7;
}
#programming-support .button {
    background: #7250a7;
    border-color: #7250a7;
}
#programming-support .button:hover {
    background: #8658cc;
    border-color: #8658cc;
}
#education-training .button {
    background: #982c6a;
    border-color: #982c6a;
}
#education-training .button:hover {
    background: #b7307e;
    border-color: #b7307e;
}
#core-technology .button {
    background: #b11c49;
    border-color: #b11c49;
}
#core-technology .button:hover {
    background: #cf1a51;
    border-color: #cf1a51;
}
#core-technology {
    grid-row: 1;
    grid-column: 2;
    transform: translate(0px, 204px);
}
#full-project-development {
    transform: translate(0px, 282px);
}
#programming-support {
    transform: translate(0px, 273px);
}
#education-training {
    grid-row: 1;
    transform: translate(0px, 232px);
}
#work-with-content {
    border-top: none;
}
#work-with-wolfram h2 {
    font-size: 2.25rem;
    padding-bottom: 1.5rem;
    color: #eb5f03;
}

/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

@media (max-width: 1200px) {
    .card-container .card p {
        font-size: 15px;
        line-height: 22px;
    }
    .card-container .card h3 {
        font-size: 19px;
        line-height: 1.16;
    }
    .pipes-bars-container img.pipes {
        left: calc(50% - 291px);
        top: 49px;
        width: 581px;
    }
    .pipes-bars-container img.bars {
        left: calc(50% - 448px);
        top: 8px;
        width: 890px;
    }
    .pipes-bars-container .show__1200 {
        display: revert !important;
    }
    .pipes-bars-container .hide__1200 {
        display: none !important;
    }
    #work-with-content { 
        height: 78.5rem
    }
}

@media (max-width: 900px) {
    #work-with-wolfram .card-container {
    	padding: 0 0.5rem;
    }
    #work-with-content { 
        padding: 3.375rem 0.5rem 3.75rem; 
    	height: 84rem;
    }
    .card-container {
        column-gap: 75px;
        row-gap: 10px;
    }
    .card-container .card p {
        font-size: 14px;
        line-height: 1.5;
    }
    .card-container .card h3 {
        font-size: 17px;
        line-height: 1.22;
    }
    #core-technology {
    	transform: translate(0px, 212px);

	}
    #full-project-development {
        transform: translate(0px, 222px);
    }
    #programming-support {
        transform: translate(0px, 282px);
    }
    #education-training {
        transform: translate(0px, 252px);
    }
    .pipes-bars-container img.pipes {
        left: calc(50% - 203px);
        top: 52px;
        width: 403px;
    }
    .pipes-bars-container img.bars {
        left: calc(50% - 297px);
        top: 10px;
        width: 590px;
    }
    .pipes-bars-container .show__900 {
        display: revert !important;
    }
    .pipes-bars-container .hide__900 {
        display: none !important;
    }
}
@media (max-width: 600px) {
    #work-with-content {
        height: auto;
    }
    .card-container .card {
        width: 100%;
    }
    .pipes-bars-container img.pipes,
    .pipes-bars-container img.bars {
        left: unset;
        padding: 0 1rem;
        position: relative;
    }
    .card-container {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-top: 24px;
    }
    .card-container .card p {
        font-size: 13px;
        line-height: 1.62;
    }
    .card-container .card h3 {
        font-size: 16px;
        line-height: 1.38;
    }
    #full-project-development, #core-technology, #education-training, #programming-support {
        transform: none !important;
        grid-row: auto !important;
    }
      
    .pipes-bars-container .show__600 {
        display: revert !important;
    }
    .pipes-bars-container .hide__600 {
        display: none !important;
    }
}
@media (max-width: 320px) {}
@media print {}