#wrapper {
    overflow: hidden
}

a:hover {
    text-decoration: none
}


.desktopCodeBox{
    display:none
}

.mobileCodeBox{
    display:block
}

.desktop_el{
    display: none;
}

.mobile_el{
    display: block;
}


@media screen and (min-width: 992px) {
    .desktop_el{
        display: block;
    }

    .desktopCodeBox{
        display:block
    }

    .mobileCodeBox{
        display:none
    }

    .mobile_el{
        display: none;
    }

    .paradigm  p{
        font-size: 1.2rem !important;
    }
    
    
}

.paradigm {
    width: 100%;
    position: relative;
    background-color: #ccc
}

.paradigm .headerv2-container header.slimheader-v2 .slim-logo:before {
    background-image: url(https://www.strategyand.pwc.com/m1/en/strategic-foresight/sector-strategies/sustainability-and-environment/sustainable-built-environment/assets/img/Strategyand_logo.svg)
}

.paradigm body,
.paradigm html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.paradigm .canvas-container {
    z-index: 1;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.paradigm .canvas-container .buttons {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10
}

.paradigm .canvas-container .buttons button {
    padding: 5px 10px
}

.paradigm .webgl {
    top: 0;
    left: 0;
    outline: 0
}

@media (min-width:1200px) {
    .paradigm .headerv2-container header.slimheader-v2 .slim-logo:before {
        width: 130px;
        height: 39px
    }
}

.paradigm .gs-dev-tools {
    z-index: 99999999999
}

.paradigm .canvas-head {
    width: 100%;
    min-height: 100px;
    background-color: #817e7e;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2rem
}

.paradigm .button__primary {
    background-color: #d93954FF;
    color: #fff;
    border: none;
    padding: 12px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.5;
    overflow: hidden
}

.paradigm .button__primary div:not(:last-child) {
    margin-right: 12px;
    position: relative
}

.paradigm .button__primary div:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.paradigm .button__primary .animate {
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

.paradigm .button__primary .content {
    -webkit-perspective: 800px;
    perspective: 800px
}

.paradigm .button__primary .content .original {
    -webkit-transform: rotate3d(10deg, 10deg, 90deg);
    transform: rotate3d(10deg, 10deg, 90deg)
}

.paradigm .button__primary .content div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.paradigm .button__lefticon_white {
    background-color: #fff;
    color: #2d2d2d;
    border: none;
    padding: 12px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.5;
    overflow: hidden
}

.paradigm .button__lefticon_white div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.paradigm .button__lefticon_white div:not(:last-child) {
    margin-right: 12px;
    position: relative;
    -webkit-filter: invert(100);
    filter: invert(100)
}

.paradigm .button__lefticon_white div:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.paradigm .button__lefticon_white .animate {
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

.paradigm .button__lefticon_white .content {
    -webkit-perspective: 800px;
    perspective: 800px
}

.paradigm .button__lefticon_white .content .original {
    -webkit-transform: rotate3d(10deg, 10deg, 90deg);
    transform: rotate3d(10deg, 10deg, 90deg)
}

.paradigm .button__lefticon_white .content div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.paradigm .hero-banner {
    width: 100%;
    height: 33.625rem;
    background-image: url('https://www.strategyand.pwc.com/m1/en/strategic-foresight/sector-strategies/sustainability-and-environment/sustainable-built-environment/assets/img/hero-banner01.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
@media screen and (orientation: portrait) {
    .paradigm .hero-banner{
        height: 100vh;
        background-image: url('https://www.strategyand.pwc.com/m1/en/strategic-foresight/sector-strategies/sustainability-and-environment/sustainable-built-environment/assets/img/banner-mobile01.png');
        background-size: 150%;
    }
}

.paradigm .hero-banner .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.paradigm .hero-banner .right-side-image {
    position: absolute;
    right: 0;
    height: 100%;

}

@media screen and (max-width: 768px) {
    .paradigm .hero-banner .right-side-image {
        position: absolute;
        left: 0;
        height:auto;
        width: 100%;
        bottom: 0;
    
    } 

    .paradigm .hero-banner .right-side-image .mobile_svg{
        display: block !important;
    }

    .paradigm .hero-banner .container {
        align-items: flex-start;
    }
}

.paradigm .hero-banner .right-side-image .mobile_svg{
    width: 100%;
    display: none;
}

.paradigm .hero-banner .right-side-image .desktop_svg{
    height: 100%;
}

.paradigm .hero-banner .right-side-image .mobile_svg #arrows{
    -webkit-animation: rotating 10s linear infinite;
  -moz-animation: rotating 10s linear infinite;
  -ms-animation: rotating 10s linear infinite;
  -o-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;
  transform-origin: 50%;
}

.paradigm .hero-banner .right-side-image .desktop_svg #arrows2{
    -webkit-animation: rotating 10s linear infinite;
  -moz-animation: rotating 10s linear infinite;
  -ms-animation: rotating 10s linear infinite;
  -o-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;
  transform-origin: 50%;
}


@keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

.paradigm .hero-banner .hero-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0
}

.paradigm .hero-banner .context {
    position: relative;
    width: 70%;
    height: 400px;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.paradigm .hero-banner .context .text-container {
    max-width: 1600px;
    width: 100%;
    padding: 0 15px
}


.paradigm .hero-banner .strategy_logo {
    position: absolute;
    top: 30px;
    left: 30px;
}

.paradigm .hero-banner .dar_logo {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.paradigm .hero-banner .pwc_logo {
    position: absolute;
    left: 30px;
    bottom: 30px;
}



@media screen and (min-width:768px) {
    .paradigm .hero-banner .context .text-container {
        width: 750px;
    }

}

@media screen and (max-width: 600px) {
    .paradigm .hero-banner .context .text-container{
        margin-top: 3rem;
    }
}

@media screen and (max-width:767px) {

    .paradigm  p{
        font-size: 1.2rem !important;
    }
}

@media screen and (min-width:992px) {
    .paradigm .hero-banner .context .text-container {
        width: 970px
    }
}

@media screen and (min-width:1200px) {
    .paradigm .hero-banner .context .text-container {
        width: 1170px
    }
}

@media screen and (min-width:1400px) {
    .paradigm .hero-banner .context .text-container {
        width: 1370px
    }
}

.paradigm .hero-banner .context .text-container p {
    color: #fff
}

.paradigm .hero-banner .context .text-container h1 {
    color: #fff;
    background-color: transparent
}

@media screen and (min-width:992px) {
    .paradigm .hero-banner .context .text-container {
        padding: 6px 30px
    }
}


@media screen and (max-width:768px) {
    .paradigm .hero-banner .pwc_logo,
    .paradigm .hero-banner .strategy_logo {
        left: 15px;
    } 

    .paradigm .hero-banner .dar_logo{
        right: 15px;
    }

    .paradigm .hero-banner .context{
        width: 100%;
    }

    .paradigm .hero-banner .context .text-container{
        padding: 0;
    }

    .paradigm .hero-banner .context .text-container .hero-title{
        font-size: 2.3rem;
    }
}


.paradigm .phase01-section .phase_01_chart {
    margin-top: 40px;
}

.paradigm #bar01-info,
.paradigm #bar02-info,
.paradigm #bar03-info,
.paradigm #bar04-info {
    display: none;
}

.paradigm #mat:hover #bar01-info,
.paradigm #sys:hover #bar02-info,
.paradigm #build:hover #bar03-info,
.paradigm #path:hover #bar04-info {
    display: block;
}



.paradigm .phase01-section .col-md-10 p {
    /* margin-top: 27px; */
    color: #2D2D2D;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem;
}

.paradigm .phase01-section .col-md-10 p:last-child{
    font-size: 1rem !important;
    margin-top: 3rem;
}

.paradigm .about-section {
    width: 100%;
    padding: 0 0 100px 0;
    background-color: #f2f2f2;
}

.paradigm .about-section .col-md-5 {
    z-index: 5;
}

.paradigm .about-section h2 {
    font-size: 2.15rem;
}

.paradigm .about-section .left-text {
    padding-top: 100px;
    padding: 100px 30px 0 0;
    background: linear-gradient(to bottom, #ffffff 81%, transparent 18%);
}

.paradigm .about-section .right-text {
    margin-top: 2rem
}

.paradigm .about-section .right-text p{
   margin-bottom: 16px;
}

.paradigm .about-section .right-text .button__primary{
    margin-top: 40px;
}

.paradigm .about-section::after {
    position: absolute;
    width: 39%;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 70%;
    z-index: 1;
}

@media screen and (min-width:980px) {
    .paradigm .about-section .right-text {
        padding: 100px 0 0 4.25rem;
        margin-top: 0
    }
}

@media screen and (max-width:768px) {
    
    .paradigm .about-section .left-text{
        padding: 100px 15px 50px 15px;
    }

    .paradigm .about-section h2{
        font-size: 1.8rem;
    }
 
}

@media screen and (max-width:979px) {
    .paradigm .about-section::after{
        display: none !important;
    }
}

.paradigm .about-section .about-img {
    width: 100%;
    margin-top: 2rem
}

.paradigm .phase01-section {
    width: 100%;
    padding: 100px 0 80px 0;
    background-color: #fff
}

.paradigm .phase01-section .col-md-9 {
    margin-bottom: 3rem !important
}

.paradigm .phase01-section svg {
    width: 100%
}

.paradigm .phase01-section svg .hotspots {
    cursor: pointer;
    position: relative;
    z-index: 555
}

.paradigm .phase02-section {
    width: 100%;
    background-color: #fff;
    position: relative
}

.paradigm .phase02-section::after {
    position: absolute;
    width: 40%;
    background-color: #7E7E7E;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1
}

.paradigm .phase02-section .container {
    z-index: 22;
    position: relative
}

.paradigm .phase02-section .phase02-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.paradigm .phase02-section .phase02-row .col-md-2 {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #7E7E7E;
    padding-right: 0;
    overflow: visible
}

@media screen and (max-width:992px) {
    .paradigm .phase02-section .phase02-row .col-md-2 {
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: center;
        padding-top: 3rem;
    }

    .paradigm .phase02-section .phase02-row .col-md-2 img {
        width: 100%
    }
}

.paradigm .phase02-section .phase02-row .col-md-10 {
    background-color: #fff;
    padding: 6.25rem 0 6.25rem 6.25rem
}

.paradigm .phase02-section .left-img {
    position: absolute;
    height: 55%;
    right: 0%;
    top: 10%;
}

@media screen and (max-width:992px) {
    .paradigm .phase02-section .left-img {
        height: 100%;
        position: relative;
        right: 0
    }

    .paradigm .phase01-section svg{
        height: auto;
        margin-bottom: 2rem;
    }

    .paradigm .phase02-section .phase02-row .col-md-10{
        padding: 6.25rem 15px;
    }  
}

.paradigm .phase02-section .context .left-list h2 {
    color: #D93954;
    font-size: 2rem;
    padding-bottom: 9px;
}

.paradigm .phase02-section .context li p{
    font-size: 1.1rem !important;
    margin:0;
}

.paradigm .phase02-section .context .right-list h2 {
    font-size: 2rem;
    padding-bottom: 9px;
    color: #000000;
}

.paradigm .phase02-section .context .left-list,
.paradigm .phase02-section .context .right-list {
    margin-top: 50px;
    padding-left: 1rem;
}

.paradigm .phase02-section .context .phase01-list {
    list-style: none;
    margin-top: 1rem
}

@media screen and (max-width:1399px) {
    .paradigm .phase02-section .context .right-list h2 {
        margin-bottom: 3.6rem;
    }
}

@media screen and (max-width:992px) {
    .paradigm .phase02-section .phase02-row h2{
        font-size: 2rem;
    }   
}

@media screen and (max-width:768px) {
    .paradigm .phase02-section .phase02-row h2{
        font-size: 2rem;
    }

    .paradigm .phase02-section .context .right-list h2 {
        margin-bottom: 0rem;
    }
}

@media screen and (max-width:660px) {
    .paradigm .phase02-section .context .phase01-list {
        margin-bottom: 2rem
    }    
}

.paradigm .phase02-section .context .phase01-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 1.1rem;
}

.paradigm .phase02-section .context .phase01-list li p {
    line-height: 1.5rem;
    margin: 0;
}

.paradigm .phase02-section .context .phase01-list li p:nth-child(2),
.paradigm .phase02-section .context .phase02-list li p:nth-child(2) {
    color: #000000;
}

.paradigm .phase02-section .context .phase01-list li p:first-child {
    margin-right: 0.75rem;
    width: 33px;
    min-width: 33px;
    max-width: 33px;
    height: 33px;
    border-radius: 100%;
    background-color: #D93954;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.paradigm .phase02-section .context .phase02-list {
    list-style: none;
    margin-top: 1rem
}

.paradigm .phase02-section .context .phase02-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 1.1rem;
}

.paradigm .phase02-section .context .phase02-list li p:first-child {
    margin-right: 0.75rem;
    width: 33px;
    min-width: 33px;
    max-width: 33px;
    height: 33px;
    border-radius: 100%;
    background-color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff
}

.paradigm .phase01-details {
    width: 100%;
    padding: 100px 0;
    background-color: #fceef0;
    position: relative
}

.paradigm .phase01-details .right-image {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    padding-right: 0
}

@media screen and (max-width:1280px) {
    .paradigm .phase02-section .context .phase01-list li p:first-child,
    .paradigm .phase02-section .context .phase02-list li p:first-child{
        width: 30px;
        min-width: 30px;
        max-width: 30px;
        height: 30px;
    }
}

@media screen and (max-width:992px) {
    .paradigm .phase01-details .right-image {
        position: relative;
        width: 100%;
        margin-top: 3rem;
        padding-right: 0;
        padding-left: 0;
    }

    .paradigm .phase01-details{
        padding-bottom: 0;
    }
}

.paradigm .phase01-details .right-image .phase01-details-image {
    /* width: 100%; */
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media screen and (min-width:1640px) {
    .paradigm .phase01-details .right-image .phase01-details-image {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: left;
        object-position: left
    }
}

.paradigm .phase02-title {
    width: 100%;
    padding: 80px 0 70px 0;
    background-color: #f2f2f2
}

.paradigm .phase02-title .col-md-10 {
    margin-left: 8.135%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.paradigm .phase02-title .col-md-10 h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    width: 80%;
    position: absolute;
    left: 12%;
    color: #111;
    font-family: "PwC Helvetica Neue", Arial, Sans-Serif;
}

.paradigm .phase02-title .col-md-10 .circular-leaf {
    /* position: absolute; */
    /* top: -25%;
    left: -10% */
}

@media screen and (max-width:1200px) {
    .paradigm .phase02-title .col-md-10 .circular-leaf {
        height: 150%
    }
}

@media screen and (max-width:768px) {
    .paradigm .phase02-title .col-md-10 .circular-leaf {
        left: -5%
    }
   

    .paradigm .phase02-title .col-md-10 h2{
        font-size: 1.2rem;
    }
}

@media screen and (max-width:600px) {
    .paradigm .phase02-title .col-md-10 .circular-leaf {
        left: -8%;
        height: 160%;
        top: -28%
    }

    .paradigm .phase02-section .context .phase01-list li p:first-child,
    .paradigm .phase02-section .context .phase02-list li p:first-child{
        width: 27px;
        min-width: 27px;
        max-width: 27px;
        height: 27px;
    }

    .paradigm .phase02-title .col-md-10{
        margin: 0;
    }

    .paradigm .phase02-title .col-md-10 h2{
        position: relative;
        width: 100%;
        left: 0;
    }

    .paradigm .phase02-title .col-md-10 .circular-leaf{
        position: absolute;
        left: -24%;
        height: 141%;
        top: -18%;
    }
}

.paradigm .phase02-details {
    width: 100%;
    padding: 70px 0;
    background-color: #a32020;
    position: relative
}

.paradigm .phase02-details .col-md-10 {
    margin-left: 8.135%
}

.paradigm .phase02-details .download-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.paradigm .phase02-details .download-section .download-icon {
    width: 50px
}

.paradigm .phase02-details .download-section .context {
    margin-left: 1.5rem
}

.paradigm .phase02-details .download-section .context img {
    width: 20px
}

.paradigm .phase02-details .download-section .context p {
    margin: 0;
    color: #fff;
    font-size: .9rem
}

.paradigm .phase02-details .download-section .context h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2rem;
    color: #fff;
    font-weight: 700
}

@media screen and (max-width:600px) {
    .paradigm .phase02-details .download-section .context h2 {
        font-size: 1.7rem
    }
}

.paradigm .thought-leadership {
    width: 100%;
    padding: 70px 0;
    background-color: #fff;
    position: relative
}

.paradigm .thought-leadership .col-md-10 {
    margin-left: 8.135%
}

@media screen and (max-width:992px) {
    .paradigm .thought-leadership .thoughts {
        margin-bottom: 2rem
    }

    .paradigm .phase01-details .right-image .phase01-details-image{
        width: 100%;   
    }
}

.paradigm .thought-leadership .thoughts img {
    width: 100%
}

.paradigm .thought-leadership .thoughts .title {
    font-family: "PwC ITC Charter", Georgia, Serif;
    font-size: 1.5rem;
    line-height: normal
}

.paradigm .thought-leadership .button__primary {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 3rem;
    color: #2d2d2d;
    border: 1px solid rgba(45, 45, 45, .6)
}

.tippy-box {
    background-color: transparent !important
}

.tippy-content {
    background-color: #fff;
    font-family: var(--secondaryFont);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: .8rem;
    border: 1px solid transparent;
    padding: 1rem 2.5rem;
    color: #000;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #b1b1b1
}

.tippy-content .tippy-list {
    list-style: none
}

.tippy-content .tippy-list li {
    font-size: .9rem;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif
}

.tippy-content .tippy-list li::before {
    content: "\2022";
    color: red;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.tippy-arrow {
    color: #fff
}

.tippy-box[data-placement^=right]>.tippy-arrow::before {
    border-right-color: #fff
}

.tippy-box[data-placement^=left]>.tippy-arrow::before {
    border-right-color: rgba(255, 255, 255, 0)
}

.tippy-box[data-placement^=down]>.tippy-arrow::before {
    border-right-color: rgba(255, 255, 255, 0)
}

.tippy-box[data-placement^=up]>.tippy-arrow::before {
    border-right-color: rgba(255, 255, 255, 0)
}


.phase01_modal{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 555;
    display: none;
}

.phase01_modal .modal_context{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phase01_modal .modal_context .close_modal{
    border: none;
    background-color: black;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.phase01_modal .modal_context .main_context{
    width: 100%;
    height: 70vh;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 1rem;
}

.phase01_modal .modal_context .main_context svg{
    width: 100%;
    height: auto;
}

.phase01_modal #bar01-info,
.phase01_modal #bar02-info,
.phase01_modal #bar03-info,
.phase01_modal #bar04-info {
    display: none;
}

.phase01_modal #mat:hover #bar01-info,
.phase01_modal #sys:hover #bar02-info,
.phase01_modal #build:hover #bar03-info,
.phase01_modal #path:hover #bar04-info {
    display: block;
}