@import url(./reset.css);
@import url(./normalize.css);

.animated.duration03 {
    -webkit-animation-duratoin: 0.3s;
    animation-duration: 0.3s
}

.animated.duration05 {
    -webkit-animation-duratoin: 0.5s;
    animation-duration: 0.5s
}

.animated.duration08 {
    -webkit-animation-duratoin: 0.8s;
    animation-duration: 0.8s
}

.transition {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

    .transition.duration03 {
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s
    }

    .transition.duration05 {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s
    }

    .transition.duration08 {
        -webkit-transition-duration: 0.8s;
        transition-duration: 0.8s
    }

    .transition.duration1 {
        -webkit-transition-duration: 1s;
        transition-duration: 1s
    }

.icons-animated {
    position: relative;
    top: .25rem;
    left: .625rem;
    display: inline-block;
    height: 21.61px;
    width: 21px
}

    .icons-animated .cls-1 {
        fill: none;
        stroke: #63b0a6;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 20.76px
    }

    .icons-animated.added-tick .circle {
        stroke-dasharray: 1530;
        stroke-dashoffset: 1530;
        animation: draw 0.75s ease-in-out forwards
    }

    .icons-animated.added-tick .tick {
        stroke-dasharray: 435;
        stroke-dashoffset: 435;
        animation: draw 0.5s ease-in forwards;
        animation-delay: 0.75s
    }

    .icons-animated.pending .circle {
        stroke-dasharray: 1530;
        stroke-dashoffset: 1530;
        animation: draw 0.75s ease-in-out forwards
    }

    .icons-animated.pending .dot {
        stroke-dasharray: 230;
        stroke-dashoffset: 230;
        animation: draw 0.5s ease-in forwards
    }

    .icons-animated.pending .dot-1 {
        animation-delay: 0.75s
    }

    .icons-animated.pending .dot-2 {
        animation-delay: 1s
    }

    .icons-animated.pending .dot-3 {
        animation-delay: 1.25s
    }

@keyframes draw {
    to {
        stroke-dashoffset: 0
    }
}

html.no-supports .icons-animated.added-tick .circle, html.no-supports .icons-animated.added-tick .tick, html.no-supports .icons-animated.pending .circle, html.no-supports .icons-animated.pending .dot {
    stroke-dasharray: none;
    stroke-dashoffset: none;
    animation: none
}

@supports not (stroke-dasharray: 100) {
    .icons-animated.added-tick .circle, .icons-animated.added-tick .tick, .icons-animated.pending .circle, .icons-animated.pending .dot {
        stroke-dasharray: none;
        stroke-dashoffset: none;
        animation: none
    }
}

.triangled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/background.png);
    background-position: top left;
    background-repeat: repeat;
    background-size: 96.25rem auto;
    z-index: -1;
    overflow: hidden
}

.animated_triangle {
    position: fixed;
    width: 6.875rem;
    height: 6.25rem;
    background-image: url(../assets/loader@2x.gif);
    background-size: 100% 100%
}

.triangled.triangled-beta {
    background-position: top center
}

    .triangled.triangled-beta > div {
        position: relative;
        margin-left: 50%
    }

.animated-triangle {
    position: absolute;
    width: 7.5rem;
    height: 6.25rem;
    background-position: 0 0;
    background-size: 100% auto;
    margin-left: -.25rem
}

.animated-triangle-2 {
    left: 37.8125rem;
    top: 12.5rem;
    background-image: url(../assets/triangles/-TriangleAnimation_2.png)
}

    .animated-triangle-2.frame-0 {
        background-position: 0 0px
    }

    .animated-triangle-2.frame-1 {
        background-position: 0 -100px
    }

    .animated-triangle-2.frame-2 {
        background-position: 0 -200px
    }

    .animated-triangle-2.frame-3 {
        background-position: 0 -300px
    }

    .animated-triangle-2.frame-4 {
        background-position: 0 -400px
    }

    .animated-triangle-2.frame-5 {
        background-position: 0 -500px
    }

    .animated-triangle-2.frame-6 {
        background-position: 0 -600px
    }

    .animated-triangle-2.frame-7 {
        background-position: 0 -700px
    }

    .animated-triangle-2.frame-8 {
        background-position: 0 -800px
    }

    .animated-triangle-2.frame-9 {
        background-position: 0 -900px
    }

    .animated-triangle-2.frame-10 {
        background-position: 0 -1000px
    }

    .animated-triangle-2.frame-11 {
        background-position: 0 -1100px
    }

    .animated-triangle-2.frame-12 {
        background-position: 0 -1200px
    }

    .animated-triangle-2.frame-13 {
        background-position: 0 -1300px
    }

    .animated-triangle-2.frame-14 {
        background-position: 0 -1400px
    }

    .animated-triangle-2.frame-15 {
        background-position: 0 -1500px
    }

    .animated-triangle-2.frame-16 {
        background-position: 0 -1600px
    }

    .animated-triangle-2.frame-17 {
        background-position: 0 -1700px
    }

    .animated-triangle-2.frame-18 {
        background-position: 0 -1800px
    }

    .animated-triangle-2.frame-19 {
        background-position: 0 -1900px
    }

    .animated-triangle-2.frame-20 {
        background-position: 0 -2000px
    }

    .animated-triangle-2.frame-21 {
        background-position: 0 -2100px
    }

    .animated-triangle-2.frame-22 {
        background-position: 0 -2200px
    }

    .animated-triangle-2.frame-23 {
        background-position: 0 -2300px
    }

    .animated-triangle-2.frame-24 {
        background-position: 0 -2400px
    }

    .animated-triangle-2.frame-25 {
        background-position: 0 -2500px
    }

    .animated-triangle-2.frame-26 {
        background-position: 0 -2600px
    }

    .animated-triangle-2.frame-27 {
        background-position: 0 -2700px
    }

    .animated-triangle-2.frame-28 {
        background-position: 0 -2800px
    }

    .animated-triangle-2.frame-29 {
        background-position: 0 -2900px
    }

    .animated-triangle-2.frame-30 {
        background-position: 0 -3000px
    }

    .animated-triangle-2.frame-31 {
        background-position: 0 -3100px
    }

    .animated-triangle-2.frame-32 {
        background-position: 0 -3200px
    }

    .animated-triangle-2.frame-33 {
        background-position: 0 -3300px
    }

    .animated-triangle-2.frame-34 {
        background-position: 0 -3400px
    }

    .animated-triangle-2.frame-35 {
        background-position: 0 -3500px
    }

    .animated-triangle-2.frame-36 {
        background-position: 0 -3600px
    }

    .animated-triangle-2.frame-37 {
        background-position: 0 -3700px
    }

    .animated-triangle-2.frame-38 {
        background-position: 0 -3800px
    }

    .animated-triangle-2.frame-39 {
        background-position: 0 -3900px
    }

.animated-triangle-3 {
    left: 34.375rem;
    top: 46.875rem;
    background-image: url(../assets/triangles/-TriangleAnimation_3.png)
}

    .animated-triangle-3.frame-0 {
        background-position: 0 0px
    }

    .animated-triangle-3.frame-1 {
        background-position: 0 -100px
    }

    .animated-triangle-3.frame-2 {
        background-position: 0 -200px
    }

    .animated-triangle-3.frame-3 {
        background-position: 0 -300px
    }

    .animated-triangle-3.frame-4 {
        background-position: 0 -400px
    }

    .animated-triangle-3.frame-5 {
        background-position: 0 -500px
    }

    .animated-triangle-3.frame-6 {
        background-position: 0 -600px
    }

    .animated-triangle-3.frame-7 {
        background-position: 0 -700px
    }

    .animated-triangle-3.frame-8 {
        background-position: 0 -800px
    }

    .animated-triangle-3.frame-9 {
        background-position: 0 -900px
    }

    .animated-triangle-3.frame-10 {
        background-position: 0 -1000px
    }

    .animated-triangle-3.frame-11 {
        background-position: 0 -1100px
    }

    .animated-triangle-3.frame-12 {
        background-position: 0 -1200px
    }

    .animated-triangle-3.frame-13 {
        background-position: 0 -1300px
    }

    .animated-triangle-3.frame-14 {
        background-position: 0 -1400px
    }

    .animated-triangle-3.frame-15 {
        background-position: 0 -1500px
    }

    .animated-triangle-3.frame-16 {
        background-position: 0 -1600px
    }

    .animated-triangle-3.frame-17 {
        background-position: 0 -1700px
    }

    .animated-triangle-3.frame-18 {
        background-position: 0 -1800px
    }

    .animated-triangle-3.frame-19 {
        background-position: 0 -1900px
    }

    .animated-triangle-3.frame-20 {
        background-position: 0 -2000px
    }

    .animated-triangle-3.frame-21 {
        background-position: 0 -2100px
    }

    .animated-triangle-3.frame-22 {
        background-position: 0 -2200px
    }

    .animated-triangle-3.frame-23 {
        background-position: 0 -2300px
    }

    .animated-triangle-3.frame-24 {
        background-position: 0 -2400px
    }

    .animated-triangle-3.frame-25 {
        background-position: 0 -2500px
    }

    .animated-triangle-3.frame-26 {
        background-position: 0 -2600px
    }

    .animated-triangle-3.frame-27 {
        background-position: 0 -2700px
    }

    .animated-triangle-3.frame-28 {
        background-position: 0 -2800px
    }

    .animated-triangle-3.frame-29 {
        background-position: 0 -2900px
    }

    .animated-triangle-3.frame-30 {
        background-position: 0 -3000px
    }

    .animated-triangle-3.frame-31 {
        background-position: 0 -3100px
    }

    .animated-triangle-3.frame-32 {
        background-position: 0 -3200px
    }

    .animated-triangle-3.frame-33 {
        background-position: 0 -3300px
    }

    .animated-triangle-3.frame-34 {
        background-position: 0 -3400px
    }

    .animated-triangle-3.frame-35 {
        background-position: 0 -3500px
    }

    .animated-triangle-3.frame-36 {
        background-position: 0 -3600px
    }

    .animated-triangle-3.frame-37 {
        background-position: 0 -3700px
    }

    .animated-triangle-3.frame-38 {
        background-position: 0 -3800px
    }

    .animated-triangle-3.frame-39 {
        background-position: 0 -3900px
    }

.animated-triangle-4 {
    left: -24.0625rem;
    top: 43.75rem;
    background-image: url(../assets/triangles/-TriangleAnimation_4.png)
}

    .animated-triangle-4.frame-0 {
        background-position: 0 0px
    }

    .animated-triangle-4.frame-1 {
        background-position: 0 -100px
    }

    .animated-triangle-4.frame-2 {
        background-position: 0 -200px
    }

    .animated-triangle-4.frame-3 {
        background-position: 0 -300px
    }

    .animated-triangle-4.frame-4 {
        background-position: 0 -400px
    }

    .animated-triangle-4.frame-5 {
        background-position: 0 -500px
    }

    .animated-triangle-4.frame-6 {
        background-position: 0 -600px
    }

    .animated-triangle-4.frame-7 {
        background-position: 0 -700px
    }

    .animated-triangle-4.frame-8 {
        background-position: 0 -800px
    }

    .animated-triangle-4.frame-9 {
        background-position: 0 -900px
    }

    .animated-triangle-4.frame-10 {
        background-position: 0 -1000px
    }

    .animated-triangle-4.frame-11 {
        background-position: 0 -1100px
    }

    .animated-triangle-4.frame-12 {
        background-position: 0 -1200px
    }

    .animated-triangle-4.frame-13 {
        background-position: 0 -1300px
    }

    .animated-triangle-4.frame-14 {
        background-position: 0 -1400px
    }

    .animated-triangle-4.frame-15 {
        background-position: 0 -1500px
    }

    .animated-triangle-4.frame-16 {
        background-position: 0 -1600px
    }

    .animated-triangle-4.frame-17 {
        background-position: 0 -1700px
    }

    .animated-triangle-4.frame-18 {
        background-position: 0 -1800px
    }

    .animated-triangle-4.frame-19 {
        background-position: 0 -1900px
    }

    .animated-triangle-4.frame-20 {
        background-position: 0 -2000px
    }

    .animated-triangle-4.frame-21 {
        background-position: 0 -2100px
    }

    .animated-triangle-4.frame-22 {
        background-position: 0 -2200px
    }

    .animated-triangle-4.frame-23 {
        background-position: 0 -2300px
    }

    .animated-triangle-4.frame-24 {
        background-position: 0 -2400px
    }

    .animated-triangle-4.frame-25 {
        background-position: 0 -2500px
    }

    .animated-triangle-4.frame-26 {
        background-position: 0 -2600px
    }

    .animated-triangle-4.frame-27 {
        background-position: 0 -2700px
    }

    .animated-triangle-4.frame-28 {
        background-position: 0 -2800px
    }

    .animated-triangle-4.frame-29 {
        background-position: 0 -2900px
    }

    .animated-triangle-4.frame-30 {
        background-position: 0 -3000px
    }

    .animated-triangle-4.frame-31 {
        background-position: 0 -3100px
    }

    .animated-triangle-4.frame-32 {
        background-position: 0 -3200px
    }

    .animated-triangle-4.frame-33 {
        background-position: 0 -3300px
    }

    .animated-triangle-4.frame-34 {
        background-position: 0 -3400px
    }

    .animated-triangle-4.frame-35 {
        background-position: 0 -3500px
    }

    .animated-triangle-4.frame-36 {
        background-position: 0 -3600px
    }

    .animated-triangle-4.frame-37 {
        background-position: 0 -3700px
    }

    .animated-triangle-4.frame-38 {
        background-position: 0 -3800px
    }

    .animated-triangle-4.frame-39 {
        background-position: 0 -3900px
    }

.animated-triangle-5 {
    left: -34.375rem;
    top: 59.375rem;
    background-image: url(../assets/triangles/-TriangleAnimation_5.png)
}

    .animated-triangle-5.frame-0 {
        background-position: 0 0px
    }

    .animated-triangle-5.frame-1 {
        background-position: 0 -100px
    }

    .animated-triangle-5.frame-2 {
        background-position: 0 -200px
    }

    .animated-triangle-5.frame-3 {
        background-position: 0 -300px
    }

    .animated-triangle-5.frame-4 {
        background-position: 0 -400px
    }

    .animated-triangle-5.frame-5 {
        background-position: 0 -500px
    }

    .animated-triangle-5.frame-6 {
        background-position: 0 -600px
    }

    .animated-triangle-5.frame-7 {
        background-position: 0 -700px
    }

    .animated-triangle-5.frame-8 {
        background-position: 0 -800px
    }

    .animated-triangle-5.frame-9 {
        background-position: 0 -900px
    }

    .animated-triangle-5.frame-10 {
        background-position: 0 -1000px
    }

    .animated-triangle-5.frame-11 {
        background-position: 0 -1100px
    }

    .animated-triangle-5.frame-12 {
        background-position: 0 -1200px
    }

    .animated-triangle-5.frame-13 {
        background-position: 0 -1300px
    }

    .animated-triangle-5.frame-14 {
        background-position: 0 -1400px
    }

    .animated-triangle-5.frame-15 {
        background-position: 0 -1500px
    }

    .animated-triangle-5.frame-16 {
        background-position: 0 -1600px
    }

    .animated-triangle-5.frame-17 {
        background-position: 0 -1700px
    }

    .animated-triangle-5.frame-18 {
        background-position: 0 -1800px
    }

    .animated-triangle-5.frame-19 {
        background-position: 0 -1900px
    }

    .animated-triangle-5.frame-20 {
        background-position: 0 -2000px
    }

    .animated-triangle-5.frame-21 {
        background-position: 0 -2100px
    }

    .animated-triangle-5.frame-22 {
        background-position: 0 -2200px
    }

    .animated-triangle-5.frame-23 {
        background-position: 0 -2300px
    }

    .animated-triangle-5.frame-24 {
        background-position: 0 -2400px
    }

    .animated-triangle-5.frame-25 {
        background-position: 0 -2500px
    }

    .animated-triangle-5.frame-26 {
        background-position: 0 -2600px
    }

    .animated-triangle-5.frame-27 {
        background-position: 0 -2700px
    }

    .animated-triangle-5.frame-28 {
        background-position: 0 -2800px
    }

    .animated-triangle-5.frame-29 {
        background-position: 0 -2900px
    }

    .animated-triangle-5.frame-30 {
        background-position: 0 -3000px
    }

    .animated-triangle-5.frame-31 {
        background-position: 0 -3100px
    }

    .animated-triangle-5.frame-32 {
        background-position: 0 -3200px
    }

    .animated-triangle-5.frame-33 {
        background-position: 0 -3300px
    }

    .animated-triangle-5.frame-34 {
        background-position: 0 -3400px
    }

    .animated-triangle-5.frame-35 {
        background-position: 0 -3500px
    }

    .animated-triangle-5.frame-36 {
        background-position: 0 -3600px
    }

    .animated-triangle-5.frame-37 {
        background-position: 0 -3700px
    }

    .animated-triangle-5.frame-38 {
        background-position: 0 -3800px
    }

    .animated-triangle-5.frame-39 {
        background-position: 0 -3900px
    }

.animated-triangle-6 {
    left: 30.9375rem;
    top: 25rem;
    background-image: url(../assets/triangles/-TriangleAnimation_6.png)
}

    .animated-triangle-6.frame-0 {
        background-position: 0 0px
    }

    .animated-triangle-6.frame-1 {
        background-position: 0 -100px
    }

    .animated-triangle-6.frame-2 {
        background-position: 0 -200px
    }

    .animated-triangle-6.frame-3 {
        background-position: 0 -300px
    }

    .animated-triangle-6.frame-4 {
        background-position: 0 -400px
    }

    .animated-triangle-6.frame-5 {
        background-position: 0 -500px
    }

    .animated-triangle-6.frame-6 {
        background-position: 0 -600px
    }

    .animated-triangle-6.frame-7 {
        background-position: 0 -700px
    }

    .animated-triangle-6.frame-8 {
        background-position: 0 -800px
    }

    .animated-triangle-6.frame-9 {
        background-position: 0 -900px
    }

    .animated-triangle-6.frame-10 {
        background-position: 0 -1000px
    }

    .animated-triangle-6.frame-11 {
        background-position: 0 -1100px
    }

    .animated-triangle-6.frame-12 {
        background-position: 0 -1200px
    }

    .animated-triangle-6.frame-13 {
        background-position: 0 -1300px
    }

    .animated-triangle-6.frame-14 {
        background-position: 0 -1400px
    }

    .animated-triangle-6.frame-15 {
        background-position: 0 -1500px
    }

    .animated-triangle-6.frame-16 {
        background-position: 0 -1600px
    }

    .animated-triangle-6.frame-17 {
        background-position: 0 -1700px
    }

    .animated-triangle-6.frame-18 {
        background-position: 0 -1800px
    }

    .animated-triangle-6.frame-19 {
        background-position: 0 -1900px
    }

    .animated-triangle-6.frame-20 {
        background-position: 0 -2000px
    }

    .animated-triangle-6.frame-21 {
        background-position: 0 -2100px
    }

    .animated-triangle-6.frame-22 {
        background-position: 0 -2200px
    }

    .animated-triangle-6.frame-23 {
        background-position: 0 -2300px
    }

    .animated-triangle-6.frame-24 {
        background-position: 0 -2400px
    }

    .animated-triangle-6.frame-25 {
        background-position: 0 -2500px
    }

    .animated-triangle-6.frame-26 {
        background-position: 0 -2600px
    }

    .animated-triangle-6.frame-27 {
        background-position: 0 -2700px
    }

    .animated-triangle-6.frame-28 {
        background-position: 0 -2800px
    }

    .animated-triangle-6.frame-29 {
        background-position: 0 -2900px
    }

    .animated-triangle-6.frame-30 {
        background-position: 0 -3000px
    }

    .animated-triangle-6.frame-31 {
        background-position: 0 -3100px
    }

    .animated-triangle-6.frame-32 {
        background-position: 0 -3200px
    }

    .animated-triangle-6.frame-33 {
        background-position: 0 -3300px
    }

    .animated-triangle-6.frame-34 {
        background-position: 0 -3400px
    }

    .animated-triangle-6.frame-35 {
        background-position: 0 -3500px
    }

    .animated-triangle-6.frame-36 {
        background-position: 0 -3600px
    }

    .animated-triangle-6.frame-37 {
        background-position: 0 -3700px
    }

    .animated-triangle-6.frame-38 {
        background-position: 0 -3800px
    }

    .animated-triangle-6.frame-39 {
        background-position: 0 -3900px
    }

.animated-triangle-7 {
    left: 27.5rem;
    top: 40.625rem;
    background-image: url(../assets/triangles/-TriangleAnimation_7.png)
}

    .animated-triangle-7.frame-0 {
        background-position: 0 0px
    }

    .animated-triangle-7.frame-1 {
        background-position: 0 -100px
    }

    .animated-triangle-7.frame-2 {
        background-position: 0 -200px
    }

    .animated-triangle-7.frame-3 {
        background-position: 0 -300px
    }

    .animated-triangle-7.frame-4 {
        background-position: 0 -400px
    }

    .animated-triangle-7.frame-5 {
        background-position: 0 -500px
    }

    .animated-triangle-7.frame-6 {
        background-position: 0 -600px
    }

    .animated-triangle-7.frame-7 {
        background-position: 0 -700px
    }

    .animated-triangle-7.frame-8 {
        background-position: 0 -800px
    }

    .animated-triangle-7.frame-9 {
        background-position: 0 -900px
    }

    .animated-triangle-7.frame-10 {
        background-position: 0 -1000px
    }

    .animated-triangle-7.frame-11 {
        background-position: 0 -1100px
    }

    .animated-triangle-7.frame-12 {
        background-position: 0 -1200px
    }

    .animated-triangle-7.frame-13 {
        background-position: 0 -1300px
    }

    .animated-triangle-7.frame-14 {
        background-position: 0 -1400px
    }

    .animated-triangle-7.frame-15 {
        background-position: 0 -1500px
    }

    .animated-triangle-7.frame-16 {
        background-position: 0 -1600px
    }

    .animated-triangle-7.frame-17 {
        background-position: 0 -1700px
    }

    .animated-triangle-7.frame-18 {
        background-position: 0 -1800px
    }

    .animated-triangle-7.frame-19 {
        background-position: 0 -1900px
    }

    .animated-triangle-7.frame-20 {
        background-position: 0 -2000px
    }

    .animated-triangle-7.frame-21 {
        background-position: 0 -2100px
    }

    .animated-triangle-7.frame-22 {
        background-position: 0 -2200px
    }

    .animated-triangle-7.frame-23 {
        background-position: 0 -2300px
    }

    .animated-triangle-7.frame-24 {
        background-position: 0 -2400px
    }

    .animated-triangle-7.frame-25 {
        background-position: 0 -2500px
    }

    .animated-triangle-7.frame-26 {
        background-position: 0 -2600px
    }

    .animated-triangle-7.frame-27 {
        background-position: 0 -2700px
    }

    .animated-triangle-7.frame-28 {
        background-position: 0 -2800px
    }

    .animated-triangle-7.frame-29 {
        background-position: 0 -2900px
    }

    .animated-triangle-7.frame-30 {
        background-position: 0 -3000px
    }

    .animated-triangle-7.frame-31 {
        background-position: 0 -3100px
    }

    .animated-triangle-7.frame-32 {
        background-position: 0 -3200px
    }

    .animated-triangle-7.frame-33 {
        background-position: 0 -3300px
    }

    .animated-triangle-7.frame-34 {
        background-position: 0 -3400px
    }

    .animated-triangle-7.frame-35 {
        background-position: 0 -3500px
    }

    .animated-triangle-7.frame-36 {
        background-position: 0 -3600px
    }

    .animated-triangle-7.frame-37 {
        background-position: 0 -3700px
    }

    .animated-triangle-7.frame-38 {
        background-position: 0 -3800px
    }

    .animated-triangle-7.frame-39 {
        background-position: 0 -3900px
    }

.animated-triangle-8 {
    left: -30.9375rem;
    top: 50rem;
    background-image: url(../assets/triangles/-TriangleAnimation_8.png)
}

    .animated-triangle-8.frame-0 {
        background-position: 0 0px
    }

    .animated-triangle-8.frame-1 {
        background-position: 0 -100px
    }

    .animated-triangle-8.frame-2 {
        background-position: 0 -200px
    }

    .animated-triangle-8.frame-3 {
        background-position: 0 -300px
    }

    .animated-triangle-8.frame-4 {
        background-position: 0 -400px
    }

    .animated-triangle-8.frame-5 {
        background-position: 0 -500px
    }

    .animated-triangle-8.frame-6 {
        background-position: 0 -600px
    }

    .animated-triangle-8.frame-7 {
        background-position: 0 -700px
    }

    .animated-triangle-8.frame-8 {
        background-position: 0 -800px
    }

    .animated-triangle-8.frame-9 {
        background-position: 0 -900px
    }

    .animated-triangle-8.frame-10 {
        background-position: 0 -1000px
    }

    .animated-triangle-8.frame-11 {
        background-position: 0 -1100px
    }

    .animated-triangle-8.frame-12 {
        background-position: 0 -1200px
    }

    .animated-triangle-8.frame-13 {
        background-position: 0 -1300px
    }

    .animated-triangle-8.frame-14 {
        background-position: 0 -1400px
    }

    .animated-triangle-8.frame-15 {
        background-position: 0 -1500px
    }

    .animated-triangle-8.frame-16 {
        background-position: 0 -1600px
    }

    .animated-triangle-8.frame-17 {
        background-position: 0 -1700px
    }

    .animated-triangle-8.frame-18 {
        background-position: 0 -1800px
    }

    .animated-triangle-8.frame-19 {
        background-position: 0 -1900px
    }

    .animated-triangle-8.frame-20 {
        background-position: 0 -2000px
    }

    .animated-triangle-8.frame-21 {
        background-position: 0 -2100px
    }

    .animated-triangle-8.frame-22 {
        background-position: 0 -2200px
    }

    .animated-triangle-8.frame-23 {
        background-position: 0 -2300px
    }

    .animated-triangle-8.frame-24 {
        background-position: 0 -2400px
    }

    .animated-triangle-8.frame-25 {
        background-position: 0 -2500px
    }

    .animated-triangle-8.frame-26 {
        background-position: 0 -2600px
    }

    .animated-triangle-8.frame-27 {
        background-position: 0 -2700px
    }

    .animated-triangle-8.frame-28 {
        background-position: 0 -2800px
    }

    .animated-triangle-8.frame-29 {
        background-position: 0 -2900px
    }

    .animated-triangle-8.frame-30 {
        background-position: 0 -3000px
    }

    .animated-triangle-8.frame-31 {
        background-position: 0 -3100px
    }

    .animated-triangle-8.frame-32 {
        background-position: 0 -3200px
    }

    .animated-triangle-8.frame-33 {
        background-position: 0 -3300px
    }

    .animated-triangle-8.frame-34 {
        background-position: 0 -3400px
    }

    .animated-triangle-8.frame-35 {
        background-position: 0 -3500px
    }

    .animated-triangle-8.frame-36 {
        background-position: 0 -3600px
    }

    .animated-triangle-8.frame-37 {
        background-position: 0 -3700px
    }

    .animated-triangle-8.frame-38 {
        background-position: 0 -3800px
    }

    .animated-triangle-8.frame-39 {
        background-position: 0 -3900px
    }

.animated-triangle-9 {
    left: 37.8125rem;
    top: 31.25rem;
    background-image: url(../assets/triangles/-TriangleAnimation_9.png)
}

    .animated-triangle-9.frame-0 {
        background-position: 0 0px
    }

    .animated-triangle-9.frame-1 {
        background-position: 0 -100px
    }

    .animated-triangle-9.frame-2 {
        background-position: 0 -200px
    }

    .animated-triangle-9.frame-3 {
        background-position: 0 -300px
    }

    .animated-triangle-9.frame-4 {
        background-position: 0 -400px
    }

    .animated-triangle-9.frame-5 {
        background-position: 0 -500px
    }

    .animated-triangle-9.frame-6 {
        background-position: 0 -600px
    }

    .animated-triangle-9.frame-7 {
        background-position: 0 -700px
    }

    .animated-triangle-9.frame-8 {
        background-position: 0 -800px
    }

    .animated-triangle-9.frame-9 {
        background-position: 0 -900px
    }

    .animated-triangle-9.frame-10 {
        background-position: 0 -1000px
    }

    .animated-triangle-9.frame-11 {
        background-position: 0 -1100px
    }

    .animated-triangle-9.frame-12 {
        background-position: 0 -1200px
    }

    .animated-triangle-9.frame-13 {
        background-position: 0 -1300px
    }

    .animated-triangle-9.frame-14 {
        background-position: 0 -1400px
    }

    .animated-triangle-9.frame-15 {
        background-position: 0 -1500px
    }

    .animated-triangle-9.frame-16 {
        background-position: 0 -1600px
    }

    .animated-triangle-9.frame-17 {
        background-position: 0 -1700px
    }

    .animated-triangle-9.frame-18 {
        background-position: 0 -1800px
    }

    .animated-triangle-9.frame-19 {
        background-position: 0 -1900px
    }

    .animated-triangle-9.frame-20 {
        background-position: 0 -2000px
    }

    .animated-triangle-9.frame-21 {
        background-position: 0 -2100px
    }

    .animated-triangle-9.frame-22 {
        background-position: 0 -2200px
    }

    .animated-triangle-9.frame-23 {
        background-position: 0 -2300px
    }

    .animated-triangle-9.frame-24 {
        background-position: 0 -2400px
    }

    .animated-triangle-9.frame-25 {
        background-position: 0 -2500px
    }

    .animated-triangle-9.frame-26 {
        background-position: 0 -2600px
    }

    .animated-triangle-9.frame-27 {
        background-position: 0 -2700px
    }

    .animated-triangle-9.frame-28 {
        background-position: 0 -2800px
    }

    .animated-triangle-9.frame-29 {
        background-position: 0 -2900px
    }

    .animated-triangle-9.frame-30 {
        background-position: 0 -3000px
    }

    .animated-triangle-9.frame-31 {
        background-position: 0 -3100px
    }

    .animated-triangle-9.frame-32 {
        background-position: 0 -3200px
    }

    .animated-triangle-9.frame-33 {
        background-position: 0 -3300px
    }

    .animated-triangle-9.frame-34 {
        background-position: 0 -3400px
    }

    .animated-triangle-9.frame-35 {
        background-position: 0 -3500px
    }

    .animated-triangle-9.frame-36 {
        background-position: 0 -3600px
    }

    .animated-triangle-9.frame-37 {
        background-position: 0 -3700px
    }

    .animated-triangle-9.frame-38 {
        background-position: 0 -3800px
    }

    .animated-triangle-9.frame-39 {
        background-position: 0 -3900px
    }

.animated-triangle-10 {
    left: 34.375rem;
    top: 53.125rem;
    background-image: url(../assets/triangles/-TriangleAnimation_10.png)
}

    .animated-triangle-10.frame-0 {
        background-position: 0 0px
    }

    .animated-triangle-10.frame-1 {
        background-position: 0 -100px
    }

    .animated-triangle-10.frame-2 {
        background-position: 0 -200px
    }

    .animated-triangle-10.frame-3 {
        background-position: 0 -300px
    }

    .animated-triangle-10.frame-4 {
        background-position: 0 -400px
    }

    .animated-triangle-10.frame-5 {
        background-position: 0 -500px
    }

    .animated-triangle-10.frame-6 {
        background-position: 0 -600px
    }

    .animated-triangle-10.frame-7 {
        background-position: 0 -700px
    }

    .animated-triangle-10.frame-8 {
        background-position: 0 -800px
    }

    .animated-triangle-10.frame-9 {
        background-position: 0 -900px
    }

    .animated-triangle-10.frame-10 {
        background-position: 0 -1000px
    }

    .animated-triangle-10.frame-11 {
        background-position: 0 -1100px
    }

    .animated-triangle-10.frame-12 {
        background-position: 0 -1200px
    }

    .animated-triangle-10.frame-13 {
        background-position: 0 -1300px
    }

    .animated-triangle-10.frame-14 {
        background-position: 0 -1400px
    }

    .animated-triangle-10.frame-15 {
        background-position: 0 -1500px
    }

    .animated-triangle-10.frame-16 {
        background-position: 0 -1600px
    }

    .animated-triangle-10.frame-17 {
        background-position: 0 -1700px
    }

    .animated-triangle-10.frame-18 {
        background-position: 0 -1800px
    }

    .animated-triangle-10.frame-19 {
        background-position: 0 -1900px
    }

    .animated-triangle-10.frame-20 {
        background-position: 0 -2000px
    }

    .animated-triangle-10.frame-21 {
        background-position: 0 -2100px
    }

    .animated-triangle-10.frame-22 {
        background-position: 0 -2200px
    }

    .animated-triangle-10.frame-23 {
        background-position: 0 -2300px
    }

    .animated-triangle-10.frame-24 {
        background-position: 0 -2400px
    }

    .animated-triangle-10.frame-25 {
        background-position: 0 -2500px
    }

    .animated-triangle-10.frame-26 {
        background-position: 0 -2600px
    }

    .animated-triangle-10.frame-27 {
        background-position: 0 -2700px
    }

    .animated-triangle-10.frame-28 {
        background-position: 0 -2800px
    }

    .animated-triangle-10.frame-29 {
        background-position: 0 -2900px
    }

    .animated-triangle-10.frame-30 {
        background-position: 0 -3000px
    }

    .animated-triangle-10.frame-31 {
        background-position: 0 -3100px
    }

    .animated-triangle-10.frame-32 {
        background-position: 0 -3200px
    }

    .animated-triangle-10.frame-33 {
        background-position: 0 -3300px
    }

    .animated-triangle-10.frame-34 {
        background-position: 0 -3400px
    }

    .animated-triangle-10.frame-35 {
        background-position: 0 -3500px
    }

    .animated-triangle-10.frame-36 {
        background-position: 0 -3600px
    }

    .animated-triangle-10.frame-37 {
        background-position: 0 -3700px
    }

    .animated-triangle-10.frame-38 {
        background-position: 0 -3800px
    }

    .animated-triangle-10.frame-39 {
        background-position: 0 -3900px
    }

.animated-triangle-11 {
    left: 20.625rem;
    top: 59.375rem;
    background-image: url(../assets/triangles/-TriangleAnimation_11.png)
}

    .animated-triangle-11.frame-0 {
        background-position: 0 0px
    }

    .animated-triangle-11.frame-1 {
        background-position: 0 -100px
    }

    .animated-triangle-11.frame-2 {
        background-position: 0 -200px
    }

    .animated-triangle-11.frame-3 {
        background-position: 0 -300px
    }

    .animated-triangle-11.frame-4 {
        background-position: 0 -400px
    }

    .animated-triangle-11.frame-5 {
        background-position: 0 -500px
    }

    .animated-triangle-11.frame-6 {
        background-position: 0 -600px
    }

    .animated-triangle-11.frame-7 {
        background-position: 0 -700px
    }

    .animated-triangle-11.frame-8 {
        background-position: 0 -800px
    }

    .animated-triangle-11.frame-9 {
        background-position: 0 -900px
    }

    .animated-triangle-11.frame-10 {
        background-position: 0 -1000px
    }

    .animated-triangle-11.frame-11 {
        background-position: 0 -1100px
    }

    .animated-triangle-11.frame-12 {
        background-position: 0 -1200px
    }

    .animated-triangle-11.frame-13 {
        background-position: 0 -1300px
    }

    .animated-triangle-11.frame-14 {
        background-position: 0 -1400px
    }

    .animated-triangle-11.frame-15 {
        background-position: 0 -1500px
    }

    .animated-triangle-11.frame-16 {
        background-position: 0 -1600px
    }

    .animated-triangle-11.frame-17 {
        background-position: 0 -1700px
    }

    .animated-triangle-11.frame-18 {
        background-position: 0 -1800px
    }

    .animated-triangle-11.frame-19 {
        background-position: 0 -1900px
    }

    .animated-triangle-11.frame-20 {
        background-position: 0 -2000px
    }

    .animated-triangle-11.frame-21 {
        background-position: 0 -2100px
    }

    .animated-triangle-11.frame-22 {
        background-position: 0 -2200px
    }

    .animated-triangle-11.frame-23 {
        background-position: 0 -2300px
    }

    .animated-triangle-11.frame-24 {
        background-position: 0 -2400px
    }

    .animated-triangle-11.frame-25 {
        background-position: 0 -2500px
    }

    .animated-triangle-11.frame-26 {
        background-position: 0 -2600px
    }

    .animated-triangle-11.frame-27 {
        background-position: 0 -2700px
    }

    .animated-triangle-11.frame-28 {
        background-position: 0 -2800px
    }

    .animated-triangle-11.frame-29 {
        background-position: 0 -2900px
    }

    .animated-triangle-11.frame-30 {
        background-position: 0 -3000px
    }

    .animated-triangle-11.frame-31 {
        background-position: 0 -3100px
    }

    .animated-triangle-11.frame-32 {
        background-position: 0 -3200px
    }

    .animated-triangle-11.frame-33 {
        background-position: 0 -3300px
    }

    .animated-triangle-11.frame-34 {
        background-position: 0 -3400px
    }

    .animated-triangle-11.frame-35 {
        background-position: 0 -3500px
    }

    .animated-triangle-11.frame-36 {
        background-position: 0 -3600px
    }

    .animated-triangle-11.frame-37 {
        background-position: 0 -3700px
    }

    .animated-triangle-11.frame-38 {
        background-position: 0 -3800px
    }

    .animated-triangle-11.frame-39 {
        background-position: 0 -3900px
    }

.animated-triangle-12 {
    left: -41.25rem;
    top: 15.625rem;
    background-image: url(../assets/triangles/-TriangleAnimation_12.png)
}

    .animated-triangle-12.frame-0 {
        background-position: 0 0px
    }

    .animated-triangle-12.frame-1 {
        background-position: 0 -100px
    }

    .animated-triangle-12.frame-2 {
        background-position: 0 -200px
    }

    .animated-triangle-12.frame-3 {
        background-position: 0 -300px
    }

    .animated-triangle-12.frame-4 {
        background-position: 0 -400px
    }

    .animated-triangle-12.frame-5 {
        background-position: 0 -500px
    }

    .animated-triangle-12.frame-6 {
        background-position: 0 -600px
    }

    .animated-triangle-12.frame-7 {
        background-position: 0 -700px
    }

    .animated-triangle-12.frame-8 {
        background-position: 0 -800px
    }

    .animated-triangle-12.frame-9 {
        background-position: 0 -900px
    }

    .animated-triangle-12.frame-10 {
        background-position: 0 -1000px
    }

    .animated-triangle-12.frame-11 {
        background-position: 0 -1100px
    }

    .animated-triangle-12.frame-12 {
        background-position: 0 -1200px
    }

    .animated-triangle-12.frame-13 {
        background-position: 0 -1300px
    }

    .animated-triangle-12.frame-14 {
        background-position: 0 -1400px
    }

    .animated-triangle-12.frame-15 {
        background-position: 0 -1500px
    }

    .animated-triangle-12.frame-16 {
        background-position: 0 -1600px
    }

    .animated-triangle-12.frame-17 {
        background-position: 0 -1700px
    }

    .animated-triangle-12.frame-18 {
        background-position: 0 -1800px
    }

    .animated-triangle-12.frame-19 {
        background-position: 0 -1900px
    }

    .animated-triangle-12.frame-20 {
        background-position: 0 -2000px
    }

    .animated-triangle-12.frame-21 {
        background-position: 0 -2100px
    }

    .animated-triangle-12.frame-22 {
        background-position: 0 -2200px
    }

    .animated-triangle-12.frame-23 {
        background-position: 0 -2300px
    }

    .animated-triangle-12.frame-24 {
        background-position: 0 -2400px
    }

    .animated-triangle-12.frame-25 {
        background-position: 0 -2500px
    }

    .animated-triangle-12.frame-26 {
        background-position: 0 -2600px
    }

    .animated-triangle-12.frame-27 {
        background-position: 0 -2700px
    }

    .animated-triangle-12.frame-28 {
        background-position: 0 -2800px
    }

    .animated-triangle-12.frame-29 {
        background-position: 0 -2900px
    }

    .animated-triangle-12.frame-30 {
        background-position: 0 -3000px
    }

    .animated-triangle-12.frame-31 {
        background-position: 0 -3100px
    }

    .animated-triangle-12.frame-32 {
        background-position: 0 -3200px
    }

    .animated-triangle-12.frame-33 {
        background-position: 0 -3300px
    }

    .animated-triangle-12.frame-34 {
        background-position: 0 -3400px
    }

    .animated-triangle-12.frame-35 {
        background-position: 0 -3500px
    }

    .animated-triangle-12.frame-36 {
        background-position: 0 -3600px
    }

    .animated-triangle-12.frame-37 {
        background-position: 0 -3700px
    }

    .animated-triangle-12.frame-38 {
        background-position: 0 -3800px
    }

    .animated-triangle-12.frame-39 {
        background-position: 0 -3900px
    }

.animated-triangle-13 {
    left: 10.3125rem;
    top: 0rem;
    background-image: url(../assets/triangles/-TriangleAnimation_13.png)
}

    .animated-triangle-13.frame-0 {
        background-position: 0 0px
    }

    .animated-triangle-13.frame-1 {
        background-position: 0 -100px
    }

    .animated-triangle-13.frame-2 {
        background-position: 0 -200px
    }

    .animated-triangle-13.frame-3 {
        background-position: 0 -300px
    }

    .animated-triangle-13.frame-4 {
        background-position: 0 -400px
    }

    .animated-triangle-13.frame-5 {
        background-position: 0 -500px
    }

    .animated-triangle-13.frame-6 {
        background-position: 0 -600px
    }

    .animated-triangle-13.frame-7 {
        background-position: 0 -700px
    }

    .animated-triangle-13.frame-8 {
        background-position: 0 -800px
    }

    .animated-triangle-13.frame-9 {
        background-position: 0 -900px
    }

    .animated-triangle-13.frame-10 {
        background-position: 0 -1000px
    }

    .animated-triangle-13.frame-11 {
        background-position: 0 -1100px
    }

    .animated-triangle-13.frame-12 {
        background-position: 0 -1200px
    }

    .animated-triangle-13.frame-13 {
        background-position: 0 -1300px
    }

    .animated-triangle-13.frame-14 {
        background-position: 0 -1400px
    }

    .animated-triangle-13.frame-15 {
        background-position: 0 -1500px
    }

    .animated-triangle-13.frame-16 {
        background-position: 0 -1600px
    }

    .animated-triangle-13.frame-17 {
        background-position: 0 -1700px
    }

    .animated-triangle-13.frame-18 {
        background-position: 0 -1800px
    }

    .animated-triangle-13.frame-19 {
        background-position: 0 -1900px
    }

    .animated-triangle-13.frame-20 {
        background-position: 0 -2000px
    }

    .animated-triangle-13.frame-21 {
        background-position: 0 -2100px
    }

    .animated-triangle-13.frame-22 {
        background-position: 0 -2200px
    }

    .animated-triangle-13.frame-23 {
        background-position: 0 -2300px
    }

    .animated-triangle-13.frame-24 {
        background-position: 0 -2400px
    }

    .animated-triangle-13.frame-25 {
        background-position: 0 -2500px
    }

    .animated-triangle-13.frame-26 {
        background-position: 0 -2600px
    }

    .animated-triangle-13.frame-27 {
        background-position: 0 -2700px
    }

    .animated-triangle-13.frame-28 {
        background-position: 0 -2800px
    }

    .animated-triangle-13.frame-29 {
        background-position: 0 -2900px
    }

    .animated-triangle-13.frame-30 {
        background-position: 0 -3000px
    }

    .animated-triangle-13.frame-31 {
        background-position: 0 -3100px
    }

    .animated-triangle-13.frame-32 {
        background-position: 0 -3200px
    }

    .animated-triangle-13.frame-33 {
        background-position: 0 -3300px
    }

    .animated-triangle-13.frame-34 {
        background-position: 0 -3400px
    }

    .animated-triangle-13.frame-35 {
        background-position: 0 -3500px
    }

    .animated-triangle-13.frame-36 {
        background-position: 0 -3600px
    }

    .animated-triangle-13.frame-37 {
        background-position: 0 -3700px
    }

    .animated-triangle-13.frame-38 {
        background-position: 0 -3800px
    }

    .animated-triangle-13.frame-39 {
        background-position: 0 -3900px
    }

.animated-triangle-14 {
    left: -34.375rem;
    top: 9.375rem;
    background-image: url(../assets/triangles/-TriangleAnimation_14.png)
}

    .animated-triangle-14.frame-0 {
        background-position: 0 0px
    }

    .animated-triangle-14.frame-1 {
        background-position: 0 -100px
    }

    .animated-triangle-14.frame-2 {
        background-position: 0 -200px
    }

    .animated-triangle-14.frame-3 {
        background-position: 0 -300px
    }

    .animated-triangle-14.frame-4 {
        background-position: 0 -400px
    }

    .animated-triangle-14.frame-5 {
        background-position: 0 -500px
    }

    .animated-triangle-14.frame-6 {
        background-position: 0 -600px
    }

    .animated-triangle-14.frame-7 {
        background-position: 0 -700px
    }

    .animated-triangle-14.frame-8 {
        background-position: 0 -800px
    }

    .animated-triangle-14.frame-9 {
        background-position: 0 -900px
    }

    .animated-triangle-14.frame-10 {
        background-position: 0 -1000px
    }

    .animated-triangle-14.frame-11 {
        background-position: 0 -1100px
    }

    .animated-triangle-14.frame-12 {
        background-position: 0 -1200px
    }

    .animated-triangle-14.frame-13 {
        background-position: 0 -1300px
    }

    .animated-triangle-14.frame-14 {
        background-position: 0 -1400px
    }

    .animated-triangle-14.frame-15 {
        background-position: 0 -1500px
    }

    .animated-triangle-14.frame-16 {
        background-position: 0 -1600px
    }

    .animated-triangle-14.frame-17 {
        background-position: 0 -1700px
    }

    .animated-triangle-14.frame-18 {
        background-position: 0 -1800px
    }

    .animated-triangle-14.frame-19 {
        background-position: 0 -1900px
    }

    .animated-triangle-14.frame-20 {
        background-position: 0 -2000px
    }

    .animated-triangle-14.frame-21 {
        background-position: 0 -2100px
    }

    .animated-triangle-14.frame-22 {
        background-position: 0 -2200px
    }

    .animated-triangle-14.frame-23 {
        background-position: 0 -2300px
    }

    .animated-triangle-14.frame-24 {
        background-position: 0 -2400px
    }

    .animated-triangle-14.frame-25 {
        background-position: 0 -2500px
    }

    .animated-triangle-14.frame-26 {
        background-position: 0 -2600px
    }

    .animated-triangle-14.frame-27 {
        background-position: 0 -2700px
    }

    .animated-triangle-14.frame-28 {
        background-position: 0 -2800px
    }

    .animated-triangle-14.frame-29 {
        background-position: 0 -2900px
    }

    .animated-triangle-14.frame-30 {
        background-position: 0 -3000px
    }

    .animated-triangle-14.frame-31 {
        background-position: 0 -3100px
    }

    .animated-triangle-14.frame-32 {
        background-position: 0 -3200px
    }

    .animated-triangle-14.frame-33 {
        background-position: 0 -3300px
    }

    .animated-triangle-14.frame-34 {
        background-position: 0 -3400px
    }

    .animated-triangle-14.frame-35 {
        background-position: 0 -3500px
    }

    .animated-triangle-14.frame-36 {
        background-position: 0 -3600px
    }

    .animated-triangle-14.frame-37 {
        background-position: 0 -3700px
    }

    .animated-triangle-14.frame-38 {
        background-position: 0 -3800px
    }

    .animated-triangle-14.frame-39 {
        background-position: 0 -3900px
    }

.animated-triangle-15 {
    left: 37.8125rem;
    top: 50rem;
    background-image: url(../assets/triangles/-TriangleAnimation_15.png)
}

    .animated-triangle-15.frame-0 {
        background-position: 0 0px
    }

    .animated-triangle-15.frame-1 {
        background-position: 0 -100px
    }

    .animated-triangle-15.frame-2 {
        background-position: 0 -200px
    }

    .animated-triangle-15.frame-3 {
        background-position: 0 -300px
    }

    .animated-triangle-15.frame-4 {
        background-position: 0 -400px
    }

    .animated-triangle-15.frame-5 {
        background-position: 0 -500px
    }

    .animated-triangle-15.frame-6 {
        background-position: 0 -600px
    }

    .animated-triangle-15.frame-7 {
        background-position: 0 -700px
    }

    .animated-triangle-15.frame-8 {
        background-position: 0 -800px
    }

    .animated-triangle-15.frame-9 {
        background-position: 0 -900px
    }

    .animated-triangle-15.frame-10 {
        background-position: 0 -1000px
    }

    .animated-triangle-15.frame-11 {
        background-position: 0 -1100px
    }

    .animated-triangle-15.frame-12 {
        background-position: 0 -1200px
    }

    .animated-triangle-15.frame-13 {
        background-position: 0 -1300px
    }

    .animated-triangle-15.frame-14 {
        background-position: 0 -1400px
    }

    .animated-triangle-15.frame-15 {
        background-position: 0 -1500px
    }

    .animated-triangle-15.frame-16 {
        background-position: 0 -1600px
    }

    .animated-triangle-15.frame-17 {
        background-position: 0 -1700px
    }

    .animated-triangle-15.frame-18 {
        background-position: 0 -1800px
    }

    .animated-triangle-15.frame-19 {
        background-position: 0 -1900px
    }

    .animated-triangle-15.frame-20 {
        background-position: 0 -2000px
    }

    .animated-triangle-15.frame-21 {
        background-position: 0 -2100px
    }

    .animated-triangle-15.frame-22 {
        background-position: 0 -2200px
    }

    .animated-triangle-15.frame-23 {
        background-position: 0 -2300px
    }

    .animated-triangle-15.frame-24 {
        background-position: 0 -2400px
    }

    .animated-triangle-15.frame-25 {
        background-position: 0 -2500px
    }

    .animated-triangle-15.frame-26 {
        background-position: 0 -2600px
    }

    .animated-triangle-15.frame-27 {
        background-position: 0 -2700px
    }

    .animated-triangle-15.frame-28 {
        background-position: 0 -2800px
    }

    .animated-triangle-15.frame-29 {
        background-position: 0 -2900px
    }

    .animated-triangle-15.frame-30 {
        background-position: 0 -3000px
    }

    .animated-triangle-15.frame-31 {
        background-position: 0 -3100px
    }

    .animated-triangle-15.frame-32 {
        background-position: 0 -3200px
    }

    .animated-triangle-15.frame-33 {
        background-position: 0 -3300px
    }

    .animated-triangle-15.frame-34 {
        background-position: 0 -3400px
    }

    .animated-triangle-15.frame-35 {
        background-position: 0 -3500px
    }

    .animated-triangle-15.frame-36 {
        background-position: 0 -3600px
    }

    .animated-triangle-15.frame-37 {
        background-position: 0 -3700px
    }

    .animated-triangle-15.frame-38 {
        background-position: 0 -3800px
    }

    .animated-triangle-15.frame-39 {
        background-position: 0 -3900px
    }

.animated-triangle-16 {
    left: 24.0625rem;
    top: 6.25rem;
    background-image: url(../assets/triangles/-TriangleAnimation_16.png)
}

    .animated-triangle-16.frame-0 {
        background-position: 0 0px
    }

    .animated-triangle-16.frame-1 {
        background-position: 0 -100px
    }

    .animated-triangle-16.frame-2 {
        background-position: 0 -200px
    }

    .animated-triangle-16.frame-3 {
        background-position: 0 -300px
    }

    .animated-triangle-16.frame-4 {
        background-position: 0 -400px
    }

    .animated-triangle-16.frame-5 {
        background-position: 0 -500px
    }

    .animated-triangle-16.frame-6 {
        background-position: 0 -600px
    }

    .animated-triangle-16.frame-7 {
        background-position: 0 -700px
    }

    .animated-triangle-16.frame-8 {
        background-position: 0 -800px
    }

    .animated-triangle-16.frame-9 {
        background-position: 0 -900px
    }

    .animated-triangle-16.frame-10 {
        background-position: 0 -1000px
    }

    .animated-triangle-16.frame-11 {
        background-position: 0 -1100px
    }

    .animated-triangle-16.frame-12 {
        background-position: 0 -1200px
    }

    .animated-triangle-16.frame-13 {
        background-position: 0 -1300px
    }

    .animated-triangle-16.frame-14 {
        background-position: 0 -1400px
    }

    .animated-triangle-16.frame-15 {
        background-position: 0 -1500px
    }

    .animated-triangle-16.frame-16 {
        background-position: 0 -1600px
    }

    .animated-triangle-16.frame-17 {
        background-position: 0 -1700px
    }

    .animated-triangle-16.frame-18 {
        background-position: 0 -1800px
    }

    .animated-triangle-16.frame-19 {
        background-position: 0 -1900px
    }

    .animated-triangle-16.frame-20 {
        background-position: 0 -2000px
    }

    .animated-triangle-16.frame-21 {
        background-position: 0 -2100px
    }

    .animated-triangle-16.frame-22 {
        background-position: 0 -2200px
    }

    .animated-triangle-16.frame-23 {
        background-position: 0 -2300px
    }

    .animated-triangle-16.frame-24 {
        background-position: 0 -2400px
    }

    .animated-triangle-16.frame-25 {
        background-position: 0 -2500px
    }

    .animated-triangle-16.frame-26 {
        background-position: 0 -2600px
    }

    .animated-triangle-16.frame-27 {
        background-position: 0 -2700px
    }

    .animated-triangle-16.frame-28 {
        background-position: 0 -2800px
    }

    .animated-triangle-16.frame-29 {
        background-position: 0 -2900px
    }

    .animated-triangle-16.frame-30 {
        background-position: 0 -3000px
    }

    .animated-triangle-16.frame-31 {
        background-position: 0 -3100px
    }

    .animated-triangle-16.frame-32 {
        background-position: 0 -3200px
    }

    .animated-triangle-16.frame-33 {
        background-position: 0 -3300px
    }

    .animated-triangle-16.frame-34 {
        background-position: 0 -3400px
    }

    .animated-triangle-16.frame-35 {
        background-position: 0 -3500px
    }

    .animated-triangle-16.frame-36 {
        background-position: 0 -3600px
    }

    .animated-triangle-16.frame-37 {
        background-position: 0 -3700px
    }

    .animated-triangle-16.frame-38 {
        background-position: 0 -3800px
    }

    .animated-triangle-16.frame-39 {
        background-position: 0 -3900px
    }

.animated-triangle-2 {
    margin-left: -.3125rem
}

.animated-triangle-3 {
    margin-top: -.0625rem;
    margin-left: -.3125rem
}

.animated-triangle-4 {
    margin-top: -.0625rem;
    margin-left: -.3125rem
}

.animated-triangle-5 {
    margin-left: -.375rem;
    margin-top: -.0625rem
}

.animated-triangle-6 {
    margin-top: -.0625rem;
    margin-left: -.3125rem
}

.animated-triangle-7 {
    margin-left: -.3125rem
}

.animated-triangle-8 {
    margin-top: -.0625rem;
    margin-left: -.375rem
}

.animated-triangle-9 {
    margin-left: -.3125rem
}

.animated-triangle-10 {
    margin-left: -.3125rem
}

.animated-triangle-11 {
    margin-top: -.0625rem;
    margin-left: -.3125rem
}

.animated-triangle-12 {
    margin-left: -.375rem
}

.animated-triangle-13 {
    margin-left: -.3125rem
}

.animated-triangle-14 {
    margin-left: -.375rem
}

.animated-triangle-15 {
    margin-left: -.3125rem
}

.animated-triangle-16 {
    margin-top: .0625rem;
    margin-left: -.3125rem
}

* {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent
}

.cf:before, .cf:after {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    *zoom: 1
}

a, button {
    outline: none
}

img {
    max-width: 100%
}

.hidden {
    display: none !important
}

[class*="hidden-"] {
    display: none
}

[class*="shown-"] {
    display: block
}

@media all and (min-width: 6.25em) {
    .hidden-ss {
        display: block
    }

    .shown-ss {
        display: none
    }
}

@media all and (min-width: 6.25em) {
    .hidden-s {
        display: block
    }

    .shown-s {
        display: none
    }
}

@media all and (min-width: 6.25em) {
    .hidden-m {
        display: block
    }

    .shown-m {
        display: none
    }
}

.noline a, a.noline {
    text-decoration: none
}

.nowrap {
    white-space: nowrap
}

.uppercase {
    text-transform: uppercase
}

.relative {
    position: relative
}

.pointer {
    cursor: pointer
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.align-center {
    text-align: center
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

ol {
    margin-left: 1.875rem;
    list-style: decimal
}

    ol li {
        padding-left: .625rem
    }

ul.disc {
    margin-left: 1.25rem;
    list-style: disc
}

    ul.disc li {
        padding-left: .5rem
    }

ul.custom li {
    position: relative;
    padding-left: 1.875rem
}

    ul.custom li .custom_list {
        position: absolute;
        top: 0;
        left: 0
    }

@font-face {
    font-family: 'SourceSans-Light';
    src: url("../assets/SourceSansPro-Light.eot");
    src: url("../assets/SourceSansPro-Light.eot#iefix") format("embedded-opentype"),url("../assets/SourceSansPro-Light.ttf") format("truetype"),url("../assets/SourceSansPro-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

.source-sans-light {
    font-family: 'SourceSans-Light', Arial, sans-serif
}

@font-face {
    font-family: 'sourceSans-SemiBold';
    src: url("../assets/SourceSansPro-SemiBold.eot");
    src: url("../assets/SourceSansPro-SemiBold.eot#iefix") format("embedded-opentype"),url("../assets/SourceSansPro-SemiBold.ttf") format("truetype"),url("../assets/SourceSansPro-SemiBold.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

.source-sans-semibold, b, strong {
    font-family: 'sourceSans-SemiBold', Arial, sans-serif;
    font-weight: normal
}

@font-face {
    font-family: 'icomoon';
    src: url("../assets/icomoon.eot?h09x94");
    src: url("../assets/icomoon.eot?h09x94#iefix") format("embedded-opentype"),url("../assets/icomoon.ttf?h09x94") format("truetype"),url("../assets/icomoon.woff?h09x94") format("woff"),url("../assets/icomoon.svg?h09x94#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
}

.green {
    color: #00b2a9 !important;
}

.yellow {
    color: #eaaa00 !important;
}

.red {
    color: #e03c31 !important;
}

.fuschia {
    color: #e782a9 !important;
}

.violet {
    color: #8031a7 !important;
}

.blue {
    color: #407ec9 !important;
}

.black {
    color: #000000 !important;
}

.icon-AddedTick:before {
    content: "\e900"
}

.icon-Cart:before {
    content: "\e901"
}

.icon-Cross:before {
    content: "\e902"
}

.icon-Down-Arrow:before {
    content: "\e903"
}

.icon-Information:before {
    content: "\e904"
}

.icon-Left-Arrow:before {
    content: "\e905"
}

.icon-Minus:before {
    content: "\e906"
}

.icon-Partner-Survey:before {
    content: "\e907"
}

.icon-Plus:before {
    content: "\e908"
}

.icon-Price-List:before {
    content: "\e909"
}

.icon-Regulations:before {
    content: "\e90a"
}

.icon-Right-Arrow:before {
    content: "\e90b"
}

.icon-Stock:before {
    content: "\e90c"
}

.icon-Tick:before {
    content: "\e90d"
}

.icon-Up-Arrow:before {
    content: "\e90e"
}

.icon-Pending:before {
    content: "\e90f"
}

.icon-Covid19:before {
    content: "\e91d"
}

.icon-Star:before {
    content: "\e91e"
}

.icon-Announce:before {
    content: "\e91f"
}

.fontsize19 {
    font-size: 1.1875rem;
    line-height: 1.2em
}

.fontsize17 {
    font-size: 1.0625rem;
    line-height: 1.2em
}

.fontsize14 {
    font-size: .875rem;
    line-height: 1.4em
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    z-index: 100;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.triangle_loader {
    width: 7.5rem;
    opacity: 0.8
}

    .triangle_loader div {
        background-image: url(../assets/loader@2x.gif);
        width: 3.75rem;
        height: 3.45rem;
        background-size: 100% auto;
        margin: 0 auto
    }

    .triangle_loader span {
        display: block;
        width: 100%;
        margin-top: 0.5em;
        font-size: 1.25rem;
        line-height: 1em;
        color: #888
    }

#floatingCirclesG {
    position: relative;
    width: 240px;
    height: 240px;
    transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6)
}

.f_circleG {
    position: absolute;
    background-color: rgba(127,127,127,0.12);
    height: 43px;
    width: 43px;
    border-radius: 23px;
    -o-border-radius: 23px;
    -ms-border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    animation-name: f_fadeG;
    -o-animation-name: f_fadeG;
    -ms-animation-name: f_fadeG;
    -webkit-animation-name: f_fadeG;
    -moz-animation-name: f_fadeG;
    animation-duration: 0.992s;
    -o-animation-duration: 0.992s;
    -ms-animation-duration: 0.992s;
    -webkit-animation-duration: 0.992s;
    -moz-animation-duration: 0.992s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal
}

#frotateG_01 {
    left: 0;
    top: 98px;
    animation-delay: 0.3695s;
    -o-animation-delay: 0.3695s;
    -ms-animation-delay: 0.3695s;
    -webkit-animation-delay: 0.3695s;
    -moz-animation-delay: 0.3695s
}

#frotateG_02 {
    left: 28px;
    top: 28px;
    animation-delay: 0.496s;
    -o-animation-delay: 0.496s;
    -ms-animation-delay: 0.496s;
    -webkit-animation-delay: 0.496s;
    -moz-animation-delay: 0.496s
}

#frotateG_03 {
    left: 98px;
    top: 0;
    animation-delay: 0.6125s;
    -o-animation-delay: 0.6125s;
    -ms-animation-delay: 0.6125s;
    -webkit-animation-delay: 0.6125s;
    -moz-animation-delay: 0.6125s
}

#frotateG_04 {
    right: 28px;
    top: 28px;
    animation-delay: 0.739s;
    -o-animation-delay: 0.739s;
    -ms-animation-delay: 0.739s;
    -webkit-animation-delay: 0.739s;
    -moz-animation-delay: 0.739s
}

#frotateG_05 {
    right: 0;
    top: 98px;
    animation-delay: 0.8655s;
    -o-animation-delay: 0.8655s;
    -ms-animation-delay: 0.8655s;
    -webkit-animation-delay: 0.8655s;
    -moz-animation-delay: 0.8655s
}

#frotateG_06 {
    right: 28px;
    bottom: 28px;
    animation-delay: 0.992s;
    -o-animation-delay: 0.992s;
    -ms-animation-delay: 0.992s;
    -webkit-animation-delay: 0.992s;
    -moz-animation-delay: 0.992s
}

#frotateG_07 {
    left: 98px;
    bottom: 0;
    animation-delay: 1.1085s;
    -o-animation-delay: 1.1085s;
    -ms-animation-delay: 1.1085s;
    -webkit-animation-delay: 1.1085s;
    -moz-animation-delay: 1.1085s
}

#frotateG_08 {
    left: 28px;
    bottom: 28px;
    animation-delay: 1.235s;
    -o-animation-delay: 1.235s;
    -ms-animation-delay: 1.235s;
    -webkit-animation-delay: 1.235s;
    -moz-animation-delay: 1.235s
}

@keyframes f_fadeG {
    0% {
        background-color: rgba(127,127,127,0)
    }

    100% {
        background-color: #7f7f7f
    }
}

@-o-keyframes f_fadeG {
    0% {
        background-color: rgba(127,127,127,0)
    }

    100% {
        background-color: #7f7f7f
    }
}

@-ms-keyframes f_fadeG {
    0% {
        background-color: rgba(127,127,127,0)
    }

    100% {
        background-color: #7f7f7f
    }
}

@-webkit-keyframes f_fadeG {
    0% {
        background-color: rgba(127,127,127,0)
    }

    100% {
        background-color: #7f7f7f
    }
}

@-moz-keyframes f_fadeG {
    0% {
        background-color: rgba(127,127,127,0)
    }

    100% {
        background-color: #7f7f7f
    }
}

a:link, a:visited {
    color: #599a93
}

a:hover, a:active {
    color: #122632
}

a.a-wh-wh:link, a.a-wh-wh:visited, .a-wh-wh a:link, .a-wh-wh a:visited {
    color: #fff;
    text-decoration: none
}

a.a-wh-wh:hover, a.a-wh-wh:active, .a-wh-wh a:hover, .a-wh-wh a:active {
    color: #fff;
    text-decoration: underline
}

a.a-bl-gr:link, a.a-bl-gr:visited, .a-bl-gr a:link, .a-bl-gr a:visited {
    color: #122632
}

a.a-bl-gr:hover, a.a-bl-gr:active, .a-bl-gr a:hover, .a-bl-gr a:active {
    color: #599a93
}

a.password:link {
    color: #599a93
}

a.password:active {
    color: #122632
}

.button_style-1 {
    display: inline-block;
    border: 1px solid #599a93;
    box-sizing: border-box;
    padding: 0.5em 1.3em;
    text-decoration: none;
    background-color: transparent;
    color: #599a93
}

    .button_style-1:link, .button_style-1:visited {
        color: #599a93;
        background-color: #fafafa
    }

    .button_style-1:hover, .button_style-1:active, .button_style-1.active {
        color: #fff;
        background-color: #599a93;
        text-decoration: none
    }

.button_style-2 {
    display: inline-block;
    border: 1px solid #599a93;
    box-sizing: border-box;
    padding: 0.5em 1.3em;
    background-color: #599a93;
    text-decoration: none;
    color: #fff;
    box-shadow: .125rem .125rem .75rem rgba(0,0,0,0.1)
}

    .button_style-2:link, .button_style-2:visited {
        color: #fff;
        background-color: #599a93
    }

    .button_style-2:hover, .button_style-2:active, .button_style-2.active {
        color: #599a93;
        background-color: #fafafa;
        text-decoration: none
    }

    .button_style-2.no_use, .button_style-2:disabled {
        border-color: #e5e5e5;
        background-color: #e5e5e5;
        color: #fff
    }

.button_style-3 {
    display: inline-block;
    border: 1px solid #f0592e;
    box-sizing: border-box;
    padding: 0.5em 1.3em;
    background-color: #f0592e;
    text-decoration: none;
    color: #fff;
    box-shadow: .125rem .125rem .75rem rgba(0,0,0,0.1)
}

    .button_style-3:link, .button_style-3:visited {
        color: #fff;
        background-color: #f0592e
    }

    .button_style-3:hover, .button_style-3:active {
        color: #f0592e;
        background-color: #fff;
        text-decoration: none
    }

    .button_style-3.no_use, .button_style-3:disabled {
        border-color: #e5e5e5;
        background-color: #e5e5e5;
        color: #fff
    }

.button_style-4 {
    display: inline-block;
    border: 1px solid #a9a9a9;
    box-sizing: border-box;
    padding: 0.5em 1.3em;
    background-color: #a9a9a9;
    text-decoration: none;
    color: #fff;
    box-shadow: .125rem .125rem .75rem rgba(0,0,0,0.1)
}

    .button_style-4:link, .button_style-4:visited {
        color: #fff;
        background-color: #a9a9a9
    }

    .button_style-4:hover, .button_style-4:active, .button_style-4.active {
        color: #a9a9a9;
        background-color: #fafafa;
        text-decoration: none
    }

    .button_style-4.no_use, .button_style-4:disabled {
        border-color: #e5e5e5;
        background-color: #e5e5e5;
        color: #fff
    }

.error_message {
    display: block;
    color: #f0592e;
    padding-top: 0.2em
}

.form-field {
    display: block;
    margin-bottom: 1.3em
}

    .form-field label {
        line-height: 1.2em;
        margin-bottom: 0.5em;
        font-weight: normal
    }

    .form-field input {
        line-height: 1em
    }

    .form-field label, .form-field input {
        display: block
    }

.form-field-text input {
    display: block;
    box-sizing: border-box;
    border: 1px solid #eee;
    padding: 0.7em;
    width: 100%
}

.form-field-text > div {
    position: relative
}

    .form-field-text > div a {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        padding-right: 1em;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }

.form-field-checkbox {
    position: relative
}

    .form-field-checkbox .checkbox {
        position: absolute;
        width: 1.65em;
        height: 1.65em;
        border: 1px solid #eee;
        margin: 0;
        background-color: #fff;
        text-align: center;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

        .form-field-checkbox .checkbox span {
            visibility: visible;
            z-index: 1;
            font-size: 1em;
            opacity: 0.4;
            color: #a9a9a9
        }

    .form-field-checkbox input {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 2
    }

        .form-field-checkbox input:hover {
            cursor: pointer
        }

        .form-field-checkbox input:checked ~ span {
            visibility: visible;
            opacity: 1;
            color: #599a93
        }

    .form-field-checkbox .check-label {
        padding-left: 2.5em;
        line-height: 1.65em;
        min-height: calc(1.65em + 2px);
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }

        .form-field-checkbox .check-label label {
            margin: 0
        }

            .form-field-checkbox .check-label label:hover {
                cursor: pointer
            }

    .form-field-checkbox.radio_style .checkbox {
        border-radius: 50%
    }

.form-field-select > div {
    position: relative
}

    .form-field-select > div span {
        display: block;
        box-sizing: border-box;
        border: 1px solid #eee;
        padding: 0.7em 3em 0.7em 0.7em;
        width: 100%;
        background-color: #fff
    }

        .form-field-select > div span.empty:after {
            content: '\00a0'
        }

    .form-field-select > div i {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1em;
        padding: 0 0.7em;
        height: 100%;
        color: #599a93;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }

.form-field-select.highlight-disabled option:disabled {
    background-color: #ffdddd
}

.form-field-select select {
    box-sizing: border-box;
    border: 1px solid #eee;
    padding: 0.6em 3em 0.6em 0.7em;
    width: 100%;
    background-color: #fff
}

.form-field-select .options {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 1.25rem rgba(0,0,0,0.2)
}

    .form-field-select .options span {
        border-top: none
    }

        .form-field-select .options span:hover, .form-field-select .options span.active {
            background-color: #599a93;
            color: #fff
        }

.form-field-textarea textarea {
    box-sizing: border-box;
    border: 1px solid #eee;
    padding: 0.7em;
    width: 100%;
    resize: vertical
}

.form-field-color div {
    display: inline-block;
    border: 1px solid #e5e5e5;
    width: 5em;
    height: 2.5em;
    box-sizing: border-box
}

.form-field-color input {
    border: none;
    background: none;
    width: 100%;
    height: 100%
}

.form-field-color-box {
    width: 6.25rem;
    height: 1.875rem;
    border: 1px solid #e5e5e5
}

.password_score {
    position: relative;
    width: 100%;
    padding-right: 3em;
    padding-top: 0.5em;
    box-sizing: border-box
}

    .password_score > div {
        width: 100%;
        height: .25rem;
        background-color: #ccc
    }

        .password_score > div > div {
            height: 100%
        }

    .password_score span {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.05em 0 0 0
    }

    .password_score.Strong {
        color: #b9ca59
    }

        .password_score.Strong > div > div {
            background-color: #b9ca59
        }

    .password_score.Medium {
        color: #cabe59
    }

        .password_score.Medium > div > div {
            background-color: #cabe59
        }

    .password_score.Weak {
        color: #f0592e
    }

        .password_score.Weak > div > div {
            background-color: #f0592e
        }

.wrapper-main form .fontsize19, .wrapper-main form .form-field-text, .wrapper-main form .form-field-text input, .wrapper-main form .form-field-select, .wrapper-main form .form-field-textarea, .wrapper-main form .form-field-textarea textarea, .wrapper-main form .form-field-file, .wrapper-main form .form-field-color {
    font-size: 1.1875rem;
    line-height: 1em
}

.wrapper-main form .fontsize17, .wrapper-main form .form-field-checkbox {
    font-size: 1.0625rem;
    line-height: 1.2em
}

.wrapper-main form .fontsize15 {
    font-size: .9375rem;
    line-height: 1.4em
}

.wrapper-main form .fontsize14, .wrapper-main form .form-field-text > div a, .wrapper-main form .error_message {
    font-size: .875rem;
    line-height: 1.4em
}

.wrapper-main .submit_box, .wrapper-form .submit_box {
    margin-top: 2.5em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

    .wrapper-main .submit_box .submit_error, .wrapper-form .submit_box .submit_error {
        display: inline-block;
        padding-left: 1em
    }

    .wrapper-main .submit_box a, .wrapper-form .submit_box a {
        margin-right: 0.5em
    }

.jti-engage-cms .radio input[type="radio"], .jti-engage-cms .radio-inline input[type="radio"], .jti-engage-cms .checkbox input[type="checkbox"], .jti-engage-cms .checkbox-inline input[type="checkbox"] {
    margin: 0
}

.page-list .table-striped > tbody > tr:nth-of-type(odd) .form-field-checkbox .checkbox {
    background-color: #fff
}

.block-dropdown {
    position: relative
}

    .block-dropdown > div:first-child {
        padding: 0.4em 0 0.4em 1em;
        width: 100%;
        box-sizing: border-box
    }

        .block-dropdown > div:first-child span {
            float: right;
            color: #599a93;
            padding-top: 0.5em;
            font-size: 12px
        }

    .block-dropdown ul {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 5
    }

    .block-dropdown li {
        background-color: rgba(249,249,249,0.85);
        border-radius: 0.1em
    }

        .block-dropdown li a {
            display: block;
            padding: 0.4em 1em;
            text-decoration: none
        }

.block-accordion dl {
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.125rem;
    line-height: 1.4em
}

.block-accordion dt, .block-accordion dd > div {
    padding: 1.25rem 0
}

    .block-accordion dt a {
        position: relative;
        display: block;
        padding-right: 2.5rem
    }

        .block-accordion dt a span {
            position: absolute;
            top: 0;
            right: 22px;
            height: 100%;
            color: #599a93;
            font-size: 12px;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center
        }

.block-accordion dd {
    height: 0;
    overflow: hidden
}

@media all and (min-width: 6.25em) {
    .block-accordion dl {
        font-size: 1.125rem
    }

    .block-accordion dt, .block-accordion dd > div {
        padding: 1.75rem 1.875rem
    }

        .block-accordion dt a span {
            right: 0
        }
}

body.jti-engage-cms .ui-widget-header {
    border-color: #599a93;
    background: #c2e6e2;
    font-weight: normal;
    color: #122632
}

body.jti-engage-cms .ui-datepicker th {
    font-weight: normal
}

body.jti-engage-cms .ui-state-active, body.jti-engage-cms .ui-widget-content .ui-state-active, body.jti-engage-cms .ui-widget-header .ui-state-active, body.jti-engage-cms a.ui-button:active, body.jti-engage-cms .ui-button:active, body.jti-engage-cms .ui-button.ui-state-active:hover {
    border-color: #599a93;
    background-color: #599a93
}

body.jti-engage-cms .ui-state-highlight, body.jti-engage-cms .ui-widget-content .ui-state-highlight, body.jti-engage-cms .ui-widget-header .ui-state-highlight {
    border-color: #599a93;
    background-color: #c2e6e2
}

body.jti-engage-cms .ui-datepicker .ui-datepicker-prev, body.jti-engage-cms .ui-datepicker .ui-datepicker-next {
    font-size: 1.2em;
    line-height: 1em;
    width: 1.2em;
    height: 100%;
    padding: 0;
    border: none;
    top: 1px;
    text-decoration: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    body.jti-engage-cms .ui-datepicker .ui-datepicker-prev span, body.jti-engage-cms .ui-datepicker .ui-datepicker-next span {
        display: none
    }

    body.jti-engage-cms .ui-datepicker .ui-datepicker-prev.ui-state-hover, body.jti-engage-cms .ui-datepicker .ui-datepicker-next.ui-state-hover {
        background: none;
        border: none
    }

    body.jti-engage-cms .ui-datepicker .ui-datepicker-prev:before {
        content: "\e905"
    }

    body.jti-engage-cms .ui-datepicker .ui-datepicker-next:before {
        content: "\e90b"
    }

html {
    font-size: 1rem
}

body {
    width: 100%;
    min-width: 75rem;
    margin: 0 auto;
    color: #242424;
    font-size: 1rem
}

.app_root {
    width: 100%
}

.wrapper-form {
    padding: 0 1rem 8%
}

    .wrapper-form.has_blur {
        height: 100vh;
        overflow: hidden
    }

        .wrapper-form.has_blur .triangled, .wrapper-form.has_blur .header-form, .wrapper-form.has_blur .container {
            -webkit-filter: blur(.5rem);
            -moz-filter: blur(.5rem);
            -o-filter: blur(.5rem);
            -ms-filter: blur(.5rem);
            filter: blur(.5rem)
        }

.wrapper-main {
    background-image: url(../assets/bg_parts/home_bg-dt-tp@2x.png);
    background-size: 112.5rem auto;
    background-repeat: no-repeat;
    background-position: 50% 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

    .wrapper-main.has_blur {
        -webkit-filter: blur(.5rem);
        -moz-filter: blur(.5rem);
        -o-filter: blur(.5rem);
        -ms-filter: blur(.5rem);
        filter: blur(.5rem);
        height: 100vh;
        overflow: hidden
    }

    .wrapper-main.nav_opened {
        height: 100vh;
        overflow: hidden
    }

@media all and (min-width: 6.25em) {
    .wrapper-main.nav_opened {
        height: auto;
        overflow: auto
    }
}

.container {
    width: 100%
}

.page {
    max-width: 75rem;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 7rem .9375rem 1.875rem
}

@media all and (min-width: 6.25em) {
    .page {
        padding: 8rem 0
    }

        .page.page-pad-LL {
            padding-left: 16.6666666667%;
            padding-right: 16.6666666667%
        }

        .page.page-pad-L {
            padding-left: 9.75%;
            padding-right: 9.75%
        }

        .page.page-pad-S {
            padding-left: 3.3333333333%;
            padding-right: 3.3333333333%
        }
}

@media all and (min-width: 6.25em) {
    .page.page-pad-LL {
        padding-left: 12.5rem;
        padding-right: 12.5rem
    }

    .page.page-pad-L {
        padding-left: 7.3125rem;
        padding-right: 7.3125rem
    }

    .page.page-pad-S {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

.page_title {
    position: relative;
    font-size: 1.875rem;
    line-height: 1.2em;
    padding-bottom: 1rem
}

    .page_title.with_sort {
        padding-bottom: 1.5em
    }

.page_description {
    padding-bottom: 1.875rem
}

.wrapper-main .page_title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1em;
    margin-top: 5px
}

@media all and (min-width: 6.25em) {
    .page_title {
        font-size: 2.1875rem
    }

        .page_title.with_sort {
            padding-bottom: 0.6em
        }
}

.section_title {
    font-size: 1.875rem;
    line-height: 1.2em;
    margin-bottom: 0.4em
}

@media all and (min-width: 6.25em) {
    .section_title {
        font-size: 2.1875rem
    }
}

.back_to_top_button {
    position: fixed;
    right: 15px;
    bottom: 3.125rem;
    box-shadow: 0 0 1.25rem rgba(0,0,0,0.3);
    opacity: 1;
    z-index: 15;
    border-radius: 100%;
    width: 4rem;
    height: 4rem;
    font-size: 1.875rem;
    padding: 0
}

    .back_to_top_button.nav_opened {
        opacity: 0
    }

@media all and (min-width: 6.25em) {
    .back_to_top_button.nav_opened {
        opacity: 1
    }
}

.page_title, .dropdown_bar {
    position: relative
}

    .page_title .dropdown, .dropdown_bar .dropdown {
        cursor: pointer
    }

        .page_title .dropdown b, .dropdown_bar .dropdown b {
            display: inline-block
        }

        .page_title .dropdown .block-dropdown, .dropdown_bar .dropdown .block-dropdown {
            display: inline-block;
            width: 8.75rem
        }

    .page_title .dropdown-sort .block-dropdown, .dropdown_bar .dropdown-sort .block-dropdown {
        width: 11.25rem
    }

.dropdown_bar {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #e5e5e5
}

@media all and (min-width: 6.25em) {
    .page_title .dropdown, .dropdown_bar .dropdown {
        position: absolute;
        top: .625rem;
        right: 0
    }

    .dropdown_bar .dropdown {
        top: 0
    }
}

.table {
    margin-bottom: 1.25rem
}

    .table th {
        background-color: #599a93;
        color: #fff
    }

    .table > div {
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #e5e5e5;
        margin-bottom: .625rem
    }

        .table > div > div {
            box-sizing: border-box;
            width: 100%
        }

            .table > div > div > div {
                box-sizing: border-box;
                padding: .625rem
            }

    .table .head_row, .table .head_column {
        background-color: #599a93;
        color: #fff
    }

    .table .head_row {
        display: none
    }

    .table .head_column {
        display: block;
        padding: .3125rem .625rem
    }

@media all and (min-width: 6.25em) {
    .table {
        border-bottom: 1px solid #e5e5e5
    }

        .table > div {
            display: table;
            margin-bottom: 0;
            border-bottom: none
        }

            .table > div > div {
                display: table-cell;
                border-right: 1px solid #e5e5e5
            }

                .table > div > div:last-child {
                    border-right: none
                }

        .table .head_row {
            display: table
        }

        .table .head_column {
            display: none
        }
}

.back_to_list {
    position: absolute;
    top: 0;
    right: 0
}

.sort_icon {
    background-image: url(../assets/sort_icon.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    cursor: grab
}

.page-error h3 {
    font-size: 5rem;
    color: #242424;
    margin-top: -.625rem
}

.page-error h4 {
    font-size: 2em;
    line-height: 1.2em;
    margin-bottom: 0.5em
}

[class*="background-triangles-"] {
    background-repeat: no-repeat;
    background-size: 112.5rem auto
}

@media all and (min-width: 6.25em) {
    .navigations-nav nav {
        background-image: none, none
    }
}

.header-form {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
    height: 5.3125rem;
    box-sizing: border-box
}

    .header-form > div:nth-of-type(1) {
        float: left
    }

    .header-form > div:nth-of-type(2) {
        float: right
    }

    .header-form .logo-engage {
        width: 10.1875rem
    }

    .header-form .logo-jti {
        margin-top: 1.25rem;
        width: 2.8125rem
    }

@media all and (min-width: 6.25em) {
    .header-form {
        height: 7.8125rem
    }

        .header-form .logo-engage {
            width: 12.75rem;
            margin-top: 3.4375rem
        }

        .header-form .logo-jti {
            margin-top: 4.0625rem;
            width: 3.25rem
        }
}

.header-main {
    width: 100%;
    min-height: 4.0625rem;
    box-sizing: border-box
}

    .header-main .logo-engage {
        position: relative;
        width: 10.1875rem;
        padding-left: .9375rem;
        z-index: 20
    }

@media all and (min-width: 6.25em) {
    .header-main {
        max-width: 75rem;
        padding: 3.5625rem 1.0625rem 0;
        margin: 0 auto
    }

        .header-main > div:nth-of-type(1) {
            float: left
        }

        .header-main > div:nth-of-type(2) {
            float: right
        }

        .header-main .logo-engage {
            width: 12.75rem;
            padding-left: 0
        }
}

.logo-engage {
    position: relative
}

    .logo-engage a {
        display: block;
        width: 100%;
        height: 0;
        padding-top: 38.3435582822%;
        background-image: url(../assets/engage_mobile@2x.png);
        background-size: 100% auto
    }

    .logo-engage span {
        position: absolute;
        left: 0;
        top: 110%;
        padding: .625rem;
        background-color: rgba(255,255,255,0.9);
        color: #599a93;
        border: 1px solid #599a93;
        font-size: 1.25rem;
        line-height: 1em;
        display: inline-block;
        white-space: nowrap
    }

.logo-jti > div {
    width: 100%;
    height: 0;
    padding-top: 76.9230769231%;
    background-image: url(../assets/jti@2x.png);
    background-size: 100% auto
}

@media all and (min-width: 6.25em) {
    .header-main .logo-engage > div, .header-main .logo-engage a {
        padding-top: 29.9019607843%;
        background-image: url(../assets/engage@2x.png)
    }
}

@media all and (min-width: 6.25em) {
    .header-form .logo-engage > div, .header-form .logo-engage a {
        padding-top: 29.9019607843%;
        background-image: url(../assets/engage@2x.png)
    }
}

.navigations-menu_button {
    position: absolute;
    top: 1.5625rem;
    right: .9375rem;
    width: 1.875rem;
    z-index: 20
}

    .navigations-menu_button i {
        display: block;
        width: 100%;
        height: 0;
        padding-top: 7%;
        margin-bottom: 25%;
        background-color: #599a93;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -webkit-transform-origin: 0 50% 0;
        transform-origin: 0 50% 0
    }

        .navigations-menu_button i:last-child {
            margin: 0
        }

.header-main.active .logo-engage {
    position: fixed
}

.header-main.active .navigations-nav {
    display: block
}

.header-main.active .navigations-menu_button {
    position: fixed
}

    .header-main.active .navigations-menu_button i:nth-of-type(1) {
        -webkit-transform: translate3d(.3125rem, -.125rem, 0) rotate(45deg);
        transform: translate3d(.3125rem, -.125rem, 0) rotate(45deg)
    }

    .header-main.active .navigations-menu_button i:nth-of-type(2) {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1)
    }

    .header-main.active .navigations-menu_button i:nth-of-type(3) {
        -webkit-transform: translate3d(.3125rem, 0, 0) rotate(-45deg);
        transform: translate3d(.3125rem, 0, 0) rotate(-45deg)
    }

.navigations-cart {
    position: absolute;
    top: 5px;
    right: 3.375rem;
    font-size: 2.5rem;
    padding: .5rem .5rem .5rem 0
}

    .navigations-cart span {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 0.4em;
        line-height: 1em;
        color: #fff;
        background-color: #599a93;
        border-radius: 50%;
        width: 1.5em;
        height: 1.5em;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

.navigations-nav {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 10;
    height: 100%;
    width: 100%
}

    .navigations-nav nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 4.6139705882rem .9375rem .9375rem;
        box-sizing: border-box;
        background-color: #fafafa;
        opacity: 0
    }

        .navigations-nav nav ul {
            padding-left: .4375rem
        }

        .navigations-nav nav li {
            margin-top: 2.5rem;
            font-size: 1.1875rem;
            line-height: 1.2em
        }

        .navigations-nav nav a, .navigations-nav nav button {
            position: relative;
            color: #599a93
        }

            .navigations-nav nav a:after, .navigations-nav nav button:after {
                position: absolute;
                width: 0%;
                height: .125rem;
                background-color: #599a93;
                content: '';
                left: 0;
                bottom: -.3125rem
            }

            .navigations-nav nav a.active:after, .navigations-nav nav button.active:after {
                width: 100%
            }

        .navigations-nav nav button {
            background: none;
            border: none
        }

@media all and (min-width: 6.25em) {
    .navigations-cart {
        position: relative;
        top: 3px;
        right: 0;
        float: right
    }

    .navigations-nav {
        position: relative;
        display: block !important;
        width: auto;
        padding-right: .9375rem
    }

        .navigations-nav nav {
            position: relative;
            opacity: 1 !important;
            padding: 0;
            background-color: transparent;
            -webkit-animation-name: none !important;
            animation-name: none !important
        }

            .navigations-nav nav ul {
                clear: both;
                padding-left: 0
            }

                .navigations-nav nav ul:not(:first-child) {
                    margin-right: -.625rem;
                    margin-bottom: .5rem;
                    float: right
                }

                    .navigations-nav nav ul:not(:first-child) li a {
                        padding: .125rem .5625rem;
                        text-shadow: -1px -1px 3px #fafafa,-1px -1px rgba(250,250,250,0.5),0 1px rgba(250,250,250,0.8),1px 2px rgba(250,250,250,0.7),2px 3px rgba(250,250,250,0.6),2px 4px rgba(250,250,250,0.5)
                    }

            .navigations-nav nav li {
                float: left;
                margin: 0;
                padding-left: .375rem;
                box-sizing: border-box;
                font-size: 1.25rem
            }

                .navigations-nav nav li:first-child {
                    padding: 0
                }

            .navigations-nav nav a:after, .navigations-nav nav button:after {
                -webkit-transition: width 0.3s ease-out;
                transition: width 0.3s ease-out;
                left: 9px
            }

            .navigations-nav nav a:hover:after, .navigations-nav nav a.active:after, .navigations-nav nav button:hover:after, .navigations-nav nav button.active:after {
                width: calc(100% - 18px)
            }

            .navigations-nav nav .username {
                width: 100%;
                text-align: right;
                font-size: 1.125rem;
                line-height: 1.2em;
                margin-bottom: .5rem
            }
}

.page-forms {
    max-width: 35.3125rem;
    box-sizing: border-box;
    padding: 1.5625rem .9375rem;
    background-color: #fafafa;
    box-shadow: 0 0 .625rem rgba(0,0,0,0.5)
}

    .page-forms > div {
        position: relative
    }

    .page-forms .page-title {
        font-size: 7.8947368421vw;
        margin-bottom: 1em
    }

    .page-forms .fontsize19, .page-forms .form-field-text, .page-forms .form-field-text input, .page-forms .form-field-select, .page-forms .form-field-textarea, .page-forms .form-field-textarea textarea {
        font-size: 5vw;
        line-height: 1em
    }

        .page-forms .fontsize17, .page-forms .form-field-checkbox, .page-forms .form-field-select div span {
            font-size: 4.4736842105vw;
            line-height: 1.2em
        }

    .page-forms .fontsize15 {
        font-size: 3.9473684211vw;
        line-height: 1.4em
    }

    .page-forms .fontsize14, .page-forms .form-field-text > div a, .page-forms .error_message {
        font-size: 3.6842105263vw;
        line-height: 1.4em
    }

    .page-forms .form-field-text input {
        line-height: 1.5rem
    }

    .page-forms .submit_box .submit_error {
        display: inline-block;
        padding-left: 1em
    }

@media all and (min-width: 6.25em) {
    .page-forms {
        padding: 2.5rem 3.125rem
    }

        .page-forms .page-title {
            font-size: 2.1875rem;
            margin-bottom: 1.875rem
        }

        .page-forms .fontsize19, .page-forms .form-field-text, .page-forms .form-field-text input, .page-forms .form-field-select, .page-forms .form-field-textarea, .page-forms .form-field-textarea textarea {
            font-size: 1.1875rem
        }

            .page-forms .fontsize17, .page-forms .form-field-checkbox, .page-forms .form-field-select div span {
                font-size: 1.0625rem
            }

        .page-forms .fontsize15 {
            font-size: .9375rem
        }

        .page-forms .fontsize14, .page-forms .form-field-text > div a, .page-forms .error_message {
            font-size: .875rem
        }

    .page-forms-links span {
        display: inline-block
    }

        .page-forms-links span:nth-of-type(1) {
            float: left
        }

        .page-forms-links span:nth-of-type(2) {
            float: right
        }
}

.page-forms-login .form-field-text.password {
    margin-bottom: 0.5em
}

.page-forms-login .register_now {
    position: absolute;
    top: 0;
    right: 0
}

.page-forms-login .trouble_links {
    margin-bottom: .9375rem
}

    .page-forms-login .trouble_links span {
        display: block;
        margin-bottom: 0.5em
    }

.page-forms-login .submit_box {
    margin-top: 2em;
    padding-bottom: 1.875rem
}

    .page-forms-login .submit_box .resend_email {
        position: absolute;
        bottom: 0;
        left: 0
    }

@media all and (min-width: 6.25em) {
    .page-forms-login .trouble_links span {
        display: inline-block
    }

        .page-forms-login .trouble_links span:nth-of-type(1) {
            float: left
        }

        .page-forms-login .trouble_links span:nth-of-type(2) {
            float: right
        }

    .page-forms-login .submit_box {
        margin-top: 2.5em;
        padding-bottom: 0;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

        .page-forms-login .submit_box .resend_email {
            position: static
        }
}

.page-forms-password .password_rules, .page-change_password .password_rules {
    margin-bottom: 2em
}

    .page-forms-password .password_rules p, .page-change_password .password_rules p {
        line-height: 1.9em
    }

.page-forms-contactus .sub_title {
    padding-bottom: 2em
}

.page-forms-contactus .by_phone {
    padding-top: 2em
}

.page-forms-contactus .by_phone-tel {
    padding-top: 0.5em;
    font-size: 7.8947368421vw
}

@media all and (min-width: 6.25em) {
    .page-forms-contactus .by_phone-tel {
        font-size: 1.875rem
    }
}

.page-home li {
    font-size: 1.5rem;
    margin-bottom: 1.25rem
}

.page-list table .form-field-checkbox .checkbox {
    cursor: default;
    background-color: #fafafa;
    border: none
}

    .page-list table .form-field-checkbox .checkbox input {
        cursor: default;
        z-index: 0
    }

.page-list table .form-field-checkbox .toggle {
    cursor: pointer
}

.page-products .archived_button {
    position: absolute;
    top: 0;
    right: 12.5rem
}

.page-products .table th, .page-products .table td {
    padding: 0
}

    .page-products .table th > div, .page-products .table td > div {
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: stretch;
        -webkit-justify-content: stretch;
        justify-content: stretch;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .page-products .table th > div > div, .page-products .table td > div > div {
            float: left;
            box-sizing: border-box;
            padding: .625rem .3125rem;
            border-right: 1px solid #e5e5e5
        }

.page-products .table img {
    max-height: 6.25rem;
    max-width: 10rem
}

.page-products .table .brand {
    width: 16%
}

.page-products .table .cat {
    width: 8%
}

.page-products .table .name {
    width: 24%
}

.page-products .table .code {
    width: 12%
}

.page-products .table .p_size {
    width: 8%
}

.page-products .table .c_size {
    width: 8%
}

.page-products .table .rrp {
    width: 8%
}

.page-products .table .price {
    width: 8%
}

.page-products .table .priority {
    width: 8%;
    border: none
}

.page-products .table .image {
    width: 30%;
    border-top: 1px solid #e5e5e5
}

.page-products .table .out_stock {
    width: 30%;
    border-top: 1px solid #e5e5e5
}

.page-products .table .buttons {
    width: 40%;
    border-top: 1px solid #e5e5e5;
    border-right: none
}

.have-you-considered .product-error {
    margin: 0 0 10px 0
}

.have-you-considered .table-container {
    width: 49%;
    display: inline-block
}

    .have-you-considered .table-container label {
        margin: 0 0 10px 0
    }

    .have-you-considered .table-container tr.oos, .have-you-considered .table-container span.oos {
        background-color: #ffebc2
    }

    .have-you-considered .table-container tr.archived, .have-you-considered .table-container span.archived {
        background-color: #ffc2c2
    }

    .have-you-considered .table-container span.key {
        font-size: 12px
    }

    .have-you-considered .table-container.all-products .selected {
        display: none
    }

.helpbot .btn-engage {
    color: #fff;
    background-color: #599a93;
    border-color: #599a93
}

    .helpbot .btn-engage:hover, .helpbot .btn-engage:active, .helpbot .btn-engage.active {
        color: #599a93;
        background-color: #fff;
        text-decoration: none
    }

.helpbot .btn-trash {
    color: #fff;
    background-color: #f0592e;
    border-color: #f0592e
}

    .helpbot .btn-trash:hover, .helpbot .btn-trash:active, .helpbot .btn-trash.active {
        color: #f0592e;
        background-color: #fff;
        text-decoration: none
    }

.helpbot .answer-container {
    margin: 20px 0
}

    .helpbot .answer-container h2 {
        font-size: 1.5rem;
        display: inline-block;
        padding-top: 5px
    }

    .helpbot .answer-container .answer {
        margin: 10px 0
    }

        .helpbot .answer-container .answer h3 {
            font-size: 1.3rem;
            display: inline-block;
            padding-top: 5px
        }

.page .form-field-text.colour input {
    width: 15%;
    display: inline-block
}

.page .form-field-text.colour .colour-area {
    display: inline-block;
    width: 5%;
    height: 100%;
    border: 1px solid #e5e5e5
}

.dashboard .title {
    margin: 0 0 20px
}

    .dashboard .title h1 {
        font-weight: bold;
        margin: 0
    }

.dashboard h2 {
    font-size: 1.6em;
    margin: 40px 0px 15px;
    font-weight: bolder
}

    .dashboard h2 a, .dashboard h2 a:visited {
        color: inherit
    }

.dashboard h3 {
    font-size: 1.4em;
    margin: 15px 0 30px;
    font-weight: bolder
}

    .dashboard h3 a, .dashboard h3 a:visited {
        color: inherit
    }

.dashboard .collapse-header h2, .dashboard .collapse-header h3, .dashboard .collapse-header span {
    display: inline-block
}

    .dashboard .collapse-header span.glyphicon {
        margin-left: 10px;
        cursor: pointer
    }

.dashboard .collapse-header a, .dashboard .collapse-header a:visited {
    color: inherit
}

.dashboard img {
    max-width: none
}

.dashboard .media-left.pods img, .dashboard .media-left.pods video, .dashboard .media-left.videos img, .dashboard .media-left.videos video {
    max-width: 150px
}

.dashboard .media-left.products img, .dashboard .media-left.products video {
    max-width: 100px;
    max-height: 100px
}

.dashboard h4.media-heading {
    font-weight: bold;
    font-size: 1.1em
}

    .dashboard h4.media-heading a, .dashboard h4.media-heading a:visited {
        color: inherit
    }

.dashboard .media-body li {
    padding: 2px 0
}

    .dashboard .media-body li ul {
        padding-top: 5px
    }

        .dashboard .media-body li ul li > span {
            font-weight: bold;
            font-style: italic
        }
