.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0
}
.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}
.select2-results {
    display: block
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}
.select2-results__option--selectable {
    cursor: pointer
}
.select2-container--open .select2-dropdown {
    left: 0
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.select2-search--dropdown {
    display: block;
    padding: 4px
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}
.select2-search--dropdown.select2-search--hide {
    display: none
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}
.select2-container--default .select2-results__option--group {
    padding: 0
}
.select2-container--default .select2-results__option--disabled {
    color: #999
}
.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}
.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}
.select2-container--classic .select2-dropdown--below {
    border-top: none
}
.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}
.select2-container--classic .select2-results__option--group {
    padding: 0
}
.select2-container--classic .select2-results__option--disabled {
    color: grey
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}
@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Bold.eot');
    src: url('../fonts/Satoshi-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satoshi-Bold.woff2') format('woff2'),
        url('../fonts/Satoshi-Bold.woff') format('woff'),
        url('../fonts/Satoshi-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Black.eot');
    src: url('../fonts/Satoshi-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satoshi-Black.woff2') format('woff2'),
        url('../fonts/Satoshi-Black.woff') format('woff'),
        url('../fonts/Satoshi-Black.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Medium.eot');
    src: url('../fonts/Satoshi-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satoshi-Medium.woff2') format('woff2'),
        url('../fonts/Satoshi-Medium.woff') format('woff'),
        url('../fonts/Satoshi-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Canela';
    src: url('../fonts/Canela-Regular.eot');
    src: url('../fonts/Canela-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Canela-Regular.woff2') format('woff2'),
        url('../fonts/Canela-Regular.woff') format('woff'),
        url('../fonts/Canela-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Canela';
    src: url('../fonts/Canela-Black.eot');
    src: url('../fonts/Canela-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Canela-Black.woff2') format('woff2'),
        url('../fonts/Canela-Black.woff') format('woff'),
        url('../fonts/Canela-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Regular.eot');
    src: url('../fonts/Satoshi-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satoshi-Regular.woff2') format('woff2'),
        url('../fonts/Satoshi-Regular.woff') format('woff'),
        url('../fonts/Satoshi-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Light.eot');
    src: url('../fonts/Satoshi-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satoshi-Light.woff2') format('woff2'),
        url('../fonts/Satoshi-Light.woff') format('woff'),
        url('../fonts/Satoshi-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Canela';
    src: url('../fonts/Canela-Medium.eot');
    src: url('../fonts/Canela-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Canela-Medium.woff2') format('woff2'),
        url('../fonts/Canela-Medium.woff') format('woff'),
        url('../fonts/Canela-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Canela';
    src: url('../fonts/Canela-Bold.eot');
    src: url('../fonts/Canela-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Canela-Bold.woff2') format('woff2'),
        url('../fonts/Canela-Bold.woff') format('woff'),
        url('../fonts/Canela-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Canela';
    src: url('../fonts/Canela-Light.eot');
    src: url('../fonts/Canela-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Canela-Light.woff2') format('woff2'),
        url('../fonts/Canela-Light.woff') format('woff'),
        url('../fonts/Canela-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Canela';
    src: url('../fonts/Canela-Thin.eot');
    src: url('../fonts/Canela-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Canela-Thin.woff2') format('woff2'),
        url('../fonts/Canela-Thin.woff') format('woff'),
        url('../fonts/Canela-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
:root {
    /* Colors */
    --dreamblue: rgba(201, 223, 244, 1);
    --celestialblue: rgba(164, 199, 234, 1);
    --powderperiwinkle: rgba(191, 212, 233, 1);
    --softmetallicblue: rgba(220, 230, 240, 1);
    --bonecream: rgba(249, 249, 249, 1);
    --starlightwhite: rgba(242, 239, 234, 1);
    --deepskyblue: rgba(91, 145, 197, 1);
    --darkervariant: rgba(59, 110, 170, 1);
    /* Text-size styles */
    --bignumbers: 138rem;
    --bigtitle: 64rem;
    --title: 44rem;
    --medium: 18rem;
    --regular: 16rem;
    --regular--bold: 16rem;
    --small: 12rem;
    --sub--title: 24rem;
}
* {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
html {
    font-size: 0.2564102564vw;
}
::-moz-selection {
    background: transparent;
}
::selection {
    background: transparent;
}
button {
    border: 0;
    font-family: "Satoshi", sans-serif;
}
p {
    margin: 0;
    padding: 0
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
* {
    padding: 0;
    margin: 0
}
body, html {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
body {
    position: relative;
    min-width: 320rem;
    font-size: 20rem;
    line-height: 1.25;
    font-family: "Satoshi", sans-serif;
    font-weight: 400;
    color: var(--bonecream);
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: linear-gradient(180deg, #3C6EAB 0%, #A4C6EB 100%);
    background-size: auto;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100vh;
    font-style: normal;
}
*::-webkit-scrollbar {
    width: 0;
    height: 0
}
.big {
    font-size: 138rem;
    font-family: 'Canela';
    font-weight: 300;
}
h1, .h1 {
    font-size: 64rem;
    font-family: 'Canela';
    font-weight: 300;
}
h2, .h2 {
    font-size: 44rem;
    font-family: 'Canela';
    font-weight: 300;
}
h3, .h3 {
    font-size: 36rem;
    font-family: 'Canela';
    font-weight: 300;
}
h4, .h4 {
    font-size: 24rem;
    font-family: 'Canela';
    font-weight: 300;
}
h5, .h5 {
    font-size: 18rem;
    font-family: 'Canela';
    font-weight: 300;
}
p, .p, label {
    font-size: 16rem;
    line-height: 125%;
    font-weight: 500;
}
h6, .h6 {
    font-size: 14rem
}
span, .span, .small {
    font-size: 12rem
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Canela';
    font-weight: 300;
    line-height: 100%;
    text-align: center;
}
header {
    position: fixed;
    top: 30rem;
    width: calc(100% - 40rem);
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body:not(.onboarding) .sound, body:not(.onboarding) .brain {
    display: none;
}
body.onboarding .back, body.onboarding #stars {
    display: none;
}
body.onboarding .info {
    display: none;
}
.sound {
    width: 24rem;
    height: 24rem;
    background: url("../img/svg/sound.svg") center/cover no-repeat;
}
.back {
    width: 24rem;
    height: 24rem;
    background: url("../img/svg/back.svg") center/cover no-repeat;
}
.sound-off {
    background: url("../img/svg/soundoff.svg") center/cover no-repeat;
}
.logo {
    width: 68rem;
    height: 40rem;
    background: url("../img/svg/logo.svg") center/cover no-repeat;
}
.brain {
    width: 24rem;
    height: 24rem;
    background: url("../img/svg/brain.svg") center/cover no-repeat;
}
.info {
    width: 24rem;
    height: 24rem;
    background: url("../img/svg/info.svg") center/cover no-repeat;
}
main {
    display: flex;
    align-items: center;
    padding: 40rem 20rem;
    flex-direction: column;
    justify-content: center;
    gap: 20rem;
    height: 100%;
}
a {
    color: var(--bonecream);
    text-decoration: underline;
    font-weight: 500
}
button, .button {
    font-size: 16rem;
    background-color: var(--darkervariant);
    width: 100%;
    font-weight: 500;
    border-radius: 1000rem;
    text-decoration: none;
    min-height: 56rem;
    padding: 18rem 20rem;
    color: var(--bonecream)
}
/* контейнер */
.onboarding {
    max-width: 100%;
    margin: 0 auto;
}
.onb-viewport {
    overflow: hidden;
    border-radius: 16rem;
}
.onb-track {
    display: flex;
    will-change: transform;
    transition: transform 420ms cubic-bezier(.22, .61, .36, 1);
}
.onb-slide {
    min-width: 100%;
    gap: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
/* стили текста/кнопок для примера */
.swiper-wrapper {
    align-items: flex-end;
}
.onb-next {}
/* точки прогресса */
.onb-dots {
    display: flex;
    gap: 10rem;
    justify-content: center;
    margin-top: 10rem
}
.onb-dots button {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    border: 0;
    background: #ccc;
    opacity: .6;
    cursor: pointer;
}
.onb-dots button[aria-selected="true"] {
    background: #111;
    opacity: 1
}
body.onboarding main {
    justify-content: flex-end;
}
#bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* видео полностью заполняет экран */
    z-index: -1;
    /* уходит под контент */
}
.title {
    display: flex;
    flex-direction: column;
    gap: 10rem
}
input, textarea, select, .select2-container--default .select2-selection--single {
    backdrop-filter: blur(5rem);
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff !important;
    font-family: 'Satoshi';
    padding: 20rem;
    gap: 15rem;
    width: 100%;
    min-height: 52rem;
    background: rgba(21, 43, 86, 0.1) !important;
    border: 1rem solid rgba(21, 43, 86, 0.1) !important;
    border-radius: 10rem;
    flex: 1;
}

::placeholder {
    color: #A4C7EA
}
form {
    width: 100%;
    gap: 10rem;
    display: flex;
    flex-direction: column;
}
.social-icons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20rem;
}
.social-icons button {
    min-height: 48rem;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0
}
#stars {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #3C6EAB 0%, #A4C6EB 100%);
    z-index: -1;
}
.star {
    position: absolute;
    width: var(--size, 10rem);
    height: var(--size, 10rem);
    transform: translate(-50%, -50%) rotate(var(--rot, 0deg));
    animation: twinkle 2.4s infinite ease-in-out;
    filter: drop-shadow(0 0 4rem rgba(255, 255, 255, 0.75)) drop-shadow(0 0 8rem rgba(255, 255, 255, 0.35));
}
.star svg {
    width: 100%;
    height: 100%;
    display: block;
}
.star path {
    fill: #fff;
}
/* «падающая звезда» оставляем твою */
.shooting-star {
    position: absolute;
    width: 2rem;
    height: 10rem;
    background-color: #fff;
    opacity: 1;
    z-index: 1;
    transform: rotate(45deg);
    animation: shootingStarAnimation 0.5s linear forwards;
}
@keyframes twinkle {
    0%, 100% {
        opacity: .35;
        transform: translate(-50%, -50%) scale(.75) rotate(var(--rot, 0deg));
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1) rotate(var(--rot, 0deg));
    }
}
@keyframes shootingStarAnimation {
    0% {
        opacity: 1;
        transform: translateX(-200rem) translateY(-200rem) rotate(70deg);
    }
    100% {
        opacity: 0;
        transform: translateX(200rem) translateY(-300rem) rotate(70deg);
    }
}
.block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 16rem 16rem 16rem 16rem;
    gap: 16rem;
    isolation: isolate;
    background: rgba(164, 199, 234, 0.5);
    border-radius: 20rem;
}
.block-item p:not(.bold) {
    font-weight: 300
}
.bold {
    font-weight: 500
}
.switcher {
    backdrop-filter: blur(5rem);
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-family: 'Satoshi';
    gap: 15rem;
    width: 100%;
    min-height: 52rem;
    background: rgba(21, 43, 86, 0.1);
    border: 1rem solid rgba(21, 43, 86, 0.1);
    border-radius: 1000rem;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}
.switcher p {
    flex: 1;
    text-align: center;
}
.switcher p.active {
    font-size: 16rem;
    background-color: var(--darkervariant);
    width: 100%;
    font-weight: 500;
    border-radius: 1000rem;
    text-decoration: none;
    min-height: 52rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bonecream)
}
.rituals {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 10rem;
}
.rituals .ritual {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    padding: 20rem 20rem 20rem 80rem;
    gap: 2rem;
    height: 80rem;
    background: #A4C7EA;
    border-radius: 20rem;
    width: 100%;
}
.rituals .ritual:before {
    content: '';
    width: 40rem;
    height: 40rem;
    background: transparent;
    position: absolute;
    left: 20rem;
    top: 50%;
    transform: translateY(-50%);
}
.rituals .ritual.sleep {
    background: linear-gradient(90deg, #B2CAE2 0%, #82AAD1 100%);
}
.rituals .ritual.sleep:before {
    background: url("../img/svg/sleep.svg") center/cover no-repeat;
}
.rituals .ritual.morning {
    background: linear-gradient(90deg, #E68E6A 0%, #E0CDAD 100%);
}
.rituals .ritual.morning:before {
    background: url("../img/svg/morning.svg") center/cover no-repeat;
}
.rituals .ritual.calm {
    background: linear-gradient(90deg, #FB92B7 0%, #91A9C2 100%);
}
.rituals .ritual.calm:before {
    background: url("../img/svg/calm.svg") center/cover no-repeat;
}
.rituals .ritual.dream {
    background: linear-gradient(90deg, #AAAFD4 0%, #A2A7D1 100%);
}
.rituals .ritual.dream:before {
    background: url("../img/svg/dream.svg") center/cover no-repeat;
}
.form .swiper-wrapper {
    align-items: center;
}
.popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40rem 20rem 20rem;
    gap: 30rem;
    opacity: 1;
    position: fixed;
    width: 90%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -250%);
    background: rgba(164, 199, 234, 0.3);
    backdrop-filter: blur(30rem);
    border-radius: 20rem;    transition: 0.3s ease-in-out;
    z-index: 9;
}
.popup.active {
    transform: translate(-50%, -50%);

}
.popup .popup-ritual-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10rem
}
.pill-group {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10rem;
}
.pill {
    backdrop-filter: blur(5rem);
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Satoshi';
    width: 100%;
    min-height: 52rem;
    background: rgba(21, 43, 86, 0.1);
    border: 1rem solid rgba(21, 43, 86, 0.1);
    border-radius: 1000rem;
}
.pill input {
    display: none;
}
.pill input:checked+span {
    background: #3B6EAA;
    color: #fff;
}
.pill span {
    display: flex;
    border-radius: 999px;
    width: 100%;
    height: 52rem;
    justify-content: center;
    align-items: center;
}

.select2-dropdown {
    background: #3B6EAA !important;
    border: 1rem solid rgba(21, 43, 86, 0.1) !important;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgb(21 43 86 / 20%);
    border-radius: 4rem;
}
.select2-container--default .select2-selection--single * {
    color: #fff !important
}
.select2-results__option--selectable {
    padding: 12rem;
    width: 100%;
    text-align: left;
}
.select2-results, .select2-container--default .select2-results>.select2-results__options{width: 100%}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 10rem;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{    border-color: transparent transparent #fff  transparent;}

button.onb-next{transition: 0.3s ease-in-out}
button.onb-next.disable {transition: 0s ease-in-out;
    opacity: 0.3;
}