.raffle-your-house .b-faq,
.raffle .b-faq {
    background-color: #fff;
    padding: 50px 0;
    text-align: center
}

.raffle-your-house .b-faq {
    background-color: inherit;
    padding: 70px 0 80px
}

.home__statistics__info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-area: 1/1/2/2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 20px 20px
}

@media only screen and (min-width:768px) {
    .home__statistics__info {
        grid-area: 1/2/2/3;
        padding: 50px 50px 0!important
    }
}

@media only screen and (min-width:992px) {
    .home__statistics__info {
        padding: 60px 50px 0!important
    }
}

@media only screen and (min-width:1200px) {
    .home__statistics__info {
        padding: 70px 50px 0!important
    }
}

.home__statistics__cta {
    margin-bottom: 20px;
    margin-top: 20px
}

.home__subscribe {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .home__subscribe {
        background-color: #181a1b
    }
}

@media only screen and (min-width:768px) {
    .home__subscribe {
        display: grid;
        grid-template-columns: 55% 45%;
        grid-template-rows: auto;
        margin: 30px 0 70px
    }
}

.home__subscribe .c-subtitle,
.home__subscribe .c-title {
    text-align: left;
    width: 100%
}

@media only screen and (min-width:768px) {
    .home__subscribe__img {
        bottom: 30px;
        -webkit-box-shadow: -11px 12px 20px 0 rgba(0, 0, 0, .16);
        box-shadow: -11px 12px 20px 0 rgba(0, 0, 0, .16);
        grid-area: 1/2/2/3;
        left: 10%;
        position: relative;
        width: 128%
    }
}

@media only screen and (min-width:992px) {
    .home__subscribe__img {
        bottom: 23px;
        left: 10%;
        width: 121%
    }
}

@media only screen and (min-width:1200px) {
    .home__subscribe__img {
        left: 10%;
        top: -25px;
        width: 104%
    }
}

.home__subscribe__info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 20px
}

@media only screen and (min-width:768px) {
    .home__subscribe__info {
        grid-area: 1/1/2/2;
        padding: 50px!important
    }
}

@media only screen and (min-width:992px) {
    .home__subscribe__info {
        padding: 50px 100px!important
    }
}

@media only screen and (min-width:1200px) {
    .home__subscribe__info {
        padding: 70px 100px!important
    }
}

.home__subscribe__cta {
    margin-bottom: 20px;
    margin-top: 20px
}

.talk-about-us {
    margin-bottom: 100px;
    margin-top: 80px;
    overflow: hidden
}

@media only screen and (min-width:768px) {
    .talk-about-us {
        overflow: initial
    }
}

.talk-about-us .panel-news p {
    min-height: 100px
}

header .header .juegoseguro-header {
    color: #20265d;
    font-size: .65rem;
    font-weight: 600;
    position: absolute;
    top: 3.5rem
}

.home__header_2 {
    background-color: #fff;
    padding-bottom: 100px;
    padding-top: 30px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .home__header_2 {
        background-color: #181a1b
    }
}

.home__header_2__gallery .swiper-container {
    height: 100%;
    min-height: 400px;
    text-align: center
}

.home__header_2__gallery .swiper-slide {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover
}

@media only screen and (max-width:991px) {
    .home__header_2__gallery .swiper-slide {
        height: 100%
    }
    .home__header_2__gallery .swiper-slide img {
        display: none
    }
}

.home__header_2__gallery .swiper-pagination {
    bottom: 5px;
    position: absolute;
    width: 100%;
    z-index: 2
}

@media only screen and (min-width:992px) {
    .home__header_2__gallery .swiper-pagination {
        bottom: 10px
    }
}

.home__header_2__gallery .swiper-button-next,
.home__header_2__gallery .swiper-button-prev {
    height: 100%;
    position: absolute;
    top: 0;
    width: 25%;
    z-index: 1
}

.home__header_2__gallery .swiper-button-next {
    right: 0
}

.home__header_2__gallery .swiper-pagination-bullet {
    background: #fff;
    border-radius: 100%;
    color: rgba(0, 0, 0, 0);
    display: inline-block;
    margin: 2px;
    opacity: 1;
    padding: 6px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .home__header_2__gallery .swiper-pagination-bullet {
        background-color: #202325
    }
}

.home__header_2__gallery .swiper-pagination-bullet-active {
    position: relative
}

.home__header_2__gallery .swiper-pagination-bullet-active:after {
    background: #18ce6a;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 6px
}

.home__header_2__info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    text-align: center
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .home__header_2__info {
        background-color: #181a1b
    }
}

@media only screen and (min-width:992px) {
    .home__header_2__info {
        background-color: hsla(0, 0%, 100%, .79);
        margin-top: 5%;
        position: absolute;
        right: 5%;
        text-align: left;
        width: 40%;
        z-index: 2
    }
}

@media only screen and (min-width:1200px) {
    .home__header_2__info {
        padding: 50px;
        width: 35%
    }
}

@media only screen and (max-height:850px) {
    .home__header_2__info {
        margin-top: 1%;
        right: 1%
    }
}

@media only screen and (max-height:710px) {
    .home__header_2__info {
        margin-top: 0;
        padding: 30px;
        right: 0
    }
}

.home__header_2__info .c-title {
    margin-bottom: 1rem
}

.home__header_2__info .c-subtitle span {
    color: #20265d;
    font-weight: 600
}

@media only screen and (max-width:991px) {
    .home__header_2__info .c-subtitle,
    .home__header_2__info .c-title {
        margin-left: auto;
        margin-right: auto;
        max-width: 450px;
        text-align: center;
        width: 100%
    }
    .home__header_2__info .c-subtitle br,
    .home__header_2__info .c-title br {
        display: none
    }
}

.home__header_2__info a {
    margin-top: 1rem
}

@media only screen and (max-width:991px) {
    .home__header_2__info a {
        margin-left: auto;
        margin-right: auto
    }
}

.home__header_2_2 {
    margin-top: -85px
}

.home__header_2_2__details__point {
    color: #fff;
    margin-top: 15px
}

@media only screen and (min-width:768px) {
    .home__header_2_2__details__point {
        margin-top: 0;
        padding: 15px;
        text-align: center
    }
}

.home__header_2_2__details__point__cont {
    background-color: #20265d;
    height: 100%;
    padding: 30px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .home__header_2_2__details__point__cont {
        background-color: #000
    }
}

@media only screen and (max-width:767px) {
    .home__header_2_2__details__point__cont {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.home__header_2_2__details__point:first-child {
    color: #20265d
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .home__header_2_2__details__point:first-child {
        color: #a1badf
    }
}

.home__header_2_2__details__point:first-child>div {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 20px #ddd;
    box-shadow: 0 2px 20px #ddd
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .home__header_2_2__details__point:first-child>div {
        background-color: #181a1b;
        -webkit-box-shadow: 0 2px 20px #2b2f31;
        box-shadow: 0 2px 20px #2b2f31
    }
}

.home__header_2_2__details .jugarbien {
    width: 100%
}

@media only screen and (max-width:767px) {
    .home__header_2_2__details .jugarbien {
        margin-left: -15px;
        margin-top: 15px;
        min-width: 120%!important;
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }
}

.home__header_2_2__details__img {
    max-width: 100%;
    min-width: 100%
}

@media only screen and (max-width:767px) {
    .home__header_2_2__details__img {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 70px;
        min-width: 70px
    }
}

.home__header_2_2__details__img img {
    max-height: auto;
    width: 75%
}

@media only screen and (min-width:768px) {
    .home__header_2_2__details__img img {
        height: 70px;
        margin-bottom: 20px;
        max-width: auto
    }
}

@media only screen and (min-width:768px) {
    .home__header_2_2__details__cont {
        font-size: .9rem
    }
}

@media only screen and (max-width:767px) {
    .home__header_2_2__details__cont {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.home__header_2_2__details__title {
    font-weight: 600
}

@media only screen and (min-width:768px) {
    .home__header_2_2__details__title {
        font-size: 1rem
    }
}

.join__block {
    margin-bottom: 20px
}

.join__block .c-subtitle,
.join__block .c-title {
    text-align: center
}

.join__block .c-subtitle {
    line-height: 1.5rem;
    margin-bottom: 30px;
    margin-top: 10px
}

.join__header {
    margin: 30px 0
}

@media only screen and (min-width:768px) {
    .join__header {
        display: grid;
        grid-template-columns: 100px auto 100px;
        margin: 50px 0
    }
}

@media only screen and (min-width:768px) {
    .join__header__back {
        grid-area: 1/1/2/2
    }
    .join__header__back .icon_arrow-long-right {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.join__header__numbers {
    grid-area: 1/2/2/3;
    margin: 0;
    padding: 0;
    position: relative
}

.join__header__numbers,
.join__header__numbers__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.join__header__numbers__item {
    background-color: #f4f4f4;
    border: 1px solid #20265d;
    border-radius: 50%;
    color: #20265d;
    font-size: .9rem;
    font-weight: 600;
    height: 35px;
    margin: 0 15px;
    width: 35px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .join__header__numbers__item {
        background-color: #202325;
        border: 1px solid #a1badf;
        color: #a1badf
    }
}

.join__header__numbers__item a {
    padding: 5px 10px;
    text-decoration: none
}

@media only screen and (min-width:768px) {
    .join__header__numbers__item {
        margin: 0 20px
    }
}

.join__header__numbers__item.is-active {
    background-color: #20265d;
    border: 0
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .join__header__numbers__item.is-active {
        background-color: #a1badf
    }
}

.join__header__numbers__item.is-active a {
    color: #fff
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .join__header__numbers__item.is-active a {
        color: #181a1b
    }
}

.join__header__dots {
    background-image: -o-linear-gradient(left, #20265d 33%, hsla(0, 0%, 100%, 0) 0);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #20265d), color-stop(0, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(90deg, #20265d 33%, hsla(0, 0%, 100%, 0) 0);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 7px 2px;
    border: 0;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: -1;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .join__header__dots {
        background-image: -o-linear-gradient(left, #a1badf 33%, hsla(0, 0%, 100%, 0) 0);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #a1badf), color-stop(0, hsla(0, 0%, 100%, 0)));
        background-image: linear-gradient(90deg, #a1badf 33%, hsla(0, 0%, 100%, 0) 0);
        background-position: bottom;
        background-repeat: repeat-x;
        background-size: 7px 2px;
        border: 0;
        height: 2px;
        left: 50%;
        position: absolute;
        top: 50%;
        z-index: -1
    }
}

.choose-keys__list {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 50px
}

.choose-keys__item,
.choose-keys__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.choose-keys__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 10px 20px;
    max-width: 270px;
    padding: 30px;
    position: relative;
    width: 100%
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .choose-keys__item {
        background-color: #181a1b;
        color: #a1badf
    }
}

@media only screen and (min-width:768px) {
    .choose-keys__item {
        margin: 0 10px 40px;
        max-width: 100%;
        width: 47%
    }
}

@media only screen and (min-width:992px) {
    .choose-keys__item {
        width: 30%
    }
}

.choose-keys__item.is-selected {
    border: 2px solid #18ce6a;
    padding: 27px;
    position: relative
}

.choose-keys__item.is-selected .icon_check-circle {
    display: block!important;
    left: 10px;
    max-width: 20px;
    position: absolute;
    top: 10px
}

.choose-keys__item__title {
    color: #20265d;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .choose-keys__item__title {
        color: #a1badf
    }
}

.choose-keys__item__cost {
    color: #20265d;
    font-size: 3rem
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .choose-keys__item__cost {
        color: #a1badf
    }
}

.choose-keys__item__text {
    color: #6d7278;
    font-size: .9rem;
    line-height: 1.2rem;
    text-align: center
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .choose-keys__item__text {
        color: #a0978b
    }
}

.choose-keys__item__text span {
    color: #20265d;
    font-weight: 600
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .choose-keys__item__text span {
        color: #a1badf
    }
}

.choose-keys__item.custom .choose-keys__item__cost {
    font-size: 1.2rem;
    margin: 10px 0
}

.choose-keys__item.custom .choose-keys__item__selector {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    color: #6d7278;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.3rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0 15px;
    padding: 10px 5px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .choose-keys__item.custom .choose-keys__item__selector {
        background-color: #202325;
        color: #a1badf
    }
}

.choose-keys__item.custom .choose-keys__item__selector .value {
    max-width: 85px;
    text-align: center
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .choose-keys__item.custom .choose-keys__item__selector .value {
        color: #a1badf!important
    }
}

.choose-keys__item.custom .choose-keys__item__selector .icon {
    color: #20265d;
    cursor: pointer;
    max-width: 49px;
    padding: 12px 15px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .choose-keys__item.custom .choose-keys__item__selector .icon {
        color: #a1badf
    }
}

.choose-keys__item__especial {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #18ce6a;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 10px 20px;
    max-width: 270px;
    padding: 30px;
    position: relative;
    width: 100%
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .choose-keys__item__especial {
        background-color: #13a555;
        color: #e8e6e3
    }
}

@media only screen and (min-width:768px) {
    .choose-keys__item__especial {
        margin: 0 10px 40px;
        max-width: 100%;
        width: 47%
    }
}

@media only screen and (min-width:992px) {
    .choose-keys__item__especial {
        width: 30%
    }
}

.choose-keys__item__especial.is-selected {
    border: 2px solid #20265d;
    padding: 27px;
    position: relative
}

.choose-keys__item__especial.is-selected .icon_check-circle {
    display: block!important;
    left: 10px;
    max-width: 20px;
    position: absolute;
    top: 10px
}

.choose-keys__item__especial__title {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .choose-keys__item__especial__title {
        color: #e8e6e3
    }
}

.choose-keys__item__especial__cost {
    color: #fff;
    font-size: 3rem
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .choose-keys__item__especial__cost {
        color: #e8e6e3
    }
}

.choose-keys__item__especial__text {
    color: #fff;
    font-size: .9rem;
    line-height: 1.2rem;
    text-align: center
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .choose-keys__item__especial__text {
        color: #e8e6e3
    }
}

.choose-keys__item__especial__text span {
    color: #fff;
    font-weight: 600
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .choose-keys__item__especial__text span {
        color: #e8e6e3
    }
}

.choose-keys__item__especial.custom .choose-keys__item__cost {
    font-size: 1.2rem;
    margin: 10px 0
}

.choose-keys__item__especial.custom .choose-keys__item__selector {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    color: #6d7278;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.3rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0 15px;
    padding: 10px 5px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .choose-keys__item__especial.custom .choose-keys__item__selector {
        background-color: #202325;
        color: #a1badf
    }
}

.choose-keys__item__especial.custom .choose-keys__item__selector .value {
    max-width: 85px;
    text-align: center
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .choose-keys__item__especial.custom .choose-keys__item__selector .value {
        color: #a1badf!important
    }
}

.choose-keys__item__especial.custom .choose-keys__item__selector .icon {
    color: #20265d;
    cursor: pointer;
    max-width: 49px;
    padding: 12px 15px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .choose-keys__item__especial.custom .choose-keys__item__selector .icon {
        color: #a1badf
    }
}

.choose-keys__ribbon {
    background: #ff9f1f;
    border-radius: 13px;
    color: #fff;
    font-size: .7rem;
    font-weight: 600;
    padding: 5px 15px;
    position: absolute;
    top: -15px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .choose-keys__ribbon {
        background: #b96a00
    }
}

.choose-keys__ribbon .c-arrow-box {
    bottom: -20px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.selected-keys__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #20265d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 3.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 30px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .selected-keys__list {
        color: #a1badf
    }
}

@media only screen and (min-width:576px) {
    .selected-keys__list {
        width: 80%
    }
}

@media only screen and (min-width:768px) {
    .selected-keys__list {
        width: 50%
    }
}

.selected-keys__item {
    margin-right: 10px
}

.selected-keys__item:last-of-type .coma {
    display: none
}

.selected-keys__footer {
    display: grid;
    grid-template-rows: repeat(2, auto)
}

@media only screen and (min-width:768px) {
    .selected-keys__footer {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: 1px solid #ddd;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 0
    }
}

@media only screen and (min-width:768px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .selected-keys__footer {
        border-top: 1px solid #3a3e41
    }
}

.selected-keys__countdown {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row: 2/3;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    padding-bottom: 40px;
    padding-top: 20px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .selected-keys__countdown {
        border-top: 1px solid #e8e6e3
    }
}

@media only screen and (min-width:768px) {
    .selected-keys__countdown {
        border-top: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 0;
        padding: 0
    }
}

.selected-keys__countdown__num {
    color: #20265d;
    font-size: 2.5rem;
    font-weight: 600;
    margin-right: 10px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .selected-keys__countdown__num {
        color: #a1badf
    }
}

@media only screen and (min-width:768px) {
    .selected-keys__countdown__num {
        width: 115px
    }
}

.selected-keys__countdown__text {
    color: #6d7278;
    font-size: .8rem;
    text-align: center;
    width: 80%
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .selected-keys__countdown__text {
        color: #a0978b
    }
}

@media only screen and (min-width:768px) {
    .selected-keys__countdown__text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: left;
        width: 70%
    }
}

@media only screen and (min-width:1200px) {
    .selected-keys__countdown__text {
        width: 50%
    }
}

.selected-keys__cta {
    grid-row: 1/2
}

@media only screen and (max-width:575px) {
    .selected-keys__step-3 {
        bottom: 0;
        margin-left: auto;
        margin-right: auto;
        position: fixed!important;
        width: 93%
    }
}

.join__access {
    padding: 0 15px
}

@media only screen and (min-width:992px) {
    .join__access {
        padding: 0
    }
}

.join__access__countdown {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row: 2/3;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 20px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .join__access__countdown {
        border-bottom: 1px solid #3a3e41
    }
}

@media only screen and (min-width:768px) {
    .join__access__countdown {
        border-top: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 0;
        padding: 0
    }
}

.join__access__countdown__num {
    color: #20265d;
    font-size: 1.75rem;
    font-weight: 600;
    margin-right: 10px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .join__access__countdown__num {
        color: #a1badf
    }
}

@media only screen and (min-width:768px) {
    .join__access__countdown__num {
        width: 80px
    }
}

.join__access__countdown__text {
    color: #6d7278;
    font-size: .75rem;
    text-align: center
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .join__access__countdown__text {
        color: #a0978b
    }
}

@media only screen and (min-width:768px) {
    .join__access__countdown__text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: left
    }
}

@media only screen and (min-width:1200px) {
    .join__access__countdown__text {
        width: 50%
    }
}

.join__pay {
    margin-bottom: 0;
    padding: 0 15px;
    position: relative
}

@media only screen and (min-width:992px) {
    .join__pay {
        margin-bottom: 40px;
        padding: 0
    }
}

.join__pay__countdown {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row: 2/3;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 20px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .join__pay__countdown {
        border-bottom: 1px solid #e8e6e3
    }
}

@media only screen and (min-width:768px) {
    .join__pay__countdown {
        border-top: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 0;
        padding: 0
    }
}

.join__pay__countdown__num {
    color: #20265d;
    font-size: 2.5rem;
    font-weight: 600;
    margin-right: 10px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .join__pay__countdown__num {
        color: #a1badf
    }
}

@media only screen and (min-width:768px) {
    .join__pay__countdown__num {
        width: 115px
    }
}

.join__pay__countdown__text {
    color: #6d7278;
    font-size: .8rem;
    text-align: center
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .join__pay__countdown__text {
        color: #a0978b
    }
}

@media only screen and (min-width:768px) {
    .join__pay__countdown__text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: left
    }
}

@media only screen and (min-width:1200px) {
    .join__pay__countdown__text {
        width: 50%
    }
}

.join__pay .modal-sipay .modal-content__header .u-button--reset {
    z-index: 1
}

.join__pay .modal-sipay .b-modal-thanks__body {
    overflow-x: scroll
}

.join__pay .modal-sipay .b-modal-thanks__body .b-loader {
    background: inherit;
    z-index: 0
}

.join__pay .confirm-modal .modal-dialog {
    max-width: 95%
}

.join__pay .confirm-modal .modal-dialog .modal-content .b-modal-thanks__body iframe {
    background-color: #fff;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.join__pay #confirmmodal .modal-content,
.join__pay .confirm-modal .modal-dialog .white {
    background-color: #fff
}

.pay__content {
    padding-bottom: 100px
}

@media only screen and (min-width:992px) {
    .pay__content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 0
    }
}

.pay__methods {
    margin-bottom: 60px;
    margin-top: 30px
}

@media only screen and (min-width:992px) {
    .pay__methods {
        background-color: #fff;
        padding: 40px;
        width: 50%
    }
}

@media only screen and (min-width:992px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .pay__methods {
        background-color: #181a1b
    }
}

.pay__methods .select--month {
    padding-left: 20px
}

@media only screen and (min-width:992px) {
    .pay__methods .select--month {
        padding-left: 25px
    }
}

.pay__discount {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    margin-bottom: 15px;
    padding-bottom: 10px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .pay__discount {
        border-bottom: 1px solid #3a3e41
    }
}

.pay__discount .c-checkbox {
    color: #20265d;
    display: block;
    font-weight: 600
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .pay__discount .c-checkbox {
        color: #a1badf
    }
}

.pay__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #20265d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .pay__title {
        color: #a1badf
    }
}

@media only screen and (min-width:992px) {
    .pay__title {
        margin-bottom: 15px
    }
}

.pay__title .icon_buy {
    max-width: 25px;
    padding-right: 5px
}

.pay__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 10px
}

.pay__tabs.fast {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .pay__tabs.fast {
        border-bottom: 1px solid #3a3e41
    }
}

.pay__tabs .c-button--blue {
    width: 48%
}

.pay__tabs .c-button--blue.is-white .paypal {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.pay__tabs .paypal {
    max-height: 20px
}

.pay__tabs .fastpay {
    white-space: nowrap
}

.pay__tabs .fastpay img {
    display: none
}

.pay__tabs .fastpay.c-button--blue {
    border: 1px solid #20265d!important
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .pay__tabs .fastpay.c-button--blue {
        border: 1px solid #a1badf!important
    }
}

.pay__tabs .fastpay-tkn {
    width: 100%
}

.pay__tabs .fastpay-tkn img {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 50px
}

.pay__tabs .fastpay-tkn span:last-child {
    float: left;
    font-size: .85rem;
    font-weight: 300;
    overflow: hidden;
    padding-top: 3px;
    text-indent: -70px;
    white-space: nowrap;
    width: 63px
}

@media only screen and (min-width:576px) {
    .pay__tabs .fastpay-tkn span:last-child {
        text-indent: 0;
        width: auto
    }
}

.pay__paypal {
    display: none
}

.pay__submit {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .pay__submit {
        border-top: 1px solid #3a3e41
    }
}

.pay__return-security {
    border: 1px solid #fff;
    height: auto;
    justify-self: flex-end;
    margin-top: 30px;
    padding: 30px;
    width: 100%
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .pay__return-security {
        border: 1px solid #181a1b
    }
}

@media only screen and (min-width:992px) {
    .pay__return-security {
        width: 320px
    }
}

.pay__return-security img {
    margin-right: 20px;
    max-width: 25%;
    min-width: 25%
}

.pay__return-security span {
    color: #6d7278;
    font-size: .9rem
}

.pay__resume {
    background-color: #20265d;
    height: 100%;
    justify-self: flex-end;
    left: 0;
    padding: 15px;
    position: fixed;
    top: calc(100% - 50px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    z-index: 1
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .pay__resume {
        background-color: #a1badf
    }
}

@media (-ms-high-contrast:none) {
    .pay__resume {
        position: static\0
    }
}

@media only screen and (min-width:992px) {
    .pay__resume {
        background-color: #fff;
        height: auto;
        margin-top: 30px;
        padding: 30px;
        position: unset;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        width: 320px
    }
}

@media only screen and (min-width:992px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .pay__resume {
        background-color: #181a1b
    }
}

.pay__resume.is-shown {
    top: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.pay__resume__trigger {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    width: 100%
}

@media only screen and (min-width:992px) {
    .pay__resume__trigger {
        cursor: default
    }
}

.pay__resume_code-apply {
    background-color: #20265d;
    border-radius: 5px 5px 0 0;
    color: #fff;
    margin-top: -40px;
    padding: 5px 10px 0;
    position: absolute;
    right: 5px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .pay__resume_code-apply {
        background-color: #a1badf
    }
}

@media only screen and (min-width:992px) {
    .pay__resume_code-apply {
        display: none
    }
}

.pay__resume .pay__title {
    color: #fff
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .pay__resume .pay__title {
        color: #181a1b
    }
}

@media only screen and (min-width:992px) {
    .pay__resume .pay__title {
        color: #20265d
    }
}

@media only screen and (min-width:992px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .pay__resume .pay__title {
        color: #a1badf
    }
}

.pay__resume .u-text--legal {
    color: #fff
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .pay__resume .u-text--legal {
        color: #a0978b
    }
}

@media only screen and (min-width:992px) {
    .pay__resume .u-text--legal {
        color: #6d7278
    }
}

@media only screen and (min-width:992px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .pay__resume .u-text--legal {
        color: #a0978b
    }
}

.pay__keys {
    margin-top: 15px;
    overflow-y: scroll
}

@media only screen and (min-width:992px) {
    .pay__keys {
        margin-top: 0
    }
}

.pay__keys__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .pay__keys__header {
        border-bottom: 1px solid #3a3e41;
        color: #181a1b
    }
}

@media only screen and (min-width:992px) {
    .pay__keys__header {
        color: #20265d;
        margin-bottom: 5px
    }
}

@media only screen and (min-width:992px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .pay__keys__header {
        color: #a1badf
    }
}

.pay__keys__header.total {
    border-top: 1px solid #ddd;
    font-size: 1.2rem
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .pay__keys__header.total {
        border-top: 1px solid #3a3e41
    }
}

@media only screen and (min-width:992px) {
    .pay__keys__header.total {
        margin-top: 15px
    }
}

.pay__keys__header.total .num {
    font-size: 1.5rem
}

.pay__keys__header.offert {
    border: inherit;
    font-size: .75rem;
    padding-bottom: inherit
}

@media only screen and (min-width:992px) {
    .pay__keys__header.offert {
        color: #6d7278
    }
}

@media only screen and (min-width:992px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .pay__keys__header.offert {
        color: #a0978b
    }
}

.pay__keys__list {
    color: #fff;
    font-size: .9rem
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .pay__keys__list {
        color: #181a1b
    }
}

@media only screen and (min-width:992px) {
    .pay__keys__list {
        color: #6d7278
    }
}

@media only screen and (min-width:992px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .pay__keys__list {
        color: #a0978b
    }
}

.pay__keys__list.collapse:not(.show) {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow-y: scroll;
    padding: 10px
}

@media only screen and (min-width:992px) {
    .pay__keys__list.collapse:not(.show) {
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 110px!important;
        overflow: hidden;
        padding: 0
    }
}

@media only screen and (max-width:575px) {
    .pay__keys__list.collapse:not(.show) {
        display: block
    }
}

.pay__keys__list.collapsing {
    min-height: 110px!important
}

.pay__keys__item {
    padding: 3px 0
}

@media only screen and (max-width:991px) {
    .pay__keys__more {
        display: none!important
    }
}

@media only screen and (min-width:992px) {
    .pay__keys__more {
        color: #20265d;
        font-size: .9rem;
        margin-top: 10px!important
    }
}

@media only screen and (min-width:992px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .pay__keys__more {
        color: #a1badf
    }
}

.head-transaction {
    color: #20265d;
    font-size: 12px
}

.head-transaction-green {
    color: #18ce6a;
    font-size: 12px
}

@media only screen and (max-width:575px) {
    .footer-pay {
        padding-bottom: 60px
    }
}

.join__thanks {
    margin-top: 30px
}

@media only screen and (min-width:768px) {
    .join__thanks {
        margin-top: 50px
    }
}

.join__thanks .selected-keys__list {
    font-size: 2rem;
    margin-bottom: 10px
}

@media only screen and (min-width:768px) {
    .join__thanks .selected-keys__list {
        font-size: 2.5rem
    }
}

@media only screen and (min-width:768px) {
    .join__thanks .choose-keys__item {
        width: 30%
    }
}

@media only screen and (max-width:767px) {
    .join__thanks .c-subtitle {
        background-color: #f4f4f4;
        -webkit-box-shadow: 0 0 5px 5px #f4f4f4;
        box-shadow: 0 0 5px 5px #f4f4f4;
        font-size: 1rem;
        margin-bottom: 10px;
        position: relative;
        z-index: 1
    }
}

@media only screen and (max-width:767px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .join__thanks .c-subtitle {
        background-color: #202325;
        -webkit-box-shadow: 0 0 1px 1px #2b2f31;
        box-shadow: 0 0 1px 1px #2b2f31
    }
}

.thanks__title {
    color: #20265d;
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: center
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .thanks__title {
        color: #a1badf
    }
}

.thanks__title span {
    font-weight: 600
}

.thanks__statistics {
    background-color: #ff9f1f;
    border-radius: 7px;
    color: #fff;
    font-size: .7rem;
    font-weight: 600;
    padding: 5px 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .thanks__statistics {
        background-color: #b96a00
    }
}

@media only screen and (min-width:768px) {
    .thanks__statistics {
        font-size: .8rem
    }
}

.thanks__subscribe {
    background-color: #f4f4f4;
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px
}

@media only screen and (min-width:768px) {
    .thanks__subscribe {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 20px 100px;
        padding: 50px
    }
}

@media only screen and (min-width:992px) {
    .thanks__subscribe {
        margin: 0 30px
    }
}

@media only screen and (min-width:1200px) {
    .thanks__subscribe {
        margin: 0 35px 100px
    }
}

.thanks__subscribe__info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media only screen and (min-width:768px) {
    .thanks__subscribe__info {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 50%
    }
}

.thanks__subscribe__img {
    width: 50%
}

@media only screen and (max-width:767px) {
    .thanks__subscribe__img {
        width: 100%
    }
}

.thanks__arrow {
    margin-top: -125px;
    position: absolute;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

@media only screen and (min-width:576px) {
    .thanks__arrow {
        left: 10%
    }
}

@media only screen and (min-width:768px) {
    .thanks__arrow {
        left: 20%
    }
}

@media only screen and (min-width:1200px) {
    .thanks__arrow {
        left: 30%
    }
}

.house-card__block {
    padding: 50px 0;
    text-align: center
}

@media only screen and (min-width:768px) {
    .house-card__block {
        padding: 50px 0
    }
}

@media only screen and (min-width:992px) {
    .house-card__block {
        padding: 70px 0
    }
}

.house-card__block.white {
    background-color: #fff
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .house-card__block.white {
        background-color: #181a1b
    }
}

.house-card__block .c-subtitle {
    margin-top: 10px
}

.house-card__block .c-pretitle,
.house-card__block .c-subtitle,
.house-card__block .c-title {
    padding: 0 20px
}

@media only screen and (min-width:768px) {
    .house-card__block .c-pretitle,
    .house-card__block .c-subtitle,
    .house-card__block .c-title {
        margin: 0 auto;
        padding: 0;
        width: 70%
    }
}

@media only screen and (min-width:992px) {
    .house-card__block .c-pretitle,
    .house-card__block .c-subtitle,
    .house-card__block .c-title {
        width: 50%
    }
}

.house-card__header {
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 30px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .house-card__header {
        background-color: #202325
    }
}

@media only screen and (min-width:576px) {
    .house-card__header {
        padding-bottom: 50px
    }
}

.house-card__gallery__sello {
    bottom: 10px;
    height: 60px;
    position: absolute;
    right: 10px;
    width: 60px;
    z-index: 2
}

@media only screen and (min-width:576px) {
    .house-card__gallery__sello {
        bottom: 25px;
        height: 95px;
        right: 25px;
        width: 95px
    }
}

.house-card__gallery .swiper-container {
    text-align: center
}

@media only screen and (min-width:992px) {
    .house-card__gallery .swiper-container {
        max-height: 586px
    }
}

.house-card__gallery .swiper-pagination {
    bottom: 5px;
    position: absolute;
    width: 100%;
    z-index: 2
}

@media only screen and (min-width:992px) {
    .house-card__gallery .swiper-pagination {
        bottom: 10px
    }
}

.house-card__gallery .swiper-button-next,
.house-card__gallery .swiper-button-prev {
    height: 100%;
    position: absolute;
    top: 0;
    width: 25%;
    z-index: 1
}

.house-card__gallery .swiper-button-next {
    right: 0
}

.house-card__gallery .swiper-pagination-bullet {
    background: #fff;
    border-radius: 100%;
    color: rgba(0, 0, 0, 0);
    display: inline-block;
    margin: 2px;
    opacity: 1;
    padding: 6px
}

@media (prefers-color-scheme:dark) {
    .house-card__gallery .swiper-pagination-bullet {
        background: #181a1b
    }
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .house-card__gallery .swiper-pagination-bullet {
        background-color: #202325
    }
}

.house-card__gallery .swiper-pagination-bullet-active {
    position: relative
}

.house-card__gallery .swiper-pagination-bullet-active:after {
    background: #18ce6a;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 6px
}

.house-card__gallery__btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1
}

@media only screen and (min-width:992px) {
    .house-card__gallery__btns {
        right: 30px;
        top: 15px
    }
}

.house-card__gallery__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: 5px 5px 11px 0 rgba(0, 0, 0, .3);
    box-shadow: 5px 5px 11px 0 rgba(0, 0, 0, .3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
    padding: 0;
    width: 40px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .house-card__gallery__icon {
        background-color: #181a1b
    }
}

.house-card__gallery__icon:focus {
    outline: none
}

.house-card__gallery__icon .icon {
    max-width: 15px
}

.house-card__gallery__icon.heart {
    border-radius: 25px;
    width: 73px
}

.house-card__details {
    color: #20265d;
    padding: 20px 0 30px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .house-card__details {
        color: #a1badf
    }
}

@media only screen and (min-width:992px) {
    .house-card__details {
        padding: 40px 0
    }
}

.house-card__details .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 70%
}

@media only screen and (min-width:576px) {
    .house-card__details .swiper-slide {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 100%
    }
}

.house-card__details__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .8rem;
    min-width: 180px;
    padding-left: 20px
}

@media only screen and (min-width:992px) {
    .house-card__details__item {
        padding-left: 0
    }
}

.house-card__details__img {
    max-height: 35px
}

.house-card__items__cont {
    background-color: #f4f4f4;
    padding: 50px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .house-card__items__cont {
        background-color: #181a1b
    }
}

@media only screen and (max-width:991px) {
    .house-card__items__cont {
        padding: 30px!important
    }
}

.house-card__items__unit {
    color: #20265d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .5rem 15px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .house-card__items__unit {
        color: #a1badf
    }
}

.house-card__items__unit img {
    height: 21px;
    width: 21px
}

.house-card__items__unit span {
    margin-bottom: auto;
    margin-top: auto
}

.house-card__description .house-card__plane {
    display: block;
    margin: 40px auto 50px;
    max-width: 600px;
    width: 100%
}

.house-card__services__item {
    background-color: #fff;
    color: #20265d;
    font-size: .8rem;
    font-weight: 600;
    max-height: 132px;
    max-width: 52%;
    padding: 30px 20px;
    text-align: center;
    text-transform: uppercase
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .house-card__services__item {
        background-color: #181a1b;
        color: #a1badf
    }
}

.house-card__services__item:first-child {
    margin-left: 25px
}

@media only screen and (min-width:768px) {
    .house-card__services__item {
        font-size: .7rem;
        margin-left: 0;
        max-width: 100%;
        padding: 30px 10px
    }
}

@media only screen and (min-width:992px) {
    .house-card__services__item {
        font-size: .8rem;
        padding: 30px 20px
    }
}

.house-card__services__item:last-of-type {
    margin-right: 25px
}

.house-card__services__icon {
    display: block
}

@media only screen and (min-width:768px) {
    .house-card__services .swiper-container {
        margin-left: 50px;
        margin-right: 50px
    }
}

.house-card__services .swiper-button-prev {
    border-bottom: 1px solid #20265d;
    border-left: 0;
    border-right: 1px solid #20265d;
    border-top: 0;
    display: block;
    float: left;
    height: 50px;
    margin-top: -90px;
    position: relative;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    width: 50px;
    z-index: 3
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .house-card__services .swiper-button-prev {
        border-bottom: 1px solid #a1badf;
        border-right: 1px solid #a1badf
    }
}

@media only screen and (max-width:767px) {
    .house-card__services .swiper-button-prev {
        display: none
    }
}

.house-card__services .swiper-button-prev:focus {
    outline: none
}

.house-card__services .swiper-button-next {
    border-bottom: 1px solid #20265d;
    border-left: 0;
    border-right: 1px solid #20265d;
    border-top: 0;
    display: block;
    float: right;
    height: 50px;
    margin-top: -90px;
    position: relative;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 50px;
    z-index: 3
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .house-card__services .swiper-button-next {
        border-bottom: 1px solid #a1badf;
        border-right: 1px solid #a1badf
    }
}

@media only screen and (max-width:767px) {
    .house-card__services .swiper-button-next {
        display: none
    }
}

.house-card__services .swiper-button-next:focus {
    outline: none
}

.house-card__services .swiper-button-disabled {
    opacity: .25
}

.house-card__section {
    background-color: #fff
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .house-card__section {
        background-color: #181a1b
    }
}

.house-card__section__img img {
    width: 100%
}

@media only screen and (min-width:992px) {
    .house-card__section__img img {
        position: relative
    }
}

.house-card__section__info {
    padding: 50px 20px
}

@media only screen and (min-width:768px) {
    .house-card__section__info {
        padding: 50px!important
    }
}

@media only screen and (min-width:992px) {
    .house-card__section__info {
        padding: 60px 50px 0!important
    }
}

@media only screen and (min-width:1200px) {
    .house-card__section__info {
        padding: 70px 50px 0!important
    }
}

.house-card__section_1 {
    padding-bottom: 50px
}

@media only screen and (min-width:992px) {
    .house-card__section_1 .house-card__section__img img {
        right: -15%
    }
}

.house-card__section_2 {
    margin-bottom: 50px;
    padding-top: 50px
}

@media only screen and (min-width:992px) {
    .house-card__section_2 .house-card__section__img img {
        left: -15%
    }
}

.house-card__collage {
    background-color: #fff
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .house-card__collage {
        background-color: #181a1b
    }
}

@media only screen and (min-width:768px) {
    .house-card__collage {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (min-width:768px) {
    .house-card__collage__content {
        padding-right: 10px;
        width: 50%
    }
}

.house-card__collage__info {
    padding: 50px 35px
}

@media only screen and (min-width:768px) {
    .house-card__collage__info {
        float: right;
        width: 360px
    }
}

@media only screen and (min-width:992px) {
    .house-card__collage__info {
        width: 480px
    }
}

@media only screen and (min-width:1200px) {
    .house-card__collage__info {
        width: 570px
    }
}

.house-card__collage__img {
    height: 100%;
    width: 50%
}

.house-card__collage__big {
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%
}

.house-card__share .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    max-width: 245px
}

.house-card__share .modal-content__header {
    margin-bottom: 15px
}

.house-card__share__title {
    color: #20265d;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .house-card__share__title {
        color: #a1badf
    }
}

.house-card__share__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.house-card__share__link,
.house-card__share__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.house-card__share__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f4f4f4;
    color: #20265d;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 0 10px 23%;
    width: 100%
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .house-card__share__link {
        border-bottom: 1px solid #3a3e41;
        color: #a1badf
    }
}

.house-card__share__link:last-of-type {
    border-bottom: 0
}

.house-card__share__logo {
    margin-right: 10px;
    max-height: 15px;
    width: 15px
}

.house__header--form {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:767px) {
    .house__header--form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.house__header--form__legal {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.house__header--form__img {
    background-image: url(https://cdn1.sesortea.com/img/app/house/caza.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 300px;
    width: 100%
}

@media only screen and (min-width:768px) {
    .house__header--form__img {
        width: 40%
    }
}

@media only screen and (min-width:992px) {
    .house__header--form__img {
        width: 50%
    }
}

.house__header--form__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 25px 30px
}

@media only screen and (min-width:768px) {
    .house__header--form__content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 50px 5%;
        width: 60%
    }
}

@media only screen and (min-width:992px) {
    .house__header--form__content {
        width: 50%
    }
}

.house__header--form__submit {
    height: 50px;
    margin-left: 15px;
    margin-top: 15px
}

@media only screen and (max-width:767px) {
    .house__header--form__submit {
        margin-left: inherit;
        width: 100%!important
    }
}

.house__header--form .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.profile__box {
    margin-bottom: 50px;
    padding: 20px
}

@media only screen and (min-width:992px) {
    .profile__box {
        background-color: #fff;
        padding: 30px 50px
    }
}

@media only screen and (min-width:992px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .profile__box {
        background-color: #181a1b
    }
}

.profile__block {
    margin-bottom: 30px
}

@media only screen and (min-width:768px) {
    .profile__block {
        margin-bottom: 40px
    }
}

.profile__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 5px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .profile__header {
        border-bottom: 1px solid #3a3e41
    }
}

.profile__header .c-title {
    font-size: 1.2rem
}

.profile__header .c-link--blue {
    font-size: .8rem
}

.profile__text {
    color: #6d7278;
    font-size: .85rem;
    margin-bottom: 5px;
    margin-top: 20px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .profile__text {
        color: #a0978b
    }
}

.profile__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

@media only screen and (min-width:768px) {
    .profile__footer {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 10px
    }
}

.profile__details .c-input-text__box.disabled {
    background: 0;
    margin-bottom: 0
}

.profile__details .c-input-text__box.disabled .c-input-text__input {
    background: 0;
    border: 0;
    border-radius: 0;
    color: #20265d;
    font-size: 1.2rem;
    height: auto;
    opacity: 1!important;
    padding: 0
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .profile__details .c-input-text__box.disabled .c-input-text__input {
        color: #a1badf
    }
}

.profile__details .c-input-text__box.disabled .c-input-text__input:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0 30px #f4f4f4 inset!important
}

@media only screen and (min-width:992px) {
    .profile__details .c-input-text__box.disabled .c-input-text__input:-internal-autofill-selected {
        -webkit-box-shadow: 0 0 0 30px #fff inset!important
    }
}

.profile__details .c-input-text__box.disabled .c-input-text__input::-webkit-input-placeholder {
    color: #20265d
}

.profile__details .c-input-text__box.disabled .c-input-text__input::-moz-placeholder {
    color: #20265d
}

.profile__details .c-input-text__box.disabled .c-input-text__input:-ms-input-placeholder {
    color: #20265d
}

.profile__details .c-input-text__box.disabled .c-input-text__input::-ms-input-placeholder {
    color: #20265d
}

.profile__details .c-input-text__box.disabled .c-input-text__input::placeholder {
    color: #20265d
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .profile__details .c-input-text__box.disabled .c-input-text__input::-webkit-input-placeholder {
        color: #a1badf
    }
    .profile__details .c-input-text__box.disabled .c-input-text__input::-moz-placeholder {
        color: #a1badf
    }
    .profile__details .c-input-text__box.disabled .c-input-text__input:-ms-input-placeholder {
        color: #a1badf
    }
    .profile__details .c-input-text__box.disabled .c-input-text__input::-ms-input-placeholder {
        color: #a1badf
    }
    .profile__details .c-input-text__box.disabled .c-input-text__input::placeholder {
        color: #a1badf
    }
}

.profile__details .c-input-text__box.disabled .c-input-text__addon--reset {
    display: none
}

.profile__details .phone {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.profile__details .phone .c-select-phone.disabled {
    background: 0;
    border: 0;
    font-size: 1.2rem;
    height: auto;
    min-width: auto;
    opacity: 1!important;
    padding: 0
}

.profile__details .phone .c-select-phone.disabled .c-select-phone__trigger {
    padding: 0
}

.profile__details .phone .c-select-phone.disabled .c-select-phone__trigger:before {
    content: "("
}

.profile__details .phone .c-select-phone.disabled .c-select-phone__trigger:after {
    border: 0!important;
    content: ")"!important;
    height: auto!important;
    position: static!important;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important
}

.profile__details .phone .c-select-phone.disabled .flag {
    display: none
}

.profile__payment-methods {
    color: #20265d;
    margin: 30px 0!important
}

.profile__payment-methods.empty {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.profile__payment-methods.empty .icon_plus-circle {
    margin-right: 10px;
    width: 20px
}

.profile__payment-methods .card {
    margin-right: 10px;
    width: 50px
}

.profile__payment-methods__delete {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #20265d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase
}

.profile__payment-methods__delete .icon_trush {
    margin-left: 10px;
    width: 15px
}

.profile__deactivate__button {
    min-width: 175px
}

@media only screen and (min-width:768px) {
    .deactivate .c-title {
        font-size: 2.3rem!important;
        line-height: 2.5rem
    }
}

.deactivate__help {
    color: #20265d;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin: 40px 0
}

.orders__box {
    margin-bottom: 50px;
    padding: 0 10px
}

@media only screen and (min-width:992px) {
    .orders__box {
        background-color: #fff;
        padding: 30px 50px
    }
}

@media only screen and (min-width:992px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .orders__box {
        background-color: #181a1b
    }
}

.orders__description {
    margin-bottom: 40px
}

.orders__description .c-title {
    font-size: 1.3rem;
    line-height: 1.9rem
}

@media only screen and (min-width:768px) {
    .orders__description .c-title {
        margin-top: 20px
    }
}

.orders__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #ddd;
    color: #20265d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 5px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .orders__item {
        border-top: 1px solid #3a3e41;
        color: #a1badf
    }
}

@media only screen and (min-width:992px) {
    .orders__item {
        border-top: 1px solid #f4f4f4;
        padding: 40px 0
    }
}

@media only screen and (min-width:992px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .orders__item {
        border-top: 1px solid #3a3e41
    }
}

.orders__item:last-of-type {
    border-bottom: 1px solid #ddd
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .orders__item:last-of-type {
        border-bottom: 1px solid #3a3e41
    }
}

@media only screen and (min-width:992px) {
    .orders__item:last-of-type {
        border-bottom: 0
    }
}

@media only screen and (min-width:992px) {
    .orders__item .collapse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto!important;
        visibility: visible
    }
}

.orders__item__info {
    width: 100%
}

@media only screen and (min-width:992px) {
    .orders__item__info {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (max-width:991px) {
    .orders__item__info .orders__item__info__element:first-of-type {
        padding-top: 20px
    }
}

.orders__item__info__element {
    font-size: .75rem
}

@media only screen and (max-width:991px) {
    .orders__item__info__element {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (min-width:992px) {
    .orders__item__info__element {
        font-weight: 600;
        margin-right: 40px
    }
}

.orders__item__info__element .title {
    text-transform: uppercase
}

@media only screen and (max-width:991px) {
    .orders__item__info__element .title {
        font-weight: 600
    }
    .orders__item__info__element .title:after {
        content: ":";
        margin-right: 10px
    }
}

.orders__item__title {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0!important
}

@media only screen and (max-width:991px) {
    .orders__item__title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}

@media only screen and (min-width:992px) {
    .orders__item__title {
        cursor: text!important;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 20px 0 10px!important
    }
}

.orders__item__title .icon {
    width: 15px
}

@media only screen and (min-width:992px) {
    .orders__item__numbers {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.orders__item__numbers .numbers {
    padding-top: 10px
}

@media only screen and (min-width:992px) {
    .orders__item__numbers .numbers {
        padding-top: 0
    }
}

.orders__subscription {
    border-top: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width:992px) {
    .orders__subscription {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: 1px solid #f4f4f4;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.orders__subscription.flex-column .orders__item {
    width: 100%
}

.orders__subscription__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:767px) {
    .orders__subscription__btns {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (min-width:992px) {
    .orders__subscription__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width:991px) {
    .orders__subscription__btn {
        margin-bottom: 20px;
        margin-top: 10px
    }
}

@media only screen and (max-width:767px) {
    .orders__subscription__btn {
        padding: 10px 8px!important;
        width: 50%
    }
}

@media only screen and (max-width:575px) {
    .orders__subscription__btn {
        font-size: .9rem;
        padding: 10px 5px!important
    }
}

.orders__subscription__btn:first-of-type {
    margin-right: 5px
}

@media only screen and (min-width:992px) {
    .orders__subscription__btn:first-of-type {
        margin-bottom: 10px;
        margin-right: 0
    }
}

.orders__subscription__edit {
    width: 100%
}

.orders__subscription__edit__list {
    display: grid;
    grid-template-columns: repeat(3, 85px)
}

.orders__subscription__edit__total {
    color: #20265d;
    font-weight: 600;
    margin-top: 20px
}

.orders__subscription__edit__total .num {
    font-size: .8rem;
    text-transform: uppercase
}

.orders__subscription__edit__total .total {
    font-size: 1.2rem
}

@media only screen and (min-width:992px) {
    .orders__subscription .collapse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto!important;
        visibility: visible
    }
}

.orders__subscription .orders__item {
    border: 0
}

@media only screen and (min-width:992px) {
    .orders__subscription .orders__item {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }
}

.legal {
    color: #6d7278;
    font-size: .9rem
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .legal {
        color: #a0978b
    }
}

.legal ul {
    list-style-type: circle;
    margin-bottom: 1rem;
    padding-left: 30px
}

.faqs {
    padding-bottom: 30px;
    padding-top: 30px
}

@media only screen and (min-width:992px) {
    .faqs {
        padding-bottom: 50px;
        padding-top: 50px
    }
}

.faqs__back {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #20265d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 40px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .faqs__back {
        color: #a1badf
    }
}

@media only screen and (min-width:992px) {
    .faqs__back {
        margin-bottom: 0
    }
}

@media only screen and (min-width:768px) {
    .faqs__list.white--tablet {
        background-color: #fff;
        padding: 30px
    }
}

@media only screen and (min-width:768px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .faqs__list.white--tablet {
        background-color: #181a1b
    }
}

.faqs__list .c-title {
    color: #20265d;
    font-size: 1.4rem;
    font-weight: 700
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .faqs__list .c-title {
        color: #a1badf
    }
}

.faqs__items {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.faqs__item {
    width: 100%
}

@media only screen and (max-width:767px) {
    .faqs__item {
        border-top: 1px solid #ddd
    }
}

@media only screen and (max-width:767px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .faqs__item {
        border-top: 1px solid #a0978b
    }
}

@media only screen and (max-width:767px) {
    .faqs__item:last-of-type {
        border-bottom: 1px solid #ddd
    }
}

@media only screen and (max-width:767px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .faqs__item:last-of-type {
        border-bottom: 1px solid #a0978b
    }
}

@media only screen and (min-width:768px) {
    .faqs__item {
        width: 45%
    }
}

@media only screen and (min-width:992px) {
    .faqs__item {
        width: 30%
    }
}

@media only screen and (min-width:768px) {
    .faqs__item .collapse {
        display: block;
        height: auto!important;
        visibility: visible
    }
}

.faqs__item__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #20265d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 15px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .faqs__item__title {
        color: #a1badf
    }
}

@media only screen and (max-width:767px) {
    .faqs__item__title {
        cursor: pointer
    }
}

@media only screen and (min-width:768px) {
    .faqs__item__title {
        margin-top: 30px
    }
}

.faqs__item__link {
    color: #6d7278;
    display: block;
    font-size: .8rem;
    line-height: 1rem;
    margin-bottom: 10px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .faqs__item__link {
        color: #a0978b
    }
}

.faqs__more-help {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #20265d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 600;
    margin-top: 50px;
    text-align: center
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .faqs__more-help {
        color: #a1badf
    }
}

@media only screen and (min-width:768px) {
    .faqs__more-help {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 40px;
        text-align: left
    }
}

@media only screen and (min-width:992px) {
    .detail__content {
        display: grid;
        grid-template-columns: 300px auto
    }
}

.detail__content ol,
.detail__content table,
.detail__content ul {
    color: #6d7278;
    font-size: 1rem;
    margin-bottom: 1rem
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .detail__content ol,
    .detail__content table,
    .detail__content ul {
        color: #a0978b
    }
}

@media only screen and (min-width:768px) {
    .detail__content ol,
    .detail__content table,
    .detail__content ul {
        font-size: .9rem
    }
}

.detail__content ul {
    list-style-type: circle;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px
}

.detail__content a {
    color: #18ce6a
}

.detail__sidebar {
    margin-top: 35px;
    padding-right: 25px
}

.detail__link {
    color: #6d7278!important;
    display: block;
    font-size: .9rem;
    margin-bottom: 10px
}

@media only screen and (min-width:992px) {
    .detail__body__content {
        background-color: #fff;
        padding: 50px 40px
    }
}

@media only screen and (min-width:992px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .detail__body__content {
        background-color: #181a1b
    }
}

.detail__text {
    color: #6d7278;
    font-size: .9rem
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .detail__text {
        color: #a0978b
    }
}

.detail__feedback {
    margin-top: 50px;
    text-align: center
}

@media only screen and (min-width:768px) {
    .detail__feedback {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left
    }
}

.help__home__intro {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media only screen and (min-width:768px) {
    .help__home__intro .c-title {
        font-size: 2.3rem!important;
        line-height: 2.5rem
    }
}

@media only screen and (min-width:992px) {
    .help__home__intro .c-title {
        font-size: 2.6rem!important;
        line-height: 3rem
    }
}

@media only screen and (max-width:767px) {
    .help__home__intro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.help__home__intro__img {
    margin-top: 20px;
    width: 45%
}

@media only screen and (max-width:767px) {
    .help__home__intro__img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }
}

.help__home__intro__text {
    width: 50%
}

@media only screen and (max-width:767px) {
    .help__home__intro__text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }
}

.blog {
    padding-top: 30px
}

@media only screen and (min-width:992px) {
    .blog {
        padding-top: 50px
    }
}

.blog .blog__title h1 {
    font-size: 45px;
    line-height: 58px;
    text-align: center
}

@media only screen and (max-width:767px) {
    .blog .blog__title h1 {
        font-size: 1.5rem;
        line-height: 2rem;
        padding-left: 0;
        text-align: center
    }
    .blog .blog__title h1 b {
        display: block
    }
}

@media only screen and (max-width:575px) {
    .blog .sections__title {
        border-top: .5px solid #20265d
    }
}

@media only screen and (max-width:575px) and (prefers-color-scheme:dark) {
    .blog .sections__title {
        border-top: .5px solid #a1badf
    }
}

.blog .sections__container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    width: 100%
}

@media only screen and (max-width:575px) {
    .blog .sections__container {
        display: none
    }
}

.blog .sections__container hr {
    background-color: #20265d
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .blog .sections__container hr {
        background-color: #a1badf
    }
}

.blog .sections__text,
.blog .sections__text__active {
    color: #20265d;
    font-size: 13px;
    margin-bottom: 0
}

@media only screen and (min-width:992px) {
    .blog .sections__text__active {
        display: inline-block;
        position: relative
    }
    .blog .sections__text__active:before {
        background: #18ce6a;
        bottom: -5px;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        right: 100%;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: right;
        -o-transition-property: right;
        transition-property: right;
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        z-index: 1
    }
    .blog .sections__text__active:before {
        right: 0
    }
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .blog .sections__text,
    .blog .sections__text__active {
        color: #a1badf
    }
}

.blog__article a {
    text-decoration: none
}

.blog__article .article__tags {
    color: #20265d;
    font-size: .9rem;
    margin-bottom: 15px;
    text-transform: uppercase
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .blog__article .article__tags {
        color: #a1badf
    }
}

.blog__article .article__tags__item {
    background-color: #fff;
    color: #20265d;
    font-size: .7rem;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 5px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .blog__article .article__tags__item {
        background-color: #181a1b;
        color: #a1badf
    }
}

.blog__article .article__title {
    color: #20265d;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.4rem
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .blog__article .article__title {
        color: #a1badf
    }
}

@media only screen and (min-width:768px) {
    .blog__article .article__title {
        font-size: 2.5rem;
        line-height: 3rem
    }
}

.blog__article .article__subtitle {
    color: #20265d;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.7rem
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .blog__article .article__subtitle {
        color: #a1badf
    }
}

@media only screen and (min-width:768px) {
    .blog__article .article__subtitle {
        font-size: 1.2rem;
        line-height: 2rem
    }
}

.blog__article .article__info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .8rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px
}

@media only screen and (min-width:768px) {
    .blog__article .article__info {
        font-size: .9rem;
        margin-bottom: 40px
    }
}

.blog__article .article__author {
    color: #20265d;
    font-weight: 600;
    margin-right: 10px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .blog__article .article__author {
        color: #a1badf
    }
}

.blog__article .article__date {
    color: #6d7278;
    margin-left: 10px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .blog__article .article__date {
        color: #a0978b
    }
}

.blog__article .article__content {
    display: grid
}

.blog__article .article__content a {
    color: #18ce6a;
    font-weight: 600;
    text-decoration: underline
}

.blog__article .article__content ol,
.blog__article .article__content p,
.blog__article .article__content table,
.blog__article .article__content ul {
    color: #6d7278;
    font-size: 1rem;
    margin-bottom: 1rem
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .blog__article .article__content ol,
    .blog__article .article__content p,
    .blog__article .article__content table,
    .blog__article .article__content ul {
        color: #a0978b
    }
}

@media only screen and (min-width:768px) {
    .blog__article .article__content ol,
    .blog__article .article__content p,
    .blog__article .article__content table,
    .blog__article .article__content ul {
        font-size: .9rem
    }
}

.blog__article .article__content h2,
.blog__article .article__content h3,
.blog__article .article__content h4,
.blog__article .article__content h5,
.blog__article .article__content h6 {
    color: #20265d
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .blog__article .article__content h2,
    .blog__article .article__content h3,
    .blog__article .article__content h4,
    .blog__article .article__content h5,
    .blog__article .article__content h6 {
        color: #a1badf
    }
}

.blog__article .article__content h1,
.blog__article .article__content h2,
.blog__article .article__content h3,
.blog__article .article__content h4,
.blog__article .article__content h5,
.blog__article .article__content h6,
.blog__article .article__content ol,
.blog__article .article__content p,
.blog__article .article__content table,
.blog__article .article__content ul {
    float: left
}

.blog__article .article__content p {
    width: 100%
}

@media only screen and (max-width:767px) {
    .blog__article .article__content {
        display: block
    }
    .blog__article .article__content h1,
    .blog__article .article__content h2,
    .blog__article .article__content h3,
    .blog__article .article__content h4,
    .blog__article .article__content h5,
    .blog__article .article__content h6,
    .blog__article .article__content ol,
    .blog__article .article__content p,
    .blog__article .article__content table,
    .blog__article .article__content ul {
        float: none
    }
}

.blog__article .article__content ul {
    list-style-type: circle;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px
}

.blog__article .article__content img {
    margin-bottom: 1rem
}

@media only screen and (max-width:767px) {
    .blog__article .article__content img {
        margin-left: 0!important;
        margin-right: 0!important;
        width: 100%!important
    }
}

.blog__article .article__content iframe.note-video-clip {
    width: 100%
}

.blog__article .article__content .blockquote {
    border-bottom: 2.5px solid rgba(0, 0, 0, .1);
    border-top: 2.5px solid rgba(0, 0, 0, .1);
    color: #20265d;
    font-size: .9rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 15px;
    text-align: center
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .blog__article .article__content .blockquote {
        border-bottom: 1px solid #a1badf;
        border-top: 1px solid #a1badf;
        color: #a1badf
    }
}

.blog__article .article__content .note-float-left {
    margin-right: 20px
}

.blog__article .article__content .note-float-right {
    margin-left: 20px
}

.blog__article .article__share {
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center
}

.blog__article .article__share__text {
    color: #20265d;
    margin-bottom: 10px;
    text-transform: uppercase
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .blog__article .article__share__text {
        color: #a1badf
    }
}

@media only screen and (min-width:768px) {
    .blog__article .article__share__text {
        margin-bottom: 20px
    }
}

.blog__article .article__share__icons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #20265d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .blog__article .article__share__icons {
        color: #a1badf
    }
}

.blog__article .article__share__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #20265d;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 5px;
    width: 40px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .blog__article .article__share__icon {
        border: 1px solid #a1badf
    }
}

@media only screen and (min-width:768px) {
    .blog__article .article__share__icon {
        border-radius: 25px;
        font-size: .9rem;
        height: auto;
        padding: 7px 15px;
        width: 140px
    }
}

.blog__article .article__share__logo {
    max-height: 20px;
    max-width: 20px
}

@media only screen and (min-width:768px) {
    .blog__article .article__share__logo {
        margin-right: 10px;
        max-height: 15px;
        max-width: 15px
    }
}

.blog__article .article__pagination {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 40px;
    padding-top: 40px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .blog__article .article__pagination {
        border-top: 1px solid #3a3e41
    }
}

.blog__article .article__pagination--left,
.blog__article .article__pagination--right {
    max-width: 220px
}

@media only screen and (min-width:768px) {
    .blog__article .article__pagination--left,
    .blog__article .article__pagination--right {
        max-width: 390px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.blog__article .article__pagination--right a {
    text-decoration: none
}

@media only screen and (max-width:767px) {
    .blog__article .article__pagination--right {
        margin-left: 10px
    }
}

.blog__article .article__pagination--right .faqs__back {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.blog__article .article__pagination--right .article__pagination__title {
    text-align: right
}

@media only screen and (min-width:768px) {
    .blog__article .article__pagination--right .article__pagination__title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width:768px) {
    .blog__article .article__pagination--right .article__pagination__img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.blog__article .article__pagination__img {
    max-width: 130px;
    width: 100%
}

@media only screen and (min-width:768px) {
    .blog__article .article__pagination__img {
        max-width: 150px
    }
}

.blog__article .article__pagination__title {
    color: #20265d;
    font-size: .85rem;
    line-height: 1.2rem;
    padding: 10px 0
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .blog__article .article__pagination__title {
        color: #a1badf
    }
}

@media only screen and (max-width:575px) {
    .blog__article .article__pagination__title {
        width: 130px
    }
}

@media only screen and (min-width:768px) {
    .blog__article .article__pagination__title {
        padding: 0 15px
    }
}

.blog__headline {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: block;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media only screen and (max-width:767px) {
    .blog__headline {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.blog__headline__img {
    margin-top: 20px;
    width: 50%
}

.blog__headline__img img {
    width: 100%
}

@media only screen and (max-width:767px) {
    .blog__headline__img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }
}

.blog__headline__text {
    padding: 1.5rem 0
}

.blog__headline__info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .8rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px
}

@media only screen and (min-width:768px) {
    .blog__headline__info {
        font-size: .9rem
    }
}

.blog__headline__author {
    color: #20265d;
    font-weight: 600;
    margin-right: 10px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .blog__headline__author {
        color: #a1badf
    }
}

.blog__headline__date {
    color: #6d7278;
    margin-left: 10px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .blog__headline__date {
        color: #a0978b
    }
}

.blog__headline__tag {
    background-color: #fff;
    color: #20265d;
    font-size: .7rem;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 5px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .blog__headline__tag {
        background-color: #181a1b;
        color: #a1badf
    }
}

.blog__headline__title {
    color: #20265d;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .blog__headline__title {
        color: #a1badf
    }
}

.follow-rrss__container {
    background-color: #fff;
    padding-bottom: 28px;
    padding-top: 28px;
    text-align: center
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .follow-rrss__container {
        background-color: #181a1b
    }
}

.follow-rrss__title {
    color: #20265d;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 0
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .follow-rrss__title {
        color: #a1badf
    }
}

@media only screen and (max-width:991px) {
    .follow-rrss__title {
        font-size: 20px;
        line-height: 26px
    }
}

.follow-rrss__icon {
    font-size: 40px!important
}

@media only screen and (prefers-color-scheme:dark) and (max-width:991px) {
    .follow-rrss__icon {
        font-size: 30px!important
    }
}

.follow-rrss__image {
    width: 85%
}

@media only screen and (max-width:575px) {
    .follow-rrss__image {
        width: 100%
    }
}

@media only screen and (max-width:991px) {
    .follow-rrss__image {
        margin-top: 15px
    }
}

@media only screen and (prefers-color-scheme:dark) and (max-width:767px) {
    .follow-rrss hr {
        background-color: #a1badf
    }
}

.recomendados__text {
    color: #20265d;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .recomendados__text {
        color: #a1badf
    }
}

.recomendados__link {
    color: #6d7278;
    display: block;
    font-size: 14px;
    margin-bottom: 15px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .recomendados__link {
        color: #a0978b
    }
}

@media only screen and (max-width:767px) {
    .blog--home__list__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.blog__list {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    border-width: 0;
    margin-left: 30px;
    margin-right: 30px
}

@media only screen and (max-width:767px) {
    .blog__list {
        margin-left: 0;
        margin-right: 0
    }
}

.blog__list__text {
    padding: 1.5rem 0
}

.blog__list__text .c-title {
    font-size: 1.5rem;
    line-height: 2rem
}

.blog__list__text .c-subtitle {
    font-size: .85rem;
    line-height: 1.4rem
}

.blog__list__info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .7rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px
}

@media only screen and (min-width:768px) {
    .blog__list__info {
        font-size: .9rem
    }
}

.blog__list__author {
    color: #20265d;
    font-weight: 600;
    margin-right: 10px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .blog__list__author {
        color: #a1badf
    }
}

.blog__list__date {
    color: #6d7278;
    margin-left: 10px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .blog__list__date {
        color: #a0978b
    }
}

.blog__list__tags {
    color: #20265d;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .blog__list__tags {
        color: #a1badf
    }
}

.blog__list__tags__item {
    background-color: #fff;
    color: #20265d;
    font-size: .7rem;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 5px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .blog__list__tags__item {
        background-color: #181a1b;
        color: #a1badf
    }
}

.blog__list__title {
    color: #20265d;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 2rem
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .blog__list__title {
        color: #a1badf
    }
}

.container__miga {
    color: #20265d
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .container__miga {
        color: #a1badf
    }
}

.contact {
    padding-top: 30px
}

@media only screen and (min-width:992px) {
    .contact {
        padding-top: 50px
    }
}

.contact__body {
    display: grid;
    grid-template-rows: repeat(3, auto);
    padding-bottom: 30px
}

@media only screen and (min-width:768px) {
    .contact__body {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
        padding-bottom: 50px
    }
}

.contact__img {
    grid-row: 1/2;
    margin: 0 auto;
    width: 80%
}

@media only screen and (max-width:767px) {
    .contact__img {
        margin-bottom: 20px;
        width: 70%
    }
}

.contact__form {
    grid-row: 2/3
}

@media only screen and (min-width:768px) {
    .contact__form {
        grid-area: 1/2/3/3
    }
}

.contact__form__submit {
    height: 50px;
    margin-left: inherit;
    margin-top: 15px;
    width: 100%
}

@media only screen and (min-width:768px) {
    .contact__form__submit {
        margin-left: 15px;
        width: 250px
    }
}

.contact__info {
    grid-row: 3/4;
    text-align: center
}

@media only screen and (min-width:768px) {
    .contact__info {
        grid-area: 2/1/3/2;
        margin-top: 30px;
        text-align: left
    }
}

@media only screen and (max-width:767px) {
    .contact__info {
        border-top: 1px solid #ddd;
        margin-top: 30px;
        padding-top: 30px;
        text-align: center
    }
}

@media only screen and (max-width:767px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .contact__info {
        border-top: 1px solid #e8e6e3
    }
}

.contact__info__content {
    margin: 0 auto;
    max-width: 252px
}

.contact__info__item {
    color: #20265d;
    font-size: .8rem;
    margin-bottom: 10px;
    text-transform: uppercase
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .contact__info__item {
        color: #a1badf
    }
}

.contact__info__social {
    display: block;
    margin-top: 10px
}

.raffle {
    padding-top: 30px
}

@media only screen and (min-width:992px) {
    .raffle {
        padding-top: 50px
    }
}

.raffle__block--text {
    padding-bottom: 50px;
    padding-top: 50px
}

@media only screen and (min-width:768px) {
    .raffle__block--text {
        padding-bottom: 70px;
        padding-top: 70px
    }
}

@media only screen and (min-width:992px) {
    .raffle__block--text .c-subtitle {
        margin: 0 auto;
        width: 60%
    }
}

.raffle .b-faq {
    background-color: #fff;
    padding: 70px 0
}

.raffle__intro {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media only screen and (max-width:767px) {
    .raffle__intro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.raffle__intro__img {
    margin-top: 20px;
    width: 45%
}

@media only screen and (max-width:767px) {
    .raffle__intro__img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }
}

.raffle__intro__text {
    width: 50%
}

@media only screen and (max-width:767px) {
    .raffle__intro__text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }
}

.raffle__steps {
    padding: 30px 30px 0
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .raffle__steps {
        background-color: #181a1b
    }
}

.raffle__steps__header {
    padding-bottom: 50px;
    padding-top: 30px;
    text-align: center
}

@media only screen and (min-width:992px) {
    .raffle__steps__header {
        padding-bottom: 80px
    }
}

.raffle__steps__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.raffle__steps .raffle__step {
    display: grid;
    grid-template-rows: repeat(3, auto)
}

@media only screen and (max-width:991px) {
    .raffle__steps .raffle__step {
        margin-bottom: 70px
    }
    .raffle__steps .raffle__step:last-of-type {
        margin-bottom: 0
    }
}

@media only screen and (min-width:992px) {
    .raffle__steps .raffle__step {
        grid-template-columns: 1fr 200px 1fr
    }
    .raffle__steps .raffle__step .first {
        grid-column: 1/2;
        grid-row: 1/2
    }
    .raffle__steps .raffle__step .second {
        grid-column: 2/3;
        grid-row: 1/2
    }
    .raffle__steps .raffle__step .third {
        grid-column: 3/4;
        grid-row: 1/2
    }
}

.raffle__steps .raffle__step.three .raffle__step__img {
    margin-bottom: 0
}

.raffle__steps .raffle__step .c-title {
    font-size: 1.3rem;
    line-height: 1.7rem
}

@media only screen and (min-width:992px) {
    .raffle__steps .raffle__step .c-title {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media only screen and (max-width:991px) {
    .raffle__steps .raffle__step__text {
        grid-column: 1/2;
        grid-row: 2/3;
        text-align: center!important
    }
}

.raffle__steps .raffle__step__num {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

@media only screen and (max-width:991px) {
    .raffle__steps .raffle__step__num {
        grid-column: 1/2;
        grid-row: 1/2
    }
}

.raffle__steps .raffle__step__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #686868;
    border: 1px solid #212934;
    color: #FFF;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.7rem !important;
    font-weight: 600 !important;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 3;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
    width: 100px;
    z-index: 1
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .raffle__steps .raffle__step__icon {
        background-color: #181a1b;
        border: 1px solid #a1badf;
        color: #a1badf
    }
}

@media only screen and (min-width:992px) {
    .raffle__steps .raffle__step__icon {
        margin-bottom: 0
    }
}

.raffle__steps .raffle__step__dots {
    margin: 0
}

@media only screen and (min-width:992px) {
    .raffle__steps .raffle__step__dots {
        background: -o-linear-gradient(top, #fff 50%, #20265d 50%), -o-linear-gradient(top, #20265d, #fff);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #20265d)), -webkit-gradient(linear, left top, left bottom, from(#20265d), to(#fff));
        background: linear-gradient(180deg, #fff 50%, #20265d 0), linear-gradient(180deg, #20265d, #fff);
        background-size: 6px 6px, 100% 6px;
        height: 100%;
        left: 2px;
        position: relative;
        top: 0;
        width: 2px
    }
}

@media only screen and (min-width:992px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .raffle__steps .raffle__step__dots {
        background: #a1badf
    }
}

.raffle__steps .raffle__step__img {
    margin-bottom: 100px
}

@media only screen and (max-width:991px) {
    .raffle__steps .raffle__step__img {
        grid-column: 1/2;
        grid-row: 3/4;
        margin: 0 auto;
        max-width: 50%;
        padding-top: 35px
    }
}

@media only screen and (max-width:767px) {
    .raffle__steps .raffle__step__img {
        max-width: 90%!important
    }
}

.raffle__warranty {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 20px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .raffle__warranty {
        background-color: #181a1b
    }
}

@media only screen and (max-width:767px) {
    .raffle__warranty {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (min-width:768px) {
    .raffle__warranty {
        padding: 50px
    }
}

.raffle__warranty__img {
    margin-right: 40px;
    max-width: 400px;
    width: 40%
}

@media only screen and (max-width:767px) {
    .raffle__warranty__img {
        margin-right: 0;
        margin-top: 20px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }
}

.raffle__warranty__text {
    width: 45%
}

@media only screen and (max-width:767px) {
    .raffle__warranty__text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }
}

.raffle__warranty__link {
    font-size: .85rem;
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
    line-height: 1.1rem;
    margin-bottom: 15px
}

.about-us {
    padding-top: 30px
}

@media only screen and (min-width:992px) {
    .about-us {
        padding-top: 50px
    }
}

.about-us__block--text {
    padding-bottom: 50px;
    padding-top: 50px
}

@media only screen and (min-width:768px) {
    .about-us__block--text {
        padding-bottom: 70px;
        padding-top: 70px
    }
}

@media only screen and (min-width:992px) {
    .about-us__block--text .c-subtitle {
        margin: 0 auto;
        width: 60%
    }
}

.about-us .b-faq {
    background-color: #fff;
    padding: 70px 0
}

.about-us__intro {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media only screen and (max-width:767px) {
    .about-us__intro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about-us__intro__img {
    margin-top: 20px;
    width: 45%
}

@media only screen and (max-width:767px) {
    .about-us__intro__img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }
}

.about-us__intro__text {
    width: 50%
}

@media only screen and (max-width:767px) {
    .about-us__intro__text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }
}

.about-us__mission {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: grid;
    grid-template-rows: repeat(2, auto)
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .about-us__mission {
        background-color: #181a1b
    }
}

@media only screen and (min-width:768px) {
    .about-us__mission {
        grid-template-columns: 40% 60%;
        grid-template-rows: auto;
        margin: 70px 0 0
    }
}

@media only screen and (min-width:1200px) {
    .about-us__mission {
        padding-bottom: 50px
    }
}

.about-us__mission .c-subtitle,
.about-us__mission .c-title {
    text-align: left;
    width: 100%
}

.about-us__mission__img {
    grid-area: 2/1/3/2;
    width: 100%
}

@media only screen and (min-width:768px) {
    .about-us__mission__img {
        -webkit-box-shadow: 11px 12px 20px 0 rgba(0, 0, 0, .16);
        box-shadow: 11px 12px 20px 0 rgba(0, 0, 0, .16);
        grid-area: 1/1/2/2;
        position: relative;
        right: 30%;
        top: 25px;
        width: 120%
    }
}

@media only screen and (min-width:992px) {
    .about-us__mission__img {
        right: 20%;
        top: 25px;
        width: 105%
    }
}

@media only screen and (min-width:1200px) {
    .about-us__mission__img {
        right: 12%;
        top: 50px;
        width: 108%
    }
}

.about-us__mission__info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-area: 1/1/2/2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 20px 20px
}

@media only screen and (min-width:768px) {
    .about-us__mission__info {
        grid-area: 1/2/2/3;
        padding: 50px 50px 0!important
    }
}

@media only screen and (min-width:992px) {
    .about-us__mission__info {
        padding: 60px 50px 0!important
    }
}

@media only screen and (min-width:1200px) {
    .about-us__mission__info {
        padding: 70px 50px 0!important
    }
}

.about-us__mission__cta {
    margin-bottom: 20px;
    margin-top: 20px
}

.about-us__warranty {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 20px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .about-us__warranty {
        background-color: #181a1b
    }
}

@media only screen and (max-width:767px) {
    .about-us__warranty {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (min-width:768px) {
    .about-us__warranty {
        padding: 50px
    }
}

.about-us__warranty__img {
    margin-right: 40px;
    max-width: 400px;
    width: 40%
}

@media only screen and (max-width:767px) {
    .about-us__warranty__img {
        margin-right: 0;
        margin-top: 20px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }
}

.about-us__warranty__text {
    width: 45%
}

@media only screen and (max-width:767px) {
    .about-us__warranty__text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }
}

.about-us__warranty__link {
    font-size: .85rem;
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
    line-height: 1.1rem;
    margin-bottom: 15px
}

.about-us__guru {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media only screen and (max-width:767px) {
    .about-us__guru {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about-us__guru__img {
    margin-left: 15%;
    margin-top: 45px;
    width: 168px
}

@media only screen and (max-width:767px) {
    .about-us__guru__img {
        margin-left: auto;
        margin-right: auto
    }
}

.about-us__guru__text {
    margin-top: 45px;
    width: 50%
}

@media only screen and (max-width:767px) {
    .about-us__guru__text {
        text-align: center;
        width: 100%
    }
}

.raffle-your-house {
    overflow: hidden;
    padding-top: 30px
}

@media only screen and (min-width:992px) {
    .raffle-your-house {
        padding-top: 50px
    }
}

.raffle-your-house__block--text {
    padding-bottom: 50px;
    padding-top: 50px
}

@media only screen and (min-width:768px) {
    .raffle-your-house__block--text {
        padding-bottom: 70px;
        padding-top: 70px
    }
}

.raffle-your-house__block {
    padding: 50px 0;
    text-align: center
}

@media only screen and (min-width:992px) {
    .raffle-your-house__block {
        padding: 70px 0
    }
}

.raffle-your-house__block.white {
    background-color: #fff
}

.raffle-your-house__block .c-subtitle {
    margin-top: 10px
}

.raffle-your-house__block .c-subtitle,
.raffle-your-house__block .c-title {
    padding: 0 20px
}

@media only screen and (min-width:768px) {
    .raffle-your-house__block .c-subtitle,
    .raffle-your-house__block .c-title {
        margin: 0 auto;
        padding: 0;
        width: 70%
    }
}

@media only screen and (min-width:992px) {
    .raffle-your-house__block .c-subtitle,
    .raffle-your-house__block .c-title {
        width: 50%
    }
}

.raffle-your-house__intro {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media only screen and (max-width:767px) {
    .raffle-your-house__intro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.raffle-your-house__intro__img {
    margin-top: 20px;
    width: 45%
}

@media only screen and (max-width:767px) {
    .raffle-your-house__intro__img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }
}

.raffle-your-house__intro__text {
    width: 50%
}

@media only screen and (max-width:767px) {
    .raffle-your-house__intro__text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }
}

.raffle-your-house__intro__text ul {
    list-style-type: inherit;
    padding-left: 1rem
}

.raffle-your-house__intro__text ul ul {
    list-style-type: circle
}

.raffle-your-house__only-owner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .raffle-your-house__only-owner {
        background-color: #181a1b
    }
}

@media only screen and (min-width:768px) {
    .raffle-your-house__only-owner {
        display: grid;
        grid-template-columns: 55% 45%;
        grid-template-rows: auto;
        margin-top: 30px;
        padding-bottom: 20px
    }
}

.raffle-your-house__only-owner .c-subtitle,
.raffle-your-house__only-owner .c-title {
    text-align: left;
    width: 100%
}

@media only screen and (min-width:768px) {
    .raffle-your-house__only-owner__img {
        -webkit-box-shadow: -11px 12px 20px 0 rgba(0, 0, 0, .16);
        box-shadow: -11px 12px 20px 0 rgba(0, 0, 0, .16);
        grid-area: 1/2/2/3;
        left: 10%;
        position: relative;
        top: 30px;
        width: 128%
    }
}

@media only screen and (min-width:992px) {
    .raffle-your-house__only-owner__img {
        left: 10%;
        top: 23px;
        width: 121%
    }
}

@media only screen and (min-width:1200px) {
    .raffle-your-house__only-owner__img {
        left: 10%;
        top: -25px;
        width: 104%
    }
}

.raffle-your-house__only-owner__info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 20px
}

@media only screen and (min-width:768px) {
    .raffle-your-house__only-owner__info {
        grid-area: 1/1/2/2;
        padding: 50px!important
    }
}

@media only screen and (min-width:992px) {
    .raffle-your-house__only-owner__info {
        padding: 50px 100px!important
    }
}

@media only screen and (min-width:1200px) {
    .raffle-your-house__only-owner__info {
        padding: 70px 100px!important
    }
}

.raffle-your-house__only-owner__cta {
    margin-bottom: 20px;
    margin-top: 20px
}

@media only screen and (min-width:768px) {
    .raffle-your-house__steps {
        margin: 0
    }
}

@media only screen and (min-width:992px) {
    .raffle-your-house__steps {
        padding: 100px 0 40px
    }
}

.raffle-your-house__steps__slider {
    margin: 0 -20px
}

@media only screen and (min-width:768px) {
    .raffle-your-house__steps__slider {
        margin: 0
    }
}

.raffle-your-house__steps__swiper {
    height: 350px
}

.raffle-your-house__steps__item,
.raffle-your-house__steps__item__box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.raffle-your-house__steps__item__box {
    height: 100vh;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 40px 20px;
    width: 85%
}

@media only screen and (min-width:768px) {
    .raffle-your-house__steps__item__box {
        width: 100%
    }
}

@media only screen and (min-width:992px) {
    .raffle-your-house__steps__item__box {
        padding: 40px
    }
}

.raffle-your-house__steps__item__box .c-title {
    font-size: 1.2rem;
    line-height: 1.7rem;
    width: 100%
}

.raffle-your-house__steps__item__box .c-subtitle {
    font-size: .9rem;
    width: 100%
}

.raffle-your-house__steps__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    border: 1px solid #20265d;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    font-weight: 700;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
    width: 100px;
    z-index: 2
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .raffle-your-house__steps__icon {
        background-color: #202325;
        border: 1px solid #a1badf;
        color: #a1badf
    }
}

.raffle-your-house__steps__dots {
    background-image: -o-linear-gradient(left, #20265d 33%, hsla(0, 0%, 100%, 0) 0);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #20265d), color-stop(0, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(90deg, #20265d 33%, hsla(0, 0%, 100%, 0) 0);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 7px 2px;
    border: 0;
    height: 2px;
    left: 70px;
    position: absolute;
    top: 35px;
    z-index: 1
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .raffle-your-house__steps__dots {
        background-image: -o-linear-gradient(left, #a1badf 33%, hsla(0, 0%, 100%, 0) 0);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #a1badf), color-stop(0, hsla(0, 0%, 100%, 0)));
        background-image: linear-gradient(90deg, #a1badf 33%, hsla(0, 0%, 100%, 0) 0);
        background-position: bottom;
        background-repeat: repeat-x;
        background-size: 7px 2px;
        border: 0;
        height: 2px;
        left: 70px;
        position: absolute;
        top: 35px;
        z-index: 1
    }
}

@media only screen and (max-width:767px) {
    .raffle-your-house__why__cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

.raffle-your-house__why__cont .card {
    padding-bottom: 1.75rem;
    padding-top: 1.75rem;
    text-align: left
}

.raffle-your-house__why__cont .card ul li {
    margin: 0;
    padding: .5rem 1rem .5rem 2rem;
    width: 100%
}

.raffle-your-house__why__cont .card ul li img {
    height: 15px;
    margin-left: -20px;
    width: 15px
}

.raffle-your-house__why__cont .card.blue {
    background-color: #20265d
}

@media only screen and (max-width:767px) {
    .raffle-your-house__why__cont .card.blue {
        margin-top: 50px
    }
}

.raffle-your-house__why__cont .card.blue li {
    color: #fff
}

.raffle-your-house__why__cont .card.white {
    background-color: #fff
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .raffle-your-house__why__cont .card.white {
        background-color: #181a1b
    }
}

.raffle-your-house__why__arrow {
    height: 156px;
    margin: -50px 20px 0;
    position: relative;
    width: 45px
}

.raffle-your-house__form__submit {
    height: 50px;
    margin-left: 15px;
    margin-top: 15px
}

@media only screen and (max-width:767px) {
    .raffle-your-house__form__submit {
        margin-left: inherit;
        width: 100%!important
    }
}

.error__intro,
.raffle-your-house__form .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.error__intro {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 50px
}

@media only screen and (max-width:767px) {
    .error__intro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
    .error__intro__doblesubtitle {
        font-size: 1rem!important;
        line-height: 1.7rem!important;
        margin-top: 25px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%
    }
}

.error__intro .c-title {
    font-size: 3rem;
    line-height: 3.5rem
}

.error__intro__img {
    margin-top: 20px;
    width: 45%
}

@media only screen and (max-width:767px) {
    .error__intro__img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }
}

.error__intro__text {
    width: 50%
}

@media only screen and (max-width:767px) {
    .error__intro__text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }
}

.error__section {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.error__section .c-button--green {
    margin-bottom: 2rem;
    margin-right: 2rem
}

@media only screen and (max-width:767px) {
    .error__section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
    .error__section .c-button--green {
        margin-bottom: 1.5rem;
        margin-left: auto;
        margin-right: auto
    }
}

.c-arrow-box {
    height: 21px;
    overflow: hidden;
    position: relative;
    width: 21px
}

.c-arrow-box:after,
.c-arrow-box:before {
    border-style: solid;
    content: "";
    display: block;
    position: absolute
}

.c-arrow-box:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f4f4f4;
    border-width: 10px
}

.c-arrow-box:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
    border-width: 10px
}

.c-arrow-box.hcenter {
    margin: 0 auto
}

.c-arrow-box.no-border:before {
    border-color: rgba(0, 0, 0, 0)
}

.c-arrow-box.arrow--left:after,
.c-arrow-box.arrow--left:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-arrow-box.arrow--left:after {
    left: 1px
}

.c-arrow-box.arrow--right:after,
.c-arrow-box.arrow--right:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.c-arrow-box.arrow--right:after {
    left: -1px
}

.c-arrow-box.arrow--down:after,
.c-arrow-box.arrow--down:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c-arrow-box.arrow--down:after {
    top: -1px
}

.c-arrow-box.arrow--up:after,
.c-arrow-box.arrow--up:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.c-arrow-box.arrow--up:after {
    top: 1px
}

.c-arrow-box.orange:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff9f1f;
    border-width: 10px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-arrow-box.orange:after {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #b96a00
    }
}

.c-button--green {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #59ab6e;
    /*18ce6a*/
    border: 0;
    border-radius: 29px;
    color: #fff!important;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 13px 25px;
    position: relative;
    z-index: 1
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--green {
        background: #59ab6e!important;
        color: #fff!important
    }
}

.c-button--green:before {
    background: #18ce6a;
    border-radius: 29px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .9, 1);
    -o-transition-timing-function: cubic-bezier(.7, 0, .9, 1);
    transition-timing-function: cubic-bezier(.7, 0, .9, 1);
    width: 100%;
    z-index: -1
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--green:before {
        background: #59ab6e!important;
        color: #fff!important
    }
}

.c-button--green:hover {
    text-decoration: none
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--green:hover {
        color: #181a1b!important
    }
    .c-button--green:hover[disabled] {
        color: #fff!important
    }
}

.c-button--green:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--green:hover:before {
        background: #a1badf!important;
        color: #fff!important
    }
}

.c-button--green:hover .icon_arrow-long-right {
    left: 5px
}

.c-button--green .icon_arrow-long-right {
    left: 0;
    position: relative;
    -webkit-transition: left .2s ease;
    -o-transition: left .2s ease;
    transition: left .2s ease;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.c-button--green:disabled,
.c-button--green[disabled] {
    cursor: not-allowed;
    opacity: .5
}

.c-button--green:disabled:before,
.c-button--green[disabled]:before {
    display: none
}

.c-button--green:disabled .icon_arrow-long-right,
.c-button--green[disabled] .icon_arrow-long-right {
    left: 0
}

.c-button--green:focus {
    outline: none
}

.c-button--green.auto-width {
    width: auto
}

@media only screen and (min-width:768px) {
    .c-button--green.auto-width--not-mobile {
        width: auto
    }
}

.c-button--blue {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #20265d;
    border-radius: 29px;
    color: #fff!important;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 13px 25px;
    position: relative;
    z-index: 1;
    border: 1px solid #20265d
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--blue {
        background: #a1badf!important;
        color: #181a1b!important;
        border: 1px solid #a1badf
    }
}

.c-button--blue:disabled,
.c-button--blue[disabled] {
    cursor: not-allowed;
    opacity: .5
}

.c-button--blue:disabled:before,
.c-button--blue[disabled]:before {
    display: none
}

.c-button--blue:disabled .icon_arrow-long-right,
.c-button--blue[disabled] .icon_arrow-long-right {
    left: 0
}

.c-button--blue:focus {
    outline: none
}

.c-button--blue.auto-width {
    width: auto
}

@media only screen and (min-width:768px) {
    .c-button--blue.auto-width--not-mobile {
        width: auto
    }
}

.c-button--blue.empty {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: 0;
    border-radius: 29px;
    color: #20265d!important;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 13px 25px;
    position: relative;
    z-index: 1;
    border: 1px solid #20265d
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--blue.empty {
        background: 0!important;
        color: #a1badf!important;
        border: 1px solid #a1badf
    }
}

.c-button--blue.empty:before {
    background: #20265d;
    border-radius: 29px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .9, 1);
    -o-transition-timing-function: cubic-bezier(.7, 0, .9, 1);
    transition-timing-function: cubic-bezier(.7, 0, .9, 1);
    width: 100%;
    z-index: -1
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--blue.empty:before {
        background: 0!important;
        color: #a1badf!important
    }
}

.c-button--blue.empty:hover {
    text-decoration: none
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--blue.empty:hover {
        color: #181a1b!important
    }
    .c-button--blue.empty:hover[disabled] {
        color: #a1badf!important
    }
}

.c-button--blue.empty:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--blue.empty:hover:before {
        background: #a1badf!important;
        color: #a1badf!important
    }
}

.c-button--blue.empty:hover .icon_arrow-long-right {
    left: 5px
}

.c-button--blue.empty .icon_arrow-long-right {
    left: 0;
    position: relative;
    -webkit-transition: left .2s ease;
    -o-transition: left .2s ease;
    transition: left .2s ease;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.c-button--blue.empty:disabled,
.c-button--blue.empty[disabled] {
    cursor: not-allowed;
    opacity: .5
}

.c-button--blue.empty:disabled:before,
.c-button--blue.empty[disabled]:before {
    display: none
}

.c-button--blue.empty:disabled .icon_arrow-long-right,
.c-button--blue.empty[disabled] .icon_arrow-long-right {
    left: 0
}

.c-button--blue.empty:focus {
    outline: none
}

.c-button--blue.empty.auto-width {
    width: auto
}

@media only screen and (min-width:768px) {
    .c-button--blue.empty.auto-width--not-mobile {
        width: auto
    }
}

.c-button--blue.empty:not([disabled]):hover {
    color: #fff!important
}

.c-button--blue.empty:not([disabled]):hover i:before {
    color: #fff!important
}

.c-button--blue.empty:not([disabled]):hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.c-button--green.empty {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: 0;
    border-radius: 29px;
    color: #18ce6a!important;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 13px 25px;
    position: relative;
    z-index: 1;
    border: 1px solid #18ce6a
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--green.empty {
        background: 0!important;
        color: 0 #18ce6a!important;
        border: 1px solid
    }
}

.c-button--green.empty:disabled,
.c-button--green.empty[disabled] {
    cursor: not-allowed;
    opacity: .5
}

.c-button--green.empty:disabled:before,
.c-button--green.empty[disabled]:before {
    display: none
}

.c-button--green.empty:disabled .icon_arrow-long-right,
.c-button--green.empty[disabled] .icon_arrow-long-right {
    left: 0
}

.c-button--green.empty:focus {
    outline: none
}

.c-button--green.empty.auto-width {
    width: auto
}

@media only screen and (min-width:768px) {
    .c-button--green.empty.auto-width--not-mobile {
        width: auto
    }
}

.c-button--green.empty:not([disabled]):hover {
    border-color: #20265d;
    color: #fff!important
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--green.empty:not([disabled]):hover {
        border-color: #a1badf
    }
}

.c-button--green.empty:not([disabled]):hover i:before {
    color: #fff!important
}

.c-button--green.empty:not([disabled]):hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.c-button--google.empty {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: 0;
    border-radius: 29px;
    color: #db4a39!important;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 13px 25px;
    position: relative;
    z-index: 1;
    border: 1px solid #db4a39;
    margin-right: 3px;
    width: 100%
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--google.empty {
        background: 0!important;
        color: #db4a39!important;
        border: 1px solid #db4a39
    }
}

.c-button--google.empty:before {
    background: #db4a39;
    border-radius: 29px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .9, 1);
    -o-transition-timing-function: cubic-bezier(.7, 0, .9, 1);
    transition-timing-function: cubic-bezier(.7, 0, .9, 1);
    width: 100%;
    z-index: -1
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--google.empty:before {
        background: 0!important;
        color: #db4a39!important
    }
}

.c-button--google.empty:hover {
    text-decoration: none
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--google.empty:hover {
        color: #181a1b!important
    }
    .c-button--google.empty:hover[disabled] {
        color: #db4a39!important
    }
}

.c-button--google.empty:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--google.empty:hover:before {
        background: #db4a39!important;
        color: #db4a39!important
    }
}

.c-button--google.empty:hover .icon_arrow-long-right {
    left: 5px
}

.c-button--google.empty .icon_arrow-long-right {
    left: 0;
    position: relative;
    -webkit-transition: left .2s ease;
    -o-transition: left .2s ease;
    transition: left .2s ease;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.c-button--google.empty:disabled,
.c-button--google.empty[disabled] {
    cursor: not-allowed;
    opacity: .5
}

.c-button--google.empty:disabled:before,
.c-button--google.empty[disabled]:before {
    display: none
}

.c-button--google.empty:disabled .icon_arrow-long-right,
.c-button--google.empty[disabled] .icon_arrow-long-right {
    left: 0
}

.c-button--google.empty:focus {
    outline: none
}

.c-button--google.empty.auto-width {
    width: auto
}

@media only screen and (min-width:768px) {
    .c-button--google.empty.auto-width--not-mobile {
        width: auto
    }
}

.c-button--google.empty:not([disabled]):hover {
    color: #fff!important
}

.c-button--google.empty:not([disabled]):hover i:before {
    color: #fff!important
}

.c-button--google.empty:not([disabled]):hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.c-button--twitter.empty {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: 0;
    border-radius: 29px;
    color: #00acee!important;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 13px 25px;
    position: relative;
    z-index: 1;
    border: 1px solid #00acee;
    margin-right: 3px;
    width: 100%
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--twitter.empty {
        background: 0!important;
        color: #00acee!important;
        border: 1px solid #00acee
    }
}

.c-button--twitter.empty:before {
    background: #00acee;
    border-radius: 29px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .9, 1);
    -o-transition-timing-function: cubic-bezier(.7, 0, .9, 1);
    transition-timing-function: cubic-bezier(.7, 0, .9, 1);
    width: 100%;
    z-index: -1
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--twitter.empty:before {
        background: 0!important;
        color: #00acee!important
    }
}

.c-button--twitter.empty:hover {
    text-decoration: none
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--twitter.empty:hover {
        color: #181a1b!important
    }
    .c-button--twitter.empty:hover[disabled] {
        color: #00acee!important
    }
}

.c-button--twitter.empty:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--twitter.empty:hover:before {
        background: #00acee!important;
        color: #00acee!important
    }
}

.c-button--twitter.empty:hover .icon_arrow-long-right {
    left: 5px
}

.c-button--twitter.empty .icon_arrow-long-right {
    left: 0;
    position: relative;
    -webkit-transition: left .2s ease;
    -o-transition: left .2s ease;
    transition: left .2s ease;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.c-button--twitter.empty:disabled,
.c-button--twitter.empty[disabled] {
    cursor: not-allowed;
    opacity: .5
}

.c-button--twitter.empty:disabled:before,
.c-button--twitter.empty[disabled]:before {
    display: none
}

.c-button--twitter.empty:disabled .icon_arrow-long-right,
.c-button--twitter.empty[disabled] .icon_arrow-long-right {
    left: 0
}

.c-button--twitter.empty:focus {
    outline: none
}

.c-button--twitter.empty.auto-width {
    width: auto
}

@media only screen and (min-width:768px) {
    .c-button--twitter.empty.auto-width--not-mobile {
        width: auto
    }
}

.c-button--twitter.empty:not([disabled]):hover {
    color: #fff!important
}

.c-button--twitter.empty:not([disabled]):hover i:before {
    color: #fff!important
}

.c-button--twitter.empty:not([disabled]):hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.c-button--green.especial {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #fff;
    border: 0;
    border-radius: 29px;
    color: #18ce6a!important;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 13px 25px;
    position: relative;
    z-index: 1
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--green.especial {
        background: #e8e6e3!important;
        color: #13a555!important
    }
}

.c-button--green.especial:before {
    background: #20265d;
    border-radius: 29px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .9, 1);
    -o-transition-timing-function: cubic-bezier(.7, 0, .9, 1);
    transition-timing-function: cubic-bezier(.7, 0, .9, 1);
    width: 100%;
    z-index: -1
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--green.especial:before {
        background: #e8e6e3!important;
        color: #13a555!important
    }
}

.c-button--green.especial:hover {
    text-decoration: none
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--green.especial:hover {
        color: #181a1b!important
    }
    .c-button--green.especial:hover[disabled] {
        color: #13a555!important
    }
}

.c-button--green.especial:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--green.especial:hover:before {
        background: #20265d!important;
        color: #13a555!important
    }
}

.c-button--green.especial:hover .icon_arrow-long-right {
    left: 5px
}

.c-button--green.especial .icon_arrow-long-right {
    left: 0;
    position: relative;
    -webkit-transition: left .2s ease;
    -o-transition: left .2s ease;
    transition: left .2s ease;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.c-button--green.especial:disabled,
.c-button--green.especial[disabled] {
    cursor: not-allowed;
    opacity: .5
}

.c-button--green.especial:disabled:before,
.c-button--green.especial[disabled]:before {
    display: none
}

.c-button--green.especial:disabled .icon_arrow-long-right,
.c-button--green.especial[disabled] .icon_arrow-long-right {
    left: 0
}

.c-button--green.especial:focus {
    outline: none
}

.c-button--green.especial.auto-width {
    width: auto
}

@media only screen and (min-width:768px) {
    .c-button--green.especial.auto-width--not-mobile {
        width: auto
    }
}

.c-button--green.especial:not([disabled]):hover {
    color: #fff!important
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--green.especial:not([disabled]):hover {
        color: #e8e6e3!important
    }
}

.c-button--green.especial:not([disabled]):hover i:before {
    color: #fff!important
}

.c-button--green.especial:not([disabled]):hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.c-button--facebook.empty {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: 0;
    border-radius: 29px;
    color: #22579a!important;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 13px 25px;
    position: relative;
    z-index: 1;
    border: 1px solid #22579a;
    margin-right: 3px;
    width: 100%
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--facebook.empty {
        background: 0!important;
        color: #22579a!important;
        border: 1px solid #22579a
    }
}

.c-button--facebook.empty:before {
    background: #22579a;
    border-radius: 29px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .9, 1);
    -o-transition-timing-function: cubic-bezier(.7, 0, .9, 1);
    transition-timing-function: cubic-bezier(.7, 0, .9, 1);
    width: 100%;
    z-index: -1
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--facebook.empty:before {
        background: 0!important;
        color: #22579a!important
    }
}

.c-button--facebook.empty:hover {
    text-decoration: none
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--facebook.empty:hover {
        color: #181a1b!important
    }
    .c-button--facebook.empty:hover[disabled] {
        color: #22579a!important
    }
}

.c-button--facebook.empty:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-button--facebook.empty:hover:before {
        background: #22579a!important;
        color: #22579a!important
    }
}

.c-button--facebook.empty:hover .icon_arrow-long-right {
    left: 5px
}

.c-button--facebook.empty .icon_arrow-long-right {
    left: 0;
    position: relative;
    -webkit-transition: left .2s ease;
    -o-transition: left .2s ease;
    transition: left .2s ease;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.c-button--facebook.empty:disabled,
.c-button--facebook.empty[disabled] {
    cursor: not-allowed;
    opacity: .5
}

.c-button--facebook.empty:disabled:before,
.c-button--facebook.empty[disabled]:before {
    display: none
}

.c-button--facebook.empty:disabled .icon_arrow-long-right,
.c-button--facebook.empty[disabled] .icon_arrow-long-right {
    left: 0
}

.c-button--facebook.empty:focus {
    outline: none
}

.c-button--facebook.empty.auto-width {
    width: auto
}

@media only screen and (min-width:768px) {
    .c-button--facebook.empty.auto-width--not-mobile {
        width: auto
    }
}

.c-button--facebook.empty:not([disabled]):hover {
    color: #fff!important
}

.c-button--facebook.empty:not([disabled]):hover i:before {
    color: #fff!important
}

.c-button--facebook.empty:not([disabled]):hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.btn-options.collapsed span:last-child {
    display: none
}

.btn-options:not(.collapsed) span:first-child {
    display: none
}

.access__form.form--login.login .has-error .c-input-text__box,
.access__form.form--register.register .has-error .c-input-text__box,
.pay__form .has-error .c-input-text__box,
form:not(.access) .has-error .c-input-text__box {
    background-color: #fbeceb!important;
    margin-bottom: 2px!important
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .access__form.form--login.login .has-error .c-input-text__box,
    .access__form.form--register.register .has-error .c-input-text__box,
    .pay__form .has-error .c-input-text__box,
    form:not(.access) .has-error .c-input-text__box {
        background-color: #360e0b!important
    }
}

.access__form.form--login.login .has-error .c-input-text__box .c-input-text__input,
.access__form.form--register.register .has-error .c-input-text__box .c-input-text__input,
.pay__form .has-error .c-input-text__box .c-input-text__input,
form:not(.access) .has-error .c-input-text__box .c-input-text__input {
    background-color: #fbeceb!important;
    border: .5px solid #d10000!important
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .access__form.form--login.login .has-error .c-input-text__box .c-input-text__input,
    .access__form.form--register.register .has-error .c-input-text__box .c-input-text__input,
    .pay__form .has-error .c-input-text__box .c-input-text__input,
    form:not(.access) .has-error .c-input-text__box .c-input-text__input {
        background-color: #360e0b!important
    }
}

.access__form.form--login.login .has-error .c-input-text__box .c-input-text__input:-internal-autofill-selected,
.access__form.form--register.register .has-error .c-input-text__box .c-input-text__input:-internal-autofill-selected,
.pay__form .has-error .c-input-text__box .c-input-text__input:-internal-autofill-selected,
form:not(.access) .has-error .c-input-text__box .c-input-text__input:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0 30px #fbeceb inset!important
}

.access__form.form--login.login .has-error .error__text,
.access__form.form--register.register .has-error .error__text,
.pay__form .has-error .error__text,
form:not(.access) .has-error .error__text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #d10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .7rem;
    line-height: 1rem;
    padding: 5px 20px 10px
}

.access__form.form--login.login .has-error .error__icon,
.access__form.form--register.register .has-error .error__icon,
.pay__form .has-error .error__icon,
form:not(.access) .has-error .error__icon {
    margin-right: 5px;
    max-width: 13px
}

.has-success .c-input-text__box {
    background-color: #ecf9ea!important;
    margin-bottom: 2px!important
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .has-success .c-input-text__box {
        background-color: #1c340f!important
    }
}

.has-success .c-input-text__box .c-input-text__input {
    background-color: #ecf9ea!important;
    border: .5px solid #0dce00!important
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .has-success .c-input-text__box .c-input-text__input {
        background-color: #1c340f!important
    }
}

.has-success .c-input-text__box .c-input-text__input:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0 30px #ecf9ea inset!important
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .has-success .c-input-text__box .c-input-text__input:-internal-autofill-selected {
        -webkit-box-shadow: 0 0 0 30px #1c340f inset!important
    }
}

.has-success .success__text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #15b25c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .7rem;
    line-height: 1rem;
    padding: 5px 20px 10px
}

.has-success .success__icon {
    margin-right: 5px;
    max-width: 13px
}

.c-checkbox {
    cursor: pointer
}

.c-checkbox.center .c-checkbox__input+label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-checkbox.center .c-checkbox__input:checked+label:after {
    top: .35rem
}

.c-checkbox.center.check--small .c-checkbox__input:checked+label:after {
    top: .35rem
}

.c-checkbox.check--small .c-checkbox__input+label:before {
    height: 15px;
    width: 15px
}

.c-checkbox.check--small .c-checkbox__input:checked+label:after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    height: 5px;
    left: .2rem;
    position: absolute;
    top: .25rem;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 9px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-checkbox.check--small .c-checkbox__input:checked+label:after {
        background-color: #1e2122;
        border-bottom: 2px solid #3a3e41;
        border-left: 2px solid;
        border-color: #3a3e41
    }
}

.c-checkbox.subcheck {
    padding-left: 20px
}

.c-checkbox__label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.c-checkbox__input {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin-left: 8px;
    margin-top: 20px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

.c-checkbox__input+label {
    margin-bottom: 5px;
    position: relative
}

.c-checkbox__input+label:before {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 4px;
    content: "";
    display: inline-block;
    height: 17px;
    margin-right: 7px;
    min-width: 17px;
    position: relative
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-checkbox__input+label:before {
        background: #1e2122;
        border: 1px solid #3a3e41
    }
}

.c-checkbox__input:checked+label:before {
    background: #20265d;
    border: 1px solid #20265d
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-checkbox__input:checked+label:before {
        background: #a1badf;
        border: 1px solid #a1badf
    }
}

.c-checkbox__input:checked+label:after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    height: 6px;
    left: .25rem;
    position: absolute;
    top: .25rem;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 10px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-checkbox__input:checked+label:after {
        border-bottom: 2px solid #3a3e41;
        border-left: 2px solid #181a1b
    }
}

.c-checkbox__input:focus+label:before {
    outline: none
}

.c-checkbox__especial {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin-left: 8px;
    margin-top: 20px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

.c-checkbox__especial+label {
    margin-bottom: 5px;
    position: relative
}

.c-checkbox__especial+label:before {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 4px;
    content: "";
    display: inline-block;
    height: 17px;
    margin-right: 7px;
    min-width: 17px;
    position: relative
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-checkbox__especial+label:before {
        background: #1e2122;
        border: 1px solid #3a3e41
    }
}

.c-checkbox__especial:checked+label:before {
    background: #20265d;
    border: 1px solid #20265d
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-checkbox__especial:checked+label:before {
        background: #a1badf;
        border: 1px solid #a1badf
    }
}

.c-checkbox__especial:checked+label:after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    height: 6px;
    left: .25rem;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 10px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-checkbox__especial:checked+label:after {
        border-bottom: 2px solid #3a3e41;
        border-left: 2px solid #181a1b
    }
}

.c-checkbox__especial:focus+label:before {
    outline: none
}

.c-checkbox__especial-semi {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin-left: 8px;
    margin-top: 20px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

.c-checkbox__especial-semi+label {
    margin-bottom: 5px;
    position: relative
}

.c-checkbox__especial-semi+label:before {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 4px;
    content: "";
    display: inline-block;
    height: 17px;
    margin-right: 7px;
    min-width: 17px;
    position: relative
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-checkbox__especial-semi+label:before {
        background: #1e2122;
        border: 1px solid #3a3e41
    }
}

.c-checkbox__especial-semi:checked+label:before {
    background: #a1badf;
    border: 1px solid #a1badf
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-checkbox__especial-semi:checked+label:before {
        background: #a1badf;
        border: 1px solid #a1badf
    }
}

.c-checkbox__especial-semi:checked+label:after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    height: 6px;
    left: .25rem;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 10px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-checkbox__especial-semi:checked+label:after {
        border-bottom: 2px solid #3a3e41;
        border-left: 2px solid #181a1b
    }
}

.c-checkbox__especial-semi:focus+label:before {
    outline: none
}

.c-checkbox.u-text--semibold .c-checkbox__input+label:after {
    left: .35rem;
    top: .35rem
}

.c-checkbox.u-text--semibold .c-checkbox__input+label:before {
    height: 20px;
    min-width: 20px
}

.c-checkbox.grey .c-checkbox__input:not(:checked)+label:before {
    background: #f4f4f4
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-checkbox.grey .c-checkbox__input:not(:checked)+label:before {
        background: #202325
    }
}

.c-checkbox.white .c-checkbox__input:not(:checked)+label:before {
    background: #fff
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-checkbox.white .c-checkbox__input:not(:checked)+label:before {
        background: #181a1b
    }
}

.c-input-radio {
    color: #848282;
    cursor: pointer;
    height: 100%
}

.c-input-radio [type=radio]:checked,
.c-input-radio [type=radio]:not(:checked) {
    left: -9999px;
    position: absolute
}

.c-input-radio [type=radio]:checked+.radio,
.c-input-radio [type=radio]:not(:checked)+.radio {
    color: #6d7278;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding-left: 25px;
    position: relative;
    top: 2px
}

.c-input-radio [type=radio]:not(:checked)+.radio:before {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 100%;
    content: "";
    height: 17px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 17px
}

.c-input-radio [type=radio]:checked+.radio:before {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 100%;
    content: "";
    height: 17px;
    left: 0;
    position: absolute;
    top: 1.5px;
    width: 17px
}

.c-input-radio [type=radio]:checked+.radio:after,
.c-input-radio [type=radio]:not(:checked)+.radio:after {
    background: #18ce6a;
    border-radius: 100%;
    content: "";
    height: 9px;
    left: 4px;
    position: absolute;
    top: 5.5px;
    width: 9px
}

.c-input-radio [type=radio]:not(:checked)+.radio:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.c-input-radio [type=radio]:checked+.radio:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.c-input-radio.disabled {
    cursor: not-allowed;
    opacity: .7
}

.c-input-radio label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

.c-input-text__box.white {
    background-color: #fff;
    border-radius: 25px;
    margin-bottom: 10px;
    position: relative;
    width: 100%
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-input-text__box.white {
        background-color: #181a1b
    }
}

.c-input-text__box.white .c-input-text__input {
    -webkit-appearance: none;
    background-color: #fff;
    border: .5px solid #ddd;
    border-radius: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #20265d;
    font-size: .9rem;
    height: 50px;
    padding-left: 20px;
    padding-right: 35px;
    resize: none;
    vertical-align: middle;
    width: 100%
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-input-text__box.white .c-input-text__input {
        background-color: #181a1b;
        border: .5px solid #3a3e41;
        color: #a1badf
    }
}

.c-input-text__box.white .c-input-text__input::-webkit-input-placeholder {
    color: #848282;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%
}

.c-input-text__box.white .c-input-text__input::-moz-placeholder {
    color: #848282;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%
}

.c-input-text__box.white .c-input-text__input:-ms-input-placeholder {
    color: #848282;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%
}

.c-input-text__box.white .c-input-text__input::-ms-input-placeholder {
    color: #848282;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%
}

.c-input-text__box.white .c-input-text__input::placeholder {
    color: #848282;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-input-text__box.white .c-input-text__input::-webkit-input-placeholder {
        color: #a0978b
    }
    .c-input-text__box.white .c-input-text__input::-moz-placeholder {
        color: #a0978b
    }
    .c-input-text__box.white .c-input-text__input:-ms-input-placeholder {
        color: #a0978b
    }
    .c-input-text__box.white .c-input-text__input::-ms-input-placeholder {
        color: #a0978b
    }
    .c-input-text__box.white .c-input-text__input::placeholder {
        color: #a0978b
    }
}

.c-input-text__box.white .c-input-text__input:focus {
    border: .5px solid #20265d;
    outline: none
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-input-text__box.white .c-input-text__input:focus {
        border: .5px solid #a1badf
    }
}

.c-input-text__box.white .c-input-text__input:focus::-webkit-input-placeholder {
    text-align: right
}

.c-input-text__box.white .c-input-text__input:focus::-moz-placeholder {
    text-align: right
}

.c-input-text__box.white .c-input-text__input:focus:-ms-input-placeholder {
    text-align: right
}

.c-input-text__box.white .c-input-text__input:focus::-ms-input-placeholder {
    text-align: right
}

.c-input-text__box.white .c-input-text__input:focus::placeholder {
    text-align: right
}

.c-input-text__box.white .c-input-text__input:disabled {
    border: 0;
    opacity: .7
}

.c-input-text__box.white .c-input-text__input:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0 30px #fff inset!important
}

.c-input-text__box.white .c-input-text__addon--icon--left,
.c-input-text__box.white .c-input-text__addon--icon--right {
    background: #fff
}

.c-input-text__box.grey {
    background-color: #f4f4f4;
    border-radius: 25px;
    margin-bottom: 10px;
    position: relative;
    width: 100%
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-input-text__box.grey {
        background-color: #1e2122
    }
}

.c-input-text__box.grey .c-input-text__input {
    -webkit-appearance: none;
    background-color: #f4f4f4;
    border: .5px solid #ddd;
    border-radius: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #20265d;
    font-size: .9rem;
    height: 50px;
    padding-left: 20px;
    padding-right: 35px;
    resize: none;
    vertical-align: middle;
    width: 100%
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-input-text__box.grey .c-input-text__input {
        background-color: #1e2122;
        border: .5px solid #3a3e41;
        color: #a1badf
    }
}

.c-input-text__box.grey .c-input-text__input::-webkit-input-placeholder {
    color: #848282;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%
}

.c-input-text__box.grey .c-input-text__input::-moz-placeholder {
    color: #848282;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%
}

.c-input-text__box.grey .c-input-text__input:-ms-input-placeholder {
    color: #848282;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%
}

.c-input-text__box.grey .c-input-text__input::-ms-input-placeholder {
    color: #848282;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%
}

.c-input-text__box.grey .c-input-text__input::placeholder {
    color: #848282;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-input-text__box.grey .c-input-text__input::-webkit-input-placeholder {
        color: #a0978b
    }
    .c-input-text__box.grey .c-input-text__input::-moz-placeholder {
        color: #a0978b
    }
    .c-input-text__box.grey .c-input-text__input:-ms-input-placeholder {
        color: #a0978b
    }
    .c-input-text__box.grey .c-input-text__input::-ms-input-placeholder {
        color: #a0978b
    }
    .c-input-text__box.grey .c-input-text__input::placeholder {
        color: #a0978b
    }
}

.c-input-text__box.grey .c-input-text__input:focus {
    border: .5px solid #20265d;
    outline: none
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-input-text__box.grey .c-input-text__input:focus {
        border: .5px solid #a1badf
    }
}

.c-input-text__box.grey .c-input-text__input:focus::-webkit-input-placeholder {
    text-align: right
}

.c-input-text__box.grey .c-input-text__input:focus::-moz-placeholder {
    text-align: right
}

.c-input-text__box.grey .c-input-text__input:focus:-ms-input-placeholder {
    text-align: right
}

.c-input-text__box.grey .c-input-text__input:focus::-ms-input-placeholder {
    text-align: right
}

.c-input-text__box.grey .c-input-text__input:focus::placeholder {
    text-align: right
}

.c-input-text__box.grey .c-input-text__input:disabled {
    border: 0;
    opacity: .7
}

.c-input-text__box.grey .c-input-text__input:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0 30px #f4f4f4 inset!important
}

.c-input-text__box.grey .c-input-text__addon--icon--left,
.c-input-text__box.grey .c-input-text__addon--icon--right {
    background: #f4f4f4
}

.c-input-text__box.grey--desktop {
    background-color: #fff;
    border-radius: 25px;
    margin-bottom: 10px;
    position: relative;
    width: 100%
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-input-text__box.grey--desktop {
        background-color: #181a1b
    }
}

.c-input-text__box.grey--desktop .c-input-text__input {
    -webkit-appearance: none;
    background-color: #fff;
    border: .5px solid #ddd;
    border-radius: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #20265d;
    font-size: .9rem;
    height: 50px;
    padding-left: 20px;
    padding-right: 35px;
    resize: none;
    vertical-align: middle;
    width: 100%
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-input-text__box.grey--desktop .c-input-text__input {
        background-color: #181a1b;
        border: .5px solid #3a3e41;
        color: #a1badf
    }
}

.c-input-text__box.grey--desktop .c-input-text__input::-webkit-input-placeholder {
    color: #848282;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%
}

.c-input-text__box.grey--desktop .c-input-text__input::-moz-placeholder {
    color: #848282;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%
}

.c-input-text__box.grey--desktop .c-input-text__input:-ms-input-placeholder {
    color: #848282;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%
}

.c-input-text__box.grey--desktop .c-input-text__input::-ms-input-placeholder {
    color: #848282;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%
}

.c-input-text__box.grey--desktop .c-input-text__input::placeholder {
    color: #848282;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-input-text__box.grey--desktop .c-input-text__input::-webkit-input-placeholder {
        color: #a0978b
    }
    .c-input-text__box.grey--desktop .c-input-text__input::-moz-placeholder {
        color: #a0978b
    }
    .c-input-text__box.grey--desktop .c-input-text__input:-ms-input-placeholder {
        color: #a0978b
    }
    .c-input-text__box.grey--desktop .c-input-text__input::-ms-input-placeholder {
        color: #a0978b
    }
    .c-input-text__box.grey--desktop .c-input-text__input::placeholder {
        color: #a0978b
    }
}

.c-input-text__box.grey--desktop .c-input-text__input:focus {
    border: .5px solid #20265d;
    outline: none
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-input-text__box.grey--desktop .c-input-text__input:focus {
        border: .5px solid #a1badf
    }
}

.c-input-text__box.grey--desktop .c-input-text__input:focus::-webkit-input-placeholder {
    text-align: right
}

.c-input-text__box.grey--desktop .c-input-text__input:focus::-moz-placeholder {
    text-align: right
}

.c-input-text__box.grey--desktop .c-input-text__input:focus:-ms-input-placeholder {
    text-align: right
}

.c-input-text__box.grey--desktop .c-input-text__input:focus::-ms-input-placeholder {
    text-align: right
}

.c-input-text__box.grey--desktop .c-input-text__input:focus::placeholder {
    text-align: right
}

.c-input-text__box.grey--desktop .c-input-text__input:disabled {
    border: 0;
    opacity: .7
}

.c-input-text__box.grey--desktop .c-input-text__input:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0 30px #fff inset!important
}

.c-input-text__box.grey--desktop .c-input-text__addon--icon--left,
.c-input-text__box.grey--desktop .c-input-text__addon--icon--right {
    background: #fff
}

@media only screen and (min-width:992px) {
    .c-input-text__box.grey--desktop {
        background-color: #f4f4f4;
        border-radius: 25px;
        margin-bottom: 10px;
        position: relative;
        width: 100%
    }
}

@media only screen and (min-width:992px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-input-text__box.grey--desktop {
        background-color: #1e2122
    }
}

@media only screen and (min-width:992px) {
    .c-input-text__box.grey--desktop .c-input-text__input {
        -webkit-appearance: none;
        background-color: #f4f4f4;
        border: .5px solid #ddd;
        border-radius: 25px;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #20265d;
        font-size: .9rem;
        height: 50px;
        padding-left: 20px;
        padding-right: 35px;
        resize: none;
        vertical-align: middle;
        width: 100%
    }
}

@media only screen and (min-width:992px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-input-text__box.grey--desktop .c-input-text__input {
        background-color: #1e2122;
        border: .5px solid #3a3e41;
        color: #a1badf
    }
}

@media only screen and (min-width:992px) {
    .c-input-text__box.grey--desktop .c-input-text__input::-webkit-input-placeholder {
        color: #848282;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        width: 100%
    }
    .c-input-text__box.grey--desktop .c-input-text__input::-moz-placeholder {
        color: #848282;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
        width: 100%
    }
    .c-input-text__box.grey--desktop .c-input-text__input:-ms-input-placeholder {
        color: #848282;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
        width: 100%
    }
    .c-input-text__box.grey--desktop .c-input-text__input::-ms-input-placeholder {
        color: #848282;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
        width: 100%
    }
    .c-input-text__box.grey--desktop .c-input-text__input::placeholder {
        color: #848282;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        width: 100%
    }
}

@media only screen and (min-width:992px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-input-text__box.grey--desktop .c-input-text__input::-webkit-input-placeholder {
        color: #a0978b
    }
    .c-input-text__box.grey--desktop .c-input-text__input::-moz-placeholder {
        color: #a0978b
    }
    .c-input-text__box.grey--desktop .c-input-text__input:-ms-input-placeholder {
        color: #a0978b
    }
    .c-input-text__box.grey--desktop .c-input-text__input::-ms-input-placeholder {
        color: #a0978b
    }
    .c-input-text__box.grey--desktop .c-input-text__input::placeholder {
        color: #a0978b
    }
}

@media only screen and (min-width:992px) {
    .c-input-text__box.grey--desktop .c-input-text__input:focus {
        border: .5px solid #20265d;
        outline: none
    }
}

@media only screen and (min-width:992px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-input-text__box.grey--desktop .c-input-text__input:focus {
        border: .5px solid #a1badf
    }
}

@media only screen and (min-width:992px) {
    .c-input-text__box.grey--desktop .c-input-text__input:focus::-webkit-input-placeholder {
        text-align: right
    }
    .c-input-text__box.grey--desktop .c-input-text__input:focus::-moz-placeholder {
        text-align: right
    }
    .c-input-text__box.grey--desktop .c-input-text__input:focus:-ms-input-placeholder {
        text-align: right
    }
    .c-input-text__box.grey--desktop .c-input-text__input:focus::-ms-input-placeholder {
        text-align: right
    }
    .c-input-text__box.grey--desktop .c-input-text__input:focus::placeholder {
        text-align: right
    }
    .c-input-text__box.grey--desktop .c-input-text__input:disabled {
        border: 0;
        opacity: .7
    }
    .c-input-text__box.grey--desktop .c-input-text__input:-internal-autofill-selected {
        -webkit-box-shadow: 0 0 0 30px #f4f4f4 inset!important
    }
    .c-input-text__box.grey--desktop .c-input-text__addon--icon--left,
    .c-input-text__box.grey--desktop .c-input-text__addon--icon--right {
        background: #f4f4f4
    }
}

.c-input-text__addon--reset,
.c-input-text__addon--right,
.c-input-text__addon--showpass {
    background: 0;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 47%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-input-text__addon--reset {
    padding: 0 8px 0 5px!important;
    right: 15px
}

.c-input-text__addon--reset .reset {
    max-width: 13px;
    opacity: .5;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-input-text__addon--showpass {
    opacity: .5;
    padding: 2px 8px 0 5px!important;
    right: 35px
}

.c-input-text__addon--right {
    right: 15px
}

.c-input-text__addon--right img {
    width: 16px
}

.c-link--blue .icon,
.c-link--green .icon,
.c-link--white .icon {
    margin-right: 10px;
    max-width: 20px
}

.justify-left.c-link--blue,
.justify-left.c-link--green,
.justify-left.c-link--white {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.c-link--blue {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #20265d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-link--blue {
        color: #a1badf
    }
}

.c-link--green {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #18ce6a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-link--white {
    color: #fff;
    font-weight: 600
}

.c-link--white:active,
.c-link--white:hover {
    color: #fff;
    font-weight: 700
}

.c-link--blue.u-animate--underline--blue {
    display: inline
}

@media only screen and (min-width:992px) {
    .c-link--blue.u-animate--underline--blue:before {
        background-color: #20265d;
        bottom: -5px
    }
}

@media only screen and (min-width:992px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-link--blue.u-animate--underline--blue:before {
        background-color: #a1badf
    }
}

.c-link--blue.u-animate--underline--blue .icon {
    margin-right: 5px;
    margin-top: -6px
}

.link--blue {
    border-bottom: 2px solid #20265d!important;
    display: inline
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .link--blue {
        border-bottom: 2px solid #a1badf!important
    }
}

.link--blue:hover {
    text-decoration: none!important
}

.b-loader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: hsla(0, 0%, 100%, .8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1051
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .b-loader {
        background: rgba(24, 26, 27, .8)
    }
}

.b-loader__spinner {
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
    border-radius: 100%;
    border-color: #20265d #20265d #eaecf8 #eaecf8;
    border-style: solid;
    border-width: 6px;
    height: 100px;
    margin: 5% auto;
    width: 100px
}

.b-loader .loader_ld {
    display: inline-block;
    height: 130px;
    position: relative;
    width: 130px
}

.b-loader .loader_ld div {
    -webkit-animation: loader_ld 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: loader_ld 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-radius: 50%;
    border: 8px solid rgba(0, 0, 0, 0);
    border-top-color: #20265d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 150px;
    position: absolute;
    width: 150px
}

.b-loader .loader_ld div:first-child {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s;
    border-top-color: #18ce6a;
    border-width: 5px;
    height: 130px;
    margin: 10px;
    width: 130px
}

.b-loader .loader_ld div:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.b-loader .loader_ld div:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes loader_ld {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loader_ld {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

#loading-progress-g {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, .15);
    box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, .15);
    height: 13px;
    margin: auto;
    overflow: hidden;
    width: 100%
}

.loading-progress-g {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: bounce_loading-progress-g;
    animation-name: bounce_loading-progress-g;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: -o-linear-gradient(left, rgba(212, 228, 239, 0) 0, #18ce6a 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(212, 228, 239, 0)), to(#18ce6a));
    background: linear-gradient(90deg, rgba(212, 228, 239, 0) 0, #18ce6a);
    border-radius: 0 10px 10px 0;
    height: 13px;
    margin-left: -100%;
    margin-top: 0;
    width: 25%
}

@-webkit-keyframes bounce_loading-progress-g {
    0% {
        margin-left: -100%
    }
    to {
        margin-left: 100%
    }
}

@keyframes bounce_loading-progress-g {
    0% {
        margin-left: -100%
    }
    to {
        margin-left: 100%
    }
}

.c-overlay__full--dark {
    background: rgba(0, 0, 0, .5)
}

.c-overlay__full--dark,
.c-overlay__full--light {
    height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2
}

.c-overlay__full--light {
    background: hsla(0, 0%, 96.9%, .6)
}

.c-overlay__partial--dark {
    background: rgba(0, 0, 0, .5)
}

.c-overlay__partial--dark,
.c-overlay__partial--light {
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.c-overlay__partial--light {
    background: hsla(0, 0%, 96.9%, .6)
}

.c-select--grey,
.c-select--white {
    border-radius: 25px;
    font-size: .8rem;
    height: 50px;
    min-width: 80px;
    padding: 0;
    position: relative
}

@media only screen and (min-width:992px) {
    .c-select--grey,
    .c-select--white {
        min-width: 90px
    }
}

.c-select--grey:after,
.c-select--white:after {
    border-bottom: 1px solid #20265d;
    border-right: 1px solid #20265d;
    content: "";
    height: 8px;
    position: absolute;
    right: 15px;
    top: 37%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px
}

.c-select--grey select,
.c-select--white select {
    -webkit-appearance: none;
    background: 0;
    border: .5px solid #ddd;
    border-radius: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #20265d;
    font-size: .9rem;
    height: 100%;
    padding: 0 15px;
    width: 100%
}

@media only screen and (min-width:992px) {
    .c-select--grey select,
    .c-select--white select {
        padding: 0 20px
    }
}

.c-select--grey select:focus,
.c-select--white select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.c-select--grey {
    background-color: #f4f4f4
}

.c-select--white {
    background-color: #fff
}

.c-select-phone.grey,
.c-select-phone.grey--desktop,
.c-select-phone.white {
    background-color: #f4f4f4;
    border: .5px solid #ddd;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .9rem;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 5px;
    min-width: 100px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-select-phone.grey,
    .c-select-phone.grey--desktop,
    .c-select-phone.white {
        background-color: #1e2122;
        border: .5px solid #3a3e41
    }
}

.c-select-phone.grey--desktop .flag,
.c-select-phone.grey .flag,
.c-select-phone.white .flag {
    background-size: cover;
    border-radius: 50%;
    margin-right: 3px;
    max-width: 15px
}

.c-select-phone.grey--desktop .phone-code-fav,
.c-select-phone.grey .phone-code-fav,
.c-select-phone.white .phone-code-fav {
    background-color: #ddd;
    height: 1px;
    margin: 10px 0
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-select-phone.grey--desktop .phone-code-fav,
    .c-select-phone.grey .phone-code-fav,
    .c-select-phone.white .phone-code-fav {
        background-color: #e8e6e3
    }
}

.show.c-select-phone.grey,
.show.c-select-phone.grey--desktop,
.show.c-select-phone.white {
    border: .5px solid #ddd
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .show.c-select-phone.grey,
    .show.c-select-phone.grey--desktop,
    .show.c-select-phone.white {
        border: .5px solid #3a3e41
    }
}

.c-select-phone.grey--desktop .c-select-phone__trigger,
.c-select-phone.grey .c-select-phone__trigger,
.c-select-phone.white .c-select-phone__trigger {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #20265d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 5px;
    width: 100%
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-select-phone.grey--desktop .c-select-phone__trigger,
    .c-select-phone.grey .c-select-phone__trigger,
    .c-select-phone.white .c-select-phone__trigger {
        color: #a1badf
    }
}

.c-select-phone.grey--desktop .c-select-phone__trigger:after,
.c-select-phone.grey .c-select-phone__trigger:after,
.c-select-phone.white .c-select-phone__trigger:after {
    border-bottom: 1px solid #20265d;
    border-right: 1px solid #20265d;
    bottom: 2px;
    content: "";
    height: 8px;
    position: relative;
    right: -10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-select-phone.grey--desktop .c-select-phone__trigger:after,
    .c-select-phone.grey .c-select-phone__trigger:after,
    .c-select-phone.white .c-select-phone__trigger:after {
        border-bottom: 1px solid #a1badf;
        border-right: 1px solid #a1badf
    }
}

.c-select-phone.grey--desktop .c-select-phone__target,
.c-select-phone.grey .c-select-phone__target,
.c-select-phone.white .c-select-phone__target {
    background-color: #f4f4f4;
    border: .5px solid #ddd;
    border-radius: 25px;
    -webkit-box-shadow: 0 3px 20px #ddd;
    box-shadow: 0 3px 20px #ddd;
    font-size: .9rem;
    max-height: 200px;
    min-width: 100px;
    overflow-y: scroll;
    padding: 15px;
    text-align: center
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-select-phone.grey--desktop .c-select-phone__target,
    .c-select-phone.grey .c-select-phone__target,
    .c-select-phone.white .c-select-phone__target {
        background-color: #202325;
        border: .5px solid #e8e6e3;
        -webkit-box-shadow: 0 3px 20px #2b2f31;
        box-shadow: 0 3px 20px #2b2f31
    }
}

.c-select-phone.grey--desktop .c-select-phone__list,
.c-select-phone.grey .c-select-phone__list,
.c-select-phone.white .c-select-phone__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left
}

.c-select-phone.grey--desktop .c-select-phone__option,
.c-select-phone.grey .c-select-phone__option,
.c-select-phone.white .c-select-phone__option {
    padding: 3px 0
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-select-phone.grey--desktop .c-select-phone__option,
    .c-select-phone.grey .c-select-phone__option,
    .c-select-phone.white .c-select-phone__option {
        color: #a0978b
    }
}

.c-select-phone.grey--desktop .c-select-phone__option:hover,
.c-select-phone.grey .c-select-phone__option:hover,
.c-select-phone.white .c-select-phone__option:hover {
    color: #20265d
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-select-phone.grey--desktop .c-select-phone__option:hover,
    .c-select-phone.grey .c-select-phone__option:hover,
    .c-select-phone.white .c-select-phone__option:hover {
        color: #a1badf
    }
}

.c-select-phone.grey--desktop .c-select-phone__option:active,
.c-select-phone.grey .c-select-phone__option:active,
.c-select-phone.white .c-select-phone__option:active {
    background: 0;
    color: inherit
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-select-phone.grey--desktop .c-select-phone__option:active,
    .c-select-phone.grey .c-select-phone__option:active,
    .c-select-phone.white .c-select-phone__option:active {
        color: #3a3e41
    }
}

.c-select-phone__search {
    border: 1px solid #ddd;
    border-radius: 25px;
    max-width: 150px;
    outline: none!important;
    outline-width: 0!important;
    padding: 5px 30px 5px 10px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-select-phone__search {
        background-color: #1e2122;
        border: 1px solid #3a3e41;
        color: #a1badf
    }
}

.c-select-phone__search__ico {
    color: #ddd;
    position: absolute;
    right: 25px;
    top: 25px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-select-phone__search__ico {
        color: #a1badf
    }
}

.c-select-phone.grey {
    background-color: #f4f4f4
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-select-phone.grey {
        background-color: #202325
    }
}

.c-select-phone.white {
    background-color: #fff
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-select-phone.white {
        background-color: #181a1b
    }
}

.c-select-phone.grey--desktop {
    background-color: #fff
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-select-phone.grey--desktop {
        background-color: #1e2122
    }
}

@media only screen and (min-width:992px) {
    .c-select-phone.grey--desktop {
        background-color: #f4f4f4
    }
}

@media only screen and (min-width:992px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-select-phone.grey--desktop {
        background-color: #202325
    }
}

.c-textarea.white textarea {
    background-color: #fff;
    border: .5px solid #ddd;
    border-radius: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #20265d;
    font-size: .9rem;
    outline: none;
    padding: 15px;
    resize: none!important;
    width: 100%
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-textarea.white textarea {
        background-color: #181a1b;
        border: .5px solid #3a3e41;
        color: #a1badf
    }
}

.c-textarea.white textarea::-webkit-input-placeholder {
    color: #848282
}

.c-textarea.white textarea::-moz-placeholder {
    color: #848282
}

.c-textarea.white textarea:-ms-input-placeholder {
    color: #848282
}

.c-textarea.white textarea::-ms-input-placeholder {
    color: #848282
}

.c-textarea.white textarea::placeholder {
    color: #848282
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-textarea.white textarea::-webkit-input-placeholder {
        color: #a0978b
    }
    .c-textarea.white textarea::-moz-placeholder {
        color: #a0978b
    }
    .c-textarea.white textarea:-ms-input-placeholder {
        color: #a0978b
    }
    .c-textarea.white textarea::-ms-input-placeholder {
        color: #a0978b
    }
    .c-textarea.white textarea::placeholder {
        color: #a0978b
    }
}

​ .c-textarea.grey textarea {
    background-color: #f4f4f4;
    border: .5px solid #ddd;
    border-radius: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #20265d;
    font-size: .9rem;
    outline: none;
    padding: 15px;
    resize: none!important;
    width: 100%
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    ​ .c-textarea.grey textarea {
        background-color: #1e2122;
        border: .5px solid #3a3e41;
        color: #a1badf
    }
}

​ .c-textarea.grey textarea::-webkit-input-placeholder {
    color: #848282
}

​ .c-textarea.grey textarea::-moz-placeholder {
    color: #848282
}

​ .c-textarea.grey textarea:-ms-input-placeholder {
    color: #848282
}

​ .c-textarea.grey textarea::-ms-input-placeholder {
    color: #848282
}

​ .c-textarea.grey textarea::placeholder {
    color: #848282
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    ​ .c-textarea.grey textarea::-webkit-input-placeholder {
        color: #a0978b
    }
    ​ .c-textarea.grey textarea::-moz-placeholder {
        color: #a0978b
    }
    ​ .c-textarea.grey textarea:-ms-input-placeholder {
        color: #a0978b
    }
    ​ .c-textarea.grey textarea::-ms-input-placeholder {
        color: #a0978b
    }
    ​ .c-textarea.grey textarea::placeholder {
        color: #a0978b
    }
}

.c-textarea.grey--desktop textarea {
    background-color: #fff;
    border: .5px solid #ddd;
    border-radius: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #20265d;
    font-size: .9rem;
    outline: none;
    padding: 15px;
    resize: none!important;
    width: 100%
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-textarea.grey--desktop textarea {
        background-color: #181a1b;
        border: .5px solid #3a3e41;
        color: #a1badf
    }
}

.c-textarea.grey--desktop textarea::-webkit-input-placeholder {
    color: #848282
}

.c-textarea.grey--desktop textarea::-moz-placeholder {
    color: #848282
}

.c-textarea.grey--desktop textarea:-ms-input-placeholder {
    color: #848282
}

.c-textarea.grey--desktop textarea::-ms-input-placeholder {
    color: #848282
}

.c-textarea.grey--desktop textarea::placeholder {
    color: #848282
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-textarea.grey--desktop textarea::-webkit-input-placeholder {
        color: #a0978b
    }
    .c-textarea.grey--desktop textarea::-moz-placeholder {
        color: #a0978b
    }
    .c-textarea.grey--desktop textarea:-ms-input-placeholder {
        color: #a0978b
    }
    .c-textarea.grey--desktop textarea::-ms-input-placeholder {
        color: #a0978b
    }
    .c-textarea.grey--desktop textarea::placeholder {
        color: #a0978b
    }
}

@media only screen and (min-width:992px) {
    .c-textarea.grey--desktop textarea {
        background-color: #f4f4f4;
        border: .5px solid #ddd;
        border-radius: 25px;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #20265d;
        font-size: .9rem;
        outline: none;
        padding: 15px;
        resize: none!important;
        width: 100%
    }
}

@media only screen and (min-width:992px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-textarea.grey--desktop textarea {
        background-color: #1e2122;
        border: .5px solid #3a3e41;
        color: #a1badf
    }
}

@media only screen and (min-width:992px) {
    .c-textarea.grey--desktop textarea::-webkit-input-placeholder {
        color: #848282
    }
    .c-textarea.grey--desktop textarea::-moz-placeholder {
        color: #848282
    }
    .c-textarea.grey--desktop textarea:-ms-input-placeholder {
        color: #848282
    }
    .c-textarea.grey--desktop textarea::-ms-input-placeholder {
        color: #848282
    }
    .c-textarea.grey--desktop textarea::placeholder {
        color: #848282
    }
}

@media only screen and (min-width:992px) and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-textarea.grey--desktop textarea::-webkit-input-placeholder {
        color: #a0978b
    }
    .c-textarea.grey--desktop textarea::-moz-placeholder {
        color: #a0978b
    }
    .c-textarea.grey--desktop textarea:-ms-input-placeholder {
        color: #a0978b
    }
    .c-textarea.grey--desktop textarea::-ms-input-placeholder {
        color: #a0978b
    }
    .c-textarea.grey--desktop textarea::placeholder {
        color: #a0978b
    }
}

.c-title {
    color: #20265d;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-title {
        color: #a1badf
    }
}

@media only screen and (min-width:992px) {
    .c-title {
        font-size: 1.9rem;
        line-height: 2.5rem
    }
}

.c-title span {
    font-weight: 600
}

.c-title.big {
    font-size: 1.7rem
}

@media only screen and (min-width:992px) {
    .c-title.big {
        font-size: 2.2rem
    }
}

.c-subtitle {
    color: #6d7278;
    font-size: .8rem;
    line-height: 1.4rem
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-subtitle {
        color: #a0978b
    }
}

@media only screen and (min-width:992px) {
    .c-subtitle {
        font-size: 1rem;
        line-height: 1.7rem
    }
}

.c-subtitle.big {
    font-size: .9rem
}

@media only screen and (min-width:992px) {
    .c-subtitle.big {
        font-size: 1.1rem
    }
}

.c-pretitle {
    color: #20265d;
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .c-pretitle {
        color: #a1badf
    }
}

.tooltip-inner {
    background-color: #fff;
    border: 1px solid #20265d;
    border-radius: 25px;
    -webkit-box-shadow: 0 2px 4px #ddd;
    box-shadow: 0 2px 4px #ddd;
    color: #20265d;
    font-family: Montserrat, sans-serif;
    font-size: .8rem;
    padding: 10px 15px
}

.tooltip-inner .bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip-inner .bs-tooltip-bottom .arrow:before {
    border-bottom-color: #20265d
}

.modal.modal-large .modal-dialog {
    margin-left: 10%;
    margin-right: 10%;
    max-width: 80%
}

.modal.modal-large .modal-dialog .b-banner {
    border-radius: 25px;
    overflow: hidden
}

.modal a {
    color: #18ce6a;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none
}

.modal.white .modal-content {
    background-color: #fff
}

.modal .link {
    color: #18ce6a;
    font-weight: 700
}

.popover {
    background-color: #20265d
}

.popover .popover-body {
    color: #fff
}

.popover .popover-body div {
    float: left;
    margin-bottom: .5rem;
    width: 100%
}

.popover .popover-body a {
    margin-bottom: .5rem;
    text-align: center;
    text-decoration: none;
    width: 50%
}

.popover .popover-body a.btn-popover-yes {
    background-color: #fff;
    border-radius: .3rem;
    color: #20265d;
    float: left
}

.popover .popover-body a.btn-popover-no {
    color: #fff;
    float: right
}

.popover .arrow:after {
    border-bottom-color: #20265d
}

.u-img--responsive {
    width: 100%
}

.u-img--white {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.u-stop-scrolling {
    height: 100%;
    overflow: hidden
}

.u-button--reset {
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.u-button--reset:active,
.u-button--reset:focus,
.u-button--reset:hover {
    outline: none;
    text-decoration: none
}

.u-text--ellipsis {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.u-text--legal {
    color: #6d7278;
    font-size: .8rem
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .u-text--legal {
        color: #a0978b
    }
}

.u-text--legal small {
    font-size: .65rem
}

.u-text--legal small button {
    margin-top: 0!important
}

.u-text--legal small button .icon {
    margin-bottom: 2px;
    margin-left: 5px;
    margin-right: 5px;
    width: 15px
}

.u-text--semibold {
    font-weight: 600
}

.u-text--uppercase {
    text-transform: uppercase
}

.u-input--reset {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
    border: 0;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    line-height: 1;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: normal;
    width: 100%
}

.u-input--reset:focus {
    outline: none
}

.u-input--reset[type=number] {
    -moz-appearance: textfield
}

.u-input--reset[type=number]::-webkit-inner-spin-button,
.u-input--reset[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.u-link--reset {
    color: inherit;
    cursor: pointer;
    text-decoration: none
}

.u-link--reset:active,
.u-link--reset:focus,
.u-link--reset:hover {
    color: inherit;
    outline: none;
    text-decoration: none
}

.u-position--relative {
    position: relative
}

.u-color--green {
    color: #18ce6a!important
}

.u-color--blue {
    color: #20265d!important
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .u-color--blue {
        color: #a1badf!important
    }
}

.u-color--grey {
    color: #6d7278!important
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .u-color--grey {
        color: #a0978b!important
    }
}

.u-color--navidad {
    color: #ff725e!important
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .u-color--navidad {
        color: #941200!important
    }
}

@media only screen and (min-width:768px) {
    .u-container--not-desktop {
        max-width: 100%;
        padding: 0
    }
}

@media only screen and (max-width:991px) {
    .u-container--not-tablet {
        max-width: 100%;
        padding: 0
    }
}

@media only screen and (max-width:767px) {
    .u-container--not-mobile {
        max-width: 100%;
        padding: 0
    }
}

.is-hidden {
    display: none
}

.is-hidden--important {
    display: none!important
}

.u-transform--rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.u-transform--rotate-45 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media only screen and (min-width:992px) {
    .u-animate--underline--green {
        display: inline-block;
        position: relative
    }
    .u-animate--underline--green:before {
        background: #18ce6a;
        bottom: -5px;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        right: 100%;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: right;
        -o-transition-property: right;
        transition-property: right;
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        z-index: 1
    }
    .u-animate--underline--green:hover {
        text-decoration: none!important
    }
    .u-animate--underline--green:hover:before {
        right: 0
    }
}

@media only screen and (min-width:992px) {
    .u-animate--underline--blue {
        display: inline-block;
        position: relative
    }
    .u-animate--underline--blue:before {
        background: #20265d;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        right: 100%;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: right;
        -o-transition-property: right;
        transition-property: right;
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        z-index: 1
    }
    .u-animate--underline--blue:hover {
        text-decoration: none!important
    }
    .u-animate--underline--blue:hover:before {
        right: 0
    }
}

.opacity-0 {
    opacity: 0!important
}

.opacity-1 {
    opacity: .2!important
}

.opacity-2 {
    opacity: .4!important
}

.opacity-3 {
    opacity: .6!important
}

.opacity-4 {
    opacity: .8!important
}

.opacity-5 {
    opacity: 1!important
}

.m-t-0 {
    margin-top: 0!important
}

.p-t-0 {
    padding-top: 0!important
}

.m-b-0 {
    margin-bottom: 0!important
}

.p-b-0 {
    padding-bottom: 0!important
}

.m-l-0 {
    margin-left: 0!important
}

.p-l-0 {
    padding-left: 0!important
}

.m-r-0 {
    margin-right: 0!important
}

.p-r-0 {
    padding-right: 0!important
}

.m-t-5 {
    margin-top: 5px!important
}

.p-t-5 {
    padding-top: 5px!important
}

.m-b-5 {
    margin-bottom: 5px!important
}

.p-b-5 {
    padding-bottom: 5px!important
}

.m-l-5 {
    margin-left: 5px!important
}

.p-l-5 {
    padding-left: 5px!important
}

.m-r-5 {
    margin-right: 5px!important
}

.p-r-5 {
    padding-right: 5px!important
}

.m-t-10 {
    margin-top: 10px!important
}

.p-t-10 {
    padding-top: 10px!important
}

.m-b-10 {
    margin-bottom: 10px!important
}

.p-b-10 {
    padding-bottom: 10px!important
}

.m-l-10 {
    margin-left: 10px!important
}

.p-l-10 {
    padding-left: 10px!important
}

.m-r-10 {
    margin-right: 10px!important
}

.p-r-10 {
    padding-right: 10px!important
}

.m-t-15 {
    margin-top: 15px!important
}

.p-t-15 {
    padding-top: 15px!important
}

.m-b-15 {
    margin-bottom: 15px!important
}

.p-b-15 {
    padding-bottom: 15px!important
}

.m-l-15 {
    margin-left: 15px!important
}

.p-l-15 {
    padding-left: 15px!important
}

.m-r-15 {
    margin-right: 15px!important
}

.p-r-15 {
    padding-right: 15px!important
}

.m-t-20 {
    margin-top: 20px!important
}

.p-t-20 {
    padding-top: 20px!important
}

.m-b-20 {
    margin-bottom: 20px!important
}

.p-b-20 {
    padding-bottom: 20px!important
}

.m-l-20 {
    margin-left: 20px!important
}

.p-l-20 {
    padding-left: 20px!important
}

.m-r-20 {
    margin-right: 20px!important
}

.p-r-20 {
    padding-right: 20px!important
}

.m-t-25 {
    margin-top: 25px!important
}

.p-t-25 {
    padding-top: 25px!important
}

.m-b-25 {
    margin-bottom: 25px!important
}

.p-b-25 {
    padding-bottom: 25px!important
}

.m-l-25 {
    margin-left: 25px!important
}

.p-l-25 {
    padding-left: 25px!important
}

.m-r-25 {
    margin-right: 25px!important
}

.p-r-25 {
    padding-right: 25px!important
}

.m-t-30 {
    margin-top: 30px!important
}

.p-t-30 {
    padding-top: 30px!important
}

.m-b-30 {
    margin-bottom: 30px!important
}

.p-b-30 {
    padding-bottom: 30px!important
}

.m-l-30 {
    margin-left: 30px!important
}

.p-l-30 {
    padding-left: 30px!important
}

.m-r-30 {
    margin-right: 30px!important
}

.p-r-30 {
    padding-right: 30px!important
}

.m-t-35 {
    margin-top: 35px!important
}

.p-t-35 {
    padding-top: 35px!important
}

.m-b-35 {
    margin-bottom: 35px!important
}

.p-b-35 {
    padding-bottom: 35px!important
}

.m-l-35 {
    margin-left: 35px!important
}

.p-l-35 {
    padding-left: 35px!important
}

.m-r-35 {
    margin-right: 35px!important
}

.p-r-35 {
    padding-right: 35px!important
}

.m-t-40 {
    margin-top: 40px!important
}

.p-t-40 {
    padding-top: 40px!important
}

.m-b-40 {
    margin-bottom: 40px!important
}

.p-b-40 {
    padding-bottom: 40px!important
}

.m-l-40 {
    margin-left: 40px!important
}

.p-l-40 {
    padding-left: 40px!important
}

.m-r-40 {
    margin-right: 40px!important
}

.p-r-40 {
    padding-right: 40px!important
}

.m-t-45 {
    margin-top: 45px!important
}

.p-t-45 {
    padding-top: 45px!important
}

.m-b-45 {
    margin-bottom: 45px!important
}

.p-b-45 {
    padding-bottom: 45px!important
}

.m-l-45 {
    margin-left: 45px!important
}

.p-l-45 {
    padding-left: 45px!important
}

.m-r-45 {
    margin-right: 45px!important
}

.p-r-45 {
    padding-right: 45px!important
}

.m-t-50 {
    margin-top: 50px!important
}

.p-t-50 {
    padding-top: 50px!important
}

.m-b-50 {
    margin-bottom: 50px!important
}

.p-b-50 {
    padding-bottom: 50px!important
}

.m-l-50 {
    margin-left: 50px!important
}

.p-l-50 {
    padding-left: 50px!important
}

.m-r-50 {
    margin-right: 50px!important
}

.p-r-50 {
    padding-right: 50px!important
}

.m-t-75 {
    margin-top: 75px!important
}

.p-t-75 {
    padding-top: 75px!important
}

.m-b-75 {
    margin-bottom: 75px!important
}

.p-b-75 {
    padding-bottom: 75px!important
}

.m-l-75 {
    margin-left: 75px!important
}

.p-l-75 {
    padding-left: 75px!important
}

.m-r-75 {
    margin-right: 75px!important
}

.p-r-75 {
    padding-right: 75px!important
}

.m-t-100 {
    margin-top: 100px!important
}

.p-t-100 {
    padding-top: 100px!important
}

.m-b-100 {
    margin-bottom: 100px!important
}

.p-b-100 {
    padding-bottom: 100px!important
}

.m-l-100 {
    margin-left: 100px!important
}

.p-l-100 {
    padding-left: 100px!important
}

.m-r-100 {
    margin-right: 100px!important
}

.p-r-100 {
    padding-right: 100px!important
}

div#CybotCookiebotDialog {
    border: 1px solid #ddd!important;
    border-radius: 40px;
    -webkit-box-shadow: 0 0 20px rgba(132, 130, 130, .5);
    box-shadow: 0 0 20px rgba(132, 130, 130, .5);
    font-size: .75rem!important;
    margin-left: 17px!important;
    margin-top: 60px!important;
    max-height: 100vh;
    max-width: calc(100% - 50px)!important;
    min-width: calc(100% - 50px);
    overflow-y: scroll;
    padding: 10px 20px;
    -webkit-transform: scale(.97)!important;
    -ms-transform: scale(.97)!important;
    transform: scale(.97)!important;
    width: calc(100% - 50px)!important
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    div#CybotCookiebotDialog {
        background-color: #181a1b;
        border: 1px solid #3a3e41;
        -webkit-box-shadow: 0 0 20px rgba(43, 47, 49, .5);
        box-shadow: 0 0 20px rgba(43, 47, 49, .5);
        color: #a0978b;
        margin-top: 15px!important;
        -webkit-transform: scale(.92)!important;
        -ms-transform: scale(.92)!important;
        transform: scale(.92)!important
    }
}

@media only screen and (max-width:767px) {
    div#CybotCookiebotDialog {
        border-radius: 20px!important
    }
}

div#CybotCookiebotDialog div#CybotCookiebotDialogDetail {
    background-color: rgba(0, 0, 0, 0)
}

div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody {
    margin: 25px 0 0;
    min-width: 100%;
    padding: 0
}

div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContent {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    display: initial
}

div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContent a:focus,
div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContent a:hover {
    background-color: rgba(0, 0, 0, 0)
}

div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentTabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentTabs>a {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-bottom: 1px solid #aaa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #6d7278!important;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    font-size: 1rem!important;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: center
}

@media only screen and (min-width:992px) {
    div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentTabs>a {
        display: inline-block;
        position: relative
    }
    div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentTabs>a:before {
        background: #20265d;
        bottom: -1px;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        right: 100%;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: right;
        -o-transition-property: right;
        transition-property: right;
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        z-index: 1
    }
    div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentTabs>a:hover {
        text-decoration: none!important
    }
    div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentTabs>a:hover:before {
        right: 0
    }
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentTabs>a:before {
        background: #a1badf!important
    }
}

div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentTabs>a.CybotCookiebotDialogDetailBodyContentTabsItemSelected {
    color: #20265d!important
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentTabs>a.CybotCookiebotDialogDetailBodyContentTabsItemSelected {
        color: #a1badf!important
    }
}

div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentTabs>a.CybotCookiebotDialogDetailBodyContentTabsItemSelected:before {
    background: #20265d;
    bottom: -1px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentTabs>a.CybotCookiebotDialogDetailBodyContentTabsItemSelected:before {
        background: #a1badf
    }
}

div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentCookieContainer {
    width: 100%
}

div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentCookieContainerTypes {
    background-color: rgba(0, 0, 0, 0);
    width: 100%
}

div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentCookieContainerTypes input {
    background-image: none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin-left: 8px;
    margin-top: 20px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentCookieContainerTypes input+label {
    background-image: none;
    margin-bottom: 5px;
    margin-top: -3px;
    padding-left: 0;
    position: relative
}

div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentCookieContainerTypes input+label:before {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 4px;
    content: "";
    display: inline-block;
    height: 17px;
    margin-right: 7px;
    min-width: 17px;
    position: relative
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentCookieContainerTypes input+label:before {
        background: #1e2122;
        border: 1px solid #3a3e41
    }
}

div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentCookieContainerTypes input:checked+label:before {
    background: #20265d;
    border: 1px solid #20265d
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentCookieContainerTypes input:checked+label:before {
        background: #a1badf;
        border: 1px solid #a1badf
    }
}

div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentCookieContainerTypes input:checked+label.necessary:before {
    background: #6d7278!important;
    border: 1px solid #6d7278!important
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentCookieContainerTypes input:checked+label.necessary:before {
        background: #a0978b!important;
        border: 1px solid #a0978b!important
    }
}

div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentCookieContainerTypes input:checked+label:after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    height: 6px;
    left: .25rem;
    position: absolute;
    top: .25rem;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 10px
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentCookieContainerTypes input:checked+label:after {
        border-bottom: 2px solid #3a3e41;
        border-left: 2px solid #181a1b
    }
}

div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentCookieContainerTypes>a {
    border: 0;
    border-top: 1px solid #20265d;
    font-size: .9rem;
    padding-bottom: 10px;
    padding-top: 15px!important
}

div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentCookieContainerTypes>a:after {
    -webkit-font-smoothing: antialiased;
    content: "\F078";
    display: inline-block;
    float: right;
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto
}

div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentCookieContainerTypes>a.CybotCookiebotDialogDetailBodyContentCookieContainerTypesSelected:after {
    content: "\F077"
}

div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentCookieContainerTypeDetails {
    height: auto!important;
    max-height: auto!important
}

div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentCookieContainer a,
div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentCookieContainer div {
    background-color: rgba(0, 0, 0, 0)!important
}

div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailBodyContentTextOverview {
    width: 100%
}

div#CybotCookiebotDialog div#CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailFooter {
    display: none
}

div#CybotCookiebotDialog h2#CybotCookiebotDialogBodyContentTitle {
    display: none!important
}

div#CybotCookiebotDialog div#CybotCookiebotDialogBodyContentText {
    margin-top: 0
}

div#CybotCookiebotDialog div#CybotCookiebotDialogPoweredbyLink {
    margin-left: 0;
    margin-top: 3px
}

@media only screen and (max-width:767px) {
    div#CybotCookiebotDialog div#CybotCookiebotDialogPoweredbyLink {
        display: none
    }
}

div#CybotCookiebotDialog div#CybotCookiebotDialogBodyContent {
    padding: 0 135px 0 60px
}

@media only screen and (max-width:767px) {
    div#CybotCookiebotDialog div#CybotCookiebotDialogBodyContent {
        padding: 0 135px 0 0
    }
}

div#CybotCookiebotDialog a,
div#CybotCookiebotDialog div,
div#CybotCookiebotDialog div#CybotCookiebotDialogBodyContentControls,
div#CybotCookiebotDialog div#CybotCookiebotDialogBodyContentTitle {
    font-family: Montserrat, sans-serif!important;
    font-size: .75rem!important;
    line-height: 1rem!important
}

div#CybotCookiebotDialog a#CybotCookiebotDialogBodyButtonDecline.rechaza {
    background-color: rgba(0, 0, 0, 0)!important;
    border: 0!important;
    color: #20265d!important;
    display: initial!important;
    float: left;
    margin: 25px 25px 0 0;
    position: relative!important
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    div#CybotCookiebotDialog a#CybotCookiebotDialogBodyButtonDecline.rechaza {
        color: #a1badf!important
    }
}

div#CybotCookiebotDialog a#CybotCookiebotDialogBodyButtonAccept.configura,
div#CybotCookiebotDialog a.cookie-all.configura {
    margin-bottom: 10px;
    position: relative!important
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    div#CybotCookiebotDialog a#CybotCookiebotDialogBodyButtonAccept,
    div#CybotCookiebotDialog a.cookie-all {
        background-color: #a1badf!important;
        border: 1px solid #a1badf!important;
        color: #181a1b!important
    }
}

div#CybotCookiebotDialog a#CybotCookiebotDialogBodyButtonAccept,
div#CybotCookiebotDialog a.cookie-all {
    background-color: #20265d;
    border: 1px solid #20265d;
    border-radius: 29px;
    color: #fff!important;
    cursor: pointer;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 15px;
    position: absolute;
    right: 20px;
    top: 8px
}

div#CybotCookiebotDialog a#CybotCookiebotDialogBodyButtonDetails {
    float: left;
    margin-left: -8px;
    margin-top: -14px!important
}

@media only screen and (max-width:600px) {
    div#CybotCookiebotDialog a#CybotCookiebotDialogBodyButtonDetails {
        margin-left: 0!important
    }
}

@media only screen and (max-width:767px) {
    div#CybotCookiebotDialog a#CybotCookiebotDialogBodyButtonDetails {
        margin-left: -67px
    }
}

div#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerTypes,
div#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieTypeIntro,
div#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieTypeTable,
div#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentIABv2Tabs {
    background-color: rgba(0, 0, 0, 0)!important;
    white-space: normal!important
}

div#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieTypeTable {
    border: 0;
    margin-bottom: 15px
}

div#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieTypeTable td,
div#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieTypeTable th {
    background-color: rgba(0, 0, 0, 0)!important;
    border: 0
}

div#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieTypeTable tr {
    border-bottom: 1px solid #ddd
}

div#CybotCookiebotDialog a {
    color: #20265d!important;
    text-decoration: none!important
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    div#CybotCookiebotDialog a {
        color: #a1badf!important
    }
}

.CookieDeclaration #CookieDeclarationConsentIdAndDate,
.CookieDeclaration>p {
    display: none!important
}

.CookieDeclaration .CookieDeclarationType {
    border-color: #f4f4f4;
    border-radius: 10px
}

.CookieDeclaration #CookieDeclarationChangeConsent>a {
    color: rgba(0, 0, 0, 0);
    padding-right: 52px
}

.CookieDeclaration #CookieDeclarationChangeConsent>a:before {
    color: #20265d;
    content: "Acceder al panel de configuraci\F3n";
    position: absolute
}

@media only screen and (prefers-color-scheme:dark) and (max-width:575px) {
    .CookieDeclaration #CookieDeclarationChangeConsent>a:before {
        color: #a1badf!important
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

.access .c-pretitle,
.access .c-subtitle,
.access .c-title {
    display: block;
    text-align: center
}

.access .c-subtitle {
    line-height: 1.5rem;
    margin-bottom: 30px;
    margin-top: 10px
}

.raffle__steps .raffle__step .c-subtitle {
    font-size: .8rem;
    line-height: 1.4rem
}

@media only screen and (min-width:992px) {
    .raffle__steps .raffle__step .c-subtitle {
        font-size: .9rem;
        line-height: 1.6rem
    }
}

@media only screen and (min-width:992px) {
    .raffle-your-house__block--text .c-subtitle {
        margin: 0 auto;
        width: 60%
    }
}

.text-right {
    text-align: right!important
}