.center-w3 {
    max-width: 830px;
    margin-right: auto;
    margin-left: auto;
}

.teaser-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom:80px;
}

.copy-small {
    font-size: 0.95em;
}

.p-sm-start {
    padding-top: 2.25em;
}

.p-teaser-img-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 91px;
    overflow: hidden;
    height: calc(94vh - 60px);
}

.tutorial-section {
    width: 100%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10em;
    padding-bottom: 6em;
}

.text-center {
    text-align: center;
}

.teaser-copy {
    max-width: 650px;
    width:450px;
}

.teaser-copy-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: start;
    -webkit-justify-content: center;
    -ms-flex-pack: start;
    justify-content: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color:white;
}


/*.teaser-column > .teaser-copy-wrap:nth-child(1)
{
  background-color: rgb(80, 78, 48);
}

.teaser-column > .teaser-copy-wrap:nth-child(2)
{
  background-color: rgb(173, 201, 210);
}

.teaser-column > .teaser-copy-wrap:nth-child(3)
{
  background-color:rgb(66, 10, 14);
}

.teaser-column > .teaser-copy-wrap:nth-child(4)
{
  background-color: rgb(230, 147, 0);
}*/

.teaser-column > .teaser-copy-wrap h2
{
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 400;
    color:rgb(66, 10, 14);
    margin-top: 34px;
    margin-bottom: 80px;
    font-family:"Fairplex Wide OT", serif;
}

.teaser-column > .teaser-copy-wrap p 
{
    font-family: "Fairplex Wide OT", serif;
    font-weight: 400;
    font-optical-sizing: auto;
    font-size: 18px;
    line-height: 30px;
    color:rgb(66, 10, 14)
}

/*.teaser-column > .teaser-copy-wrap:nth-child(2) h2, .teaser-column > .teaser-copy-wrap:nth-child(2) p,
.teaser-column > .teaser-copy-wrap:nth-child(4) h2, .teaser-column > .teaser-copy-wrap:nth-child(4) p
{
    color:rgb(66, 10, 14)
}*/

.teaser-img {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition:all 0.5s;
}

.teaser-img._1 {
    z-index: 7;
    opacity:1 !important;
}

.teaser-img._2 {
    z-index: 8;
}

.teaser-img._3 {
    z-index: 9;
}

.teaser-img._4 {
    z-index: 10;
}

.teaserimgsticky
{
    opacity:1 !important;
}

.teaser-container {
    max-width: 1920px;
    padding-right: 60px;
    padding-left: 60px;
}

.title2 {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.5em;
    line-height: 1.2em;
    font-weight: 400;
}

.p-xs-start {
    padding-top: 1em;
}

.tutorial-intro-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 75vh;
    min-height: 450px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.teaser-img-tablet-down {
    display: none;
}

.teaser-column {
    position: relative;
    width: 50%;
}

.teaser-column:nth-child(2)
{
    width:calc(48% - 1px);
}

.title1 {
    /*font-size: 3.6em;
    line-height: 1.2em;*/
    font-weight: 600;
    color:#420a0e;
}

.text-link {
    box-shadow: 0 1px 0 0 #000dff;
    color: #000dff;
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .center-w3 {
        padding-right: 4vw;
        padding-left: 4vw;
    }

    .teaser-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .p-teaser-img-wrap {
        display: none;
    }

    .tutorial-section {
        padding-top: 5em;
        padding-bottom: 5em;
        border-top: 1px solid #d4d4d4;
    }

    .teaser-copy {
        margin-top: 1.5em;
        margin-bottom: 5em;
    }

    .teaser-copy-wrap {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .teaser-img {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
    }

    .tutorial-intro-section {
        height: 65vh;
    }

    .teaser-img-tablet-down {
        display: block;
    }

    .teaser-column {
        width: 100%;
    }

    .title1 {
        font-size: 3em;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 15px;
    }

    h1 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    h2 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .teaser-copy {
        padding-right: 0%;
    }

    .teaser-container {
        padding-right: 5vw;
        padding-left: 5vw;
    }

    .title1 {
        font-size: 2.6em;
    }
}

@media screen and (max-width: 479px) {
    p {
        margin-bottom: 0px;
        line-height: 1.4em;
    }

    .center-w3 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .title2 {
        font-size: 2em;
    }
}
