.select2-container {
    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;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 20px;
    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-left: 20px;
    padding-right: 8px
}

.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 {
    border: none;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 100%;
    height: 18px;
    margin-left: 5px;
    margin-top: 5px;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    resize: none;
    vertical-align: bottom;
    word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    left: -100000px;
    position: absolute;
    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 {
    box-sizing: border-box;
    padding: 4px;
    width: 100%
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    background-color: #fff;
    border: 0;
    display: block;
    filter: alpha(opacity=0);
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 99
}

.select2-hidden-accessible {
    clip: rect(0 0 0 0) !important;
    border: 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;
    white-space: nowrap !important;
    width: 1px !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: 700;
    height: 26px;
    margin-right: 20px;
    padding-right: 0
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    right: 1px;
    top: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    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;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    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: 700;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px;
    position: absolute;
    right: 0
}

.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;
    max-width: 100%;
    overflow: hidden;
    padding: 0 0 0 20px;
    position: relative;
    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-bottom-left-radius: 4px;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    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-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-top-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: 1px solid #000;
    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--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    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 {
    -webkit-appearance: textfield;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: 0
}

.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: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    border: 1px solid #aaa;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
    outline: 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: 700;
    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;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    border: none;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
    height: 26px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    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-radius: 0;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #aaa;
    border-top-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;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    background-image: -webkit-linear-gradient(top, #fff, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    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-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    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-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-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 {
    box-shadow: none;
    outline: 0
}

.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: swiper-icons;
    font-style: normal;
    font-weight: 400;
    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")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: #000;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    opacity: .2;
    width: 8px
}

button.swiper-pagination-bullet {
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: 1
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

.select2-container {
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    max-width: 100%;
    width: 100% !important
}

.select2-container .select2-selection--single {
    border-radius: 0;
    height: 31px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 1.5;
    padding: 4px 20px 4px 8px
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container .select2-search--inline .select2-search__field {
    font-size: 14px
}

.select2-container.select2-container--open {
    width: auto !important
}

.select2-container--default .select2-selection--single,
.select2-dropdown {
    border: 1px solid #ccc
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #48575f
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #48575f transparent transparent
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ccc
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #48575f
}

.select2-container--default .select2-results__option--highlighted[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(20, 175, 67, .1);
    color: #121e2a
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--selected[aria-selected=true] {
    background-color: #facf49
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #48575f
}

.pso-homepage {
    overflow: hidden
}

h1,
h2,
h3,
p {
    font-weight: 300
}

strong {
    font-weight: 800
}

.pso-homepage-section-headline {
    font-size: 48px;
    margin-bottom: 32px
}

.pso-homepage-section-text {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 80px
}

.pso-homepage-pso-kv {
    min-height: 395px
}

.pso-homepage-pso-kv-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1
}

.pso-homepage-pso-kv-copy h1 {
    font-size: 60px;
    margin-bottom: 32px
}

.pso-homepage-pso-kv-copy p {
    font-size: 20px;
    margin-bottom: 48px
}

.pso-homepage-pso-kv-img {
    left: 40px;
    position: absolute;
    top: -70px
}

.pso-homepage-pso-kv-join-form {
    margin: 0
}

.pso-homepage-pso-kv-join-form form {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 100%
}

.pso-homepage-pso-kv-join-form .col-md-8 {
    padding-right: 8px
}

.pso-homepage-pso-kv-join-form input {
    background: rgba(24, 24, 30, .05);
    border: none;
    border-radius: 4px;
    color: #18181e;
    font-size: 16px;
    font-weight: 300;
    height: 56px;
    padding: 17px 24px 18px;
    width: 100%
}

.pso-homepage-pso-kv-join-form input::placeholder {
    color: rgba(24, 24, 30, .6)
}

.pso-homepage-pso-kv-join-form .btn {
    font-size: 16px;
    font-weight: 800;
    height: 56px;
    padding: 17px 24px 18px;
    width: 100%
}

.pso-homepage-data-information {
    margin-top: 95px
}

.pso-homepage-data-information-text {
    font-size: 16px;
    margin: 0
}

.pso-homepage-data-information-value {
    font-size: 48px;
    font-weight: 800;
    margin: 16px 0 0
}

.pso-homepage-how-it-works {
    margin-top: 160px;
    text-align: center
}

.pso-homepage-how-it-works-steps {
    position: relative
}

.pso-homepage-how-it-works-steps ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.pso-homepage-how-it-works-steps li {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 45px;
    position: relative
}

.pso-homepage-how-it-works-steps li:first-child:after {
    left: 50%;
    width: 50%
}

.pso-homepage-how-it-works-steps li:last-child:after {
    right: 50%;
    width: 50%
}

.pso-homepage-how-it-works-steps li:after {
    background: rgba(24, 24, 30, .05);
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 24px;
    width: 100%
}

.pso-homepage-how-it-works-steps h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 16px
}

.pso-homepage-how-it-works-steps p {
    margin: 0
}

.pso-homepage-how-it-works-number {
    background: #18181e;
    border-radius: 24px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    margin: 0 auto 32px;
    text-align: center;
    width: 48px
}

.pso-homepage-partners {
    margin: 160px 0
}

.pso-homepage-partners-tab-content {
    float: right;
    max-width: 454px;
    width: 100%
}

.pso-homepage-partners-tab-pane {
    display: none
}

.pso-homepage-partners-tab-pane.active {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 48px 80px rgba(24, 24, 30, .05);
    color: #18181e;
    display: block
}

.pso-homepage-partners-tab-pane-copy {
    border-radius: 0 0 8px 8px;
    min-height: 311px;
    padding: 48px
}

.pso-homepage-partners-tab-pane-copy h3 {
    font-size: 16px;
    font-weight: 800
}

.pso-homepage-partners-tab-pane-copy p {
    font-size: 14px;
    margin-bottom: 25px
}

.pso-homepage-partners-tab-pane-qa-link {
    color: #56a0e2;
    display: block;
    font-size: 14px;
    margin-bottom: 30px
}

.pso-homepage-partners-tab-pane-img {
    background-color: #eeeeef;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 8px 8px 0 0;
    height: 220px;
    overflow: hidden;
    width: 100%
}

.pso-homepage-partners-tab-pane-img.finance {
    background-image: url(/build/images/kv1.2646d3ad.png)
}

.pso-homepage-partners-tab-pane-img.trading {
    background-image: url(/build/images/kv2.9bb22558.png)
}

.pso-homepage-partners-tab-pane-img.influencers {
    background-image: url(/build/images/kv3.ce925341.png)
}

.pso-homepage-partners-tab-pane-img.social-media {
    background-image: url(/build/images/kv4.f4a1bd79.png)
}

.pso-homepage-partners-tab-pane-img.others {
    background-image: url(/build/images/kv5.133e6499.png)
}

.pso-homepage-partners-nav-tabs {
    border-bottom: 0;
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 356px
}

.pso-homepage-partners-nav-tabs li {
    background-color: #fff;
    border-radius: 8px;
    float: none;
    margin: 16px 0
}

.pso-homepage-partners-nav-tabs li:first-child {
    margin: 0
}

.pso-homepage-partners-nav-tabs li:last-child {
    margin: 16px 0 0
}

.pso-homepage-partners-nav-tabs li a {
    border-radius: 8px;
    box-shadow: 0 48px 80px rgba(24, 24, 30, .05);
    color: #18181e;
    display: block;
    font-size: 16px;
    font-weight: 800;
    line-height: 27px;
    padding: 18px 32px
}

.pso-homepage-partners-nav-tabs li a.active {
    background-color: #18181e;
    border-radius: 8px;
    box-shadow: none;
    color: #fff;
    position: relative
}

.pso-homepage-partners-nav-tabs li a.active:after {
    background-color: #18181e;
    border-radius: 0 0 0 .2em;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: -4px;
    top: 25px;
    transform: rotate(-135deg);
    width: 10px
}

.pso-homepage-stories-main-story {
    position: relative
}

.pso-homepage-stories-main-story-img {
    background-color: #cdd8e1;
    border-radius: 16px;
    height: 412px;
    position: relative
}

.pso-homepage-stories-main-story-img:after {
    background: linear-gradient(180deg, rgba(232, 245, 255, 0), #19242d);
    border-radius: 16px;
    bottom: 0;
    content: "";
    height: 332px;
    left: 0;
    position: absolute;
    width: 100%
}

.pso-homepage-stories-main-story-img-cms {
    border-radius: 0 0 16px 16px;
    bottom: 0;
    display: block;
    left: 0;
    margin: 0 auto;
    max-height: 90%;
    max-width: 100%;
    position: absolute;
    right: 0
}

.pso-homepage-stories-main-story-copy {
    bottom: 0;
    left: 0;
    padding: 48px 63px;
    position: absolute;
    width: 100%
}

.pso-homepage-stories-main-story-copy-description {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 12px
}

.pso-homepage-stories-main-story-copy-author {
    color: hsla(0, 0%, 100%, .6);
    font-size: 16px;
    margin: 0
}

.pso-homepage-stories-other-stories {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 80px
}

.pso-homepage-stories-single-story:first-child {
    margin-bottom: 70px
}

.pso-homepage-stories-other-stories-description {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 24px
}

.pso-homepage-stories-other-stories-author-name {
    font-size: 14px;
    font-weight: 800;
    margin: 0
}

.pso-homepage-stories-other-stories-author-info {
    color: rgba(24, 24, 30, .6);
    font-size: 12px;
    line-height: 15px;
    margin: 0
}

.pso-homepage-stories-other-stories-author-logo {
    background-color: transparent;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    height: 36px;
    margin-right: 16px;
    width: 36px
}

.pso-homepage-why-xtb {
    margin: 160px 0 0;
    text-align: center
}

.pso-homepage-why-xtb-boxes {
    margin-top: 40px;
}

.pso-homepage-why-xtb-box {
    border-right: 1px solid rgba(24, 24, 30, .05);
    min-height: 320px;
    padding: 65px
}

.pso-homepage-why-xtb-box img {
    height: 64px;
    margin: 0 0 40px;
    width: 64px
}

.pso-homepage-why-xtb-box:nth-child(3n) {
    border-right: none
}

.pso-homepage-why-xtb-box:nth-child(-n+3) {
    border-bottom: 1px solid rgba(24, 24, 30, .05)
}

.swiper-slide {
    height: auto;
    max-width: 33.33333%
}

.pso-homepage-why-xtb-box-text {
    color: #18181e;
    font-size: 20px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    width: 100%
}

.pso-homepage-why-xtb-box-text strong {
    font-weight: 800
}

.pso-homepage-why-xtb-visual {
    filter: drop-shadow(0 47px 80px rgba(24, 24, 30, .05));
    margin-bottom: 160px;
    width: 100%
}

.select2-container,
.select2-container[dir=rtl] {
    font-size: 16px
}

.select2-container .select2-selection--single,
.select2-container[dir=rtl] .select2-selection--single {
    height: auto
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding: 17px 24px
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: #56a0e2
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--selected[aria-selected=true] {
    background-color: #56a0e2;
    color: #fff
}

.select2-container--default .select2-selection--single {
    background-color: #f9f9fa;
    border: 1px solid transparent;
    border-radius: 6px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url(/build/images/search_icon.01a167d1.svg) no-repeat;
    bottom: 0;
    content: "";
    display: block;
    height: 24px;
    margin: auto;
    position: absolute;
    right: 14px;
    top: 0;
    width: 24px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0 transparent
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default .select2-search--dropdown {
    padding: 0 20px 20px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(24, 24, 30, .05);
    border-radius: 4px;
    padding: 10px
}

.select2-container--default.select2-container--open .select2-dropdown--below {
    border-radius: 0 0 6px 6px
}

.select2-container--default.select2-container--open .select2-dropdown--above {
    border-radius: 6px 6px 0 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border: 1px solid rgba(24, 24, 30, .06);
    border-bottom: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border: 1px solid rgba(24, 24, 30, .06);
    border-top: none
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 14px
}

.select2-dropdown {
    background-color: #f9f9fa;
    border: 1px solid rgba(24, 24, 30, .06)
}

.select2-dropdown.select2-dropdown--above .select2-search--dropdown {
    padding: 20px
}

.select2-dropdown.select2-dropdown--below .select2-results__option:last-child {
    border-radius: 0 0 6px 6px
}

.select2-results__option {
    font-weight: 300;
    padding: 10px 24px
}

.pso-homepage-payment-plans {
    margin: 160px 0 0
}

.pso-homepage-payment-plans-section-copy-headline {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 24px
}

.pso-homepage-payment-plans-section-copy-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.pso-homepage-payment-plans-section-copy-list li {
    font-weight: 300;
    margin: 0 0 32px;
    padding: 0 0 0 24px;
    position: relative
}

.pso-homepage-payment-plans-section-copy-list li:before {
    content: url(/build/images/arrow-list.f623ee47.svg);
    left: 0;
    position: absolute;
    top: 0
}

.pso-homepage-payment-plans-section-copy-list li:last-child {
    margin: 0
}

.pso-homepage-payment-plans-nav-tabs {
    border-bottom: 0;
    list-style: none;
    margin: 48px 0;
    padding: 0
}

.pso-homepage-payment-plans-nav-tabs li {
    background-color: #fff;
    border-radius: 8px;
    display: inline-block;
    text-align: center
}

.pso-homepage-payment-plans-nav-tabs li:first-child {
    margin-right: 16px
}

.pso-homepage-payment-plans-nav-tabs li a {
    border-radius: 8px;
    box-shadow: 0 48px 80px rgba(24, 24, 30, .05);
    color: #18181e;
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    padding: 10px 32px
}

.pso-homepage-payment-plans-nav-tabs li a.active {
    background-color: #18181e;
    border-radius: 8px;
    box-shadow: none;
    color: #fff;
    font-weight: 800;
    position: relative
}

.pso-homepage-payment-plans-table {
    background-color: #fff;
    border-radius: 16px;
    padding: 40px 32px
}

.pso-homepage-payment-plans-table-content-desktop th {
    color: rgba(24, 24, 30, .3);
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    padding: 24px 5px 10px
}

.pso-homepage-payment-plans-table-content-desktop th.selected {
    color: rgba(24, 24, 30, .6)
}

.pso-homepage-payment-plans-table-content-desktop td {
    color: rgba(24, 24, 30, .3);
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding: 20px 5px
}

.pso-homepage-payment-plans-table-content-desktop td:first-child {
    color: #18181e;
    font-weight: 800
}

.pso-homepage-payment-plans-table-content-desktop td.selected {
    color: #18181e;
    font-weight: 400
}

.pso-homepage-payment-plans-table-content-desktop tbody tr {
    border-bottom: 1px solid rgba(24, 24, 30, .05)
}

.pso-homepage-payment-plans-table-content-desktop tbody tr:last-child {
    border-bottom: none
}

.pso-homepage-payment-plans-table-content-desktop tbody tr:last-child td {
    padding: 20px 5px 0
}

.pso-homepage-payment-plans-table-headline {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 24px
}

.pso-homepage-payment-plans-table-spreadshare-text {
    font-weight: 800;
    margin: 0
}

.pso-homepage-payment-plans-table-spreadshare-text span {
    float: right;
    font-weight: 400
}

body[dir=rtl] .pso-homepage-pso-kv-img {
    left: auto;
    right: 40px
}

body[dir=rtl] .pso-homepage-how-it-works-steps li:first-child:after {
    right: 50%;
    width: 50%
}

body[dir=rtl] .pso-homepage-how-it-works-steps li:last-child:after {
    left: 50%;
    right: 0;
    width: 50%
}

body[dir=rtl] .pso-homepage-partners-tab-content {
    float: left
}

body[dir=rtl] .pso-homepage-partners-nav-tabs {
    float: right
}

body[dir=rtl] .pso-homepage-partners-nav-tabs li a.active:after {
    left: -4px;
    right: auto;
    transform: rotate(45deg)
}

body[dir=rtl] .pso-homepage-stories-main-story-copy {
    left: auto;
    right: 0
}

body[dir=rtl] .pso-homepage-stories-other-stories-author-logo {
    float: right;
    margin: 0 0 0 16px
}

body[dir=rtl] .pso-homepage-why-xtb-box {
    border-left: 1px solid rgba(24, 24, 30, .05);
    border-right: none
}

body[dir=rtl] .pso-homepage-why-xtb-box:nth-child(3n) {
    border-left: none
}

body[dir=rtl] .pso-homepage-payment-plans-nav-tabs li:first-child {
    margin-left: 16px;
    margin-right: 0
}

body[dir=rtl] .pso-homepage-payment-plans-section-copy-list li {
    padding: 0 24px 0 0
}

body[dir=rtl] .pso-homepage-payment-plans-section-copy-list li:before {
    left: auto;
    right: 0;
    transform: rotate(180deg)
}

body[dir=rtl] .pso-homepage-payment-plans-table-spreadshare-text span {
    float: left
}

@media (max-width:767px) {
    .pso-homepage-section-headline {
        font-size: 40px;
        margin-bottom: 50px;
        text-align: center
    }

    .pso-homepage-section-text {
        margin: 0 0 48px;
        text-align: center
    }

    .pso-homepage-pso-kv {
        min-height: auto
    }

    .pso-homepage-pso-kv-copy {
        text-align: center
    }

    .pso-homepage-pso-kv-copy h1 {
        font-size: 48px;
        margin-bottom: 10px
    }

    .pso-homepage-pso-kv-copy p {
        font-size: 18px;
        margin-bottom: 35px
    }

    .pso-homepage-pso-kv-img {
        display: block;
        left: 0;
        margin: 28px auto;
        max-width: 100%;
        position: relative;
        top: 0
    }

    .pso-homepage-pso-kv-join-form [class*=col-] {
        padding: 0;
        width: 100%
    }

    .pso-homepage-pso-kv-join-form input {
        margin-bottom: 8px;
        padding: 19px 24px 20px
    }

    .pso-homepage-pso-kv-join-form .btn {
        padding: 19px 24px 20px
    }

    .pso-homepage-data-information {
        margin-top: 0
    }

    .pso-homepage-data-information-value {
        font-size: 40px;
        margin: 5px 0 0
    }

    .pso-homepage-how-it-works {
        margin-top: 80px
    }

    .pso-homepage-how-it-works-steps ul {
        display: inline
    }

    .pso-homepage-how-it-works-steps li {
        flex: none;
        margin-bottom: 48px;
        max-width: 100%;
        padding: 0 0 0 72px;
        position: relative;
        text-align: left
    }

    .pso-homepage-how-it-works-steps li:first-child:after {
        left: 24px;
        width: 0
    }

    .pso-homepage-how-it-works-steps li:last-child:after {
        content: none
    }

    .pso-homepage-how-it-works-steps li:after {
        border: 1px solid rgba(24, 24, 30, .05);
        content: "";
        display: block;
        height: 100%;
        left: 24px;
        margin-left: -1px;
        position: absolute;
        top: 48px;
        width: 0;
        z-index: -1
    }

    .pso-homepage-how-it-works-steps h3 {
        margin-bottom: 8px
    }

    .pso-homepage-how-it-works-number {
        box-shadow: 0 0 0 16px #f9f9fa;
        left: 0;
        margin: 0;
        position: absolute
    }

    .pso-homepage-partners {
        margin: 80px 0
    }

    .pso-homepage-partners .btn {
        padding: 19px 24px 20px;
        width: 100%
    }

    .pso-homepage-partners-card {
        background-color: #fff;
        border-radius: 12px;
        margin-bottom: 16px;
        padding: 24px
    }

    .pso-homepage-partners-card p {
        margin: 18px 0 24px
    }

    .pso-homepage-partners-card img {
        bottom: 0;
        display: block;
        margin: auto 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(180deg);
        transition: transform .3s
    }

    .pso-homepage-partners-card [aria-expanded=true]>img {
        transform: rotate(0deg)
    }

    .pso-homepage-partners-card-header {
        align-items: center;
        display: flex;
        position: relative
    }

    .pso-homepage-partners-card-header h3 {
        color: #18181e;
        font-size: 16px;
        font-weight: 800;
        margin: 0
    }

    .pso-homepage-partners-card-qa-link {
        color: #18181e;
        text-decoration: underline
    }

    .pso-homepage-data-information-boxes,
    .pso-homepage-stories-other-stories,
    .pso-homepage-why-xtb-boxes {
        position: relative;
        text-align: center
    }

    .pso-homepage-why-xtb {
        margin: 80px 0 0
    }

    .pso-homepage-why-xtb-boxes {
        margin-top: 48px
    }

    .pso-homepage-why-xtb-box {
        border: none !important;
        min-height: auto;
        padding: 0
    }

    .pso-homepage-why-xtb-box img {
        height: 48px;
        margin: 0 0 36px;
        width: 48px
    }

    .pso-homepage-why-xtb-visual {
        margin: 68px 0 88px
    }

    .pso-homepage-why-xtb-visual.mobile {
        background-image: url(/build/images/whyXTB_mobile@1x.b10573a6.png);
        background-repeat: no-repeat;
        background-size: auto;
        height: 568px;
        margin-left: 15px
    }

    .pso-homepage-stories-other-stories {
        margin-top: 48px;
        padding: 0;
        text-align: left
    }

    .pso-homepage-stories-single-story:first-child {
        margin-bottom: 0
    }

    .pso-homepage-slider {
        overflow: hidden
    }

 

    .pso-homepage-slide {
        flex-shrink: 0;
        max-width: 100%;
        padding: 0 10px;
        width: 100%
    }

    .pso-homepage-slide-nav {
        bottom: 0 !important;
        margin: 48px auto 0;
        padding: 0;
        position: relative;
        text-align: center
    }

    .pso-homepage-slide-nav span {
        background-color: rgba(24, 24, 30, .1);
        border-radius: 50%;
        cursor: pointer;
        display: inline-block;
        height: 8px;
        margin: 0 8px !important;
        opacity: 1;
        width: 8px
    }

    .pso-homepage-slide-nav span.swiper-pagination-bullet-active {
        background-color: #18181e
    }

    .pso-homepage-payment-plans {
        margin: 80px 0 0
    }

    .pso-homepage-payment-plans-nav-tabs {
        display: flex
    }

    .pso-homepage-payment-plans-nav-tabs li {
        width: 50%
    }

    .pso-homepage-payment-plans-nav-tabs li:first-child {
        margin-right: 16px
    }

    .pso-homepage-payment-plans-table {
        margin-top: 48px
    }

    .pso-homepage-payment-plans-table-content-mobile {
        text-align: center
    }

    .pso-homepage-payment-plans-table-content-mobile th {
        font-size: 16px;
        font-weight: 800;
        line-height: 21px;
        padding: 24px 0 16px
    }

    .pso-homepage-payment-plans-table-content-mobile td {
        color: rgba(24, 24, 30, .3);
        font-size: 12px;
        font-weight: 300;
        line-height: 15px;
        padding: 0 5px
    }

    .pso-homepage-payment-plans-table-content-mobile td .value {
        font-size: 16px;
        line-height: 30px;
        margin: 8px 0 0
    }

    .pso-homepage-payment-plans-table-content-mobile td.selected {
        color: rgba(24, 24, 30, .6)
    }

    .pso-homepage-payment-plans-table-content-mobile td.selected .value {
        color: #18181e;
        font-weight: 400
    }

    .pso-homepage-payment-plans-table-content-mobile td:nth-child(2) .value {
        border-color: rgba(24, 24, 30, .05);
        border-style: solid;
        border-width: 0 1px
    }

    body[dir=rtl] .pso-homepage-pso-kv-img {
        left: 0;
        right: 0
    }

    body[dir=rtl] .pso-homepage-how-it-works-steps li {
        padding: 0 72px 0 0;
        text-align: right
    }

    body[dir=rtl] .pso-homepage-how-it-works-steps li:first-child:after {
        left: 0;
        right: 24px;
        width: 0
    }

    body[dir=rtl] .pso-homepage-how-it-works-steps li:after {
        left: 0;
        margin-left: 0;
        margin-right: -1px;
        right: 24px
    }

    body[dir=rtl] .pso-homepage-how-it-works-number {
        left: auto;
        right: 0
    }

    body[dir=rtl] .pso-homepage-partners-card img {
        left: 0;
        right: auto;
        top: 0
    }
}

@media only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .pso-homepage-partners-tab-pane-img.finance {
        background-image: #eeeeef url(/build/images/kv1x2.bbb67cef.png);
        background-size: 454px 220px
    }

    .pso-homepage-partners-tab-pane-img.trading {
        background-image: #eeeeef url(/build/images/kv2x2.dcc84acd.png);
        background-size: 454px 220px
    }

    .pso-homepage-partners-tab-pane-img.influencers {
        background-image: #eeeeef url(/build/images/kv3x2.0adaed1f.png);
        background-size: 454px 220px
    }

    .pso-homepage-partners-tab-pane-img.social-media {
        background-image: #eeeeef url(/build/images/kv4x2.29c18c05.png);
        background-size: 454px 220px
    }

    .pso-homepage-partners-tab-pane-img.others {
        background-image: #eeeeef url(/build/images/kv5x2.e185e89c.png);
        background-size: 454px 220px
    }

    .pso-homepage-why-xtb-visual.mobile {
        background-image: url(/build/images/whyXTB_mobile@2x.2ed3adb9.png);
        background-size: 742px 568px
    }
}

.display-block{
    display: inline-block;
    
}

.right-side{
    float: right;
    color: #0097BD;
}

.background-black{
    background-color: #041734;
    color: white;
    padding: 10px;
    
}

.regulator-margin{
    margin-left: 100px;
    margin-right: 100px;
}

.regulator-border{
    border: 1px;
    border-style: solid;
    border-color: #000;
}

.regulator-border0-blank{
    border: 1px;
    border-style: none;
    border-color: #000;
}

.mp{
    margin: 0px;
    
}

.regulator-border-bottom{
    
    border-bottom: 1px solid #000;
}

.center {
    display: flex;
    justify-content: center;
    
  }

  .text-justify-align{
    text-align: justify;

  }