  .legal .seo-content.active:after {
      height: 10px;
  }

  .seo-bottom-content-container {
      background-color: #f4f4f4;
  }

  .seo-bottom-content-container>* {
      margin: auto;
  }
  .seo-bottom-content{
      width: 80%;
      margin: auto;
  }

  .seo-bottom-content-title {
      height: 57px;
      width: 100%;
      color: #000;
      font-family: Lato;
      font-size: 32px;
      letter-spacing: 0;
      line-height: 39px;
      font-weight: normal;
      text-align: center;
  }

  .seo-bottom-content-subtitle {
      margin: 0px;
      padding: 0px;
      box-sizing: border-box;
      font-size: 20px;
  }

  .seo-bottom-content-paragraph {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0px;
      word-break: break-word;
      font-weight: normal;
  }

.l-panel h3{
    float: none!important;
  }
  .faqs-student {
    display: flex;
    width: 90%;
    place-content: center;
    margin: auto;
  }
  
  .faq-box {
    width: 30%;
    background: #F8F8F8;
    margin: 1%;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 6px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
  }
  
  .faq-box:hover {
    box-shadow: 0 5px 10px #aaa;
  }
  
  .faq-title {
    padding: 8px 0 0 0;
    letter-spacing: 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
  }
  
  .faq-body {
    padding: 2%;
    font-size: 14px;
  }
  
  .brands-sugst {
    background: #fff;
  }
  
  .brands-sugst>h3 {
    text-align: center;
    font-size: 2rem;
    color: #00BD94;
    font-weight: 600;
    padding: 3%;
  }
  
  .brand-box {
    width: 25%;
    float: left;
    text-align: center;
    padding: 2%;
    background-color: #fff;
    border-left: solid 1px #00000017;
  }
  
  p.sugst-brands-title {
    font-size: 2rem;
    font-weight: 600;
    margin: 10px;
  }
  
  p.sugst-brands-desc {
    padding: 3%;
    font-size: 0.9rem;
    height: 150px;
  }
  
  .brand-box>a {
    background-color: #1976A1;
    color: #fff;
    padding: 4% 10%;
    border-radius: 8px;
    text-transform: uppercase;
  }
  
  .brand-box>a:hover {
    background-color: #fff;
    color: #1976A1;
    border: solid 1px #1976A1;
  }
  
  @media only screen and (max-width: 900px) {
    .brand-box {
        width: 100%;
        float: none;
        border-left: 0';
  
    }
    .faqs-student {
        display: block;
    }
    .faq-box{
        width: 100%;
    }
  }
  
  .hero-students {
    background-image: url('https://static.lenovo.com/na/homepage/heros/main-banner/lenovo-bts-2021-w4.jpg');
    height: 500px;
    background-size: cover;
  background-position: top;
  }
  
  .hero-text {
    padding: 5%;
    width: 40%;
    background: #000000c7;
    height: inherit;
    color: #fff;
    text-shadow: none;
  }
  
  .hero-text>h1 {
    color: #fff;
  }
  
  img.logo-students {
    width: 250px;
  }
  
  .hero-text>p {
    font-size: 18px;
  }
  
  .m-categoryBar {
    display: none;
  }
  
  .rich-text {
    padding: 0;
  }
  
  .rich-text .legal-detail {
    margin-top: 0;
    width: 100%;
    overflow: hidden;
  }
  
  
  /* Main */
  
  .l-section {
    margin: 30px auto;
    /* min-width: 1280px; */
    width: 90%;
    max-width: 1440px;
    position: relative;
  }
  
  .l-section h3 {
    margin: 0;
    padding-left: 5px;
    font-size: 32px!important;
    letter-spacing: 0;
    font-weight: normal!important;
    color: #000000!important;
    text-align: center;
  }
  
  .l-panel::after,
  .l-row::after {
    content: "";
    display: table;
    clear: both;
  }
  
  .l-thumb img,
  .l-background img {
    width: 100%;
    height: auto;
    display: inline-block;
  }
  
  img.icon-desktop {
    display: inline-block;
  }
  
  img.icon-mobile {
    display: none;
  }
  
  .l-cta {
    background: #fff;
    margin: 0 auto;
    border: 1px solid #0D5C91;
    border-radius: 3px;
    padding: 12px;
    width: 140px;
    line-height: 16px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    box-shadow: none;
    color: #0D5C91;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .2s linear;
  }
  
  .l-cta:hover {
    background-color: #0D5C91;
    color: #fff!important;
    box-shadow: none;
  }
  
  
  /* Extra text on banner */
  
  .l-section.extra-banner-text {
    background: rgba(0, 0, 0, 0.85);
    margin-top: -126px;
    margin-bottom: 0;
    width: 100%;
    max-width: initial;
    height: 126px;
    position: absolute;
    z-index: 1;
  }
  
  .extra-banner-text .l-row {
    margin: 0 auto;
    padding: 20px 10px 18px 10px;
    max-width: 1440px;
    display: flex;
  }
  
  .extra-banner-text .l-item {
    flex: 1;
  }
  
  .extra-banner-text .l-thumb {
    margin: 15px 40px;
    width: 60px;
    height: 60px;
    float: left;
  }
  
  .extra-banner-text .l-information {
    width: calc(100% - 141px);
    float: left;
  }
  
  .extra-banner-text .l-title {
    height: 32px;
    line-height: 21px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: normal;
    color: #FFFFFF;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  
  .extra-banner-text .l-subtitle {
    height: 34px;
    line-height: 17px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: normal;
    color: #FFFFFF;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  
  .extra-banner-text .l-link {
    height: 17px;
    line-height: 18px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: bold;
    color: #7FD4EC;
  }
  
  .extra-banner-text .l-link:hover {
    text-decoration: underline;
  }
  
  
  /* Slogan */
  
  .l-section.slogan {
    background: #F4F4F4;
    margin-top: 0;
    padding: 10px 0;
    width: 100%;
    max-width: initial;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #000000;
  }
  
  
  /* Get the Gear You Need */
  
  .shop-by-gear .l-item {
    background: #F8F8F8;
    margin: 5px;
    border: 1px solid #aaa;
    border-radius: 5px;
    display: inline-block;
  width: 250px;
  }
  
  .shop-by-gear .l-thumb {
    margin: 20px auto 0 auto;
    width: 60px;
    height: 60px;
    text-align: center;
  }
  
  .shop-by-gear .l-text {
    padding: 10px;
    height: 60px;
    line-height: 2;
    font-size: 18px;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
  }
  
  .shop-by-gear .l-item:nth-child(1) .l-text {
    line-height: 1;
    white-space: pre-wrap;
  }
  
  .shop-by-gear .l-panel {
    text-align: center;
  }
  
  
  /* On Point */
  
  .shop-on-point .l-panel {
    display: block;
    text-align: center;
  }
  
  .shop-on-point .l-item {
    background: #F8F8F8;
    margin: 5px;
    border-radius: 9px;
    width: calc(25% - 14px);
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  
  .shop-on-point .l-background {
    width: 100%;
    overflow: hidden;
  }
  
  .shop-on-point .l-information {
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 110px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
  }
  
  .shop-on-point .l-thumb {
    margin: 15px auto 5px auto;
    width: 50px;
    height: 50px;
  }
  
  .shop-on-point .l-text {
    padding: 0 10px;
    height: 3em;
    max-height: 3em;
    line-height: 1em;
    display: none;
  }
  
  .shop-on-point .l-title {
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  
  .shop-on-point .l-item:hover .l-information {
    background: rgba(0, 0, 0, 0.85);
    height: 150px;
  }
  
  .shop-on-point .l-item:hover .l-text {
    display: block;
  }
  
  
  /* Shop hot products */
  
  .shop-hot-products .l-item {
    background-color: #E6F4FA;
    margin: 5px;
    padding: 30px 6px;
    width: calc(20% - 10px);
    box-sizing: border-box;
    float: left;
  }
  
  .shop-hot-products .l-thumb {
    background: #fff;
    margin: 0 auto;
    border-radius: 50%;
    width: 195px;
    height: 195px;
    box-sizing: border-box;
    position: relative;
  }
  
  .shop-hot-products .l-title {
    padding: 6px 10px;
    height: 44px;
    line-height: 32px;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 900;
    color: #000;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  
  .shop-hot-products .l-recommend-text {
    padding: 0 10px;
    height: 60px;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    overflow: hidden;
  }
  
  .shop-hot-products .l-price-saved {
    margin-top: 15px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 0;
    color: #545454;
    text-align: center;
  }
  
  .shop-hot-products .l-price {
    margin-top: 15px;
    height: 30px;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 900;
    color: #000000;
    text-align: center;
    overflow: hidden;
  }
  
  .shop-hot-products .l-item:hover {
    box-shadow: 0 7px 10px #ccc;
  }
  
  .shop-hot-products .l-item:hover .l-cta {
    background-color: #0D5C91;
    color: #fff!important;
    box-shadow: none;
    font-weight: normal;
  }
  
  
  /* LenovoEDU Community */
  
  .l-section.shop-for-community {
    overflow: hidden;
  }
  
  .shop-for-community h3 {
    line-height: 1;
    float: left;
  }
  
  .shop-for-community h3 span {
    line-height: 1;
    font-size: 14px;
    font-weight: normal;
  }
  
  .shop-for-community h3 p {
    margin-bottom: 0;
  }
  
  .shop-for-community h3 p #community-courses {
    display: none;
  }
  
  .shop-for-community .l-cta-group {
    float: right;
  }
  
  .shop-for-community .l-cta-explore {
    margin-top: 15px;
    width: auto;
    float: left;
  }
  
  .shop-for-community .l-trigger {
    width: 13px;
    position: absolute;
    top: 60%;
    cursor: pointer;
    z-index: 100;
  }
  
  .shop-for-community .l-trigger.l-trigger-left {
    left: 10px;
  }
  
  .shop-for-community .l-trigger.l-trigger-right {
    right: 10px;
    transform: rotate( 180deg);
  }
  
  .shop-for-community .l-carousel-dotted {
    width: 100%;
    height: 21px;
    text-align: center;
    position: absolute;
    bottom: 0;
  }
  
  .shop-for-community .l-dotted {
    margin: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #444;
    display: inline-block;
    cursor: pointer;
  }
  
  .shop-for-community .l-dotted.l-active {
    background: #444;
  }
  
  .shop-for-community .l-panel:last-child {
    margin: 20px 0;
    padding: 0 30px;
    width: 100%;
    height: 178px;
    box-sizing: border-box;
    position: relative;
  }
  
  .shop-for-community .l-row {
    width: 200%;
    height: 182px;
    position: absolute;
    white-space: nowrap;
    transition: left 1s;
  }
  
  .shop-for-community .l-item {
    margin: 5px;
    border-radius: 5px;
    width: calc(12.5% - 28px);
    height: 168px;
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  
  .shop-for-community .l-item:nth-child(4) {
    margin-right: 95px;
  }
  
  .shop-for-community .l-background {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  .shop-for-community .l-background img {
    height: 100%;
  }
  
  .shop-for-community .l-information {
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 99;
  }
  
  .shop-for-community .l-item:hover .l-information {
    background-color: rgba(0, 0, 0, 1);
  }
  
  .shop-for-community .l-subtitle {
    margin: 20px 10px 0 10px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .shop-for-community .l-title {
    width: 100%;
    min-height: 127px;
    padding: 5px;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    white-space: pre-line;
  }
  
  
  /* Benefits of LenovoStudent & Resources*/
  
  .shop-benefits .l-panel,
  .shop-resources .l-panel {
    display: block;
    text-align: center;
    width: auto;
    margin: 0 auto;
  }
  
  .shop-benefits .l-item,
  .shop-resources .l-item {
    background: #F8F8F8;
    margin: 5px;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 6px;
    width: calc(20% - 14px);
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    height: 250px;
  }
  
  .shop-benefits .l-item:nth-child(1) .l-title {
    /*line-height: 1;*/
  }
  
  .shop-benefits .l-item:hover,
  .shop-resources .l-item:hover {
    box-shadow: 0 5px 10px #aaa;
  }
  
  .shop-benefits .l-thumb,
  .shop-resources .l-thumb {
    margin: 14px auto;
    width: 56px;
    height: 56px;
  }
  
  .shop-resources .l-text {
    padding: 0 10px;
    height: 60px;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 0;
    color: #555555;
    text-align: center;
    overflow: hidden;
  }
  
  
  /* Benefits of LenovoStudent */
  
  .shop-benefits .l-panel:first-child {
    margin-bottom: 15px;
  }
  
  .shop-benefits h3 {
    float: left;
  }
  
  .shop-benefits .l-cta-group {
    float: right;
  }
  
  .shop-benefits .l-title {
    padding: 8px 10px 0 10px;
    // height: 44px;
    line-height: 1;
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
    color: #555555;
    box-sizing: border-box;
    // overflow: hidden;
  }
  
  .shop-benefits .l-text {
    margin: 0 auto;
    padding: 15px 10px 10px 10px;
    height: 72px;
    line-height: 18px;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    color: #555555;
    // overflow: hidden;
  }
  
  .shop-benefits .l-cta.l-cta-register {
    width: auto;
    float: left;
    margin-right: 10px;
  }
  
  .shop-benefits .l-cta.l-cta-login {
    float: left;
    margin-right: 15px;
  }
  
  @media screen and (max-width: 750px) {
  .hero-text{
    width: 100%;
    background: #00000059;
    text-align: center;
    
  }
  
  .l-cta{
    margin: 8% auto!important;
  }
  
  .hero-students {
    background-image: url(https://static.lenovo.com/na/homepage/heros/main-banner/lenovo-bts-2021-w4.jpg);
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
  
    img.icon-deskpop {
        display: none;
    }
    img.icon-mobile {
        display: inline-block;
    }
    .l-panel::after,
    .l-row::after {
        content: "";
        display: table;
        clear: both;
    }
    .l-section {
        padding: 0 10px;
        width: 100%;
        min-width: 360px;
        box-sizing: border-box;
        overflow: hidden;
    }
    .l-section h3 {
        height: 27px;
        line-height: 27px;
        font-size: 22px!important;
        letter-spacing: 0;
    }
    .l-panel {
        margin: 15px 0;
        position: relative;
    }
    /* extra banner */
    .l-section.extra-banner-text {
        background: transparent;
        margin-top: 0;
        padding: 10px;
        height: auto;
        position: static;
    }
    .extra-banner-text .l-row {
        padding: 0;
        width: 100%;
    }
    .extra-banner-text .l-item {
        background-color: #F8F8F8;
        margin: 5px;
        border: 1px solid #BCBCBC;
        border-radius: 6px;
        padding: 7px;
        box-sizing: border-box;
        width: 50%;
        min-width: 160px;
        float: left;
    }
    .extra-banner-text .l-thumb {
        margin: 10px auto;
        width: 60px;
        height: 60px;
        float: none;
    }
    .extra-banner-text .l-information {
        width: 100%;
        border-right: 0!important;
    }
    .extra-banner-text .l-title {
        height: 60px;
        line-height: 20px;
        color: #555555;
        font-size: 16px;
        letter-spacing: 0;
        text-align: center;
        font-weight: normal;
    }
    .extra-banner-text .l-subtitle {
        display: none;
    }
    .extra-banner-text .l-link {
        color: #0D5C91;
        font-family: Lato;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 16px;
        text-align: center;
        margin: 10px 0;
        text-align: center;
        display: block;
    }
    .extra-banner-text .l-link::after {
        content: ">";
        margin-left: 4px;
    }
    /* slogan */
    .l-section.slogan {
        display: none;
    }
    /* Shop Gear */
    .shop-by-gear .l-panel {
        display: flex;
        overflow-x: scroll;
    }
    .shop-by-gear .l-item {
        min-width: 100px;
        min-height: 120px;
    }
    .shop-by-gear .l-thumb {
        width: 40px;
        height: 40px;
    }
    .shop-by-gear .l-text {
        padding: 5px;
        height: auto;
        line-height: 18px;
        font-size: 16px;
        letter-spacing: 0;
        white-space: pre-wrap;
    }
    /* Shop Point */
    .shop-on-point .l-panel {
        display: flex;
        overflow-x: scroll;
    }
    .shop-on-point .l-item {
        min-width: 138px;
        height: auto;
        min-height: 140px;
    }
    .shop-on-point .l-background {
        height: auto;
        min-height: auto;
        max-height: 140px;
    }
    .shop-on-point .l-information {
        height: 100%!important;
    }
    .shop-on-point .l-thumb {
        margin: 12px auto;
    }
    .shop-on-point .l-item:nth-child(1) .l-thumb {
        margin-top: 15px;
        margin-bottom: 9px;
    }
    .shop-on-point .l-title {
        padding: 10px 6px;
        line-height: 1;
        font-size: 16px;
        white-space: pre-wrap;
    }
    .shop-on-point .l-text {
        display: none;
    }
    .shop-on-point .l-item:hover .l-text {
        display: none;
    }
    .l-section.shop-benefits {
        height: 560px;
    }
    /*  */
    .l-section.shop-hot-products {
        display: none;
    }
    /* LenovoEDU Community */
    .l-section.shop-for-community {
        margin-bottom: 40px;
        padding-bottom: 40px;
        overflow: visible;
    }
    .shop-for-community h3 p {
        display: none;
    }
    .shop-for-community .l-panel:first-child {
        position: static;
    }
    .shop-for-community .l-panel:last-child {
        padding: 0;
        height: 158px;
        overflow-x: scroll;
    }
    .shop-for-community .l-row {
        height: 150px;
    }
    .shop-for-community .l-cta-group {
        position: absolute;
        top: 100%;
        left: 50%;
        margin-top: -57px;
        margin-left: -75px;
    }
    .shop-for-community .l-carousel-trigger {
        display: none;
    }
    .shop-for-community .l-carousel-dotted {
        display: none;
    }
    .shop-for-community .l-item {
        width: 200px;
        height: 120px;
    }
    .shop-for-community .l-item:nth-child(4) {
        margin-right: 5px;
    }
    .shop-for-community .l-background {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .shop-for-community .l-item .l-background img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .shop-for-community .l-information {
        width: 100%;
        height: 100%;
    }
    .shop-for-community .l-subtitle {
        margin: 5px 10px 0 10px;
    }
    .shop-for-community .l-title {
        font-size: 18px;
        min-height: 92px;
    }
    /* Benefits of LenovoStudent & Resources*/
    .shop-benefits .l-item,
    .shop-resources .l-item {
        width: calc(50% - 14px);
        padding: 0;
        float: left;
    }
    .shop-benefits .l-thumb,
    .shop-resources .l-thumb {
        width: 40px !important;
        height: 40px !important;
        margin: 12px auto;
    }
    .shop-benefits .l-text {
        display: none;
    }
    .shop-benefits .l-title {
        padding: 0 10px;
        height: 50px;
        line-height: 20px;
        font-size: 16px;
        letter-spacing: 0;
        text-align: center;
    }
    .shop-benefits .l-item:nth-child(2) .l-thumb {
        height: 30px !important;
        margin-top: 24px !important;
    }
    .shop-resources .l-item:nth-child(2) .l-thumb {
        height: 30px !important;
        margin-top: 24px !important;
    }
    .shop-benefits .l-item:nth-child(1) .l-title,
    .shop-benefits .l-item:nth-child(3) .l-title {
        line-height: 1;
    }
    .shop-resources .l-text {
        height: 97px;
    }
    .shop-benefits .l-cta-group {
        width: 100%;
        position: absolute;
        top: 425px;
    }
    .shop-benefits .l-cta {
        margin: 10px auto !important;
        width: 80% !important;
        float: none !important;
        display: block;
    }
    .slick-next.slick-arrow {
        display: none;
    }
  }
  
  @media print,
  screen and (min-width: 750px) and (max-width: 1024px) {
    .l-section {
        width: auto;
        min-width: 750px;
        overflow: hidden;
    }
    .l-section h3 {
        line-height: 27px;
        font-size: 22px!important;
        color: #000000!important;
    }
    /* Extra banner text */
    .l-section.extra-banner-text {
        margin: 0;
        width: 100%;
        height: auto;
        position: static;
    }
    .extra-banner-text .l-row {
        padding: 0;
        width: 100%;
        box-sizing: border-box;
    }
    .extra-banner-text .l-item {
        width: 50%;
        flex: unset;
    }
    .extra-banner-text .l-item:not(:last-child) {
        border-right: 1px solid #ffffff;
    }
    .extra-banner-text .l-thumb {
        margin: 15px auto 5px auto;
        float: none;
    }
    .extra-banner-text .l-information {
        border-right: 0!important;
        padding: 0;
        width: 100%;
        float: none;
        box-sizing: border-box;
    }
    .extra-banner-text .l-title {
        line-height: 20px;
        font-size: 16px;
        font-weight: normal;
        text-align: center;
    }
    .extra-banner-text .l-subtitle {
        color: #FFFFFF;
        font-size: 13px;
        line-height: 16px;
        text-align: center;
    }
    .extra-banner-text .l-link {
        margin: 20px 0 10px 0;
        line-height: 16px;
        font-size: 13px;
        display: block;
        text-align: center;
    }
    /* Slogan */
    .l-section.slogan {
        color: #000;
    }
    /* Shop by gear */
    .l-section.shop-by-gear {
        padding: 15px;
    }
    .shop-by-gear .l-panel {
        display: flex;
        overflow-x: scroll;
    }
    .shop-by-gear .l-item {
        min-width: 184px;
    }
    .shop-by-gear .l-thumb {
        margin: 15px auto 0 auto;
        width: 40px;
        height: 40px;
    }
    .shop-by-gear .l-text {
        white-space: pre-wrap;
    }
    .shop-by-gear .l-item:nth-child(2) .l-text {
        line-height: 1;
    }
    /* Shop on Point */
    .l-section.shop-on-point {
        padding: 0 15px;
    }
    .l-section.shop-on-point .l-panel {
        display: flex;
        overflow-x: scroll;
    }
    .shop-on-point .l-item {
        min-width: 300px;
    }
    .shop-on-point .l-item:hover .l-text {
        display: none;
    }
    .shop-on-point .l-item:hover .l-information {
        background: rgba(0, 0, 0, 0.65);
        height: 120px;
        outline: none;
    }
    .shop-on-point .l-background {
        height: auto;
    }
    /* Hot products */
    .l-section.shop-hot-products {
        padding: 0 15px;
    }
    .l-section.shop-hot-products .l-panel {
        display: flex;
        overflow-x: scroll;
    }
    .shop-hot-products .l-item {
        min-width: 245px;
    }
    /* Community */
    .l-section.shop-for-community {
        padding: 0 15px;
    }
    .shop-for-community .l-panel:last-child {
        height: 150px;
        overflow-x: scroll;
    }
    .shop-for-community .l-row {
        height: 134px;
    }
    .shop-for-community .l-item {
        height: 126px;
    }
    .shop-for-community .l-item:nth-child(4) {
        margin-right: 95px;
    }
    .shop-for-community .l-background {
        height: 100%;
    }
    .shop-for-community .l-background img {
        height: 100%;
    }
    .shop-for-community .l-subtitle {
        margin: 10px 10px 0 10px;
    }
    .shop-for-community .l-title {
        font-size: 18px;
        min-height: 94px;
    }
    .shop-for-community h3 p {
        display: none;
    }
    .shop-for-community .l-carousel-trigger {
        display: none;
    }
    .shop-for-community .l-carousel-dotted {
        display: none;
    }
    .shop-for-community .l-cta-explore {
        margin-top: 0;
    }
    .shop-for-community h3 {
        margin-top: 12px;
    }
    /* Benefits of LenovoStudent */
    .shop-benefits .l-item,
    .shop-resources .l-item {
        padding: 0;
    }
    .l-section.shop-benefits {
        padding: 0 15px;
    }
    .shop-benefits .l-item:nth-child(1) .l-title,
    .shop-benefits .l-item:nth-child(2) .l-title,
    .shop-benefits .l-item:nth-child(3) .l-title {
        line-height: 1;
    }
    .shop-benefits .l-title {
        height: 66px;
    }
    .shop-benefits .l-text {
        padding: 0px 6px 10px 6px;
        height: 120px;
    }
    /* Resources */
    .l-section.shop-resources {
        padding: 0 15px;
    }
    .shop-resources .l-text {
        height: 112px;
    }
    .slick-next.slick-arrow {
        display: none;
    }
  }
  
  @media print,
  screen and (min-width: 1024px) and (max-width: 1280px) {
    .l-section {
        width: 1024px;
    }
    .shop-benefits .l-item:nth-child(1) .l-title {
        line-height: 1;
    }
    .extra-banner-text .l-item:not(:last-child) .l-information {
        border-right: 1px solid #ffffff;
    }
  }
  
  @media print,
  screen and (min-width: 73.75em) {
    .extra-banner-text .l-item:not(:last-child) .l-information {
        border-right: 1px solid #ffffff;
        padding-right: 20px;
    }
    .shop-for-community .l-item:nth-child(4) {
        margin-right: 95px;
    }
  }
  
  @media print,
  screen and (min-width: 46.875em) {
    .m-banner__bannerLink {
        background: #0e5780;
        border-color: #0e5780;
        padding: 0 24px;
        color: #fff;
        min-height: 45px;
        font-size: 16px;
        font-weight: 700;
        line-height: 46px;
    }
    .m-banner__bannerLink:hover {
        color: #0e5780;
        background-color: #e8f3f9;
    }
  }  
  .iframe-signup iframe {
    width: 75%;
    margin: 100px auto 0;
    height: 930px;
    display:block;
  }
  .container-form {
    margin: 0 auto;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.4);
    z-index:9;
    overflow-y:scroll;
    display:none;
  }
  #bts-form {
    width:40%;
    position:absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background:#FFF;
  
    padding:30px;
    border-radius:5px;
    border: solid 2px #ccc;
  }
  .container-form form > svg {
    position:absolute;
    right:20px;
    color:#000;
    cursor:pointer;
  }
  #bts-form > p {
    color: #000;
    margin: auto;
    font-size: 20px;
    text-align: center;
    max-width: 50%;
  }
  #bts-form form {
    width: 40%;
    margin: 30px auto;
    border: solid 1px #eaeaea;
    padding: 20px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #bts-form label,
  #bts-form input {
    width: 100%;
    margin-bottom: 10px;
  }
  #bts-form label {
    font-size: 14px;
    color: #000;
    text-align:left;
  }
  #bts-form input,
  #bts-form select {
    padding-left: 10px;
    font-family: inherit;
    font-size: 16px;
    height: 34px;
    border: solid 1px #999;
    border-radius: 3px;
  }
  #bts-form input:hover,
  #bts-form select:hover {
    border-color: #058405;
  }
  #bts-form input:focus,
  #bts-form select:focus {
    border-color: #058405;
    border-right-width: 1px !important;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(145 37 147, 0.2);
    box-shadow: 0 0 0 2px rgba(145 37 147, 0.2);
  }
  #bts-form div:not(.bts-form-msg) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #bts-form .btn-a {
    max-width: 200px;
    font-size: 16px;
    height: 38px;
    margin: 20px auto 0;
    cursor: pointer;
    padding-top: 6px;
  }
  .bts-form-msg {
    border: solid 1px transparent;
    padding: 10px;
    border-radius: 3px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bts-form-msg p {
    margin: 0;
    font-size: 14px;
  }
  .bts-form-msg svg {
    cursor: pointer;
  }
  .bts-form-msg svg:hover {
    opacity: 0.6;
  }
  .bts-form-msg.sucess {
    background-color: #d4edda;
    border-color: #c3e6cb;
  }
  .bts-form-msg.sucess p,
  .bts-form-msg.sucess svg {
    color: #155724;
  }
  .bts-form-msg.error {
    background-color: #f8d7da;
    border-color: #f5c6cb;
  }
  .bts-form-msg.error p,
  .bts-form-msg.error svg {
    color: #721c24;
  }
  .bts-box-msg {
    width: 40%;
    flex-direction: column;
    border: solid 1px transparent;
    padding: 10px;
    border-radius: 3px;
    margin: 20px auto 0;
    background-color: #e6f7ff;
    border: 1px solid #058405;
  }
  .bts-box-msg p,
  .bts-box-msg a {
    margin: 0;
    font-size: 14px;
    color: #295c7b;
  }
  .bts-box-msg a {
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
  }
  .bts-box-msg a:hover {
    text-decoration: underline;
  }
  .acepto {
    display: flex;
    align-items: center;
    margin: 20px 0px;
  }
  #bts-form .acepto input {
    width: 20px;
    height: 15px;
    margin-right:15px;
  }
  .acepto p {
    font-size: 14px;
    color: #000;
    text-align:left;
  }
  #bts-form .btn-a[disabled],
  #bts-form .btn-a[disabled]:hover {
    background: #ccc;
    opacity: 1;
    cursor: default;
  }
  
  .btn-a {
    display: block;
    margin: 20px auto;
    padding: 0.5em 0 0.4em 0;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    color: white;
    border-color: #058405;
    background: #058405;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    width: 70%;
  }
  .btn-a:hover {
    opacity: 0.8;
  }
  
  @media only screen and (max-width:1090px) {
  
    #bts-form {
        width:60%;
    }
  
  }
  
  @media only screen and (max-width:760px) {
  
    #bts-form {
        width:95%;
    }
  
  }
  @media only screen and (max-height: 800px) {
    #bts-form {
        top:200px;
        transform: translate(-50%, 0);
        overflow:scroll;
    }
  }
    
  @media only screen and (max-width:935px) {
    .iframe-signup iframe {
        height:1000px;
        width:90%;
    }
  }
  
  
  @media only screen and (max-width:780px) {
    .iframe-signup iframe {
        height:1300px;
    }
  }
  
  @media only screen and (max-width:590px) {
    .stack1-content button.btn-green {
        margin-bottom:10px;
    }
    .iframe-signup iframe {
        height:1550px;
    }
  }
  
  .container-form {
    margin: 0 auto;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.4);
    z-index:9;
    overflow-y:scroll;
    display:none;
  }
  #bts-form {
    width:40%;
    position:absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background:#FFF;
  
    padding:30px;
    border-radius:5px;
    border: solid 2px #ccc;
  }
  .container-form form > svg {
    position:absolute;
    right:20px;
    color:#000;
    cursor:pointer;
  }
  #bts-form > p {
    color: #000;
    margin: auto;
    font-size: 20px;
    text-align: center;
    max-width: 50%;
  }
  #bts-form form {
    width: 40%;
    margin: 30px auto;
    border: solid 1px #eaeaea;
    padding: 20px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #bts-form label,
  #bts-form input {
    width: 100%;
    margin-bottom: 10px;
  }
  #bts-form label {
    font-size: 14px;
    color: #000;
    text-align:left;
  }
  #bts-form input,
  #bts-form select {
    padding-left: 10px;
    font-family: inherit;
    font-size: 16px;
    height: 34px;
    border: solid 1px #999;
    border-radius: 3px;
  }
  #bts-form input:hover,
  #bts-form select:hover {
    border-color: #058405;
  }
  #bts-form input:focus,
  #bts-form select:focus {
    border-color: #058405;
    border-right-width: 1px !important;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(145 37 147, 0.2);
    box-shadow: 0 0 0 2px rgba(145 37 147, 0.2);
  }
  #bts-form div:not(.bts-form-msg) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #bts-form .btn-a {
    max-width: 200px;
    font-size: 16px;
    height: 38px;
    margin: 20px auto 0;
    cursor: pointer;
    padding-top: 6px;
  }
  .bts-form-msg {
    border: solid 1px transparent;
    padding: 10px;
    border-radius: 3px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bts-form-msg p {
    margin: 0;
    font-size: 14px;
  }
  .bts-form-msg svg {
    cursor: pointer;
  }
  .bts-form-msg svg:hover {
    opacity: 0.6;
  }
  .bts-form-msg.sucess {
    background-color: #d4edda;
    border-color: #c3e6cb;
  }
  .bts-form-msg.sucess p,
  .bts-form-msg.sucess svg {
    color: #155724;
  }
  .bts-form-msg.error {
    background-color: #f8d7da;
    border-color: #f5c6cb;
  }
  .bts-form-msg.error p,
  .bts-form-msg.error svg {
    color: #721c24;
  }
  .bts-box-msg {
    width: 40%;
    flex-direction: column;
    border: solid 1px transparent;
    padding: 10px;
    border-radius: 3px;
    margin: 20px auto 0;
    background-color: #e6f7ff;
    border: 1px solid #058405;
  }
  .bts-box-msg p,
  .bts-box-msg a {
    margin: 0;
    font-size: 14px;
    color: #295c7b;
  }
  .bts-box-msg a {
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
  }
  .bts-box-msg a:hover {
    text-decoration: underline;
  }
  .acepto {
    display: flex;
    align-items: center;
    margin: 20px 0px;
  }
  #bts-form .acepto input {
    width: 20px;
    height: 15px;
    margin-right:15px;
  }
  .acepto p {
    font-size: 14px;
    color: #000;
    text-align:left;
  }
  #bts-form .btn-a[disabled],
  #bts-form .btn-a[disabled]:hover {
    background: #ccc;
    opacity: 1;
    cursor: default;
  }
  
  .btn-a {
    display: block;
    margin: 20px auto;
    padding: 0.5em 0 0.4em 0;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    color: white;
    border-color: #058405;
    background: #058405;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    width: 70%;
  }
  .btn-a:hover {
    opacity: 0.8;
  }
  
  @media only screen and (max-width:1090px) {
  
    #bts-form {
        width:60%;
    }
  
  }
  
  @media only screen and (max-width:760px) {
  
    #bts-form {
        width:95%;
    }
  
  }
  @media only screen and (max-height: 800px) {
    #bts-form {
        top:200px;
        transform: translate(-50%, 0);
        overflow:scroll;
    }
  }
  .instructions > div > img {
  width: auto;
  max-width: inherit;
  max-height: inherit;
  }
  
  
  .how-text {
  font-size: 32px;
  text-align: center;
  padding: 10px 0px;
  margin: 0;
  line-height: 1.3em;
  }
  
  
  
  /* instructions section */
  
  section.instructions,
  section.instructions * {
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
  
  section.instructions {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 20px 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  }
  
  .instructions-headline,
  .instructions-number {
  color: #058405;
  font-weight: 700;
  line-height: 1;
  }
  
  .instructions-headline {
  text-align: center;
  font-size: 22px;
  }
  
  .instructions .instructions-number {
  font-size: 48px;
  line-height: 1;
  margin-right: 15px;
  }
  
  .instructions .instructions-logo-container {
  width: 97px;
  margin: 20px auto;
  }
  
  .instructions .intructions-svg-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  }
  
  .instructions .intructions-svg-container svg.id {
  height: 35px;
  }
  
  .instructions .intructions-svg-container svg.me {
  height: 21px;
  }
  
  .st0,
  .st1,
  .st2,
  .st3,
  .st4,
  .st5,
  .st6,
  .st7 {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  fill: none;
  }
  
  .st0 {
  -webkit-clip-path: url(#m1_1_);
  clip-path: url(#m1_1_);
  stroke-width: 17;
  stroke-miterlimit: 10;
  }
  
  .st1 {
  -webkit-clip-path: url(#m2_2_);
  clip-path: url(#m2_2_);
  stroke-width: 24;
  stroke-miterlimit: 10;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  }
  
  .st2 {
  -webkit-clip-path: url(#m2_3_);
  clip-path: url(#m2_3_);
  stroke-width: 24;
  stroke-miterlimit: 10;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  }
  
  .st3 {
  -webkit-clip-path: url(#m3_2_);
  clip-path: url(#m3_2_);
  stroke-width: 21;
  stroke-miterlimit: 10;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  }
  
  .st4 {
  -webkit-clip-path: url(#m3_3_);
  clip-path: url(#m3_3_);
  stroke-width: 21;
  stroke-miterlimit: 10;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  }
  
  .st5 {
  -webkit-clip-path: url(#e1_1_);
  clip-path: url(#e1_1_);
  stroke-width: 16;
  stroke-miterlimit: 10;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  }
  
  .st6 {
  -webkit-clip-path: url(#e2_2_);
  clip-path: url(#e2_2_);
  stroke-width: 19;
  stroke-miterlimit: 10;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
  }
  
  .st7 {
  -webkit-clip-path: url(#e2_3_);
  clip-path: url(#e2_3_);
  stroke-width: 16;
  stroke-miterlimit: 10;
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
  }
  
  .id path {
  fill: #2e3f51;
  }
  
  .id circle {
  fill: #4dba76;
  }
  
  .id-me-ms {
  display: none;
  }
  
  .me line,
  .me path,
  .me polyline {
  stroke: #2e3f51;
  }
  
  .instructions .instructions-block-2,
  .instructions .instructions-block-3,
  .instructions .instructions-block-4 {
  padding: 15px;
  margin-top: 25px;
  border-radius: 8px;
  position: relative;
  }
  
  .instructions .instructions-block-2::after,
  .instructions .instructions-block-3::after {
  content: "";
  height: 26px;
  width: 26px;
  position: absolute;
  bottom: -12px;
  background: inherit;
  left: 50%;
  z-index: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  }
  
  .instructions .instructions-block-2 {
  background: #e3e3e3;
  }
  
  .instructions .instructions-block-3 {
  background: #efefef;
  }
  
  .instructions .instructions-block-4 {
  background: #f8f8f8;
  }
  
  .instructions .instructions-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  width: 90%;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  }
  
  .instructions .instructions-desc p {
  font-size: 14px;
  line-height: 1.4;
  }
  
  .instructions .instructions-desc-img {
  text-align: center;
  position: relative;
  z-index: 1;
  }
  
  .instructions .instructions-block-3 .instructions-desc-img {
  border-radius: 5px;
  padding: 5px;
  margin-top: 5px;
  }
  
  .instructions .instructions-block-2 .instructions-desc-img img,
  .instructions .instructions-block-3 .instructions-desc-img img,
  .instructions .instructions-block-4 .instructions-desc-img img {
  width: 100px;
  }
  
  .instructions .instructions-desc-img .circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  background: #009dd9;
  position: relative;
  }
  
  .instructions .instructions-desc-img .circle::after {
  content: "";
  width: 6px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  }
  
  .instructions .instructions-desc-img .circle + span {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -2px;
  left: 2px;
  }
  
  .instructions .instructions-block-5 a {
  display: block;
  padding: 0 24px;
  max-width: 226px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid transparent;
  margin: 20px auto;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #058405;
  color: white;
  }
  .instructions .instructions-block-5 a:hover {
  background: #fff;
  border-color: #058405;
  color: #058405;
  }
  .instructions .instructions-cta {
  width: 80%;
  }
  .instructions .instructions-block-5 p {
  font-size: 14px;
  position: absolute;
  left: 2.5%;
  color: #777;
  line-height: 1.2;
  width: 95%;
  text-align: center;
  padding: 10px 0 0 0;
  }
  .instructions-block-5 span a.webSupport {
  color: #1976a1;
  font-size: 14px;
  background: none;
  display: inline-block;
  padding: 0;
  top: 0;
  font-weight: bold;
  text-decoration: underline;
  margin: 0;
  border: unset;
  border-radius: unset;
  height: unset;
  /* max-width: unset; */
  }
  
  .instructions-block-5 span a.webSupport:hover {
  border: none;
  background: none;
  padding: 0;
  color: #777;
  font-size: 14px;
  margin: 0;
  border: unset;
  border-radius: unset;
  height: unset;
  max-width: unset;
  }
  
  .loja-educacional-question{
    font-size: 1.4rem!important;
  }
  @media (max-width:768px){
    .hero__cta {
        margin-top: 15px!important;
    }
  }
  @media (min-width:768px){
    .hero__cta__box{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
  }

  @media (min-width: 600px) {
  section.instructions {
    padding: 15px 28px;
  }
  .how-text {
    padding: 20px 0;
  }
  .instructions-block-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .instructions .instructions-logo-container {
    margin: 0 0 0 18px;
  }
  .instructions .instructions-block-2,
  .instructions .instructions-block-3,
  .instructions .instructions-block-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 20px;
  }
  .instructions .instructions-desc {
    margin: 0;
  }
  .instructions .instructions-block-2 .instructions-desc,
  .instructions .instructions-block-3 .instructions-desc,
  .instructions .instructions-block-4 .instructions-desc {
    width: 100%;
    padding-right: 20px;
  }
  .instructions .instructions-block-2 .instructions-desc-img img,
  .instructions .instructions-block-3 .instructions-desc-img img,
  .instructions .instructions-block-4 .instructions-desc-img img {
    width: 75px;
  }
  .instructions .instructions-block-3 .instructions-desc-img {
    margin-top: 0;
  }
  .instructions .instructions-block-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .instructions .instructions-block-5 p {
    position: relative;
    left: 0;
  }
  .instructions .instructions-block-5 a {
    margin-left: 0;
    margin-right: 0;
  }
  .instructions .instructions-logo-container {
    margin: 0 auto;
  }
  }
  
  @media (min-width: 750px) {
  .instructions .instructions-block-2,
  .instructions .instructions-block-3,
  .instructions .instructions-block-4 {
    padding: 15px 25px 15px 40px;
  }
  .instructions .instructions-desc p {
    font-size: 16px;
  }
  }
  
  @media (min-width: 950px) {
  section.instructions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 28px 50px;
  }
  
  /* .instructions .instructions-block-5 */
  .instructions .instructions-block-1{ 
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    min-width: 65%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .instructions .instructions-block-5{
      -ms-flex-preferred-size: 16%;
      flex-basis: 16%;
      min-width: 16%;
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 4;
      order: 4;
  }
  .instructions .instructions-block-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 100%;
  }
  .instructions .instructions-block-2,
  .instructions .instructions-block-3,
  .instructions .instructions-block-4 {
    width: 26%;
    padding: 15px 10px 15px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 310px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .instructions .instructions-block-5 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .instructions .instructions-block-1,
  .instructions .instructions-block-3 .instructions-desc,
  .instructions .instructions-block-5,
  .instructions .instructions-desc {
    width: 100%;
  }
  .instructions .instructions-headline {
    margin-bottom: 10px;
  }
  .instructions .instructions-desc-img {
    width: 100%;
    max-width: 300px;
    margin: auto;
    height: 75px;
  }
  .instructions .instructions-block-3 .instructions-desc-img {
    margin-top: 10px;
  }
  .instructions .instructions-block-2 .instructions-desc-img img,
  .instructions .instructions-block-4 .instructions-desc-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .instructions .instructions-block-5 a {
      margin: auto;
      text-align: center;
      padding: 1.5em;
  }
  }
  .instructions .instructions-block-5 p {
    position: absolute;
    right: 30px;
    bottom: 15px;
    text-align: right;
    left: auto;
  }
  .instructions .instructions-desc-img .circle + span {
    font-size: 10px;
  }
  .instructions .instructions-block-2::after,
  .instructions .instructions-block-3::after {
    bottom: 50%;
    left: 100%;
    width: 20px;
    height: 20px;
  }
  .instructions .instructions-block-1,
  .instructions .instructions-block-2,
  .instructions .instructions-block-3,
  .instructions .instructions-block-4,
  .instructions .instructions-block-5,
  .instructions .intructions-svg-container svg.id {
    opacity: 0;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
  }
  .instructions .instructions-block-2 {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .instructions .instructions-block-3,
  .instructions .instructions-block-4 {
    -webkit-transform: translate3d(-150%, 0, 0);
    transform: translate3d(-150%, 0, 0);
  }
  section.instructions.active .instructions-block-1,
  section.instructions.active .instructions-block-2,
  section.instructions.active .instructions-block-3,
  section.instructions.active .instructions-block-4,
  section.instructions.active .instructions-block-5,
  section.instructions.active .intructions-svg-container svg.id {
    opacity: 1;
  }
  section.instructions.active .instructions-block-2,
  section.instructions.active .instructions-block-3,
  section.instructions.active .instructions-block-4 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .instructions .instructions-block-2 {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    z-index: 2;
  }
  .instructions .instructions-block-3 {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
    z-index: 1;
  }
  .instructions .instructions-block-4 {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
    z-index: 0;
  }
  .instructions .instructions-block-5 {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }
  .instructions .intructions-svg-container svg.id {
    -webkit-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s;
  }
  .st0,
  .st1,
  .st2,
  .st3,
  .st4,
  .st5,
  .st6,
  .st7 {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    -webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
  }
  .st0 {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
  }
  .st1 {
    -webkit-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s;
  }
  .st2 {
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
  }
  .st3 {
    -webkit-transition-delay: 2.3s;
    -o-transition-delay: 2.3s;
    transition-delay: 2.3s;
  }
  .st4 {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
  }
  .st5 {
    -webkit-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    transition-delay: 2.5s;
  }
  .st6 {
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s;
  }
  .st7 {
    -webkit-transition-delay: 2.9s;
    -o-transition-delay: 2.9s;
    transition-delay: 2.9s;
  }
  section.instructions.active .st0,
  section.instructions.active .st1,
  section.instructions.active .st2,
  section.instructions.active .st3,
  section.instructions.active .st4,
  section.instructions.active .st5,
  section.instructions.active .st6,
  section.instructions.active .st7 {
    stroke-dashoffset: 0;
  }
  }
  
  @media (min-width: 1180px) {
  section.instructions {
    width: 90%;
    align-items: center;
  }
  .instructions .instructions-block-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .instructions .instructions-block-5 {
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    min-width: 16%;
  }
  .instructions .instructions-headline {
    margin-bottom: 0;
  }
  .instructions .instructions-block-2 .instructions-desc,
  .instructions .instructions-block-3 .instructions-desc,
  .instructions .instructions-block-4 .instructions-desc {
    padding: 0 20px;
  }
  .instructions .instructions-block-5 a {
    max-width: 248px;
    height: 55px;
    font-size: 18px;
  }
  .instructions .instructions-block-2,
  .instructions .instructions-block-3,
  .instructions .instructions-block-4 {
    max-width: 420px;
  }
  .instructions .instructions-block-2,
  .instructions .instructions-block-4 {
    padding: 15px `0px;
  }
  .instructions .instructions-desc-img .circle + span {
    font-size: 12px;
  }
  }
  
  @media (min-width: 1440px) {
  section.instructions {
    max-width: 1570px;
    padding: 35px 20px;
  }
  .instructions .instructions-block-1,
  .instructions .instructions-block-2,
  .instructions .instructions-block-3,
  .instructions .instructions-block-4,
  .instructions .instructions-block-5 {
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%;
    min-width: 19%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
  }
  .instructions .instructions-block-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 240px;
    min-width: 240px;
  }
  .instructions .instructions-headline {
    width: 91%;
    margin-bottom: 20px;
  }
  .instructions .instructions-logo-container {
    width: 150px;
  }
  .instructions .intructions-svg-container svg.id {
    height: 55px;
  }
  .instructions .intructions-svg-container svg.me {
    height: 32px;
  }
  .instructions .instructions-block-2,
  .instructions .instructions-block-3,
  .instructions .instructions-block-4 {
    max-width: 295px;
  }
  /* .instructions .instructions-block-2,
  .instructions .instructions-block-4 {
    padding: 40px 0 0px;
  } */
  .instructions .instructions-block-5 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
    max-width: 250px;
    min-width: 200px;
  }
  .instructions .instructions-desc {
    margin: auto;
    width: 80%;
  }
  .instructions .instructions-block-2 .instructions-desc,
  .instructions .instructions-block-3 .instructions-desc,
  .instructions .instructions-block-4 .instructions-desc {
    padding: 10px 0;
    width: 85%;
  }
  .instructions .instructions-desc-img .circle + span {
    font-size: 9px;
  }
  .instructions .instructions-block-5 a {
    font-size: 15px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    position: relative;
  }
  .instructions .instructions-block-5 p {
    position: static;
    text-align: center;
    margin-top: 5px;
  }
  #singlecol > section.instructions.active > div.instructions-block-5{
    margin-bottom: auto;
    margin-top: auto;
  }
  }
  
  @media (min-width: 1600px) {
  .instructions .instructions-desc-img .circle + span {
    font-size: 11px;
  }
  }
  
  @media (min-width: 1740px) {
  section.instructions {
    padding: 35px 30px 35px 50px;
  }
  .instructions .instructions-block-2,
  .instructions .instructions-block-3,
  .instructions .instructions-block-4 {
    min-width: 20%;
  }
  .instructions .instructions-block-5 a {
    font-size: 18px;
  }
  .instructions .instructions-desc-img .circle + span {
    font-size: 13px;
  }
  }
  
  @supports (-ms-accelerator: true) {
  .instructions .intructions-svg-container {
    display: none;
  }
  .id-me-ms {
    display: block;
  }
  }
  
  @supports (-ms-ime-align: auto) {
  .instructions .intructions-svg-container {
    display: none;
  }
  .id-me-ms {
    display: block;
  }
  }
  
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .instructions .intructions-svg-container {
    display: none;
  }
  .id-me-ms {
    display: block;
  }
  }
  .cta--even .btn{
       max-width: 320px!important;
  }
