@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner,
    button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring,
    button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button
    {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    color: #555
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    font-family: Work Sans, sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.25
}

button:focus {
    outline: 0
}

address {
    font-style: normal
}

a {
    color: #c31432;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

img {
    height: auto;
    max-width: 100%
}

.visuallyhidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: .1rem;
    margin: -.1rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: .1rem
}

.list {
    margin: 0;
    padding: 0;
    list-style: none
}

.list--disc li:before {
    content: "•"
}

.title {
    color: #555;
    margin: 0
}

.title--2 {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 2rem
}

.spinner-container svg{
    height: 50px;
    width: 100%;
}

@media screen and (min-width:980px) {
    .title--2 {
        font-size: 3.6rem
    }
}

.back-link {
    background: #fafafa url(../assets/chevron-left.svg) 50% 50% no-repeat;
    background-clip: padding-box;
    background-size: 30%;
    border-radius: 50%;
    border: .2rem solid transparent;
    display: block;
    height: 3rem;
    position: relative;
    width: 3rem
}

@media screen and (min-width:980px) {
    .back-link {
        background-size: initial;
        height: 5rem;
        width: 5rem
    }
}

.back-link:before {
    background: linear-gradient(112deg, #5c0e35, #c31432);
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    margin: -.2rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.button {
    border: 0;
    padding: 1.2rem 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 1.4rem;
    font-family: Work Sans, sans-serif;
    text-align: center;
    text-decoration: none;
    cursor: pointer
}

@media screen and (min-width:980px) {
    .button {
        min-width: 14rem;
        padding: 1.6rem 0
    }
}

.button:hover {
    text-decoration: none
}

.button--filled {
    background: linear-gradient(112deg, #5c0e35, #c31432);
    border-radius: .5rem;
    color: #fff;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.button--outlined {
    background: #fff;
    border-radius: 5rem;
    border: .2rem solid #5c0e35;
    color: #c31432;
    padding-left: 3rem;
    padding-right: 3rem
}

.button--apple-wallet {
    border-radius: .9rem;
    background: #000 url(../assets/apple-wallet.png) 50% 50% no-repeat;
    height: 5rem;
    overflow: hidden;
    text-indent: -999rem;
    min-width: 16.2rem
}

.checkbox {
    position: relative
}

.checkbox__field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.checkbox__field:checked ~.checkbox__checker:before {
    opacity: 1
}

.checkbox__checker {
    position: relative;
    border-radius: .2rem;
    border: .1rem solid #555;
    height: 1.8rem;
    width: 1.8rem
}

.checkbox__checker:before {
    background: url(../assets/icon-check.svg) 50% 50% no-repeat;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 100%
}

.code-confirm {
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
    display: grid;
    grid-template-columns: repeat(4, 5rem);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.code-confirm .field {
    font-size: 2.4rem;
    height: 5rem;
    text-align: center
}

.contact {
    color: #555;
    line-height: 1.4;
    margin: 0
}

.contact__title {
    font-size: 1.8rem;
    font-weight: 400
}

@media screen and (min-width:980px) {
    .contact__title {
        font-size: 2rem
    }
}

.contact__value {
    font-size: 1.4rem;
    margin-left: 0
}

@media screen and (min-width:980px) {
    .contact__value {
        font-size: 1.8rem
    }
}

.error-message {
    color: #c31432;
    margin-top: .5rem;
    text-align: right
}

.event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.event__pager {
    height: 9.5rem;
    position: absolute;
    right: 0;
    top: 0
}

@media screen and (min-width:980px) {
    .event__pager {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        position: static
    }
}

.event__pager:first-child {
    left: 0;
    right: auto
}

@media screen and (min-width:980px) {
    .event__pager:first-child {
        left: auto;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

.event__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.event__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fafafa;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (min-width:980px) {
    .event__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.event__date {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background: linear-gradient(135deg, #5c0e35, #c72f49);
    color: #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 4rem;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 3.2rem;
    padding: 1.5rem 2rem;
    text-align: center
}

.event__title {
    background: url(../assets/gallery.svg) 100% 50% no-repeat;
    padding: 3rem 6rem 3rem 2rem;
    margin-right: 1rem;
    margin-bottom: 0
}

.events {
    padding: 8rem 2rem 2rem
}

@media screen and (min-width:980px) {
    .events {
        height: 100vh;
        padding: 5rem 0 0 5rem
    }
}

@media screen and (min-width:980px) {
    .events__wrap {
        width: 63rem
    }
}

.field {
    background: #fff;
    border-radius: .5rem;
    border: .1rem solid #555;
    display: block;
    font-family: Work Sans, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 1.5rem;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    width: 100%
}

.field:disabled {
    background: #dedede
}

.field--error {
    border-color: #c31432
}

.field:focus {
    border-color: #5c0e35;
    outline: 0
}

.field-wrap {
    position: relative
}

.field-wrap__response {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.field-wrap__response--error {
    background: url(../assets/icon-alert.svg) no-repeat;
    background-size: cover;
    height: 2.5rem;
    width: 2.5rem
}

.field-wrap__toggle-password {
    background: url(../assets/input-show.svg) no-repeat;
    background-size: cover;
    border: 0;
    cursor: pointer;
    height: 3rem;
    padding: 0;
    width: 3rem
}
.field-wrap__toggle-password.field--error {
    margin-right: 3rem;
}

.field-wrap__toggle-password--visible {
    background-image: url(../assets/input-hidden.svg)
}

.form__row {
    margin-bottom: 2rem
}

.form__grid {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
    display: grid
}

.form__grid--1 {
    grid-template-columns: 7rem
}

.form__grid--1-3 {
    grid-template-columns: 7rem 1fr
}

.form__grid--1-2-1 {
    grid-template-columns: 7rem 1fr 7rem
}

.form__label {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: .5rem
}

.form__buttons, .form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    margin-top: 3.5rem
}

.form__buttons--align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.form__separator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2.5rem 0;
    position: relative
}

.form__separator:before {
    border-bottom: .1rem solid #000;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%
}

.form__separator__text {
    background: #fff;
    padding: .2rem .8rem;
    position: relative;
    z-index: 1
}

.header {
    color: #fff;
    left: 0;
    padding: 1rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
    transition: color .3s ease-in-out, background .3s ease-in-out
}

@media screen and (min-width:980px) {
    .header {
        padding: 2rem;
        bottom: 0;
        left: auto
    }
}

.header--active {
    background: #fff;
    color: #555
}

.header__toggle {
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: block;
    height: 3rem;
    margin-left: auto;
    padding: 0;
    position: relative;
    width: 3rem
}

@media screen and (min-width:980px) {
    .header__toggle {
        height: 4rem;
        margin-left: 0;
        width: 4rem
    }
}

.header__toggle:before {
    position: absolute;
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
    border-radius: 50%;
    background: #c72f49;
    -webkit-clip-path: circle(0 at 50%);
    clip-path: circle(0 at 50%);
    -webkit-transition: -webkit-clip-path .2s ease-in-out;
    transition: -webkit-clip-path .2s ease-in-out;
    transition: clip-path .2s ease-in-out;
    transition: clip-path .2s ease-in-out, -webkit-clip-path .2s ease-in-out;
    content: ""
}

@media screen and (min-width:980px) {
    .header__toggle:hover {
        color: #fff
    }
}

@media screen and (min-width:980px) {
    .header__toggle:hover:before {
        -webkit-clip-path: circle(100% at 50%);
        clip-path: circle(100% at 50%)
    }
}

@media screen and (min-width:980px) {
    .header__toggle:hover .header__toggle__menu:after, .header__toggle:hover .header__toggle__menu:before
        {
        width: 60%
    }
}

.header__toggle__menu {
    background: inherit;
    border-bottom: .3rem solid;
    border-radius: .5rem;
    display: block;
    position: relative
}

@media screen and (min-width:980px) {
    .header__toggle__menu {
        border-bottom-width: .4rem
    }
}

.header__toggle__menu:after, .header__toggle__menu:before {
    border-bottom: .3rem solid;
    border-radius: .5rem;
    content: "";
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width .1s ease-in;
    transition: width .1s ease-in;
    width: 100%
}

@media screen and (min-width:980px) {
    .header__toggle__menu:after, .header__toggle__menu:before {
        border-bottom-width: .4rem
    }
}

.header__toggle__menu:before {
    top: -.7rem
}

@media screen and (min-width:980px) {
    .header__toggle__menu:before {
        top: -1rem
    }
}

.header__toggle__menu:after {
    bottom: -1rem
}

@media screen and (min-width:980px) {
    .header__toggle__menu:after {
        bottom: -1.4rem
    }
}

.intro {
    background: url(../assets/intro-background.jpg) no-repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative
}

.intro__logo {
    left: 50%;
    position: absolute;
    top: 12rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (min-width:980px) {
    .intro__logo {
        bottom: 7rem;
        left: 3rem;
        top: auto;
        -webkit-transform: none;
        transform: none
    }
}

.intro__scroll-down {
    bottom: 2rem;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.label {
    font-size: 1.4rem
}

.label--with-checkbox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.label__text {
    margin-left: 1rem
}

.logo {
    background: url(../assets/logo.png) 50% 0 no-repeat
}

@media screen and (min-width:980px) {
    .logo {
        background-position: 0 50%
    }
}

.logo--standalone {
    height: 11rem;
    width: 10.5rem
}

.logo--with-text {
    padding-top: 11rem;
    text-align: center
}

@media screen and (min-width:980px) {
    .logo--with-text {
        padding-left: 11.5rem;
        padding-top: 0;
        text-align: left
    }
}

.logo__text {
    color: #fff;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.2
}

.navigation {
    background: -webkit-gradient(linear, left top, left bottom, from(#c72f49),
        to(#5c0e35));
    background: linear-gradient(180deg, #c72f49, #5c0e35);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    overflow: hidden;
    -webkit-clip-path: circle(0 at calc(100% - 51.5px) 42.5px);
    clip-path: circle(0 at calc(100% - 51.5px) 42.5px);
    -webkit-transition: -webkit-clip-path .4s ease-in-out;
    transition: -webkit-clip-path .4s ease-in-out;
    transition: clip-path .4s ease-in-out;
    transition: clip-path .4s ease-in-out, -webkit-clip-path .4s ease-in-out;
    z-index: 2
}

.navigation--active {
    -webkit-clip-path: circle(200% at calc(100% - 51.5px) 42.5px);
    clip-path: circle(200% at calc(100% - 51.5px) 42.5px)
}

.navigation__close {
    background: none;
    border: 0;
    cursor: pointer;
    height: 3rem;
    padding: 0;
    position: absolute;
    right: 2rem;
    top: 2rem;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    width: 3rem;
    z-index: 2
}

@media screen and (min-width:980px) {
    .navigation__close {
        height: 4rem;
        right: 1rem;
        top: 1rem;
        width: 4rem
    }
}

.navigation__close:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.navigation__close:after, .navigation__close:before {
    border-bottom: .2rem solid #fff;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    width: 2rem
}

@media screen and (min-width:980px) {
    .navigation__close:after, .navigation__close:before {
        width: 4rem
    }
}

.navigation__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.navigation__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.navigation__logo {
    display: none
}

@media screen and (min-width:980px) {
    .navigation__logo {
        display: block;
        left: 10rem;
        position: absolute;
        top: 10rem
    }
}

.navigation__list {
    list-style: none;
    margin: 8rem 0 0 2rem;
    padding: 0
}

@media screen and (min-width:980px) {
    .navigation__list {
        margin: 0;
        position: absolute;
        right: 25rem;
        top: 10rem
    }
}

.navigation__item {
    margin-bottom: 3rem
}

.navigation__item:last-child {
    margin-bottom: 0
}

.navigation__link {
    display: inline-block;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: opacity .2s ease-in-out, -webkit-transform .1s
        ease-in-out;
    transition: opacity .2s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: transform .1s ease-in-out, opacity .2s ease-in-out;
    transition: transform .1s ease-in-out, opacity .2s ease-in-out,
        -webkit-transform .1s ease-in-out
}

@media screen and (min-width:980px) {
    .navigation__link {
        font-size: 3.2em
    }
}

.navigation__link:hover {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
    opacity: .6
}

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

@media screen and (min-width:980px) {
    .page {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.page__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.page__item--active .page__back {
    display: block
}

.page__back {
    display: none
}

@media screen and (min-width:980px) {
    .page__back {
        display: block
    }
}

.page-back {
    position: fixed;
    top: 0;
    left: 0;
    padding: 1rem;
    z-index: 10
}

@media screen and (min-width:980px) {
    .page-back {
        background: #fafafa;
        display: block;
        height: 9rem;
        padding: 2rem;
        position: relative;
        width: 9rem;
        z-index: 1
    }
}

.pager {
    background-color: #dedede;
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-decoration: none;
    z-index: 1;
    width: 5rem
}

@media screen and (min-width:980px) {
    .pager {
        position: relative
    }
}

.pager:before {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    position: absolute;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    width: 100%;
    z-index: 1
}

.pager--left:hover:before {
    -webkit-transform: translateX(-.5rem);
    transform: translateX(-.5rem)
}

.pager--left:before {
    background-image: url(../assets/pager-left.svg)
}

.pager--right:hover:before {
    -webkit-transform: translateX(.5rem);
    transform: translateX(.5rem)
}

.pager--right:before {
    background-image: url(../assets/pager-right.svg)
}

.partner {
    background: #fafafa;
    color: #555;
    padding: 2rem 2rem 0;
    position: relative
}

.partner__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0
}

.partner__logo {
    max-width: 10rem;
    margin-right: 2.5rem
}

@media screen and (min-width:980px) {
    .partner__logo {
        max-width: 100%
    }
}

.partner__text {
    margin: 2rem 0 3rem
}

.partner__pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -2rem;
    margin-right: -2rem;
    height: 5rem
}

.partner__pager .pager {
    position: relative
}

.partners {
    padding: 8rem 2rem 2rem
}

@media screen and (min-width:980px) {
    .partners {
        height: 100vh;
        padding: 5rem 0 0 5rem
    }
}

@media screen and (min-width:980px) {
    .partners__wrap {
        width: 47rem
    }
}

.partner__icons {
    padding-right: 5px
}

.payment-providers {
    margin-top: 6rem
}

.preview {
    overflow: auto;
    position: relative
}

@media screen and (min-width:980px) {
    .preview {
        display: grid;
        grid-template-columns: 55rem 1fr
    }
}

.preview__media {
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%
}

@media screen and (min-width:980px) {
    .preview__media {
        min-height: 100vh;
        position: static
    }
}

.preview__body {
    background: #fff;
    padding: 2rem;
    margin: 7rem 2rem
}

@media screen and (min-width:980px) {
    .preview__body {
        padding: 7rem 3rem 7rem 7rem;
        margin: 0
    }
}

.preview__title {
    margin-bottom: 2rem;
    position: relative;
    z-index: 1
}

@media screen and (min-width:980px) {
    .preview__title {
        margin-bottom: 4.5rem
    }
}

.preview__title--nested {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.preview__back {
    margin-right: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.preview__text {
    margin: 0 0 2rem
}

.preview__footer {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    z-index: 1
}

@media screen and (min-width:980px) {
    .preview__footer {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.preview__footer--align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.preview__footer .button+.button {
    margin-bottom: 2rem
}

@media screen and (min-width:980px) {
    .preview__footer .button+.button {
        margin-bottom: 0
    }
}

@
-webkit-keyframes levitate { 0%{
    -webkit-transform: translateY(-.5rem);
    transform: translateY(-.5rem)
}

to {
    -webkit-transform: translateY(.5rem);
    transform: translateY(.5rem)
}

}
@
keyframes levitate { 0%{
    -webkit-transform: translateY(-.5rem);
    transform: translateY(-.5rem)
}

to {
    -webkit-transform: translateY(.5rem);
    transform: translateY(.5rem)
}

}
.scroll-down {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: levitate .8s ease infinite alternate;
    animation: levitate .8s ease infinite alternate;
    background: linear-gradient(98.11deg, #5c0e35 5%, #c31432 90%);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 5rem
}

.scroll-down:after {
    background: url(../assets/chevron-down.svg) no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 1.3rem;
    width: 2.3rem
}

@media screen and (min-width: 980px) {
    .scroll-snap {
        max-height: 100vh;
        overflow-y: scroll;
        scroll-snap-type: y mandatory;
    }

    .scroll-snap__item {

    .scroll-snap__item {
        scroll-snap-align: start;
    }
}

.scroll-snap__item {
    min-height: 100vh;
}

@media screen and (min-width: 980px) {
    .scroll-snap {
        -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory
    }
}

.scroll-snap__item {
    min-height: 100vh
}

@media screen and (min-width: 980px) {
    .scroll-snap__item {
        scroll-snap-align: start
    }
}

.slider, .slider__items {
    overflow: hidden;
    position: relative
}

.slider__items {
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out
}

.slider__background, .slider__item {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    width: 100%;
    will-change: transform
}

.slider__background {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    z-index: -1
}

.select {
    position: relative
}

@media screen and (min-width: 980px) {
    .select:before {
        border: .5rem solid transparent;
        border-top-color: #555;
        content: "";
        pointer-events: none;
        position: absolute;
        right: 1.5rem;
        top: 50%;
        -webkit-transform: translateY(-.2rem);
        transform: translateY(-.2rem)
    }
}

.select__field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border-radius: .5rem;
    border: .1rem solid #555;
    display: block;
    padding: 1.5rem 1rem;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    width: 100%
}

.select__field--error {
    border-color: #c31432
}

.select__field:disabled {
    background: #dedede
}

.select__field:focus {
    border-color: #5c0e35;
    outline: 0
}

@media screen and (min-width: 980px) {
    .select__field {
        margin-right: 3rem
    }
}

.social-list {
    -webkit-column-gap: 2.5rem;
    column-gap: 2.5rem;
    display: grid;
    grid-template-columns: repeat(3, 3rem);
    list-style: none;
    margin: 3rem 0 0;
    padding: 0
}

@media screen and (min-width: 980px) {
    .social-list {
        grid-template-columns: repeat(3, 5rem)
    }
}

.social-list__link {
    background-position: 50% 50%;
    background-size: contain;
    display: block;
    height: 3rem;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media screen and (min-width: 980px) {
    .social-list__link {
        height: 5rem
    }
}

.social-list__link:hover {
    opacity: .8
}

.social-list__link--flickr {
    background-image: url(../assets/icon-flickr.svg)
}

.social-list__link--instagram {
    background-image: url(../assets/icon-instagram.svg)
}

.social-list__link--facebook {
    background-image: url(../assets/icon-facebook.svg)
}

.message .message__item.type__error {
    color: #c31432;
    font-weight: bolder;
    text-align: center;
    padding: 1.5rem;
    background-color: #fff0f2;
}

}

dl.payment-details dt{
    margin: 0;
}
dl.payment-details dd{
    margin-left: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}
.summary{
    width:100%;
}
.summary th{
    border-bottom: 2px solid #a5a5a5;
}

.summary__name{
    padding: 5px 0;
}
.summary__price{
    width: 100px;
    text-align:right;
    padding: 5px 0;
}
.summary__sum{
    text-align: right;
    font-weight: bold;
    border-top:1px solid #a5a5a5;
    padding: 10px 0;
}

.radio-container.radio-error input[type="radio"]{
    border:1px solid #c31432;
}

.checkbox-container.checkbox-error input[type="checkbox"]{
    border:1px solid #c31432;
}

.radio-container .error-message {
    text-align:left;
    margin-top: 20px;
}
.form-radio
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #f1f1f1;
     color: #666;
     top: 10px;
     height: 30px;
     width: 30px;
     border: 0;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
}
.form-checkbox
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     border: 1px solid #555;
     color: #666;
     top: 10px;
     height: 30px;
     width: 30px;
     border-radius: 5px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
}

.form-radio:checked::before,
.form-checkbox:checked::before

{
     position: absolute;
     font: 13px/1 'Open Sans', sans-serif;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
}
.form-radio:hover,
.form-checkbox:hover

{
     background-color: #f7f7f7;
}

.form-radio:hover::before,
.form-checkbox:hover::before

{
     position: absolute;
     font: 13px/1 'Open Sans', sans-serif;
     color: #5D0E35;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
}
.form-radio:checked,
.form-checkbox:checked

{
     background-color: #C72F49;
     color: #fff;
     border: 0;
}
.form-radio:checked:hover::before,
.form-checkbox:checked:hover::before

{
     color: #fff;
}

.pull-right {
    text-align: right;
}

.intro-text {
    margin-bottom: 0;
}



/* loader */
.loader-container svg {
    height: 13px;
    min-width: 50px;
    display: none; /* Set display:inline-block; to show */
}

button.pay .loader-container svg {
    min-width:163px;
}

#barion_receiver {
    position: absolute;
}