
.progress {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #F2F2F2;
}

.bar {
    background-color: #18a70a;
    width: 0%;
    height: 5px;
    border-radius: 3px;
}

.percent {
    position: absolute;
    display: inline-block;
    left: 50%;
    margin-left: -36px;
}

#hyg_root {
    z-index: 999;
    position: relative;
}

.logo img {
    max-height: 77px;
}

.hyg-green {
    color: #5ec83b;
}

section.section {
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center;
}

section.section.firstSection {
    display: block;
}

section.section.lastSection {
    display: block;
}

section.section.lastSection .section-header {
    top: 10rem;
    position: relative;
    text-align: center;
}

section.section.lastSection .section-header h2 {
    font-size: 3rem;
}

section.section.lastSection .section-header p {
    font-size: 1.4rem;
    font-weight: bold;
}

.section-header {
    font-family: "montserratregular";
}

.section-header .bold {
    font-family: "montserratbold";
}

.section-header .flip-animate {
    font-family: 'montserratsemibold';
    position: relative;
    display: inline-block;

}

.section-header .flip-animate span:first-child {
    display: block;
}

html, body {
    /*background: #dedede;*/
    background: linear-gradient(180deg, rgba(99,99,97,1) 0%, rgba(222,222,222,1) 100%);
    background-size: auto 100%;
    height: 100%;
}

img.white_circle {
    display: none;
    width: 100%;
    z-index: 1;
    position: absolute;
}

.container, .container-fluid {
    z-index: 2;
    position: relative;
}

img.white_circle.top {
    top: 0;
}

img.white_circle.bottom {
    bottom: 0;
}

#homeComponents {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-image: url("/static/v3/images/home-bg.png");
    background-size: 100% auto;
    /*min-height: 550px;*/
    background-position: top center;
    background-repeat: no-repeat;
    max-width: 470px;
}

#paper-mobile {
    position: absolute;
    width: 100%;
    max-width: 425px;
    height: 360px;
    z-index: 9;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center;
}

#paper-mobile img {
    vertical-align: middle;
    left: 5px;
    position: absolute;
}

#dashed-borders {
    position: relative;
    width: 100%;
    max-width: 325px;
    margin: 20px auto;
    height: 330px
}

#dashed-green-borders, #dashed-black-borders {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#dashed-black-borders {
    left: 51.1%;
    top: 51%;
}

#floating-card {
    position: absolute;
    perspective: 25px;
    width: 100%;
    height: 520px;
    z-index: 10;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center;
    -webkit-transition: width 2s; /* Safari prior 6.1 */
    transition: width 2s;
    transform-style: preserve-3d;
    perspective-origin: 50% 50% 0px;
}

#floating-card.sticky {
    position: fixed;
    max-width: 450px;
    width: 90%;
    height: 125px;
    left: 0;
    z-index: 1000;
    left: 50%;
    margin-left: -225px;
    top: 325px;
}

#floating-card img {
    border: none;
    max-width: 215px;
    vertical-align: middle;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
}

#trees {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#birds {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.blk-brdr {
    fill: none;
    stroke: #000;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3px;
    stroke-dasharray: 8.92 8.92;
}

.green-brdr {
    fill: none;
    stroke: #5ec83b;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3px;
    stroke-dasharray: 8.92 8.92;
}

.path {
    stroke-dasharray: 10;
    animation: dash 5s linear infinite;
}

.revpath {
    stroke-dasharray: 10;
    animation: dash 5s linear infinite;
    animation-direction: reverse;
}

@keyframes dash {
    to {
        stroke-dashoffset: 100;
    }
}

.slide-text h1 {
    font-family: "montserratbold";
}

.slide-text p {
    font-size: 2rem;
    line-height: 2.2rem;
}

#downloadApp p {
    font-family: "montserratbold";
}

#downloadApp p.light-sb {
    font-family: "montserratsemibold";
}

#greendots {
    background-image: url("/static/v3/images/green-dots.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    float: right;
}

#greendots img {
    z-index: 10;
    position: relative;
}

#greenCircles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.homeContainer {
    position: relative;
    z-index: 200001;
}

.mobileSlider.sticky {
    position: fixed;
    z-index: 20000;
    height: auto;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%) !important;
}

.mobileSlider .slide-text {
    display: none;
}

#slides-mobile {
    width: 100%;
    height: 100%;
    position: relative;
    float: right;
}

#slides-mobile .mobile {
    display: none;
}

#slides-mobile .mobile > img.half {
    width: 50% !important;
}

.mobile .my-cards.half {
    top: 105px;
}

.one_mobile.half {
    width: 50%;
    left: 25%;
}

.card_expanded {
    position: absolute !important;
    display: none;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#targetExpandedCard {
    visibility: hidden;
    position: absolute !important;
    display: block;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 52%;
}

.mobile .my-cards {
    position: absolute;
    top: 140px;
    width: 165px;
    left: 232px;
    overflow: hidden;
    padding-top: 17px;
}

.mobile .one_card {
    width: 100%;
    position: relative;
    margin-top: -16px;
    top: 280px;
}

.one_mobile {
    position: relative;
    width: 50%;
    float: left;
    text-align: center;
}

.one_mobile {
    left: 25%;
}

#original_mobile_card, #cloned_mobile_card {
    width: 170px;
    position: absolute !important;
    top: 215px;
    z-index: 100 !important;
    left: 74px;
}

#sidePoints {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 100000;
}

.anchor-point {
    width: 20px;
    height: 20px;
    background: #000;
    display: block;
    border-radius: 50%;
    margin-bottom: 5px;
}

.anchor-point.active {
    background: #5ec83b;
}

.cloned_mobile {
    margin-left: -50%;
    z-index: 9 !important;
}

.cloned_mobile.slided {
    z-index: 10 !important;
}

#background {
    position: fixed;
    left: 0px;
    bottom: 0px;
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-position: center center;
}
