#yesandno,
#yesandnn {
    display: none;
}

section.infographic .infographic-image {
    position: relative;
}

section.infographic .infographic-image .infographic-waypoint {
    position: absolute;
    width: 30px;
    height: 30px;
}

section.infographic .infographic-image .infographic-waypoint .svg-wrapper {
    position: relative;
    display: none;
}

section.infographic .infographic-image .infographic-waypoint .svg-wrapper svg {
    position: relative;
    width: 40px;
    height: 40px;
    /*animation: float 5s ease-in-out infinite;*/
    cursor: pointer;
    border-radius: 50%;
    background: #ffffff;
    z-index: 2;
}

section.infographic .infographic-image .infographic-waypoint .svg-wrapper {
    position: absolute;
    top: 0;
    border-radius: 50%;
    animation: floatwrapper 5s ease-in-out infinite;
    z-index: 1;
}

section.infographic .infographic-image .infographic-waypoint:hover .svg-wrapper {
    animation-play-state: paused
}

section.infographic .infographic-image .infographic-waypoint:hover .svg-wrapper svg {
    animation: pulse 1s infinite;
}

section.infographic .infographic-image .infographic-waypoint.step-1 {
    top: 39%;
    left: 19.5%;
}

section.infographic .infographic-image .infographic-waypoint.step-1 .svg-wrapper svg {
    width: 35px;
    height: 35px;
    fill: #a46403;
}

section.infographic .infographic-image .infographic-waypoint.step-2 {
    top: 43.4%;
    right: 40.7%;
}

section.infographic .infographic-image .infographic-waypoint.step-2 .svg-wrapper svg {
    width: 32px;
    height: 32px;
    fill: #9b0600;
}

section.infographic .infographic-image .infographic-waypoint.step-3 {
    top: 22.7%;
    right: 34.7%;
}

section.infographic .infographic-image .infographic-waypoint.step-3 .svg-wrapper svg {
    width: 28px;
    height: 28px;
    fill: #8c125d;
}

section.infographic .infographic-image .infographic-waypoint.step-4 {
    top: 22.2%;
    right: 28.2%;
}

section.infographic .infographic-image .infographic-waypoint.step-4 .svg-wrapper svg {
    width: 28px;
    height: 28px;
    fill: #560063;
}

section.infographic .infographic-image .infographic-waypoint.step-5 {
    top: 45.8%;
    right: 21.2%;
}

section.infographic .infographic-image .infographic-waypoint.step-5 .svg-wrapper svg {
    width: 34px;
    height: 34px;
    fill: #470974;
}

section.infographic .infographic-image .infographic-waypoint.step-6 {
    top: 68.3%;
    right: 23.7%;
}

section.infographic .infographic-image .infographic-waypoint.step-6 .svg-wrapper svg {
    width: 39px;
    height: 39px;
    fill: #032167;
}

section.infographic .infographic-image .infographic-waypoint.step-7 {
    top: 67.7%;
    left: 36.4%;
}

section.infographic .infographic-image .infographic-waypoint.step-7 .svg-wrapper svg {
    fill: #053a7c;
}

section.infographic .infographic-image .infographic-waypoint.step-8 {
    top: 58.9%;
    left: 12.4%;
}

section.infographic .infographic-image .infographic-waypoint.step-8 .svg-wrapper svg {
    width: 39px;
    height: 39px;
    fill: #00666b;
}

section.infographic .infographic-image .infographic-waypoint.step-9 {
    left: 31.1%;
    bottom: 7.2%;
}

section.infographic .infographic-image .infographic-waypoint.step-9 .svg-wrapper svg {
    width: 53px;
    height: 53px;
    fill: #1e8266;
}

section.infographic .infographic-image .infographic-waypoint.step-10 {
    right: 22.7%;
    bottom: 14.5%;
}

section.infographic .infographic-image .infographic-waypoint.step-10 .svg-wrapper svg {
    width: 53px;
    height: 53px;
    fill: #4c8504;
}

section.infographic .infographic-image .infographic-popup {
    position: absolute;
    left: 0;
    top: 0;
    width: 360px;
    display: none;
}

section.infographic .infographic-image .infographic-popup .content-wrapper {
    position: relative;
    border: 1px solid #404a2a;
    padding: 20px;
    background: #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    z-index: 11;
}

section.infographic .infographic-image .infographic-popup.active {
    display: block;
}

section.infographic .infographic-image .infographic-popup .close-popup {
    position: absolute;
    right: -16px;
    top: -16px;
    width: 36px;
    height: 36px;
    background: red;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #404a2a;
    cursor: pointer;
    -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
    -moz-box-shadow: inset 0px 0px 0px 2px #fff;
    box-shadow: inset 0px 0px 0px 2px #fff;
    text-align: center;
    z-index: 12;
}

section.infographic .infographic-image .infographic-popup .triangle-border {
    position: absolute;
    top: -62px;
    left: calc(50% - 12.5px);
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 85px solid #000000;
    /*transform: skew(50deg);*/
    z-index: 10;
}

section.infographic .infographic-image .infographic-popup .triangle {
    position: absolute;
    top: -60px;
    left: calc(50% - 12.5px);
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 85px solid #ffffff;
    /*transform: skew(50deg);*/
    z-index: 11;
}

section.infographic .infographic-image .infographic-popup.step-6 .triangle-border,
section.infographic .infographic-image .infographic-popup.step-6 .triangle,
section.infographic .infographic-image .infographic-popup.step-9 .triangle-border,
section.infographic .infographic-image .infographic-popup.step-9 .triangle,
section.infographic .infographic-image .infographic-popup.step-10 .triangle-border,
section.infographic .infographic-image .infographic-popup.step-10 .triangle {
    top: initial;
    bottom: -60px;
    border-top: 85px solid #ffffff;
    border-bottom: initial;
}

section.infographic .infographic-image .infographic-popup.step-6 .triangle-border,
section.infographic .infographic-image .infographic-popup.step-9 .triangle-border,
section.infographic .infographic-image .infographic-popup.step-10 .triangle-border {
    border-top: 85px solid #000000;
    bottom: -62px;
}

section.infographic .infographic-image .infographic-popup .close-popup svg {
    fill: #ffffff;
    width: 14px;
    height: 14px;
    line-height: 36px;
    margin-top: 10px;
}

section.infographic .infographic-image .infographic-popup .step-count {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #FD0002;
    font-size: 21px;
    line-height: 26px;
}

section.infographic .infographic-image .infographic-popup .step-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #000000;
    font-size: 21px;
    line-height: 26px;
}

section.infographic .infographic-image .infographic-popup .step-description {
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000000;
}

section.infographic .infographic-image .infographic-popup .step-description p {
    font-size: 15px;
    line-height: 21px;
}

section.infographic .infographic-image .infographic-popup .popup-read-more {
    margin-top: 6px;
    display: inline-block;
    background: #FD0002;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
    height: 28px;
    line-height: 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
   text-decoration: none;
}

section.infographic .infographic-contents {
    min-width: 321px;
    position: absolute;
    left: 15px;
    top: 15px;
}

section.infographic .infographic-content {
    width: 100%;
    background: #fff;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 1px solid #242424;
}

section.infographic .infographic-contents .infographic-contents-title {
    background: #242424;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 35px;
    color: #fff;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 38px;
}

section.infographic .infographic-content .step {
    cursor: pointer;
}

section.infographic .infographic-content .step .step-count {
    display: inline-block;
    width: 30px;
    height: 23px;
    line-height: 23px;
    background: #ffffff;
    text-align: center;
    color: #FD0002;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    font-size: 17px;
    margin-right: 0px;
    vertical-align: top;
}

section.infographic .infographic-content .step:first-of-type .step-count {
    height: 23px;
    line-height: 23px;
}

section.infographic .infographic-content .step:first-of-type .title {
    vertical-align: top;
}

section.infographic .infographic-content .step:last-of-type .step-count {
    height: 23px;
    line-height: 23px;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-bottom-left-radius: 13px;
}

section.infographic .infographic-content .step:last-of-type .title {
    vertical-align: top;
}

section.infographic .infographic-content .step .title {
    color: #242424;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    vertical-align: bottom:
}

section.infographic .infographic-content .step .title:hover {
    color: #FD0002;
}

section.infographic h2 {
    text-transform: none;
}

section.infographic .infographic-steps {
    margin-top: 30px;
}

section.infographic .infographic-steps .step {
    padding: 30px;
    padding-bottom: 15px;
    background: #ebebeb;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

section.infographic .infographic-steps .step .step-image {
    width: 270px;
    box-sizing: border-box;
}

section.infographic .infographic-steps .step .step-information {
    width: calc(100% - 270px);
    box-sizing: border-box;
}

section.infographic .infographic-steps .step .step-information .step-title {
    margin-bottom: 15px;
}

section.infographic .infographic-steps .step .step-information .step-title .step-count {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: red;
    text-align: center;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin-right: 5px;
    vertical-align: top;
}

section.infographic .infographic-steps .step .step-information .step-title .title {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    vertical-align: top;
}

section.infographic .infographic-steps .step .step-information .step-description,
section.infographic .infographic-steps .step .step-description.mobile {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
}

section.infographic .infographic-steps .step .step-information .step-description a {
    color: #e60208;
    text-decoration: none;
}

section.infographic .infographic-steps .step .step-information .step-description a:hover {
    text-decoration: underline;
}

section.infographic .infographic-steps .step .step-toggler {
    display: none;
    position: absolute;
    top: 18.5px;
    right: 25px;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
}

section.infographic .infographic-steps .step .step-toggler .svg-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

section.infographic .infographic-steps .step .step-toggler svg {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    fill: #5e5e5e;
    width: 20px;
    height: 20px;
}

section.infographic .infographic-steps .step .step-toggler .icon-open {
    display: block;
}

section.infographic .infographic-steps .step .step-toggler .icon-close {
    display: none;
}

section.infographic .infographic-steps .step.active .step-toggler .icon-open {
    display: none;
}

section.infographic .infographic-steps .step.active .step-toggler .icon-close {
    display: block;
}

section.infographic .infographic-steps .step .step-description.mobile {
    display: none;
}

section.infographic .infographic-steps .step .step-information .step-description .full {
    display: none;
}

section.infographic .infographic-steps .step .step-information .step-description .full.active {
    display: block;
}

section.infographic .infographic-steps .step .step-information .step-description .show-more {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #000000;
    text-decoration: none;
}

section.infographic .infographic-steps .step .step-information .step-description .contact-us {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #e60208;
    background: -moz-linear-gradient(top, #e60208 0%, #c20207 100%);
    background: -webkit-linear-gradient(top, #e60208 0%, #c20207 100%);
    background: linear-gradient(to bottom, #e60208 0%, #c20207 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e60208', endColorstr='#c20207', GradientType=0);
    display: none;
    vertical-align: top;
    margin-left: 15px;
}

section.infographic .infographic-steps .step .step-information .step-description .contact-us.active {
    display: inline-block;
}

section.infographic .infographic-steps .step:nth-child(1) {
    border-bottom: 4px solid #ff9205;
}

section.infographic .infographic-content .step:nth-child(1):hover .step-count,
section.infographic .infographic-steps .step:nth-child(1):hover .step-information .step-title .step-count {
    color: #ffffff;
    background: #ff9205;
}

section.infographic .infographic-steps .step:nth-child(2) {
    border-bottom: 4px solid #fc0002;
}

section.infographic .infographic-content .step:nth-child(2):hover .step-count,
section.infographic .infographic-steps .step:nth-child(2):hover .step-information .step-title .step-count {
    color: #ffffff;
    background: #fc0002;
}

section.infographic .infographic-steps .step:nth-child(3) {
    border-bottom: 4px solid #d20081;
}

section.infographic .infographic-content .step:nth-child(3):hover .step-count,
section.infographic .infographic-steps .step:nth-child(3):hover .step-information .step-title .step-count {
    color: #ffffff;
    background: #d20081;
}

section.infographic .infographic-steps .step:nth-child(4) {
    border-bottom: 4px solid #9002aa;
}

section.infographic .infographic-content .step:nth-child(4):hover .step-count,
section.infographic .infographic-steps .step:nth-child(4):hover .step-information .step-title .step-count {
    color: #ffffff;
    background: #9002aa;
}

section.infographic .infographic-steps .step:nth-child(5) {
    border-bottom: 4px solid #6602aa;
}

section.infographic .infographic-content .step:nth-child(5):hover .step-count,
section.infographic .infographic-steps .step:nth-child(5):hover .step-information .step-title .step-count {
    color: #ffffff;
    background: #6602aa;
}

section.infographic .infographic-steps .step:nth-child(6) {
    border-bottom: 4px solid #062dae;
}

section.infographic .infographic-content .step:nth-child(6):hover .step-count,
section.infographic .infographic-steps .step:nth-child(6):hover .step-information .step-title .step-count {
    color: #ffffff;
    background: #062dae;
}

section.infographic .infographic-steps .step:nth-child(7) {
    border-bottom: 4px solid #0051c4;
}

section.infographic .infographic-content .step:nth-child(7):hover .step-count,
section.infographic .infographic-steps .step:nth-child(7):hover .step-information .step-title .step-count {
    color: #ffffff;
    background: #0051c4;
}

section.infographic .infographic-steps .step:nth-child(8) {
    border-bottom: 4px solid #0291b5;
}

section.infographic .infographic-content .step:nth-child(8):hover .step-count,
section.infographic .infographic-steps .step:nth-child(8):hover .step-information .step-title .step-count {
    color: #ffffff;
    background: #0291b5;
}

section.infographic .infographic-steps .step:nth-child(9) {
    border-bottom: 4px solid #04b78d;
}

section.infographic .infographic-content .step:nth-child(9):hover .step-count,
section.infographic .infographic-steps .step:nth-child(9):hover .step-information .step-title .step-count {
    color: #ffffff;
    background: #04b78d;
}

section.infographic .infographic-steps .step:nth-child(10) {
    border-bottom: 4px solid #6bc400;
}

section.infographic .infographic-content .step:nth-child(10):hover .step-count,
section.infographic .infographic-steps .step:nth-child(10):hover .step-information .step-title .step-count {
    color: #ffffff;
    background: #6bc400;
}

section.infographic .infographic-steps .step .step-map {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 0;
    background: #000000;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: pointer;
}

section.infographic .infographic-steps .step .step-map span {
    position: relative;
}

section.infographic .infographic-steps .step .step-map span svg {
    position: relative;
    top: 1px;
    right: -3px;
    width: 14px;
    height: 11px;
    fill: #ffffff;
}

.desktop-step-contents .row {
    display: flex;
    flex-wrap: wrap;
}

.desktop-step-contents .row a {
    width: 50%;
    text-decoration: none;
}

.desktop-step-contents .row a:hover {
    text-decoration: underline;
}

.desktop-step-contents .desktop-step {
    cursor: pointer;
    font-size: 24px;
    color: #272727;
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-8px);
    }
    100% {
        transform: translatey(0px);
    }
}

@keyframes floatwrapper {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translatey(-8px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }
    70% {
        -moz-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@media only screen and (max-width: 991px) {

    .desktop-step-contents {
        display: none;
    }

    section.infographic {
        margin-top: 0;
    }

    section.infographic .infographic-image {
        display: none;
    }

    section.infographic .infographic-steps .step {
        padding: 0;
        height: 80px;
    }

    section.infographic .infographic-steps .step.active {
        height: auto;
    }

    section.infographic .infographic-steps .step .step-image {
        width: 100px;
        height: 80px;
        padding-left: 15px;
    }

    section.infographic .infographic-steps .step .step-information {
        width: calc(100% - 100px);
        box-sizing: border-box;
    }

    section.infographic .infographic-steps .step .step-information .step-title {
        margin-bottom: 0;
        margin-top: 26px;
    }

    section.infographic .infographic-steps .step .step-information .step-title .title,
    section.infographic .infographic-steps .step .step-information .step-title .step-count {
        vertical-align: middle;
    }

    section.infographic .infographic-steps .step .step-information .step-title .title {
        font-size: 20px;
        line-height: 20px;
    }

    section.infographic .infographic-steps .step .step-toggler {
        display: inline-block;
    }

    section.infographic .infographic-steps .step.active .step-description.mobile {
        display: block;
    }

    section.infographic .infographic-steps .step .step-image img {
        max-height: 100%;
        padding-bottom: 4px;

    }

    section.infographic .infographic-steps .step .step-map,
    section.infographic .infographic-steps .step .step-information .step-description,
    section.infographic .infographic-steps .step .step-information .step-description .show-more {
        display: none;
    }

}


@media only screen and (max-width: 600px) {

    section.infographic .infographic-steps .step .step-information .step-title .step-count {
        font-size: 14px;
    }

    section.infographic .infographic-steps .step .step-information .step-title .title {
        font-size: 14px;
        line-height: 14px;
        word-break: break-word;
    }

}

@media only screen and (max-width: 450px) {

    section.infographic .infographic-steps .step .step-image {
        width: 70px;
        padding-left: 0;
    }

    section.infographic .infographic-steps .step .step-image img {
        margin-top: 3px;
        padding-bottom: 0;
    }

    section.infographic .infographic-steps .step .step-information {
        width: calc(100% - 70px);
    }

    section.infographic .infographic-steps .step .step-information .step-title {
        padding-right: 55px;
    }

    section.infographic .infographic-steps .step .step-information .step-title .step-count {
        width: 18px;
        height: 18px;
        font-size: 11px;
        line-height: 17px;
        margin-right: 0;
        vertical-align: top;
    }

    section.infographic .infographic-steps .step .step-toggler {
        right: 10px;
    }

}

@media only screen and (max-width: 340px) {

    section.infographic .infographic-steps .step .step-information .step-title .title {
        font-size: 12px;
        line-height: 12px;
    }

}
