/* Sign Up Modal */

.modal-body {
    position: relative;
    padding: 20px;
}

#signup-modal .modal-body {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    overflow-y: initial;
}
#signup-modal {
    background-color: #212326;
    margin-left: auto;
    margin-right: auto;
    padding-top: 130px;
    padding-right: 32px;
    padding-left: 32px;
    width: 100%;
    text-align: left;
    min-height: 100vh;
}
.signup-email-form{
    width: 100%;
    position:relative;
}
#signup-modal .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
    width: 55%;
}

    #signup-modal .modal-content h2 {
        color: #fff;
        font-size: 40px;
        font-weight: 600;
        font-family: "Fira sans";
        margin-top: 0;
        margin-bottom: 10px;
    }

.input_wrapper input {
    height: 48px;
    line-height: 1;
    border: none;
    border-radius: 50px;
    box-sizing: border-box;
    padding-left: 16px;
    width: 100%;
    outline: none;
    font-size: 16px;
    margin-bottom: 10px;
}
.input_wrapper {
    position:relative;
}
.input_wrapper {
    margin-top: 15px;
}

.input_wrapper.email-wrapper {
    margin-bottom: 15px;
}
.suli_w_email {
    background: #1483C1;
    height: 44px;
    border-radius: 22px;
    display: block;
    width: 100%;
    line-height: 44px;
    color: #fff;
    margin: auto;
    position: relative;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 30px;
}
.suli_w_email.disabled {
    pointer-events:none;
    opacity:0.5;
    cursor:default;
}
    .switch.to_other {
    color: #fff;
    font-size: 13px;
}

#linklogin {
    color: white;
    margin-left: 10px;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 12px;
    padding: 1px 6px;
    vertical-align: middle;
}
.input_wrapper.v_error .suli_validation {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 21px;
    font-weight: 700;
    border-radius: 50%;
    background: #DB0000;
    position: absolute;
    top: 4px;
    right:5px;
    color: #fff;
}

    .input_wrapper.v_error .suli_validation::after {
        content: "!";
        color: #fff;
        position: absolute;
        bottom: 1px;
        right: 12px;
        font-size: 21px;
        font-weight: 700;
    }

.v_tooltip {
    position: absolute;
    right: 99px;
    bottom: auto;
    display: inline-block;
    padding: 14px 12px 10px;
    background: #2F2F2F;
    color: #fff;
    z-index: 9997;
    font-size: 12px;
    font-weight: 500;
    display: none;
    top: 46px;
}

.v_tooltip::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #DB0000 transparent;
    position: absolute;
    top: -6px;
    right: 13px;
}

.v_tooltip::after {
    content: '';
    width: 100%;
    height: 4px;
    background: #DB0000;
    z-index: 9998;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}
.v_tooltip {
    position: absolute;
    right: 15px;
    bottom: auto;
    display: inline-block;
    padding: 14px 12px 10px;
    background: #2F2F2F;
    color: #fff;
    z-index: 9997;
    font-size: 12px;
    font-weight: 500;
    display: none;
    top: 46px;
}

#signup-modal .close {
    color: #fff;
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
    font-size: 48px;
    text-shadow: 0 1px 0 #fff;
}

#signup-modal .close:hover {
    color: #fff;
    opacity:0.8;
    transition: all 0.2s ease-in-out;
}

/* pruned: unused #segments styles */

.section .container div.image {
    width: fit-content;
    height: fit-content;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    background-color: white;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
}

.section .content.col-md-6{
padding-left: 15px;
display: flex;
align-self: center;
flex-direction: column;
}

.section .content.col-md-6 h3{
font-family: "Fira sans",sans-serif;
font-size: 36px;
font-weight: 600;
line-height: 1.2;
margin-bottom: 5px;
margin-top: 0;
}

.section .content.col-md-6 p{
    font-size: 19px;
    font-weight: 400;
    line-height: 1.45;
    width: 75%;
}

.section.works, .section.feed, .section.improve, .section.photoshot, .section.instant, .section.models {
    margin-bottom: 136px;
    margin-top: 136px;
}

.gray-section {
    background: rgba(0,0,0,0.02);
    padding-top: 20px;
    margin: 0;
    max-width: 100%;
    width: 100%;
    padding-bottom: 10px;
}

.gray-section .section.instant, .gray-section .section.models, .gray-section > .section {
    margin-bottom: 126px;
  }

  .section.works, .section.feed, .section.improve, .section.photoshot  {
    margin-bottom: 136px;
  }

.section .container {
    margin-top: 68px;
  }


.section.works .content.col-md-6,
.section.feed .content.col-md-6,
.section.photoshot   .content.col-md-6 {
    order: 1;
}

.section.instant  .content.col-md-6,
.section.feed .content.col-md-6,
.section.models  .content.col-md-6{
    padding-left: 80px;
}



/* videos */
#videos-section{
  background-color: #f5f5f5;
  min-height: 450px;
  position: relative;
}

/* pruned: videos block not used on AiModels page */


/* EO videos */


.lazyload{
opacity: 0;
}
.lazyload.loaded{
opacity: 1;
transition: opacity 0.5s;
}


#cfa-section h2{
  font-size: 33px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.image.how-it-works-video{

  display: flex;
  justify-content: center;
  align-items: center;
}
.video-player-icon{
cursor: pointer;
}





/*  image elements */

.window.image{
    opacity:0;
}

div[class^="se-icon-"], div[class^="tw-icon-"] {
    position: absolute;
    opacity: 0;
}



.section .container div.image.camp-a {
    position: relative;
    top: 0;
    left: 207px;
    opacity: 0;
}



.section .container div.image.instant-a {
    opacity: 0;
  }

  .section .container div.image.instant-b {
    position: absolute;
    left: 102px;
    top: 236px;
    opacity: 0;
  }

  .section .container div.feed-b{
    position: absolute;
    top: 21px;
    left: 61px;
    opacity: 0;
    z-index: -1;
}


.models-group{
    position: relative;
  height: 440px;
  max-width: 450px;
}

.image-model {
    border-radius: 12px;
    overflow: hidden;
  }

.section .container div.geo-a {
    position: relative;
    top: 0;
    left: 234px;
    opacity: 0;
}

.section .container div.geo-b {
    position: absolute;
    top: 0;
    left: 223px;
    opacity: 0;
}

.section .container div.geo-c {
    position: absolute;
    top: 0;
    left: 369px;
    opacity: 0;
}

.section .container div.geo-d {
    position: absolute;
    top: 131px;
    left: 152px;
    opacity: 0;
}

.section .container div.geo-e {
    position: absolute;
  top: 152px;
  left: 370px;
  opacity: 0;
}

.section .container div.geo-f {
    position: absolute;
    top: 331px;
    left: 79px;
    opacity: 0;
}
.section .container div.geo-g {
    position: absolute;
  top: 333px;
  left: 224px;
  opacity: 0;
}
.section .container div.geo-h {
    position: absolute;
    top: 293px;
    left: 370px;
    opacity: 0;
}

/* pruned: dev-* and audiences-* not used */


.section .container div.cross-e {
    position: relative;
    top: 0;
    left: 226px;
    opacity: 0;
}

#improve.section .container div.image.window {
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
}



/* pruned: footer styles not used by page */


/* CFA */

#cfa-section {
    background-color: #6d52b3;
    height: 300px;
    padding-top: 66px;
    text-align: center;
}

#cfa-section {
    text-align: center;
}

    #cfa-section h2 {
        font-size: 33px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 20px;
        text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
    }


/* videos Modal */
.how-it-works-video {
    cursor: pointer;
}



.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */

    opacity: 0;
}


.modal-content {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border: 1px solid #e3e3e3;
    padding: 25px;
    width: 70%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    margin: 0 auto;
}

.close {
    color: #484848;
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    right: 10px;
    top: -5px;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

/* Footer */
.footer {
    display: flex;
}

.wrapper12 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.footer .inner-wrapper {
    margin: 0 auto;
    position: relative;
    width: 1200px;
    display: flex;
    flex-wrap: nowrap;
    align-items: self-start;
    justify-content: space-around;
}

.footer .col {
    padding-top: 45px;
}

.footer h3 {
    border-bottom: 1px dashed #2c2c2c;
    font-weight: 500;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #499bc9;
    font-size: 30px;
    font-family: "Roboto",sans-serif;
}

.footer ul {
    margin: 0;
    margin-right: 0px;
    padding: 0;
    color: #515050;
    float: left;
    font-size: 16px;
    font-weight: 400;
    list-style: outside none none;
    margin-right: 35px;
    font-family: "Roboto",sans-serif;
}

.footer li {
    line-height: 46px;
}

.footer a {
    color: #515050;
    vertical-align: middle;
    text-decoration: none;
}

    .footer a:hover {
        color: #515050;
        text-decoration: none;
    }

.footer .col.social i {
    display: inline-block;
    height: 25px;
    margin-right: 5px;
    vertical-align: middle;
    width: 25px;
}

.copyright {
    clear: both;
    display: block;
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #827A6D;
    background-color: #dcd7cf;
    margin-top: 100px;
}

.bottom-footer {
    clear: both;
}

    .bottom-footer .shop {
        background-image: url("/common/images/hp-new/footer_store.png");
        display: block;
        position: absolute;
        height: 38px;
        width: 46px;
        left: initial;
        right: 30px !important;
        top: -38px;
    }

    .bottom-footer .cart {
        background-image: url("/common/images/hp-new/footer_logo.png");
        display: block;
        position: absolute;
        top: -25px;
        height: 25px;
        width: 35px;
        left: 20px !important;
    }

.footer .col.social i {
    opacity: 0.87;
}

i.linkedin, i.fb img, i.twitter img {
    background: #000;
    border-radius: 3px;
}


/* CFA */

#cfa-section {
    background-color: #6d52b3;
    height: 300px;
    padding-top: 66px;
    text-align: center;
}

#cfa-section {
    text-align: center;
}

    #cfa-section h2 {
        font-size: 33px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 20px;
        text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
    }


/* videos Modal */
.how-it-works-video {
    cursor: pointer;
}



.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */

    opacity: 0;
}


.modal-content {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border: 1px solid #e3e3e3;
    padding: 25px;
    width: 70%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    margin: 0 auto;
}

.close {
    color: #484848;
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    right: 10px;
    top: -5px;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }



/* Tablet Portrait */

@media (min-width: 800px) and (max-width: 1081px) {

    .navbar-sy li {
        margin-right: 20px;
    }
        .navbar-sy ul li:nth-child(4), .navbar-sy ul li:nth-child(5) {
        display: none;
    }

    .container {
        max-width: 100vw;
        margin-right: auto;
        margin-left: auto;
    }

    .col-md-6.image-section {
        transform: scale(0.8);
        transform-origin: center;
        position: absolute;
        top: 45px;
    }

    .text-section.col-md-6, .text-section.col-md-5 {
        margin-left: 4vw;
    }

    #header h1 {
        padding-top: 4vh;
    }

    #header h2 {
        font-size: 20px;
        width: 85%;
    }

    .badges-grp-wrapper {
        width: 94vw;
    }

    #badges-section .badges-grp {
        width: 92vw !important;
    }

    .badges-grp-container {
        left: calc(var(--n) * 92vw) !important;
    }

    .badge-wrapper {
        transform: scale(0.6);
        transform-origin: center center;
    }

    #testimonial h3, .story-item h3, #cfa-section h2 {
        font-size: 30px;
    }

    .container.row > .col-md-6 {
        transform: scale(0.8);
    }

    .gray-section .section.works, .gray-section .section.algorithm, .gray-section > .section {
        margin-bottom: 80px;
    }

    .col-md-6.methods-illustrations {
        left: -50px;
    }


    .success-stories-wrapper {
        left: calc(var(--n)*100vw);
    }

    .story-item {
        width: 100vw;
    }

    #logos-section ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-evenly;
        width: 96vw;
    }

    #logos-section li {
        width: auto;
        align-self: center;
        margin: 0 16px;
    }

        #logos-section li img {
            width: 100%;
            height: auto;
        }
    .wrapper12 {
width: 100vw;
    }



    .badge-wrapper.apw {
display: none;
    }

    .badge-wrapper {
transform: scale(0.9);
transform-origin: center center;
    }

    .arrow-right, .arrow-left {
display: none;
    }

    .footer .inner-wrapper {
        width: 98vw;
    }

    .footer a {
        font-size: 1.6vw;
        line-height: 2.4vw;
    }

    .footer h3 {
        font-size: 3.2vw;
        margin-bottom: 1vw;
    }

    .footer li {
        line-height: 5vw;
    }

    }