:root {
    --jot-font-title: 'Gilda Display', serif;
    --jot-accent : #b40101;
    --swu-color-primary: #20191a;
    --swu-color-secondary: #b40101;
}

/* Override Defaults */
#inner-page-wrapper {
    margin: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.ip-banner {
    display: none;
}

/* Custom Classes */
.img-wrapper {
    position: relative;
}

.img-wrapper canvas {
    display: block;
    width: 100%;
}

.img-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rel {
    position: relative;
}

.rel-z {
    position: relative;
    z-index: 100;
}

.bg-canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
    z-index: 0;
}

/* IP Custom Banner */
.ip-custom-banner {
    position: relative;
}

.ip-custom-banner canvas {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
}

.ip-custom-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0,0,0,0.4);
}

.ip-custom-banner .container {
    max-width: 946px;
    width: 100%;
}

.ip-banner-title {
    position: absolute;
    bottom: 73px;
    left: 0;
    width: 100%;
    font-size: clamp(35px,4.063vw,60px);
    color: #fff;
    font-family: 'Gilda Display', serif;
    z-index: 5;
}

/* Section 1 */
.ip-bg-roadmap {
    padding: 61px 0 59px;
}

.ip-bg-roadmap-container {
    max-width: 1600px;
    width: 100%;
    margin: auto;
}

.ip-bg-roadmap h2 {
    font-family: 'Gilda Display', serif;
    font-size: 40px;
    color: #20191a;
    padding: 0 15px;
}

.ip-bg-download {
    padding: 0 15px;
}

.ip-bg-download p {
    font-family: var(--Roboto);
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 0.05em;
    color: #20191a;
}

.ip-bg-download a {
    margin: 18px auto 0;
}


.ip-bg-btn {
    font-family: var(--Roboto);
    font-weight: 500;
    font-size: 19px;
    letter-spacing: 0.1em;
    color: #20191a;
    border: 1px solid #000000;
    height: 80px;
    width: 100%;
    max-width: 467px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 0 15px;
    transition: all 0.3s ease-in-out;
}



.ip-bg-btn:hover {
    background: var(--accent-color);
    color: #fff;
    border-color: var(--accent-color);
}

.ip-bg-roadmap-map {
    display: block;
    position: relative;
    margin: 69px 0 55px;
}

.ip-bg-roadmap-map-main {
    position: relative;
    width: 1600px;
}

.ip-bg-roadmap-map-graphics h3 {
    position: absolute;
    font-family: 'Gilda Display', serif;
    font-size: 58px;
    color: #cbccce;
    text-transform: uppercase;
    margin: 0;
}

.ip-bg-roadmap-map-graphics img {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}

.ip-bg-roadmap-md-icon {
    position: absolute;
    width: 2px;
    height: 79px;
    background: #df1a23;
}

.ip-bg-roadmap-md-icon::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #df1a23;
    position: absolute;
    left: -3px;
    top: -8px;
}

.ip-bg-roadmap-md-icon.horizontal {
    width: 25px;
    height: 2px;
}

.ip-bg-roadmap-md-icon.left.horizontal {
    width: 75px;
}

.ip-bg-roadmap-md-icon.bot::before {
    top: auto;
    bottom: -8px;
}

.ip-bg-roadmap-md-icon.right::before {
    left: auto;
    right: -8px;
    top: -3px;
}

.ip-bg-roadmap-md-icon.left::before {
    left: -8px;
    top: -3px;
}

.ip-bg-roadmap-md-icon.lg {
    height: 98px;
}

.ip-bg-roadmap-md-item-content {
    position: absolute;
    width: auto;
}

.ip-bg-roadmap-md-item-content h4 {
    color: #20191a;
    font-family: var(--Roboto);
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 25px;
}

.ip-bg-roadmap-md-item-content p {
    color: #20191a;
    font-family: var(--Roboto);
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

/* New Roadmap START */
/* roadmap */
.ip-swuv2__roadmap .section-bg,
.ip-swuv2__roadmap .section-bg canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}
.ip-swuv2__roadmap canvas.parallax-bg {
    background-attachment: scroll;
}
.ip-swuv2__roadmap canvas.parallax-bg.lazyloaded {
    position: fixed;
    background-size: cover;
    background-position: center;
}
.ip-swuv2__roadmap {
    position: relative;
    /* overflow: clip; */
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
    .ip-swuv2__roadmap img.placeholder {
        display: block;
        width: 100%;
        height: auto;
    }
    .ip-swuv2__roadmap .section-bg {
        background: #fff;
    }
        .ip-swuv2__roadmap .section-bg canvas {
            opacity: 1;
        }

    img.cloud-accent {
        position: absolute;
        z-index: 1;
    }
    img.cloud-accent.cloud-top {
        top: -5px;
        right: -158px;
        width: 408px;
        width: 25.5vw;
        top: -0.3125vw;
        top: 1vw;
        right: -9.875vw;
    }
    img.cloud-accent.cloud-bottom {
        /* top: 84.7vh; */
        top: calc(100vh - 8.625vw);
        top: calc(100vh - 14.625vw);
        left: -230px;
        left: -14.374999999999998vw;
        width: 454px;
        width: 28.375vw;
    }
    .ip-swuv2__roadmap-wrapper {
        display: flex;
        will-change: transform, opacity, clip-path;
    }
    .ip-swuv2__roadmap-horizontal {
        position: relative;
        /* min-height: 900px; */
        min-height: 100vh;
        z-index: 1;
        display: flex;
        will-change: transform, opacity, clip-path;
    }
        .ip-swuv2__roadmap-title {
            font-size: 40px;
            font-family: var(--jot-font-title);
            line-height: 1.2;
            color: #20191a;
            width: 620px;
            padding: 0 80px 31px;
            align-self: center;
            margin-right: 109px;
        }
            .ip-swuv2__roadmap-title h2 {
                font-size: inherit;
            }
            .ip-swuv2__roadmap-title span {
                display: block;
                font-size: 20px;
                letter-spacing: 0.08em;
                line-height: 1;
                color: var(--jot-accent);
                text-transform: uppercase;
                font-family: 'Roboto', sans-serif;
                position: relative;
                margin-bottom: 11px;
            }
            .ip-swuv2__roadmap-title span:before {
                content: '';
                position: absolute;
                top: -8px;
                margin-right: 10px;
                right: 100%;
                width: 31px;
                height: 37px;
                background: url(../../images/sell-with-us-v2/roadmap-title-icon.png) center/contain no-repeat;
            }
            .ip-swuv2__roadmap-title strong {
                font-weight: 400;
                color: var(--jot-accent);
            }

    .ip-swuv2__roadmap-content {
        position: relative;
        align-self: center;
        margin: 0 0 15px;
    }
        .ip-swuv2__roadmap-road {
            position: relative;
            width: 4879px;
        }
            .ip-swuv2__roadmap-road canvas {
                display: block;
                width: 100%;
                background-size: auto 100%;
                background-repeat: repeat-x;
                background-position: 0 0;
                will-change: transform, opacity, clip-path;
            }
        .ip-swuv2__roadmap-list {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
            .ip-swuv2__roadmap-item {
                position: absolute;
            }
                .ip-swuv2__roadmap-item .-img {
                    position: relative;
                    overflow: hidden;
                    border: 1px solid #fff;
                    border-radius: 50%;
                    width: 184px;
                    margin: 0 auto;
                    transition: transform .3s ease;
                }
                    .ip-swuv2__roadmap-item .-img img {
                        display: block;
                        width: 100%;
                        height: auto;
                        aspect-ratio: 258/258;
                        border-radius: inherit;
                    }
                .ip-swuv2__roadmap-item .-number {
                    width: 76px;
                    height: 76px;
                    border-radius: 50%;
                    background: #fff;
                    background: linear-gradient(90deg, rgba(33,25,27,1) 0%, rgba(92,91,91,1) 100%);
                    border: 1px solid #2d2727;
                    font-size: 24px;
                    color: var(--jot-accent);
                    display: flex;
                    padding: 10px;
                    position: relative;
                    margin: 0 auto;
                    font-weight: 600;
                    transition: transform .3s ease;
                }
                    .ip-swuv2__roadmap-item .-number:before {
                        content: '';
                        position: absolute;
                        left: 0;
                        right: 0;
                        margin: auto;
                        border-style: solid;
                        transform: rotate(0deg);
                        width: 0;
                        height: 0;
                    }
                    .ip-swuv2__roadmap-item:nth-child(odd) .-number:before {
                        border-width: 21px 12px 0 12px;
                        border-color: #343232 transparent transparent transparent;
                        top: 100%;
                        margin-top: -6px;
                    }
                    .ip-swuv2__roadmap-item:nth-child(even) .-number:before {
                        border-width: 0 12px 21px 12px;
                        border-color: transparent transparent #343232 transparent;
                        bottom: 100%;
                        margin-bottom: -6px;
                    }
                    .ip-swuv2__roadmap-item .-number span {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 100%;
                        height: 100%;
                        background: #fff;
                        border-radius: inherit;
                        transition: background .3s ease, color .3s ease;
                    }

                    .ip-swuv2__roadmap-item.active .-number {
                        transform: rotate(360deg);
                    }
                        .ip-swuv2__roadmap-item.active .-number span {
                            background: var(--jot-accent);
                            color: #fff;
                            transform: rotate(-360deg);
                        }
                    .ip-swuv2__roadmap-item.active .-img {
                        transform: scale(1.4022);
                    }

                .ip-swuv2__roadmap-item .-text {
                    text-align: center;
                    width: 265px;
                }
                    .ip-swuv2__roadmap-item .-text h3 {
                        font-size: 24px;
                        font-weight: 600;
                        letter-spacing: 0.08em;
                        color: var(--jot-accent);
                        text-transform: uppercase;
                        margin-bottom: 8px;
                    }
                    .ip-swuv2__roadmap-item .-text p {
                        font-size: 15px;
                        letter-spacing: 0.01em;
                        color: #20191a;;
                        line-height: 1.6;
                        font-family: 'Roboto', sans-serif;
                        text-align: justify;
                    }

            .ip-swuv2__roadmap-item:nth-child(odd) {
                display: flex;
                flex-flow: column;
            }
                .ip-swuv2__roadmap-item:nth-child(odd) .-number {
                    margin-top: 11px;
                    margin-bottom: 66px;
                }
            .ip-swuv2__roadmap-item:nth-child(even) {
                display: flex;
                flex-flow: column-reverse;
            }
                .ip-swuv2__roadmap-item:nth-child(even) .-number {
                    margin-top: 51px;
                    margin-bottom: 11px;
                }
            .ip-swuv2__roadmap-item.item-1 {
                top: -230px;
                left: -117px;
            }
            .ip-swuv2__roadmap-item.item-2 {
                bottom: -232px;
                left: 430px;
            }
            .ip-swuv2__roadmap-item.item-3 {
                top: -230px;
                left: 973px;
            }
            .ip-swuv2__roadmap-item.item-4 {
                bottom: -232px;
                left: 1500px;
            }
            .ip-swuv2__roadmap-item.item-5 {
                top: -230px;
                left: 2023px;
            }
            .ip-swuv2__roadmap-item.item-6 {
                bottom: -232px;
                left: 2580px;
            }
            .ip-swuv2__roadmap-item.item-7 {
                top: -230px;
                left: 3103px;
            }
            .ip-swuv2__roadmap-item.item-8 {
                bottom: -232px;
                left: 3660px;
            }
            .ip-swuv2__roadmap-item.item-9 {
                top: -230px;
                left: 4183px;
            }
            .ip-swuv2__roadmap-item.item-10 {
                bottom: -232px;
                left: 4750px;
            }

    .ip-swuv2__roadmap.screen-pinned .ip-swuv2__roadmap-arrow {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
    .ip-swuv2__roadmap-arrow {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        width: 42px;
        height: 46px;
        background: #c1c1c1;
        color: #fff;
        z-index: 10;
        margin: auto;
        font-size: 18px;
        color: #fff;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        letter-spacing: -0.2em;
        transition: all .3s ease;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
        .ip-swuv2__roadmap-arrow:hover {
            background: var(--jot-accent);
        }
/* roadmap */
/* New Roadmap END */

/* Content */
.ip-bgc-row-container {
    max-width: 1288px;
    width: 100%;
    margin: auto;
}

.ip-bgc-row-main {
    max-width: 1024px;
    width: 100%;
    margin: 0;
    background: #fff;
}

.row1 .ip-bgc-top .ip-bgc-row-main {
    min-height: 417px;
}

.row1 .ip-bgc-top {
    padding: 99px 30px 0 30px;
}

.ip-bgc-bg-bw {
    background: #000;
}

.ip-bgc-bg-bw canvas {
    mix-blend-mode: luminosity;
}

.ip-bgc-bg-bw.bw1 {
    width: 18.75%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.ip-bgc-bg-bw::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 2;
}

.ip-bgc-bg-colored.colored1 {
    width: 35.25%;
    height: 100%;
    position: absolute;
    right: 70px;
    top: 0;
}

.heading-2 {
    font-family: 'Gilda Display', serif;
    font-size: 40px;
    color: #20191a;
}

.heading-4 {
    font-family: var(--Roboto);
    font-weight: 500;
    font-size: 17px;
    color: #20191a;
    text-decoration: underline;
    letter-spacing: 0.05em;
}

.p-txt {
    font-family: var(--Roboto);
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 0.05em;
    color: #20191a;
    line-height: 25px;
}

.ip-bgc-list ul {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}

.ip-bgc-list ul li {
    font-family: var(--Roboto);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #20191a;
    line-height: 25px;
    padding-left: 14px;
    position: relative;
}

.ip-bgc-list ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #20191a;
}

.ip-bgc-list h4 {
    margin: 0 0 20px;
}

.ip-bgc-row-main .heading-2 {
    margin: 0 0 29px;
}

.row1 .ip-bgc-row-main p {
    margin: 19px 0 33px;
}

.ip-bgc-row-main-inner {
    max-width: 876px;
    width: 100%;
    margin: auto;
}

.row1 .ip-bgc-top .ip-bgc-row-main {
    padding: 72px 15px 34px;
}

.ip-bgc-bot .ip-bgc-list {
    margin: 0 0 31px;
}

.ip-bgc-bot {
    padding: 23px 30px 0;
}

/* Row 2 */
.row2 .ip-bgc-row-main {
    min-height: 317px;
    margin-left: auto;
    max-width: 100%;
}

.row2 .ip-bgc-top {
    padding: 99px 0 0 0;
    margin: 59px 0 0;
}

.row2 .ip-bgc-bg-colored.colored1 {
    right: auto;
    left: 70px;
}

.row2 .ip-bgc-bg-bw.bw1 {
    right: 0;
    left: auto;
}

.ip-bgc-row-container {
    max-width: 1176px;
    padding: 0 15px;
}

.row2 .ip-bgc-row-main-inner {
    max-width: 784px;
}

.row2 .ip-bgc-top .ip-bgc-row-main {
    padding: 50px 15px 15px;
    max-width: 910px;
}

.row2 .ip-bgc-cl-items {
    margin: 0 0 15px;
}

.row2 .ip-bgc-cl-items p span {
    font-weight: 500;
    text-decoration: underline;
}

.row2 .ip-bgc-cl-col {
    width: 50%;
}

.row2 .ip-bgc-cl-col:first-child{
    padding: 0 25px 0 0;
}

.row2 .ip-bgc-cl-col:last-child{
    padding: 0 0 0 25px;
}

.row2 .ip-bgc-bot .ip-bgc-row-main {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: auto;
    flex-wrap: wrap;
}

.row2 .ip-bgc-bot {
    padding: 42px 30px 0;
}

.row2 .ip-bgc-list ul {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}

.row2 .ip-bgc-list:last-child ul {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
}

.row2 .ip-bgc-list {
    margin: 0 0 33px;
}

.row2 .ip-bgc-bot-list .ip-bgc-row-main .heading-2 {
    margin: 63px 0 20px;
}

/* Row 3 */
.row3 .ip-bgc-row-main {

    margin-left: auto;
    max-width: 100%;
}

.row3 .ip-bgc-top .ip-bgc-row-main {
    min-height: 317px;
}

.row3 .ip-bgc-top {
    padding: 99px 30px 0 30px;
    margin: 59px 0 0;
}

.row3 .ip-bgc-bg-colored.colored1 {
    right: auto;
    left: 70px;
}

.row3 .ip-bgc-bg-bw.bw1 {
    right: 0;
    left: auto;
}


.row3 .ip-bgc-row-main-inner {
    max-width: 784px;
}

.row3 .ip-bgc-top .ip-bgc-row-main {
    padding: 50px 15px 15px;
    max-width: 910px;
}

.row3 .ip-bg-btn {
    max-width: 197px;
    margin: 21px 0 0;
}

.row3 {
    margin: 71px 0 89px;
}

.ip-bgc-bot-list {
    padding: 0 30px;
}

.row3 .ip-bgc-bot {
    padding: 51px 30px 0;
}

.row3 .ip-bgc-bot p {
    margin: 0 0 25px;
}


.ip-bg-download a {
    font-size: 27px;
    max-width: 660px;
    height: 110px;

    background: var(--accent-color);
    border-color: var(--accent-color);
    color: #fff;
}

.ip-bg-download a:hover{
  background: transparent;
  border-color: #000;
  color: #000;
}









.pf-field input , .pf-field textarea {
    width: 100%;
    height: 50px;
    border: 0;
    border-bottom: 1px solid #000000;
    color: #747474;
    font-family: var(--Roboto);
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.025em;
}

.ppr-form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.pf-field.pf-f {
    width: 100%;
}

.pf-field.pf-h {
    width: calc(100%  / 2 - 10px);
}

.pf-submit input {
    width: 177px;
    height: 60px;
    border: 1px solid #000;
    background: transparent;
    font-size: 17px;
    font-weight: 500;
    color: #20191a;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 18px auto 0;
    display: block;
    transition: all 0.3s ease;
}

.pf-submit input:hover {
    background: var(--accent-color);
    color: #fff;
    border-color: var(--accent-color);
}

.pf-submit {
    width: 100%;
    display: flex;
    justify-content: center;
}

.popup-roadmap-form-wrapper h2 {
    text-align: center;
}


body .aiosp-container.aiosp-inline-holder.aiosp-ref-\#popup-guide .aios-popup-body{
  min-height: auto;
}



@media only screen and (min-width: 992px) {
     /* roadmap */
     .ip-swuv2__roadmap {
        /* padding-top: 80px; */
        padding-top: 5vw;
    }
    .ip-swuv2__roadmap-horizontal {
        /* min-height: calc(100vh - 80px); */
        /* padding-bottom: 80px; */
        padding-bottom: 5vw;
    }
        .ip-swuv2__roadmap-title {
            font-size: 2.5vw;
            width: 38.75vw;
            padding: 0 5vw 1.9375vw;
            margin-right: 6.812500000000001vw;
        }
            .ip-swuv2__roadmap-title span {
                font-size: 1.25vw;
                margin-bottom: 0.6875vw;
            }
            .ip-swuv2__roadmap-title span:before {
                top: -0.5vw;
                margin-right: 0.625vw;
                width: 1.9375vw;
                height: 2.3125vw;
            }

    .ip-swuv2__roadmap-content {
        margin: 0 0 0.9375vw;
    }
        .ip-swuv2__roadmap-road {
            width: 304.9375vw;
        }
            .ip-swuv2__roadmap-road canvas {
                height: 22vh;
                background-size: 100% 100%;
            }
                .ip-swuv2__roadmap-item .-img {
                    width: 11.5vw;
                }
                .ip-swuv2__roadmap-item .-number {
                    width: 4.75vw;
                    height: 4.75vw;
                    font-size: 1.5vw;
                    padding: 0.625vw;
                }
                    .ip-swuv2__roadmap-item:nth-child(odd) .-number:before {
                        border-width: 1.3125vw 0.75vw 0 0.75vw;
                        margin-top: -0.375vw;
                    }
                    .ip-swuv2__roadmap-item:nth-child(even) .-number:before {
                        border-width: 0 0.75vw 1.3125vw 0.75vw;
                        margin-bottom: -0.375vw;
                    }
                .ip-swuv2__roadmap-item .-text {
                    width: 16vw;
                }
                    .ip-swuv2__roadmap-item .-text h3 {
                        font-size: 1.5vw;
                        margin-bottom: 0.5vw;
                    }
                    .ip-swuv2__roadmap-item .-text p {
                        font-size: 0.9375vw;
                    }
                .ip-swuv2__roadmap-item:nth-child(odd) .-number {
                    margin-top: 0.6875vw;
                    margin-bottom: 4.125vw;
                }
                .ip-swuv2__roadmap-item:nth-child(even) .-number {
                    margin-top: 3.1875vw;
                    margin-bottom: 0.6875vw;
                }
            .ip-swuv2__roadmap-item.item-1 {
                top: -14.374999999999998vw;
                left: -7.3125vw;
            }
            .ip-swuv2__roadmap-item.item-2 {
                bottom: -14.499999999999998vw;
                left: 26.875vw;
            }
            .ip-swuv2__roadmap-item.item-3 {
                top: -14.374999999999998vw;
                left: 60.8125vw;
            }
            .ip-swuv2__roadmap-item.item-4 {
                bottom: -14.499999999999998vw;
                left: 93.75vw;
            }
            .ip-swuv2__roadmap-item.item-5 {
                top: -14.374999999999998vw;
                left: 126.4375vw;
            }
            .ip-swuv2__roadmap-item.item-6 {
                bottom: -14.499999999999998vw;
                left: 161.25vw;
            }
            .ip-swuv2__roadmap-item.item-7 {
                top: -14.374999999999998vw;
                left: 193.9375vw;
            }
            .ip-swuv2__roadmap-item.item-8 {
                bottom: -14.499999999999998vw;
                left: 228.75vw;
            }
            .ip-swuv2__roadmap-item.item-9 {
                top: -14.374999999999998vw;
                left: 261.4375vw;
            }
            .ip-swuv2__roadmap-item.item-10 {
                bottom: -14.499999999999998vw;
                left: 296.875vw;
            }
    /* New roadmap */
}


@media only screen and (max-width: 1199px) {
    .ip-bgc-bg-colored.colored1 {
        right: 15px;
    }

    .row3 .ip-bgc-bg-colored.colored1 {
        left: 15px;
    }
}

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


  .pf-field.pf-h {
      width: 100%;
  }

  body .aiosp-container.aiosp-inline-holder.aiosp-ref-\#popup-guide .aios-popup-body {
      padding: 15px;
  }












    .ip-bgc-bg-colored.colored1 {
        right: 0;
    }

    .row3 .ip-bgc-bg-colored.colored1 {
        left: 0;
    }

    .row1 .ip-bgc-top,
    .row3 .ip-bgc-top {
        padding: 99px 0 0;
    }

    .ip-bgc-bot {
        padding: 23px 15px 0;
    }

    .row3 .ip-bgc-top .ip-bgc-row-main,
    .row3 .ip-bgc-row-main-inner,
    .ip-bgc-row-main-inner {
        max-width: 100%;
    }

    .ip-bgc-list ul {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }

    .ip-bgc-bot-list {
        padding: 0 15px;
    }

    .heading-2 {
        font-size: 30px !important;
    }

    .ip-bg-roadmap-map {
        margin-top: 0;
    }

    .ip-bg-roadmap-map-outer {
        height: auto !important;
        text-align: center;
        padding: 50px 15px;
    }

    .ip-bg-roadmap-map-main {
        width: 100%;
        transform: scale(1) !important;
    }

    .ip-bg-roadmap-map-base {
        display: none !important;
    }

    .ip-bg-roadmap-md-icon {
        display: none !important;
    }

    .ip-bg-roadmap-map-graphics h3,
    .ip-bg-roadmap-map-graphics img  {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
    }

    .ip-bg-roadmap-map-graphics h3 {
        margin: 0 0 15px;
    }

    .ip-bg-roadmap-md-item-content {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        text-align: center !important;
    }

    .ip-bg-roadmap-md-item-content p {
        width: 100% !important;
        font-size: 16px;
        margin: 10px 0 0;
    }

    .ip-bg-roadmap-map-graphics h3 {
        font-size: 30px !important;
    }

    .ip-bg-roadmap-md-item {
        max-width: 400px;
        width: 100%;
        padding: 15px 0;
        margin: auto;
    }

    .ip-bg-roadmap-md-item-content h4 {
        font-size: 20px;
    }

    .ip-bg-roadmap-map-details {
        padding: 30px 0;
    }

    /* New roadmap */
    .ip-swuv2__banner {
        padding-top: 52px;
    }
    .ip-swuv2__roadmap-horizontal {
        height: initial;
        width: 100%;
        padding: 80px 0;
        flex-wrap: wrap;
    }
    .cloud-accent {
        display: none;
    }
    .ip-swuv2__roadmap-arrow {
        display: none;
    }

    .ip-swuv2__roadmap-title {
        width: 100%;
        text-align: center;
        margin: 0;
        font-size: 30px;
        padding: 0 45px;
        margin-bottom: 50px;
    }
        .ip-swuv2__roadmap-title span:before {
            display: none;
        }

    .ip-swuv2__roadmap-content {
        width: 100%;
    }

    .ip-swuv2__roadmap-road {
        display: none;
    }

    .ip-swuv2__roadmap-list {
        position: relative;
    }

    .ip-swuv2__roadmap-item {
        position: relative;
        left: initial!important;
        top: initial!important;
        bottom: initial!important;
        flex-flow: column!important;
        max-width: 90%;
        margin: 0 auto 80px;
        padding: 0 15px;
    }


    .ip-swuv2__roadmap-item .-text {
        margin: 0 auto;
        max-width: 100%;
    }

    .ip-swuv2__roadmap-item:nth-child(odd) .-number {
        margin-bottom: 30px;
    }

    .ip-swuv2__roadmap-item:nth-child(even) .-number {
        margin-top: 30px;
    }
    .ip-swuv2__roadmap-item:before,
    .ip-swuv2__roadmap-item:after {
        content: '';
        position: absolute;
    }
    .ip-swuv2__roadmap-item:before {
        top: 230px;
        bottom: -40px;
        left: 0;
        right: 50%;
        border-top: 2px dashed #7b7b7d;
        border-left: 2px dashed #7b7b7d;
        border-bottom: 2px dashed #7b7b7d;
    }

    .ip-swuv2__roadmap-item:after {
        right: -2px;
        top: 100%;
        width: 50%;
        bottom: -313px;
        margin-top: 38px;
        border-top: 2px dashed #7b7b7d;
        border-right: 2px dashed #7b7b7d;
        border-bottom: 2px dashed #7b7b7d;
    }

    .ip-swuv2__roadmap-item:nth-child(even) .-number {
        margin-bottom: 30px;
        margin-top: 11px;
    }

    .ip-swuv2__roadmap-item:nth-child(even) .-number:before {
        border-width: 21px 12px 0 12px;
        border-color: #343232 transparent transparent transparent;
        top: 100%;
        margin-top: -6px;
    }

    .ip-swuv2__roadmap-item.item-10:before,
    .ip-swuv2__roadmap-item.item-10:after {
        display: none;
    }

    .ip-swuv2__roadmap-item.item-10 {
        margin-bottom: 0;
    }

    /* New roadmap */

}
