.ip-banner{
    display: none;
}

.ip-custom-banner-content-holder {
    background: #a9c8fe;
    position: relative;
    padding: 220px 0 0;
    padding: 11.458vw 0 0;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

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

#content-sidebar, #content-full {
    margin-top: 0;
}

.ip-custom-banner-content {
    width: 85.417vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
    align-items: center;
}

.ip-custom-banner-content-inner {
    width: 39.939%;
    padding-left: 21px;
    padding-left: 1.094vw;
}

.ip-custom-banner-content-photo {
    width: 60.061%;
}

.ip-sh-photo {
    position: relative;
}

.ip-sh-photo canvas {
    display: block;
    width: 100%;
}

.ip-sh-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.ip-sh-title {
    font-size: 70px;
     font-size: 3.646vw; 
    color: #493fe2;
    font-weight: 700;
    line-height: 80px;
    line-height: 4.167vw;
    font-family: var(--font-family-default);
    margin-bottom: 58px;
    margin-bottom: 3.021vw;
}

.ip-sh-search-field {
    position: relative;
    max-width: 572px;
    max-width: 29.792vw;
}

    .ip-sh-search-field input {
        border-radius: 0;
        color: #b0b0b0;
        font-size: 24px;
        font-size: 1.25vw;
        font-weight: 400;
        font-family: var(--font-family-default);
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #fff;
        width: 100%;
        height: 69px;
        height: 3.594vw;
        padding: 0 30px;
        padding: 0 1.563vw;
        padding-right: 77px;
        padding-right: 4.01vw;
        border: none;
        line-height: 1;
        border-radius: 5px;
        box-shadow: 0px 5px 10px 0px rgb(17 41 106 / 10%);
    }

        .ip-sh-search-field input.btn-qs {
            position: absolute;
            top: 0;
            right: 29px;
            right: 1.51vw;
            bottom: 0;
            margin: auto;
            width: 35px;
            width: 1.823vw;
            height: 35px;
            height: 1.823vw;
            padding: 0;
            font-size: 0;
            background: url(../../images/support-hub/search-icon.png) no-repeat;
            background-size: 100% 100%;
            background-position: center;
            cursor: pointer;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            z-index: 5;
            box-shadow: none;
        }

            .ip-sh-search-field input.btn-qs:hover{
                opacity: .6;
            }

.ip-sh-articles-feed-area {
    position: relative;
    padding: 194px 15px 205px;
    padding: 10.104vw 15px 10.677vw;
    background: #f0f2ff;
}

    .ip-sh-articles-feed-inner {
        max-width: 76.563vw;
        margin: 0 auto;
        position: relative;
    }

        .ip-sh-articles-feed-tabs {
            position: relative;
            margin: 0 -15px;
            margin: 0 -0.781vw;
            display: flex;
            flex-wrap: wrap;
        }

            .ip-sh-articles-feed-tabs > span {
                width: calc(100% / 3);
                padding: 0 15px;
                padding: 0 0.781vw;
            }

                .ip-sh-articles-feed-tabs > span a {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    padding: 0 29px;
                    padding: 0 1.51vw;
                    height: 105px;
                    height: 5.469vw;
                    background: #fff;
                    border-radius: 10px;
                    font-family: var(--font-family-default);
                    -webkit-transition: all 0.4s ease-in-out;
                    -moz-transition: all 0.4s ease-in-out;
                    -o-transition: all 0.4s ease-in-out;
                    transition: all 0.4s ease-in-out;
                    line-height: 1;
                    font-size: 28px;
                    font-size: 1.458vw;
                    font-weight: 600;
                    color: #363636;
                }

                    .ip-sh-articles-feed-tabs > span a:hover,
                    .ip-sh-articles-feed-tabs > span a.active{
                        background: #493fe2;
                        color: #fff;
                    }

                        .ip-sh-articles-feed-tabs > span a span {
                            width: 19px;
                            width: 0.99vw;
                            height: 30px;
                            height: 1.563vw;
                             background: url(../../images/support-hub/tabs-arrow.png) no-repeat;
                             background-size: 100% 100%;
                            background-position: center;
                            -webkit-transition: all 0.4s ease-in-out;
                            -moz-transition: all 0.4s ease-in-out;
                            -o-transition: all 0.4s ease-in-out;
                            transition: all 0.4s ease-in-out;
                        }

                            .ip-sh-articles-feed-tabs > span a:hover span{
                                filter: invert(1) brightness(10);
                            }

                                .ip-sh-articles-feed-content {
                                    background: #fff;
                                    border-radius: 10px;
                                    padding: 29px 15px 74px;
                                    padding: 1.51vw 15px 3.854vw;
                                    margin-top: 88px;
                                    margin-top: 4.583vw;
                                }

                                    .ip-sh-articles-feed-tab {
                                        max-width: 65.26vw;
                                        margin: 0 auto;
                                    }

                                        .ip-article-title a {
                                            font-size: 35px;
                                            font-size: 1.823vw;
                                            line-height: 1;
                                            font-weight: 600;
                                            margin: 0;
                                            color: #363636;
                                            font-family: var(--font-family-default);
                                            -webkit-transition: all 0.4s ease-in-out;
                                            -moz-transition: all 0.4s ease-in-out;
                                            -o-transition: all 0.4s ease-in-out;
                                            transition: all 0.4s ease-in-out;
                                            display: inline-block;
                                        }

                                            .ip-article-title a:hover{
                                                color: #493fe2;
                                            }

                                        .ip-article-text p {
                                            font-size: 28px;
                                            font-size: 1.458vw;
                                            font-family: var(--font-family-default);
                                            color: #363636;
                                            margin: 0 !important;
                                            line-height: 38px !important;
                                            line-height: 1.979vw !important;
                                            padding-bottom: 25px;
                                            padding-bottom: 1.302vw;
                                        }

                                    .ip-article-title {
                                        margin-bottom: 11px;
                                        margin-bottom: 0.573vw;
                                    }

                                .ip-article-link a {
                                    font-size: 28px;
                                    font-size: 1.458vw;
                                    font-family: var(--font-family-default);
                                    color: #363636;
                                    line-height: 1;
                                    font-weight: 700;
                                    display: inline-flex;
                                    font-family: var(--font-family-default);
                                    align-items: center;
                                    -webkit-transition: all 0.4s ease-in-out;
                                    -moz-transition: all 0.4s ease-in-out;
                                    -o-transition: all 0.4s ease-in-out;
                                    transition: all 0.4s ease-in-out;
                                }

                            .ip-article-link a:hover{
                                color: #493fe2;
                            }

                        .ip-article-link a span {
                            width: 39px;
                            width: 2.031vw;
                            height: 20px;
                            height: 1.042vw;
                            opacity: 0;
                            margin-left: -54px;
                            margin-left: -2.813vw;
                            background: url(../../images/support-hub/read-more-arrow.png) no-repeat;
                            background-size: 100% 100%;
                            background-position: center;
                            -webkit-transition: all 0.4s ease-in-out;
                            -moz-transition: all 0.4s ease-in-out;
                            -o-transition: all 0.4s ease-in-out;
                            transition: all 0.4s ease-in-out;
                            position: relative;
                        }

                    .ip-article-link a:hover span{
                        opacity: 1;
                        margin-left: 15px;
                        margin-left: 0.781vw;
                    }

                .ip-article-link {
                    margin-top: 18px;
                    margin-top: 0.938vw;
                }

            .ip-sh-articles-list {
                border-bottom: 3px solid #d5d5d5;
                padding: 60px 0 62px;
                padding: 3.125vw 0 3.229vw;
            }

        .ip-sh-articles-list:last-child {
            border-bottom: 0;
        }

a.scroll-up {
    position: absolute;
    bottom: -143px;
    bottom: -7.448vw;
    right: -73px;
    right: -3.802vw;
    background: #2671fa;
    border-radius: 10px;
    width: 99px;
    width: 5.156vw;
    height: 99px;
    height: 5.156vw;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    a.scroll-up img{
        max-width: 51px;
        max-width: 2.656vw;
    }

    a.scroll-up:hover{
        background: #ee8140;
    }


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

@media only screen and (max-width: 991px) {
	.ip-custom-banner-content-holder {
	    padding: 50px 0 0;
	}

	.ip-custom-banner-content {
	    width: 100%;
	    padding: 0 15px;
	}

	.ip-custom-banner-content-inner {
	    width: 100%;
	    padding: 0 0 0;
	    text-align: center;
	}

	.ip-sh-title {
	    font-size: 35px;
	    line-height: 1;
	    margin-bottom: 40px;
        max-width: 100%;
	}

    .ip-custom-banner-content-photo {
        width: 100%;
    }

    .ip-sh-photo {
        margin: 0 auto;
        max-width: 400px;
    }

    .ip-sh-search-field {
        max-width: 500px;
        margin: 0 auto 30px;
    }

    .ip-sh-search-field input {
        font-size: 20px;
        height: 69px;
        padding: 0 30px;
        padding-right: 77px;
    }

    .ip-sh-search-field input.btn-qs {
        right: 29px;
        width: 35px;
        height: 35px;
    }

    .ip-sh-articles-feed-inner {
        max-width: 100%;
    }

    .ip-sh-articles-feed-tabs {
        margin: 0 -15px;
    }

    .ip-sh-articles-feed-tabs > span {
        padding: 0 15px;
    }

    .ip-sh-articles-feed-tabs > span a {
        padding: 0 15px;
        height: 50px;
        font-size: 18px;
    }

    .ip-sh-articles-feed-area {
        padding: 50px 15px;
    }

    .ip-sh-articles-feed-tabs > span a span {
        width: 10px;
        height: 16px;
    }

    .ip-sh-articles-feed-tab {
        max-width: 100%;
    }

    .ip-sh-articles-feed-content {
        padding: 0px 15px 30px;
        margin-top: 40px;
    }

    .ip-article-title a {
        font-size: 20px;
    }

    .ip-article-text p {
        font-size: 16px;
        line-height: 1.5 !important;
        padding-bottom: 15px;
    }

    .ip-article-link {
        margin-top: 10px;
    }

    .ip-article-link a {
        font-size: 16px;
    }

    .ip-sh-articles-list {
        padding: 30px 0;
    }

    a.scroll-up {
        bottom: 0;
        right: 0;
        width: 65px;
        height: 65px;
        margin: 15px 0 0 auto;
        position: relative;
    }

    a.scroll-up img {
        max-width: 25px;
    }


}

@media only screen and (max-width: 767px) {
	
    .ip-sh-articles-feed-tabs > span {
        padding: 5px 15px;
        width: 100%;
    }

    .ip-sh-articles-feed-tabs > span a {
        max-width: 250px;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 480px) {
	
	.ip-sh-title {
	    font-size: 30px;
	}

    .ip-sh-search-field input.btn-qs {
        right: 10px;
    }

    .ip-sh-search-field input {
        padding: 0 15px;
        padding-right: 55px;
    }

}

