/*
	Theme name: LifeCents
	Version: 1.0.0
	Author: Pavel Volynets
*/
@media (min-width: 1024px) {

    .sub-menu .current-menu-item > a:before {
        display: none;
    }
    
    .current-menu-item > a:before {
        opacity: 1;
        position: absolute;
        right: 0;
        bottom: -0.4rem;
        left: 0;
        display: block;
        width: 70%;
        height: 4px;
        margin: auto;
        background: -webkit-gradient(linear, right top, left top, from(#a9d5fc), to(#63a7ff));
        background: linear-gradient(-90deg, #a9d5fc 0%, #63a7ff 100%);
        border-radius: 2px;
        content: ' ';
        -webkit-transition: opacity 250ms;
        transition: opacity 250ms;
    }

    .footer__content-box .menu {
        list-style: none;
        padding: 0;
    }

    .footer__content-box .nav__link-item+.nav__link-item {
        margin-left: 0;
    }
}

.resource__image-box .resource__image {
    width: 100%;
    height: 100%;
}

.cta__image {
    max-height: 400px;
}

.hidden {
    display: none !important;
}

@media (max-width: 767px) {
    .resource {
        flex: 0 0 calc(100% - 3.2rem);
    }
}

.loader.is-active {
    margin: 5rem auto;
    animation-iteration-count: infinite;
}

.wysiwyg img {
    height: auto;
}

/*coming soon page*/
.coming-soon-page {
    min-height: 100vh;
    position: relative;
}

.coming-soon-page .page-bg.bg_top {
    background-image: linear-gradient(0deg, rgba(56, 116, 185, 1) 0%, rgba(50, 104, 167, 1) 3.95%, rgba(41, 86, 140, 1) 11.37%, rgba(34, 71, 117, 1) 19.83%, rgba(28, 60, 100, 1) 29.62%, rgba(24, 52, 88, 1) 41.58%, rgba(22, 47, 81, 1) 58.02%, rgba(21, 46, 79, 1) 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.coming-soon-page .page-bg.bg_top:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-60deg, rgba(21, 46, 79, 1) 0%, rgba(25, 54, 83, 0.96) 2.38%, rgba(35, 77, 93, 0.9) 6.12%, rgba(51, 113, 109, 0.82) 10.75%, rgba(74, 163, 131, 0.73) 16.04%, rgba(82, 181, 139, 0.7) 17.73%, rgba(134, 144, 142, 0.7) 27.91%, rgba(238, 72, 149, 0.7) 46.41%, rgba(224, 70, 145, 0.71) 48.31%, rgba(163, 63, 125, 0.77) 57.27%, rgba(112, 57, 108, 0.83) 65.89%, rgba(73, 52, 96, 0.88) 73.92%, rgba(44, 49, 87, 0.93) 81.25%, rgba(27, 47, 81, 0.97) 87.63%, rgba(21, 46, 79, 1) 92.34%);
    opacity: .2;
}

.coming-soon-page .page-bg.bg_top:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(images/bg_cloud.svg);
    background-position: center 20%;
    background-repeat: no-repeat;
    background-size: 1300px auto;
}

.coming-soon-page .page-inner {
    margin: 0 auto;
    max-width: 1440px;
    padding: 7.5% 6.4rem 0;
    position: relative;
    z-index: 1;
    color: #fff;
}

.coming-soon-page .page-title {
    font-size: 48px;
    font-weight: normal;
    text-align: center;
    margin-top: 50px;
}

.coming-soon-page .page-title h1 {
    font-size: inherit;
    font-weight: inherit;
}

.coming-soon-page .page-subtitle {
    font-size: 36px;
    text-align: center;
    margin-top: 50px;
}

.coming-soon-page .page-countdown {
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #506d9b;
    border-bottom: 2px solid #506d9b;
    width: 100%;
    max-width: 390px;
    margin: 30px auto 30px;
}

.coming-soon-page .page-countdown .countdown-item {
    text-align: center;
    padding: 20px 0;
}

.coming-soon-page .page-countdown .countdown-item .item-num {
    font-size: 60px;
    line-height: 1em;
}

.coming-soon-page .page-countdown .countdown-item .item-title {
    font-size: 21px;
    line-height: 1em;
    margin-top: 10px;
}

.coming-soon-page .page-form {
    background-color: #29384e;
    max-width: 700px;
    width: 100%;
    padding: 50px 100px 100px;
    margin: 0 auto;
    position: relative;
}

.coming-soon-page .page-form:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 130px;
    background-color: #29384e;
}

.coming-soon-page #mc_embed_signup {
    background: transparent;
    position: relative;
    z-index: 3;
}

.coming-soon-page #mc_embed_signup form input {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
}

.coming-soon-page #mc_embed_signup form input:focus {
    outline: none;
    border-color: #fff;
}

.coming-soon-page #mc_embed_signup h2 {
    font-size: 40px;
    font-weight: normal;
    text-align: center;
}

.coming-soon-page #mc_embed_signup label {
    font-size: 14px;
}

.coming-soon-page #mc_embed_signup .button {
    color: #fff;
    background-color: #ff931e;
    border: 0;
    -webkit-appearance: none;
}

.coming-soon-page #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    margin-bottom: 0;
}

.page-bg.bg_bottom {
    position: relative;
    margin-top: -120px;
    z-index: 3;
    flex-shrink: 0;
}

.page-bg.bg_bottom img {
    width: 100%;
}

/*congradulations page*/
.icon.icon-arrow_next {
    background-image: url(images/icon-arrow_next.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.congradulations-page {
    min-height: 100vh;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}

.congradulations-page .page-bg.bg_bottom {
    margin-top: 0;
}

.congradulations-page .page-bg.bg_top {
    background-image: linear-gradient(0deg, rgba(56, 116, 185, 1) 0%, rgba(50, 104, 167, 1) 3.95%, rgba(41, 86, 140, 1) 11.37%, rgba(34, 71, 117, 1) 19.83%, rgba(28, 60, 100, 1) 29.62%, rgba(24, 52, 88, 1) 41.58%, rgba(22, 47, 81, 1) 58.02%, rgba(21, 46, 79, 1) 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.congradulations-page .page-bg.bg_top:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    left: 0;
    background: radial-gradient(48.92% 94.87%, rgba(119, 148, 121, 1) 0%, rgba(57, 98, 130, 1) 100%);
    opacity: .5;
}

.congradulations-page .page-bg.bg_top:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(images/bg_cloud.svg);
    background-position: center 20%;
    background-repeat: no-repeat;
    background-size: 1300px auto;
}

.congradulations-page .page-inner {
    flex: 1 0 auto;
    width: 100%;
    max-width: 1440px;
    padding: 7.5% 6.4rem 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    background-image: url(images/Foreground-Balloon@2x.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 131px 193px;
}

.congradulations-page .page-title {
    font-size: 66px;
    margin-bottom: 60px;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
    color: #fff;
}

.congradulations-page .page-title h1 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
}

.congradulations-page .page-badge {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.congradulations-page .page-info {
    text-align: center;
    color: #8fa7c7;
    font-size: 17px;
    margin-top: 30px;
    opacity: 0;
    transition: opacity .5s ease-out;
    transition-delay: 1s;
}

.congradulations-page .page-info a {
    text-decoration: none;
    color: #75a8f8;
    cursor: pointer;
}

.congradulations-page .page-info a .icon {
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -3px;
}

.congradulations-page .page-badge .badge-inner {
    background-color: #fff;
    width: 640px;
    padding-left: 0;
    height: 130px;
    border-radius: 18px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    overflow: hidden;
    display: none;
    visibility: hidden;
}

.congradulations-page .page-badge .badge-title {
    color: #152e4f;
    font-size: 26px;
    line-height: 1em;
    flex: 0 0 380px;
    margin-left: 90px;
}

.congradulations-page .page-badge .badge-info {
    color: #152e4f;
    font-size: 14px;
    height: 70px;
    border-left: 6px solid #e8eef4;
    margin-left: 15px;
    padding-left: 15px;
    line-height: 1.2em;
    flex: 0 0 155px;
}

.congradulations-page .page-badge .badge-icon {
    flex: 0 0 150px;
    height: 150px;
    margin-right: 0;
    position: relative;
    z-index: 1;
}

.congradulations-page .page-badge .badge-icon img {
    max-width: 100%;
}

.congradulations-page .page-bg.bg_bottom img {
    display: block;
    width: 100%;
    height: auto;
}

.congradulations-page .page-calendar {
    text-align: center;
    margin-top: 100px;
    opacity: 0;
    transition: opacity .5s ease-out;
    transition-delay: 1s;
}

.congradulations-page .page-calendar .page-calendar-btns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.congradulations-page .page-calendar .page-calendar-btns a+a {
    margin-left: 30px;
}

.congradulations-page .page-calendar-title {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1em;
}

.congradulations-page .calendar-btn {
    color: #fff;
    background-color: #63a7ff;
    height: 34px;
    line-height: 34px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    border-radius: 9px;
}

.showInfo.congradulations-page .page-badge .badge-inner {
    display: flex;
    visibility: visible;
    animation: badge-animate .7s linear;
}

.showInfo.congradulations-page .page-badge .badge-icon {
    margin-right: -75px;
}

.showInfo.congradulations-page .page-calendar {
    opacity: 1;
}

.showInfo.congradulations-page .page-info {
    opacity: 1
}

@keyframes badge-animate {
    0% {
        width: 0;
    }

    100% {
        width: 640px;
    }
}

@keyframes badge-mobile-animate {
    0% {
        height: 0;
    }

    100% {
        height: 140px;
    }
}

@media (max-width: 1023px) {
    .coming-soon-page .page-inner {
        padding: 40px 30px;
    }

    .coming-soon-page .page-title {
        font-size: 36px;
    }

    .coming-soon-page .page-subtitle {
        font-size: 24px;
    }

    .coming-soon-page .page-countdown .countdown-item .item-num {
        font-size: 47px;
    }

    .coming-soon-page .page-countdown .countdown-item .item-title {
        font-size: 17px;
    }

    .coming-soon-page .page-form {
        padding: 25px 30px;
    }

    .coming-soon-page .page-form:after {
        height: 70px;
    }

    .coming-soon-page #mc_embed_signup h2 {
        font-size: 36px;
    }

    .page-bg.bg_bottom {
        margin-top: -70px;
        overflow: hidden;
    }

    .page-bg.bg_bottom img {
        width: auto;
        height: 250px;
        display: block;
    }

    .congradulations-page .page-title {
        font-size: 36px;
        position: relative;
    }

    .congradulations-page .page-title h1 {
        position: relative;
        z-index: 1;
    }

    .showInfo.congradulations-page .page-title:after {
        transform: scale(1);

    }

    .congradulations-page .page-inner {
        padding: 100px 30px 40px;
        background-image: none;
    }

    .congradulations-page .page-calendar {
        margin-top: 50px;
    }

    .congradulations-page .page-calendar .page-calendar-btns {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .congradulations-page .page-calendar .page-calendar-btns a+a {
        margin-left: 0;
        margin-top: 20px;
    }

    .congradulations-page .page-calendar-title {
        font-size: 18px;
    }

    .showInfo.congradulations-page .page-info span:not(.icon) {
        display: block;
    }

    .congradulations-page .page-badge {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .showInfo.congradulations-page .page-badge .badge-icon,
    .congradulations-page .page-badge .badge-icon {
        margin-right: 0;
        max-width: 150px;
        height: 150px;
    }

    .congradulations-page .page-badge .badge-inner {
        width: 100%;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        height: 140px;
        margin-top: 35px;
        padding: 20px;
        position: relative;
    }

    .showInfo.congradulations-page .page-badge .badge-icon:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-bottom: 15px solid #fff;
        border-right: 15px solid transparent;
        top: 100%;
        left: 50%;
        z-index: 2;
        margin-left: -15px;
        margin-top: 20px;
    }

    .showInfo.congradulations-page .page-badge .badge-inner {
        display: flex;
        visibility: visible;
        animation: badge-mobile-animate .7s linear;
    }

    .congradulations-page .page-badge .badge-title {
        margin-left: 0;
        flex: 0 0 auto;
        font-size: 18px;
    }

    .congradulations-page .page-badge .badge-info {
        border-left: 0;
        border-top: 6px solid #e8eef4;
        margin-left: 0;
        padding-left: 0;
        margin-top: 15px;
        padding-top: 15px;
        font-size: 14px;
    }

    .congradulations-page .page-bg.bg_bottom {
        max-width: 100%;
        height: 240px;
        overflow: hidden;
    }

    .congradulations-page .page-bg.bg_bottom img {
        height: 100%;
        width: auto;

    }
}
.page-confetti {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity .2s ease-out;
}
.showInfo .page-confetti {
	opacity: 1;
}
#confetti {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}