:root {
    --ip-default-transition: all 0.35s ease-in-out;
}
.site-easing{
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.desc p{
    font-size: 17px;
    font-size: 1.063vw;
    color: #383838;
    line-height: 1.647;
    margin-bottom: 0;
}
.desc.centered p{
    text-align: center;
}
.img-wrap {
    position: relative;
    width: 100%;
}
.img-wrap canvas {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
}
.img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    outline: none;
    transition: var(--ip-default-transition);
}
.bg-section{
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    background: var(--primary-color);
}
.bg-section canvas {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(1);
    opacity: 10%;
}
.site-banner{
    display: none;
}
#inner-page-wrapper {
    margin-bottom: 0;
    padding-bottom: 197px;
}
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
.ip-banner{
    display: none;
}
.ip-sec{
    position: relative;
}
.flex-row{
    display: flex;
    flex-flow: row wrap;
}
.section-title{
    font-size: 50px;
    font-size: max(3.125vw, 35px);
    font-weight: 300;
    text-transform: uppercase;
}
.section-title span{
    display: block;
    font-size: 75px;
    font-size: max(4.688vw, 50px);
    font-weight: 600;
    margin-top: 15px;
}
.section-title.white{
    color: #ffffff;
}
.section-title.centered{
    text-align: center;
}
.btn-wrap{
    
}
.site-btn{
    display: block;
    width: max-content;
    font-size: 18px;
    font-size: max(1.125vw, 14px);
    text-transform: uppercase;
    font-weight: 600;
    transition: var(--ip-default-transition);
    color: #383838;
    cursor: pointer;
}
.site-btn span{
    position: relative;
}
.site-btn span::after{
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 15px);
    transition: var(--ip-default-transition);
    background: var(--primary-color);
}
.site-btn.white{
    color: #ffffff;
}
.site-btn.white span::after{
    background: #ffffff;
}
.site-btn.centered{
    margin: 0 auto;
}
.site-btn:hover{
    color: var(--primary-color);
}
.site-btn:hover span::after{
    width: 63px;
    width: max(3.938vw, 50px);
}
#ip-banner-breadcrumbs{
    display: none;
}
.ip-banner-wrap{
    
}
#aios-slider-ip-seller::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 30%;
    pointer-events: none;
}
.ip-banner-wrap .tagline-wrap{
    position: absolute;
    top: 54%;
    width: 100%;
    transform: translateY(-50%);
    padding: 0 15px;
}
.banner-btn-wrap{
    margin-top: 50px;
    margin-top: max(3.125vw, 30px);
}
.ip-key-wrap{
    padding-top: 130px;
    padding-top: max(8.125vw, 80px);
}
.key-title-wrap{
    display: flex;
    justify-content: center;
    margin-bottom: 120px;
    margin-bottom: max(7.5vw, 50px);
}
.key-title{
    padding-left: 90px;
    padding-left: max(5.625vw, 70px);
    position: relative;
}
.key-title::before{
    position: absolute;
    content: '';
    width: 61px;
    height: 140px;
    width: 3.813vw;
    height: 8.75vw;
    background-image: url(https://cdn.agentimagehosting.com/ZILhYZQq70NOpEPHr73is/2024/09/ip-seller-key.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    left: 0;
}
.row-item{
    position: relative;
    margin-bottom: 75px;
    margin-bottom: max(4.688vw, 50px);
}
.row-item:last-child{
    margin: 0;
}
.row-inner{
    width: 100%;
    max-width: 1458px;
    max-width: 91.125vw;
    margin: auto;
    position: relative;
    align-items: center;
    padding-top: 73px;
    padding-top: 4.563vw;
}
.row-img-wrap {
    width: 43.08%;
}
.row-desc-wrap {
    width: 56.92%;
    padding: 15px;
    padding-left: 134px;
    padding-left: 8.375vw;
    padding-right: 114px;
    padding-right: 7.125vw;
}
.row-title{
    font-size: 45px;
    font-size: max(2.813vw, 30px);
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.022;
}
.row-title.white{
    color: #ffffff;
}
.row-title.centered{
    text-align: center;
}
.row-desc{
    margin-top: 35px;
    margin-top: max(2.188vw, 20px);
}
.bg-row.box{
    width: 29.13%;
    height: auto;
}
.bg-row:not(.box){
    width: 5.13%;
    left: unset;
    right: 0;
}
.row-btn-wrap{
    margin-top: 40px;
    margin-bottom: max(2.5vw, 30px);
}

.row-item:nth-child(odd){
    
}
.row-item:nth-child(odd) .bg-row.box{
    left: unset;
    right: 0;
}
.row-item:nth-child(odd) .bg-row:not(.box){
    left: 0;
    right: unset;
}
.row-item:nth-child(odd) .row-inner{
    flex-flow: row-reverse;
}
.row-item:nth-child(odd) .row-desc-wrap {
    padding-left: 156px;
    padding-left: 9.75vw;
    padding-right: 130px;
    padding-right: 8.125vw;
}
.ip-achievements-wrap{
    padding: 80px 15px 103px;
    margin-top: 75px;
}
.achievements-title{
    position: relative;
}
.achievements-inner{
    width: 100%;
    max-width: 700px;
    margin: auto;
    margin-top: 62px;
    display: flex;
    position: relative;
    justify-content: space-between;
}
.achievements-item{
    position: relative;
    width: calc((100% / 3) - 33px);
}
.achievements-item canvas{
    width: 100%;
    height: auto;
}
.achievements-item::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
}
.achievements-name{
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
}
.achievements-name em{
    font-style: normal;
}
.achievements-name span{
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 300;
    margin-top: 12px;
    line-height: 1.2;
}
.achievements-name span.small{
    font-size: 12px;
}
.achievements-name i{
    text-transform: capitalize;
    font-style: normal;
    font-size: 15px;
    font-weight: 300;
}
.progressbar-circle{
    position: absolute;
    width: calc(100% - 20px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.progressbar-text{
    opacity: 0;
}
.ip-myh-wrap{
    margin-top: 97px;
    margin-top: max(6.063vw, 70px);
}
.ip-devices-wrap{
    margin-top: 140px;
    margin-top: max(8.75vw, 70px);
}
.bg-device{
    width: 44.81%;
    height: 244px;
    height: 15.25vw;
    top: 50%;
    transform: translateY(-50%);
}
.bg-device-1{
    top: 46%;
}
.bg-device-2{
    top: 54%;
}
.bg-device-3{
    top: 59.7%;
}
.devices-item{
    position: relative;
    margin-bottom: 55px;
}
.devices-title{
    font-size: 38px;
    font-size: max(2.375vw, 30px);
    font-weight: 700;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}
.device-img-wrap{
    margin: 20px auto 0;
}
.device-img-wrap::before{
    position: absolute;
    content: '';
    width: 100vw;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: var(--primary-color);
}
.device-img-wrap-1{
    width: 56.19%;
}
.device-img-wrap-2{
    width: 51.63%;
    margin-top: 45px;
}
.device-img-wrap-3{
    width: 42.63%;
    margin-top: 50px;
}
.device-img-wrap-1::before{
    top: 44%;
}
.device-img-wrap-2::before{
    top: 47%;
}
.device-img-wrap-3::before{
    top: 52%;
}

.devices-item:nth-child(even){
    
}
.devices-item:nth-child(even) .bg-device{
    left: unset;
    right: 0;
}
.devices-item:nth-child(even) .device-img-wrap::before{
    left: unset;
    right: 0;
}
.ip-consult-wrap{
    margin-top: 140px;
}
.consult-inner{
    margin-top: 80px
}
.consult-form{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.consult-form .wpcf7-form-control-wrap{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.consult-form .wpcf7-form-control-wrap:has(.short){
    width: calc(50% - 15px);
}
.consult-form input,
.consult-form textarea{
    outline: none;
    border: none;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    padding: 13px 0;
    border-bottom: 1px solid var(--primary-color);
    width: 100%;
}
.consult-form textarea{
    height: 70px;
    resize: none;
}
.consult-btn{
    margin: 65px auto 0;
}
.use-floating-validation-tip .wpcf7-not-valid-tip{
    left: 0;
}
.ip-cta-wrap{
    margin-top: 128px;
}
.cta-inner{
    
}
.cta-item{
    
}
.cta-item a{
    display: block;
    position: relative;
}
.cta-img-wrap{
    background: #000000;
    overflow: hidden;
}
.cta-img-wrap img{
    opacity: 80%;
}
.cta-name{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 15px;
    transform: translateY(-50%);
    text-align: center;
    font-size: 42px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}
.cta-item a:hover img{
    transform: scale(1.15);
}
.aiosp-wrap .aiosp-ref-\#popupSellerConsultation .aios-popup-body{
    width: calc(100% - 30px);
    max-width: 1083px;
    max-width: 67.688vw;
    padding: 35px;
    padding: max(2.188vw, 35px);
    min-height: unset;
}
.popup-inner{
    align-items: center;
}
.popup-img-wrap{
    width: 35.35%;
}
.popup-desc-wrap{
    width: 64.65%;
    padding-left: 64px;
    padding-right: 34px;
    padding-left: 4vw;
    padding-right: 2.125vw;
}
.popup-desc{
    margin-top: 25px;
}
.popup-form-inner{
    margin-top: 10px;
}
.popup-form{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.popup-form .wpcf7-form-control-wrap{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.popup-form .wpcf7-form-control-wrap:has(.short){
    width: calc(50% - 10px);
}
.popup-form input,
.popup-form textarea{
    outline: none;
    border: none;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    padding: 13px 0;
    border-bottom: 1px solid var(--primary-color);
    width: 100%;
}
.popup-form textarea{
    height: 70px;
    resize: none;
}
.popup-btn{
    margin: 45px auto 0;
    margin: max(2.813vw, 30px) auto 0;
}
.popup-form-inner form{
    position: relative;
}
.popup-form-inner form .wpcf7-response-output{
    position: absolute;
    margin: 0 !important;
    top: calc(100% + 10px);
    width: 100%;
}
.bg-popup{
    width: 15.52%;
}
.aios-popup-body .aiosp-close{
    color: var(--primary-color);
    font-size: 0;
    top: 25px;
    right: 25px;
    opacity: 1;
}
.aios-popup-body .aiosp-close::after{
    position: absolute;
    content: "\b0241";
    width: 100%;
    height: 100%;
    font-family: agentimage !important;
    font-size: 22px;
    top: 0;
    left: 0;
    transition: var(--ip-default-transition);
}
.aios-popup-body .aiosp-close:hover{
    color: #000;
}
body:has(.aiosp-bg.aiosp-ready){
    overflow: hidden;
}
/**************************************************/
/*MEDIA AND OTHER MOBILE STYLES*/
/**************************************************/
@media only screen and (min-width: 1601px){

}
@media only screen and (max-width: 1480px){

}
@media only screen and (max-width: 1366px){

}
@media only screen and (max-width: 1280px){
    
}
@media only screen and (max-width: 1199px){
    .aiosp-wrap .aiosp-ref-\#popupSellerConsultation .aios-popup-body{
        max-width: 900px;
    }
}
@media only screen and (max-width: 991px){
    #inner-page-wrapper{
        padding-bottom: 80px;
    }
    .bg-row{
        opacity: 0;
    }
    .row-inner{
        max-width: 600px;
        padding: 0;
        flex-flow: wrap !important;
    }
    .row-img-wrap{
        width: 100% !important;
    }
    .row-desc-wrap{
        width: 100% !important;
        padding: 30px 0 0 !important;
    }
    .row-item{
        margin-bottom: 70px;
    }
    .row-title{
        font-size: 40px;
    }
    .desc p{
        font-size: 16px;
    }
    .site-btn{
        font-size: 16px;
    }
    .key-title::before{
        width: 43px;
        height: 99px;
    }
    .ip-key-wrap{
        padding: 50px 15px 0;
    }
    .ip-myh-wrap{
        margin-top: 80px;
        padding: 0 15px;
    }
    .ip-devices-wrap{
        margin-top: 70px;
    }
    .cta-item{
        margin-bottom: 15px;
    }
    .popup-img-wrap{
        display: none;
    }
    .popup-desc-wrap{
        width: 100%;
        padding: 0;
    }
    .bg-popup{
        opacity: 0;
    }
    .aiosp-wrap .aiosp-ref-\#popupSellerConsultation .aios-popup-body{
        max-width: 500px;
        padding: 50px 35px;
    }
    .aios-popup-body .aiosp-close{
        top: 10px;
        right: 10px;
    }
}
@media only screen and (max-width: 767px){
    .achievements-inner{
        flex-flow: wrap;
        max-width: 200px;
    }
    .achievements-item{
        width: 100%;
        margin-bottom: 30px;
    }
    .achievements-item:last-child{
        margin: 0;
    }
    .bg-device{
        opacity: 0;
    }
    .device-img-wrap::before{
        opacity: 0;
    }
    .device-img-wrap{
        width: 100%;
        max-width: 500px;
        margin-top: 20px;
    }
    .ip-devices-wrap{
        padding: 0 15px;
    }
}
@media only screen and (max-width: 480px){
    .key-title{
        font-size: 20px;
    }
    .key-title span{
        font-size: 30px;
    }
    .row-item{
        margin-bottom: 50px;
    }
    .row-title{
        font-size: 30px;
    }
    .consult-inner{
        margin-top: 30px;
    }
    .ip-consult-wrap{
        margin-top: 70px;
    }
    .consult-form .wpcf7-form-control-wrap:has(.short){
        width: 100%;
    }
    .consult-btn{
        margin-top: 40px;
    }
    .consult-title span{
        font-size: 40px;
    }
    .cta-name{
        font-size: 30px;
    }
    .aiosp-wrap .aiosp-ref-\#popupSellerConsultation .aios-popup-body{
        padding: 50px 15px 60px;
    }
    .popup-form .wpcf7-form-control-wrap:has(.short){
        width: 100%;
    }
    .popup-title span{
        font-size: 35px;
    }
}
