.square-wrapper {
    text-align: center;
}

.square-wrapper h2 {
    font-size: 26px;
    color: #29166f;
    font-weight: 600;
    text-transform: uppercase;
}

.square-wrapper p {
    font-size: 16px;
    color: #555;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 15px 0;
}

.triangle-wrapper {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 40px;
    height: 100%;
    z-index: 111
}

.triangle-wrapper .triangle {
    top: 50%;
    margin-top: 0;
    position: relative;
    height: 40px;
    z-index: 2;
    background: 0 0 !important
}

.triangle-wrapper .triangle:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 0;
    border-color: transparent
}

.triangle-wrapper .triangle .after {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 0;
    border-color: transparent;
    display: block
}

.triangle-wrapper .lines {
    top: 50%;
    margin-top: 0;
    position: absolute;
    z-index: 1
}

.triangle-wrapper .lines:after, .triangle-wrapper .lines:before {
    content: '';
    width: 1px;
    height: 0;
    background-color: #fff;
    position: absolute
}

.triangle-wrapper .lines:before {
    bottom: 0
}

.triangle-wrapper .lines:after {
    top: 0
}

.triangle-wrapper.right {
    right: -39px
}

.triangle-wrapper.right .triangle {
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    will-change: transform
}

.triangle-wrapper.right .triangle:before {
    border-width: 32px 0 32px 40px;
    border-left-color: #fff
}

.triangle-wrapper.right .triangle .after {
    border-width: 30px 0 30px 38px;
    top: 2px
}

.triangle-wrapper.right .lines {
    left: 0
}

.triangle-wrapper.left {
    left: -40px
}

.triangle-wrapper.left .triangle {
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    will-change: transform
}

.triangle-wrapper.left .triangle:before {
    border-width: 32px 40px 32px 0;
    border-right-color: #fff
}

.triangle-wrapper.left .triangle .after {
    border-width: 30px 38px 30px 0;
    top: 2px;
    left: 2px
}

.triangle-wrapper.left .lines {
    right: 1px
}

section.sectionWrapper .starter-tile .media-table {
    display: table;
    padding: 0 1.875em
}

section.sectionWrapper .starter-tile .square-wrapper {
    width: 100%;
    position: relative;
    height: 300px
}

@media (min-width: 768px) {
    section.sectionWrapper .starter-tile .square-wrapper {
        height: 360px
    }
}

@media (min-width: 992px) {
    section.sectionWrapper .starter-tile .square-wrapper {
        height: 235px
    }
}

@media (min-width: 1200px) {
    section.sectionWrapper .starter-tile .square-wrapper {
        height: 285px
    }
}

@media (min-width: 1330px) {
    section.sectionWrapper .starter-tile .square-wrapper {
        height: 325px
    }
}

@media (min-width: 1430px) {
    section.sectionWrapper .starter-tile .square-wrapper {
        height: 350px
    }
}

@media (min-width: 1630px) {
    section.sectionWrapper .starter-tile .square-wrapper {
        height: 400px
    }
}

@media (min-width: 2400px) {
    section.sectionWrapper .starter-tile .square-wrapper {
        height: 500px
    }
}

section.sectionWrapper .starter-tile .bgImageWrapper {
    background-size: cover;
    background-position: center
}

section.sectionWrapper .starter-tile .custom-column {
    z-index: 99;
    visibility: visible !important;
    -moz-transition-duration: .75s;
    -o-transition-duration: .75s;
    -webkit-transition-duration: .75s;
    transition-duration: .75s;
    transition-timing-function: ease-in-out
}

section.sectionWrapper .starter-tile .custom-column.right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    will-change: transform
}

section.sectionWrapper .starter-tile .custom-column.left {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    will-change: transform
}

section.sectionWrapper .starter-tile .custom-column.active, section.sectionWrapper .starter-tile .custom-column.animated {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    will-change: transform
}

section.sectionWrapper .starter-tile .custom-column.active .triangle, section.sectionWrapper .starter-tile .custom-column.animated .triangle {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    -moz-transition-duration: .45s;
    -o-transition-duration: .45s;
    -webkit-transition-duration: .45s;
    transition-duration: .45s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    will-change: transform
}