/* style for both HP sections and common sections 
  I think this is the general css for sections pages, (not sure) */

:root {
    --content-width: 1230px;
    --red-21: #f0002d;
    --black: #3c3c3c;
}

/* sections general */

.section-top {
    display: none;
    position: relative;
    width: 15%;
    padding-bottom:15%;
    border-radius: 10px;
    overflow: hidden;
    transform-origin:100% 0;
    transform: rotate(-45deg);
}

.section-top:after {
  content: "";
  position: absolute;
  top: 0; right:8px;
  width:100%; height:141%;
  transform-origin:inherit;
  transform: rotate(45deg);
  background:#000;
}

.triangle-container {
    position: relative;
    width: 100vw;
    background-color: transparent;
    overflow: hidden;
    margin-bottom: -60px;
}

.left-triangle.triangle-container {
    height: 19.46vw;
}

.right-triangle.triangle-container {
    height: 21.46vw;
}

.outer-triangle {
    position: absolute;
    width: 100vw;
    height: 34.3vw;
    overflow: hidden;
}

.left-triangle .outer-triangle {
    top: -40px;
    left: 49%;
    transform: scaleX(2.8) rotate(-6deg);
}

.right-triangle .outer-triangle {
    top: 10px;
    left: 71%;
    transform: scaleX(2.8) rotate(6deg);
}

.inner-triangle {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    /*width: 1920px;
    height: 797px;
    top: 572.5px;
    */
    width: 100vw;
    height: 41.51vw;
    top: 29.82vw;
    position: relative;
    -moz-border-radius: 50px;
    border-radius: 50px;
} 

@media screen and (max-width: 1750px) {
    .triangle-container {
        margin-bottom: -32px;
    }
}

@media screen and (max-width: 1600px) {
    .inner-triangle { 
        height: 39.51vw;
    }
}

@media screen and (max-width: 1550px) {
    .triangle-container {
        margin-bottom: -1px;
    }
}


@media screen and (max-width: 768px) {
    .inner-triangle {
        top: 33.5vw;
    }
    
    .right-triangle.triangle-container {
        height: 26.46vw;
    }
}
/* sections general  - end */


.main-navigation .main-nav ul li a, 
.menu-toggle, 
.main-navigation .menu-bar-items {
    color: #3c3c3c;
}

.main-navigation .main-nav ul li a, 
.menu-toggle, 
.main-navigation .menu-bar-item > a {
    line-height: 33px;
}

.main-navigation .main-nav>ul> li:last-child > a {
    color: white;
}

.section-wrap.shape-section .container {
    transform: translateY(-58px);
}


button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
a.button, 
a.wp-block-button__link:not(.has-background) {
    background-color: #f0002d;
}

body {
    color: #3c3c3c;
    line-height: 1.4em;
}


/* end - change in theme */


/* change in this file */

.section-wrap .container {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.section-wrap .container .container {
    padding-left: 0px;
    padding-right: 0px;
    transform: translateY(0px);
    margin-bottom: 0px;
}

.section-wrap h1 {
    font-weight: 900;
    line-height: 1.3;
    text-transform: none;
    max-width: 100%;
}

.section-wrap h2 {
    font-weight: 900;
    font-size: 32px;
    color: unset;
    text-align: left;
    margin-right: 0px;
    margin-left: 0px;  /* maybe remove and add only to hp-image-info.lp */
    max-width: 100%;
    line-height: 1.35em;
}

.section-wrap h3, 
.section-wrap h4 {
    color: #3c3c3c;
    max-width: 100%;
}

.section-wrap h3 {
    font-weight: 400;
    font-size: 24px; 
    line-height: 1.4;
}

.section-wrap h4 {
    font-weight: 400;
    font-size: 19px;
}

.bg-image-picture {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.section-bg {
    position:absolute;
    left: 0px;
    top: 0px;
    width: calc(100% + 30px);
    /*height: 100%;*/
    max-width: unset;
    object-fit: cover;
}

@media screen and (max-width: 1250px) {
    .section-wrap {
        padding-top: 57px;
        padding-bottom: 57px;
    }
    
    .section-wrap h2 {
        font-size: 27px;
    }
    
    .section-wrap h3 {
        font-size: 20px; 
    }
}

@media screen and (max-width: 1024px) {
    .section-wrap h3 {
        font-size: 20px;   /* 17px */
    }
}

@media screen and (max-width: 768px) { 
    .section-wrap h2 {
        font-size: 22.5px;
        line-height: 1.4em;
    }
    
    .section-wrap h3 {
        font-size: 17px; /* 22.5px*/
    }
}

@media screen and (max-width: 360px) {
    .section-wrap .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* end - change in this file */
.title.left {
    text-align: left;
    margin-left: 0px;
}

.title.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.btn-solid {
    font-size: 16px;
    padding: 15px 35px;
    min-width: 160px;
    width: unset;
}

/* check list - start */
.check-list {
    list-style: none;
    padding-left: 0px;
}

.check-list li {
    padding-left: 19px;
    position: relative;
    margin-bottom: 12px;
    line-height: 1.45em;
}

.check-list li:last-child {
    margin-bottom: 0px;
}

.check-list li:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: -24px;
    width: 23px;
    height: 23px;
    background-image: url(/wp-content/uploads/check_bullet.svg);
    background-size: cover;
}
/* check list - end */

/* slider arrows - start */
.hp-video-testimonials .n2-ss-slider .n2-ss-layer,
.platform-text-test-slider .n2-ss-slider .n2-ss-layer,
.contact-small-text-test-slider .n2-ss-slider .n2-ss-layer {    
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px; 
 }

.hp-video-testimonials .nextend-arrow,
.platform-text-test-slider .nextend-arrow,
.contact-small-text-test-slider .nextend-arrow {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 46px;
    height: 46px;
    margin-top: 0px !important;
}

.hp-video-testimonials .nextend-arrow img,
.platform-text-test-slider .nextend-arrow img,
.contact-small-text-test-slider .nextend-arrow img {
    display: none !important;
}

.hp-video-testimonials .nextend-arrow-previous,
.platform-text-test-slider .nextend-arrow-previous,
.contact-small-text-test-slider .nextend-arrow-previous {
    margin-left: -63px;
    top: 53px;
    background-image: url(/wp-content/uploads/videos_slider_arrow_left.svg);
}

.hp-video-testimonials .nextend-arrow-next,
.platform-text-test-slider .nextend-arrow-next,
.contact-small-text-test-slider .nextend-arrow-next {
    margin-right: -63px;
    background-image: url(/wp-content/uploads/videos_slider_arrow_right.svg);
    top: 5.5px;
}

/* slider arrows - end */

#page.grid-container {
    max-width: unset;
}

.one-container .site-content {
    padding: 0px;
}

.shape-section {
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
}

.container-wrapper {
    padding-top: 0px;
    padding-bottom: 65px;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 1070px) {
    .container-wrapper {
        padding-top: 60px !important;
    }
}

@media screen and (max-width: 768px) {
    .btn-solid {
        font-size: 17px;  /* if size not good, change only in image-side */
    }
    
    .container-wrapper {
        padding-top: 33px !important;
        padding-bottom: 9px !important;
    }
}

/* hp section used also elsewhere */

/* hp header section */

.hp-header {
    /*background-image: url("/wp-content/uploads/hp_header.webp");*/
    background-size: 669px auto;
    background-position: top right;
    background-repeat: no-repeat;
    padding-top: 124px;
    padding-bottom: 218px;
    margin-bottom: 75px;
}

#hp-header {
    margin-bottom: -62px;
}

.hp-header .image-first-section-mobile {
    display: none;
}

.hp-header .container {}

.hp-header h1 {
    font-size: 59px;
    width: 640px;
}

.hp-header h2 {
    margin-top: 31px;
    font-weight: 400;
    line-height: 1.5;
}

#merchandising-lp-1-header.hp-header h2 {
    max-width: 570px;
    margin-left: 0px;
}

.hp-header h3 {
    text-align: left;
    margin-top: 40px;
    width: 535px;
    max-width: 100%;
}

.hp-header h3 p {
    line-height: 1.4em;
}

.hp-header .try-it-button {
    margin-top: 8px;
    width: 170px;
}

.hp-header form .your-email {
    position: relative;
}

.hp-header form .your-email:before {
    position: absolute;
    background-image: url(/wp-content/uploads/form_email_icon.svg);
    background-size: 19px auto;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    content: '';
    width: 20px;
    height: 15px;
    top: 24px;
    left: 20px;
    z-index: 2;
    transform: translate(0px, -50%);
}

.hp-header form {
    display: flex;
    margin-top: 44px;
    position: relative;
}

.hp-header form .your-email input {
    background-color: white;
    border-radius: 30px;
    border-color: #d7d7d7;
    width: 298px;
    height: 49px;
    box-sizing: border-box;
    font-size: 13px;
    padding: 0px 10px 2px 52px;
}

.hp-header form .your-email input:focus {
    border-color: #f0002d;
    outline:none
}

.hp-header form .your-email input::placeholder {
    color: #3c3c3c;
}

.hp-header form .contact-form-submit {
    margin-left: 20px;
}

.hp-header form .contact-form-submit input {
    height: 49px;
}

.hp-header form .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 17px;
}

.hp-header form .wpcf7-response-output {
    position: absolute;
    left: -11px;
    top: 80px;
    border-radius: 30px;
}

@media screen and (max-width: 1541px) {
    .hp-header {
        background-size: 669px auto;
        padding-bottom: 222px;
    }
}

@media screen and (max-width: 1350px) {
    .hp-header {
        background-size: 540px auto;
    }
}

@media screen and (max-width: 1450px),
       screen and (max-height: 800px){
    .hp-header {
        padding-top: 79px;
        padding-bottom: 160px;
        background-size: 580px auto;
    }

    .hp-header h1 {
        font-size: 50px;
        width: 534px;
    }


    .hp-header h2 {
        font-size: 29.5px;
        margin-top: 20px;
    }

    #merchandising-lp-1-header.hp-header h2 {
        max-width: 440px;
    }

    .hp-header h3 {
        width: 450px;
        margin-top: 30px;
    }

    .hp-header form .contact-form-submit input {
        font-size: 15px;
    }

    .hp-header form .wpcf7-response-output {
        top: 41px;
        font-size: 18px;
    }
}

@media screen and (max-width: 1250px) {
    .hp-header {
        padding-bottom: 200px;
    }
}


@media screen and (max-width: 1024px) {
    .hp-header {
        padding-top: 86px;
        padding-bottom: 30px;
        background-size: 440px auto;
        min-height: 616px;
        margin-bottom: 12px !important;
    }

    .hp-header .content-container {
        width: 100%;
    }

    .hp-header h1 {
        font-size: 35px;
        width: 560px;
    }


    .hp-header h2 {
        font-size: 22.5px;
        margin-top: 20px;
    }

    #merchandising-lp-1-header.hp-header h2 {
        max-width: 100%;
    }

    .hp-header h3 {
        width: 389px;
        margin-top: 32px;
        font-size: 17px;
    }

    .hp-header .try-it-button {
        width: 160px;
    }

    .hp-header form .wpcf7-response-output {
        font-size: 14px;
    }
}


@media screen and (max-width: 870px) {
    .hp-header {
        background-position: top right -115px;
        min-height: 625px; /*475px; */
    }
}


@media screen and (max-width: 768px) {
    .hp-header {
        background-size: 576px;
        background-position: top 574px right 0px;
        padding-bottom: 884px;
        margin-bottom: -31px !important;
        min-height: unset;
    }

    #hp-platforms {
        padding-bottom: 20px !important;
    }

    #hp-featured-in {
        padding-top: 53px !important;
        padding-bottom: 96px !important;
    }
}

@media screen and (max-width: 594px) {
    .hp-header {
		/*background-image: url("/wp-content/uploads/hp_header_750_loss.webp");*/
		padding-bottom: 871px;
	}

    .hp-header .try-it-button {
        width: 150px;
    }

	.hp-header form .your-email:before {
        top: 24px;
    }
}

@media screen and (max-width: 545px) {
    .hp-header {
        background-size: 561px auto;
        background-position: top 497px right 0px;
        background-repeat: no-repeat;
        padding-top: 86px;
        padding-bottom: 954px;
        margin-bottom: -25px !important;
    }

    .hp-header .content-container {
        width: 100%;
    }

    .hp-header h1 {
        font-size: 29px;
        width: 319px;
        max-width: 100%;
    }

    .hp-header h2 {
        margin-top: -4px;
        font-size: 22.5px;
    }

    .hp-header h3 {
        margin-top: 30px;
        width: 310px;
        font-size: 17px;
    }

    .hp-header form {
        margin-top: 40px;
    }

    .hp-header form .your-email input {
        width: 209px;
        font-size: 15px;
        height: 44px;
        border-color: #d0d0d0;
        border-width: 2px;
        padding-left: 45px;
    }

    .hp-header form .your-email:before {
        left: 15px;
    }

    .hp-header form .your-email input::placeholder {
        color: #c1c1c1;
    }

    .hp-header form .contact-form-submit {
         margin-left: 7px;
    }

    .hp-header form .contact-form-submit input {
        font-size: 13px;
        height: 44px;
        padding-left: 4px;
        padding-right: 4px;
        min-width: 142px;
    }

    .hp-header form .wpcf7-response-output {
        top: 34px;
    }
}

@media screen and (max-width: 538px) {
    .hp-header {
        /*background-image: url("/wp-content/uploads/hp_header_350_lossless.webp");
        background-image: none;*/
        padding-bottom: 979px;
	}

    .hp-header .image-first-section-mobile {
        display: block;
    }

	.hp-header form .your-email:before {
        top: 22px;
    }
}

@media screen and (max-width: 500px) {
	 .hp-header {
        background-size: 500px auto;
		 padding-bottom: 870px;
	 }
}

@media screen and (max-width: 470px) {
	 .hp-header {
		 padding-bottom: 840px;
	 }
}

@media screen and (max-width: 400px) {
    .hp-header {
        background-size: 400px auto;
        margin-bottom: -144px !important;
        padding-bottom: 759px;
    }

    .hp-header form .your-email input {
        width: 191px;
    }

    .hp-header form .wpcf7-response-output {
        padding-left: 15px;
    }
}

@media screen and (max-width: 375px) {
    .hp-header {
        background-size: 375px auto;
	}

	.hp-header form .your-email input {
        width: 171px;
    }
}

@media screen and (max-width: 360px) {

    .hp-header {
        padding-top: 60px;
        padding-bottom: 802px;
        background-position: top 540px right 0px;
    }


    .hp-header form {
        flex-direction: column;
    }

    .hp-header form .contact-form-submit {
        margin-left: 0px;
        margin-top: 23px;
    }

    .hp-header form .your-email input {
        width: 227px;
    }

    .hp-header form .wpcf7-response-output {
        padding-left: 15px;
        left: -9px;
        top: 100px;
    }
}

@media screen and (max-width: 345px) {
    .hp-header form .wpcf7-response-output {
        font-size: 13px
    }
}

@media screen and (max-width: 330px) {
    .hp-header {
        padding-top: 55px;
        padding-bottom: 627px;
        background-position: top 558px right 0px;
    }
}
/* header- sectiion - end */


/* logos- section */

.hp-logos:not(.shape-section) {
    padding-bottom: 62px;
}

#hp-logos.hp-logos {
    margin-top: -139px;
}

#shopify-logos.hp-logos,
#shopify-plus-logos.hp-logos,
#bigcommerce-logos.hp-logos,
#magento-commerce-logos.hp-logos,
#magento-logos.hp-logos,
#woocommerce-logos.hp-logos,
#microsoft-dynamics-logos.hp-logos,
#custom-logos.hp-logos,
#wix-logos.hp-logos {
    margin-top: -361px;
}


.hp-logos.shape-section .container-wrapper {
    padding-top: 42px;
    padding-bottom: 61px;
}

.section-wrap.shape-section.hp-logos .container {
    transform: translatey(-30px);
}

.hp-logos h2 {
    padding-top: 0px;
    width: 600px;
}

.hp-logos h2.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.hp-logos h2.left {
    text-align: left;
    margin-left: 0px;
}

.hp-logos h3 {
    text-align: center;
    margin: 22px auto 0px;
    max-width: 100%;
    line-height: 1.7em;
    /*font-size: 24px; */
}

.hp-logos .images-gallery {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    margin: 62px auto 0px;
    justify-content: center;
}

.hp-logos .images-gallery li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 99px;
    position: relative;
}

.hp-logos .images-gallery li.columns4 {
    flex: 1 1 25%;
}

.hp-logos .images-gallery li.columns5 {
    flex: 1 1 20%;
}

.hp-logos .images-gallery li.columns6 {
    flex: 1 1 16.666%;
}

.hp-logos .images-gallery li.columns7 {
    flex: 1 1 14.28%;
}

.hp-logos .images-gallery li>a {
    position: absolute;
}

.hp-logos .images-gallery li img {
    max-width: 100%;
}

.hp-logos .images-gallery li img.mobile {
    display: none;
}

.hp-logos .images-gallery li img.tablet {
    display: none;
}

.hp-logos .images-gallery li a.disable {
    pointer-events: none;
    cursor: default;
}

@media screen and (max-width: 1550px) {
    #shopify-logos.hp-logos,
    #shopify-plus-logos.hp-logos,
    #bigcommerce-logos.hp-logos,
    #magento-commerce-logos.hp-logos,
    #magento-logos.hp-logos,
    #woocommerce-logos.hp-logos,
    #microsoft-dynamics-logos.hp-logos,
    #custom-logos.hp-logos,
    #wix-logos.hp-logos {
        margin-top: -283px;
    }
    
    /*
    #shopify-plus-logos.hp-logos,
    #bigcommerce-logos.hp-logos,
    #woocommerce-logos.hp-logos,
    #custom-logos.hp-logos,
    #wix-logos.hp-logos {
        margin-top: -283px;
    }
    */
}

@media screen and (max-width: 1541px) {
    #hp-logos.hp-logos {
        margin-top: -77px;
    }
}

@media screen and (max-width: 1430px) {
    /*
    .hp-logos.section-wrap.shape-section .container {
        transform: translateY(-130px) !important;
        margin-bottom: -130px !important;
    }
    */
    
    .hp-logos .images-gallery {
        /*margin-left: 0% !important; */
        max-width: 100% !important;
    }
}

@media screen and (max-width: 1350px) {
    transform: translateY(-110px) !important;
    margin-bottom: -110px !important;
}

@media screen and (max-width: 1250px) {
    .hp-logos.shape-section .container-wrapper {
        padding-top: 65px;
        padding-bottom: 24px;
    }
}

@media screen and (max-width: 1200px) {
    #shopify-plus-logos.hp-logos .container {
        transform: translateY(-100px) !important;
        margin-bottom: -100px !important;
    }
    
    .hp-logos .images-gallery {
        width: 1000px !important;
        margin-left: !important;;
        margin-right: !important;
    }
}

@media screen and (max-width: 1024px) {
    .hp-logos.shape-section .container-wrapper {
        padding-top: 87px !important;
        padding-bottom: 45px;
    }
    
    #shopify-plus-logos.hp-logos .container {
        transform: translateY(-67px) !important;
        margin-bottom: -67px !important;
    }

    
    .hp-logos .images-gallery {
        width: 800px  !important;
        max-width: 100%;
    }
    
    .hp-logos .images-gallery li {
        height: 78px;
    }
    
    /*
    .hp-logos .images-gallery li a {
        transform: scale(0.8);
    }
    */
    
    .hp-logos .images-gallery li.columns6 {
        flex: 1 1 33.333%;
    }
    
    .hp-logos .images-gallery li img.desktop {
        display:  none;
    }
    
    .hp-logos .images-gallery li img.tablet {
        display: inline;
    }
}

@media screen and (max-width: 850px) {
    .hp-logos.shape-section .container-wrapper {
        padding-top: 40px !important;
        padding-bottom: 52px;
    } 
    
    .hp-logos.section-wrap.shape-section .container {
        transform: translateY(-40px) !important;
        margin-bottom: -40px !important;
    }
    
    #hp-featured-in .images-gallery {
        margin-right: 40px;
        margin-left: 40px;
    }
    
    #hp-featured-in.section-wrap .images-gallery li {
        padding-left: 3px;
        padding-right: 3px;
    }
}


@media screen and (max-width: 768px) {
    .hp-logos.shape-section .container-wrapper {
        padding-top: 52px !important;
        padding-bottom: 27px;
    }
    
    #shopify-plus-logos.hp-logos .container {
        transform: translateY(0px) !important;
        margin-bottom: 0px !important;
    }
    
    
    .hp-logos h2 {
        text-align: center !important;
		margin-left: auto !important;
		margin-right: auto;
    }
    
    .hp-logos .images-gallery {
        padding-top: 0px;
    }
    
    .hp-logos .images-gallery li {
        height: 70px;
    }
    
    .hp-logos .images-gallery li.mobile-columns2 {
        flex: 1 1 50%;
    }
}

@media screen and (max-width: 600px) {
    
    #shopify-plus-logos.hp-logos .container-wrapper {
        padding-top: 41px !important;
        padding-bottom: 27px !important;
    }
    
    .hp-logos .images-gallery {
        width: 100% !important;
        margin-left: 0px !important;
    }
    
   
    .hp-logos.shape-section .container-wrapper {
        padding-top: 87px !important;
        padding-bottom: 18px !important; 
    }
    
    #hp-platforms.hp-logos .images-gallery li img {
        width: 132px !important;
    }
    
    
    .hp-logos .images-gallery li img.tablet {
        display: none;
    }
    
    .hp-logos .images-gallery li img.mobile {
        display: inline;
    }
}

#hp-platforms {
    padding-top: 90px;
}

/* home page */
.page-id-3601 #hp-platforms .container-wrapper {
    padding-bottom: 227px;
}

.page-id-3850 #hp-platforms .container-wrapper {
    padding-bottom: 67px;
}

/* logos- section  - end */


/* image-info section  - start */
.hp-image-info {
    padding-top: 90px;
}

.hp-image-info .container {
    display: flex;
}

.hp-image-info .container.left {
    flex-direction: row-reverse;
}

.hp-image-info .content-container {
    flex: 1 1 50%;
    padding-right: 0px;
}

.hp-image-info .indicator {
    width: 86px;
    height: 23px;
}

.hp-image-info .content-container .title {
    margin-top: 9px;
}

.hp-image-info .content-container .sub-title {
    text-align: left;
    margin-top: 38px;
}

.hp-image-info .content {
    margin-top: 35px;
    width: 75%;
    font-size: 19px;
}

#hp-growth-accelerators .content {
    width: 100%;
}

.hp-image-info .learn-more {
    line-height: 52px;
    padding: 0px 52px;
    margin-top: 15px;
}

.hp-image-info .image-container {
    flex: 1 1 50%;
}

.hp-image-info .image-inner-container {
    position: relative;
    align-items: stretch;
}


.hp-image-info .image-container img {
    width: 100%;
}

.hp-image-info .image-container img.mobile {
    display: none;
}

.hp-image-info .image-infos-container {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    list-style: none;
    margin-left: 0px;
    margin-bottom: 0px;
}

.hp-image-info .image-infos-container li.desktop {
    position: absolute;
}

.hp-image-info .image-infos-container li .title {
    font-size: 12px;
    font-weight: 900;
    color: #f0002d;
    text-align: left;
    margin-bottom: 0px;
}

.hp-image-info .image-infos-container li .text {
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    line-height: 1.25em;
    margin-top: 1px;
}

.hp-image-info .image-infos-container li.mobile {
    display: none;
}

@media screen and (max-width: 1430px) {
    .hp-image-info .image-container {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    
    .hp-image-info .image-container {
        padding-left: 6%;
        padding-right: 6%;
    }
    
    #hp-merchandising .image-container {
        padding-right: 11%;
    }
    
    .hp-image-info .content-container {
        margin-top: 0px !important;
        align-self: center;
    }
}

@media screen and (max-width: 1200px) {
    .hp-image-info .indicator {
        width: 75px;
        height: 20px;
    }
    
    .hp-image-info .content-container .title {
        margin-top: 7px;
    }
    
    .hp-image-info .content-container .sub-title {
        margin-top: 31px;
    }
    
    .hp-image-info .content {
        margin-top: 30px;
        width: 100%;
    }
    
    .hp-image-info .learn-more {
        line-height: 48px;
        padding: 0px 48px;
    }
    
    
    .hp-image-info .image-infos-container li .title {
        font-size: 11px;
    }
    
    .hp-image-info .image-infos-container li .text {
        font-size: 11px;
    }
}

@media screen and (max-width: 1070px) {
    .hp-image-info {
        padding-top: 70px !important;
    }
    
    .hp-image-info .container,
    .hp-image-info .container.left {
        display:flex;
        flex-direction: column;
    }
    
    .hp-image-info .content-container,
    .hp-image-info.lp .content-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0px !important;
    }
    
    .hp-image-info .indicator {
        width: 96px;
        height: 26px;
    }
    
    .hp-image-info .content-container .title {
        margin-top: 20px;
        margin-left: 0px;
    }
    
    .hp-image-info .content {
        margin-top: 14px;
        width: 400px;
        text-align: center;
    }
    
    .hp-image-info .learn-more {
        line-height: 48px;
        padding: 0px 48px;
    }
    
    .hp-image-info .image-container {
        margin-top: 44px;
        max-width: 768px;
        margin: 60px auto 0px !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    #hp-merchandising .image-container {
        padding-right: 0px;
    }
    
    .hp-image-info .image-infos-container li .title {
        font-size: 12px;
    }
    
    .hp-image-info .image-infos-container li .text {
        font-size: 12px;
    }
}

@media screen and (max-width:1000px) {
    
    .hp-image-info .image-container {
        margin-top: 19px !important;
        max-width: 750px;
    }
    
    #hp-merchandising .image-container {
        margin-top: 10px !important;
    }
    
    .hp-image-info .image-container img.desktop {
        display: none;
    }
    
    .hp-image-info .image-container img.mobile {
        display: block;
    }
    
    .hp-image-info .image-container img {
        margin-left: -25px;
        margin-right: -25px;
        width: calc(100% + 50px);
        max-width: calc(100% + 50px);
    }
    
    .hp-image-info .image-infos-container li.desktop {
        display: none;
    }
    
    .hp-image-info .image-infos-container li.mobile {
        display: block;
    }
    
    .hp-image-info .image-infos-container {
        position: static;
    }
    
    .hp-image-info .image-infos-container li {
        background-color: #f7f7f7;
        padding: 19px 40px 20px;
        border-radius: 10px;
    }
    
    .hp-image-info .image-infos-container li:not(:first-child) {
        margin-top: 21px;
    }
    
    .hp-image-info .image-infos-container li .title {
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        line-height: 1.35em;
        margin-left: auto;
        margin-right: auto;
    }
    
    .hp-image-info .image-infos-container li .text {
        font-size: 16px;
        text-align: center;
        font-weight: 400;
        margin-top: 11px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width:820px) {
    .hp-image-info {
        overflow: hidden;
    }
}

@media screen and (max-width:600px) {
    
    .hp-image-info {
        padding-top: 55px !important;
        padding-bottom: 55px;
    }
    
    #hp-growth-accelerators {
         padding-bottom: 73px !important;
    }
    
    .hp-image-info .content-container {
        align-items: flex-start;
    }
    
    .hp-image-info .indicator {
        width: 77px;
        height: 21px;
    }
    
    .hp-image-info .content-container .title {
        margin-top: 18px;
    }
    
    .hp-image-info .content-container .sub-title {
        margin-top: 15px;
    } 
    
    .hp-image-info .content {
        font-size: 16px;
        text-align: left;
        width: 100%;
        margin-top: -5px;
    }
    
    .hp-image-info .learn-more.btn-solid {
        font-size: 16px;
        line-height: 38px;
        padding: 0px 29px;
    }
    
    .hp-image-info .image-infos-container {
        margin-top: -13px;
    }
}
/* image-info section  - end */

/* hp sections - end */

.purple {
    background-color: purple;
}
