@charset "UTF-8";
:root {
    --reach-dialog: 1
}

[data-reach-dialog-overlay] {
    background: hsla(0, 0%, 0%, .33);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto
}

[data-reach-dialog-content] {
    width: 50vw;
    margin: 10vh auto;
    background: white;
    padding: 2rem;
    outline: none
}

[data-reach-dialog-overlay] {
    z-index: 3000;
    background: rgba(0, 0, 0, .85)
}

[data-reach-dialog-content] {
    padding: 0
}

.disconnect-modal-container,
.disconnect-modal-container-mobile {
    background-color: #181d29;
    border-radius: 16px
}

.disconnect-modal-container .ant-modal-content,
.disconnect-modal-container-mobile .ant-modal-content {
    background-color: #181d29;
    border-radius: 16px;
    box-shadow: 0 0 !important
}

.disconnect-modal-container .ant-modal-header,
.disconnect-modal-container-mobile .ant-modal-header {
    background-color: #181d29;
    border-radius: 16px;
    border-bottom: 0
}

.disconnect-modal-container .ant-modal-body {
    border: 0
}

.disconnect-modal-container .ant-modal-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    border-bottom: 0;
    border-radius: 16px;
    padding-top: 1rem;
    margin: 15px 0 0 25px
}

.disconnect-modal-container-mobile .ant-modal-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    border-bottom: 0;
    border-radius: 16px;
    padding-top: 1rem;
    margin: 10px 0 0
}

.disconnect-modal-container .ant-modal-close-x {
    color: #fff;
    margin-top: 15px;
    margin-right: 10px
}

.disconnect-modal-container-mobile .ant-modal-close-x {
    color: #fff;
    margin-top: 5px
}

.disconnect-modal-context {
    color: #fff;
    font-weight: 400;
    font-size: 16px
}

.title {
    opacity: .6;
    padding: 0;
    margin-top: -32px;
    margin-left: 25px
}

.title-mobile {
    opacity: .6;
    padding: 0;
    margin-top: -32px;
    margin-left: 0
}

.addreess-context {
    display: flex !important;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    align-items: center;
    padding: .8rem 1rem;
    margin: 20px 0;
    background: rgba(236, 241, 247, .05) !important;
    height: 76px;
    border-radius: 4px !important
}

.addreess-context-mobile {
    margin: 25px 0 20px
}

.register-modal-claim {
    display: flex;
    justify-content: center;
    align-items: center
}

.register-modal-claim-mobel {
    margin: 0
}

.register-modal-claim .ant-btn {
    background-color: transparent;
    font-weight: 600;
    font-size: 1rem;
    color: #f76606;
    height: 48px;
    border: 1px solid #f76606;
    font-size: 20px;
    text-align: center
}

.register-modal-claim .ant-btn:hover {
    background-color: transparent;
    color: #f76606
}

.web3modal-modal-card {
    z-index: 10
}

.w-nav-menu-width {
    width: 50%
}

.w-nav-menu-width-pc {
    right: 60px;
    height: 43.5px
}

.w-nav-menu-width-mobile {
    width: 80%
}

.web3modal-provider-container {
    border: 1px white solid
}

.af-class-navbar_div {
    display: flex;
    align-items: center
}

.af-class-connect {
    min-width: 7.5rem;
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 2.5rem;
    border-radius: 4px !important;
    font-family: Roboto;
    font-size: 1.25rem;
    font-style: normal;
    padding: .25rem .24rem !important;
    border: 1px solid rgba(236, 241, 247, .4) !important;
    text-align: center
}

.mobile-button {
    display: flex;
    margin-left: auto;
    padding-right: .5rem
}

.balance-address-context {
    display: flex;
    font-weight: 500;
    font-size: .9rem;
    color: #fff;
    color: #ecf1f7;
    align-items: center;
    align-content: center;
    height: 100%
}

.balance-context {
    text-align: center;
    padding: 0 .6rem;
    border-radius: 2px
}

.address-context {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: rgba(247, 247, 247, .1);
    width: 7rem;
    height: 100%;
    border-radius: .15rem
}

.af-class-top-image {
    height: 2.5rem !important;
    width: 2.5rem !important;
    margin: 0 !important;
    justify-content: center !important;
    padding: 0 !important;
    background-color: transparent;
    border-radius: 8px
}

.af-class-top-image:hover {
    border-radius: 4px;
    transition: box-shadow .2s ease;
    box-shadow: inset 0 0 0 1px #fff
}

.af-class-mobile-navbar-menu-container {
    width: 90%;
    border-radius: 40px;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important
}

.af-class-mobile-navbar-menu-container .af-class-mobile-navbar-menu {
    border-radius: 1.5rem;
    padding-left: 0;
    padding: 1.5rem 5% 2rem;
    margin-top: 0rem;
    background: #1e2433
}

.af-class-mobile-navbar-menu .ant-dropdown-menu-item {
    display: flex;
    justify-content: center;
    padding: 0
}

.af-class-mobile-navbar-menu .af-class-navbar_word {
    color: #ecf1f7
}

.af-class-mobile-navbar-menu .ant-dropdown-menu-item .ant-dropdown-menu-title-content {
    display: flex;
    justify-content: center
}

.ant-dropdown-menu-item-active {
    background: transparent !important
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (prefers-reduced-motion: no-preference) {
    .slide-down {
        animation: slide-down .2s ease
    }
}

.af-footer {
    background: #181919
}

.af-footer-line {
    width: 100%;
    height: 1px;
    border: 1px solid #1b1c1d
}

.af-footer-text {
    font-size: 16px;
    font-weight: 400;
    color: #787a7e;
    height: 65px;
    line-height: 65px;
    text-align: center
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff !important
}

body {
    margin: 0;
    font-family: Roboto !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #101111 !important
}

.etherpoap {
    display: flex;
    justify-content: center;
    flex: 1
}

.etherpoap-mobile {
    margin-left: 5%;
    margin-right: 5%
}

.etherpoap-container {
    width: 100%;
    align-items: center;
    justify-content: center;
    font-family: Roboto;
    z-index: 0
}

.etherpoap-shining {
    z-index: 1200;
    width: 100%;
    position: absolute;
    pointer-events: none;
    top: 0
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
    font-size: calc(1.0460484384958573rem + .12746972594008923vw)
}

@media screen and (max-width: 2560px) {
    html {
        font-size: 16px
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: calc(.8484933035714286rem + .4464285714285714vw)
    }
}

@media screen and (max-width: 767px) {
    html {
        font-size: calc(.8966262975778546rem + .34602076124567477vw)
    }
}

@media screen and (max-width: 478px) {
    html {
        font-size: calc(.875rem + .41841004184100417vw)
    }
}

.af-view {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0
}

.af-view article,
.af-view aside,
.af-view details,
.af-view figcaption,
.af-view figure,
.af-view footer,
.af-view header,
.af-view hgroup,
.af-view main,
.af-view menu,
.af-view nav,
.af-view section,
.af-view summary {
    display: block
}

.af-view audio,
.af-view canvas,
.af-view progress,
.af-view video {
    display: inline-block;
    vertical-align: baseline
}

.af-view audio:not([controls]) {
    display: none;
    height: 0
}

.af-view [hidden],
.af-view template {
    display: none
}

.af-view a {
    background-color: transparent
}

.af-view a:active,
.af-view a:hover {
    outline: 0
}

.af-view abbr[title] {
    border-bottom: 1px dotted
}

.af-view b,
.af-view strong {
    font-weight: 700
}

.af-view dfn {
    font-style: italic
}

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

.af-view mark {
    background: #ff0;
    color: #000
}

.af-view small {
    font-size: 80%
}

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

.af-view sup {
    top: -.5em
}

.af-view sub {
    bottom: -.25em
}

.af-view img {
    border: 0
}

.af-view svg:not(:root) {
    overflow: hidden
}

.af-view figure {
    margin: 1em 40px
}

.af-view hr {
    box-sizing: content-box;
    height: 0
}

.af-view pre {
    overflow: auto
}

.af-view code,
.af-view kbd,
.af-view pre,
.af-view samp {
    font-size: 1em
}

.af-view button,
.af-view input,
.af-view optgroup,
.af-view select,
.af-view textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

.af-view button {
    margin-bottom: 8px;
    overflow: visible
}

.af-view button,
.af-view select {
    text-transform: none
}

.af-view button,
.af-view input[type=button],
.af-view input[type=reset] {
    -webkit-appearance: button;
    cursor: pointer
}

.af-view button[disabled],
.af-view input[disabled] {
    cursor: default
}

.af-view button::-moz-focus-inner,
.af-view input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.af-view input {
    line-height: normal
}

.af-view input[type=checkbox],
.af-view input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

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

.af-view input[type=search] {
    -webkit-appearance: none
}

.af-view input[type=search]::-webkit-search-cancel-button,
.af-view input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.af-view fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

.af-view legend {
    border: 0;
    padding: 0
}

.af-view textarea {
    overflow: auto
}

.af-view optgroup {
    font-weight: 700
}

.af-view table {
    border-collapse: collapse;
    border-spacing: 0
}

.af-view td,
.af-view th {
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-bottom: 10px
}

@media screen and (max-width: 479px) {
    .w-col-tiny-5 {
        width: 41.66666667%
    }
}

.w-col-6 {
    width: 50%
}

@font-face {
    font-family: webflow-icons;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("truetype");
    font-weight: 400;
    font-style: normal
}

.af-view [class^=w-icon-],
.af-view [class*=" w-icon-"] {
    font-family: webflow-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.w-icon-slider-right:before {
    content: "\e600"
}

.w-icon-slider-left:before {
    content: "\e601"
}

.w-icon-nav-menu:before {
    content: "\e602"
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
    content: "\e603"
}

.w-icon-file-upload-remove:before {
    content: "\e900"
}

.w-icon-file-upload-icon:before {
    content: "\e903"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    height: 100%
}

body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Roboto;
    font-size: 14px;
    line-height: 20px;
    color: #333
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}

html.w-mod-touch * {
    background-attachment: scroll !important
}

.w-block {
    display: block
}

.w-inline-block {
    max-width: 100%;
    display: inline-block
}

.w-clearfix:before,
.w-clearfix:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.w-clearfix:after {
    clear: both
}

.w-hidden {
    display: none
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: transparent;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    pointer-events: auto
}

input.w-button {
    -webkit-appearance: button
}

html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important
}

.w-webflow-badge,
.w-webflow-badge * {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
    transform: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal
}

.w-webflow-badge {
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #aaadb0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    opacity: 1 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
    cursor: pointer
}

.w-webflow-badge>img {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    vertical-align: middle !important
}

h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px
}

h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px
}

h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px
}

h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px
}

p {
    margin-top: 0;
    margin-bottom: 10px
}

blockquote {
    margin: 0 0 10px;
    padding: 10px 20px;
    border-left: 5px solid #e2e2e2;
    font-size: 18px;
    line-height: 22px
}

figure {
    margin: 0 0 10px
}

figcaption {
    margin-top: 5px;
    text-align: center
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none
}

.w-embed:before,
.w-embed:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.w-embed:after {
    clear: both
}

.w-video {
    width: 100%;
    position: relative;
    padding: 0
}

.w-video iframe,
.w-video object,
.w-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

button,
[type=button],
[type=reset] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button
}

.w-form {
    margin: 0 0 15px
}

.w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #ddd
}

.w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700
}

.w-input,
.w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #cccccc
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
    color: #999
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
    color: #999;
    opacity: 1
}

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
    color: #999
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
    color: #999
}

.w-input:focus,
.w-select:focus {
    border-color: #3898ec;
    outline: 0
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    cursor: not-allowed
}

.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eee
}

textarea.w-input,
textarea.w-select {
    height: auto
}

.w-select {
    background-color: #f3f3f3
}

.w-select[multiple] {
    height: auto
}

.w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0
}

.w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px
}

.w-radio:before,
.w-radio:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.w-radio:after {
    clear: both
}

.w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \;
    line-height: normal;
    float: left;
    margin-left: -20px;
    margin-top: 3px
}

.w-file-upload {
    display: block;
    margin-bottom: 10px
}

.w-file-upload-input {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -100
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
    display: inline-block;
    color: #333
}

.w-file-upload-error {
    display: block;
    margin-top: 10px
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
    display: none
}

.w-file-upload-uploading-btn {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    background-color: #fafafa
}

.w-file-upload-file {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    border: 1px solid #cccccc;
    background-color: #fafafa
}

.w-file-upload-file-name {
    font-size: 14px;
    font-weight: 400;
    display: block
}

.w-file-remove-link {
    margin-top: 3px;
    margin-left: 10px;
    width: auto;
    height: auto;
    padding: 3px;
    display: block;
    cursor: pointer
}

.w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px
}

.w-file-upload-error-msg {
    display: inline-block;
    color: #ea384c;
    padding: 2px 0
}

.w-file-upload-info {
    display: inline-block;
    line-height: 38px;
    padding: 0 12px
}

.w-file-upload-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    background-color: #fafafa
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
    display: inline-block;
    margin-right: 8px;
    width: 20px
}

.w-icon-file-upload-uploading {
    height: 20px
}

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px
}

.w-container:before,
.w-container:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.w-container:after {
    clear: both
}

.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px
}

.w-row:before,
.w-row:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.w-row:after {
    clear: both
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0
}

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.w-col .w-col {
    padding-left: 0;
    padding-right: 0
}

.w-col-1 {
    width: 8.33333333%
}

.w-col-2 {
    width: 16.66666667%
}

.w-col-3 {
    width: 25%
}

.w-col-4 {
    width: 33.33333333%
}

.w-col-5 {
    width: 41.66666667%
}

.w-col-7 {
    width: 58.33333333%
}

.w-col-8 {
    width: 66.66666667%
}

.w-col-9 {
    width: 75%
}

.w-col-10 {
    width: 83.33333333%
}

.w-col-11 {
    width: 91.66666667%
}

.w-col-12 {
    width: 100%
}

.w-hidden-main {
    display: none !important
}

@media screen and (max-width: 768px) {
    .w-container {
        max-width: 728px
    }
    .w-hidden-main {
        display: inherit !important
    }
    .w-hidden-medium {
        display: none !important
    }
    .w-col-medium-1 {
        width: 8.33333333%
    }
    .w-col-medium-2 {
        width: 16.66666667%
    }
    .w-col-medium-3 {
        width: 25%
    }
    .w-col-medium-4 {
        width: 33.33333333%
    }
    .w-col-medium-5 {
        width: 41.66666667%
    }
    .w-col-medium-6 {
        width: 50%
    }
    .w-col-medium-7 {
        width: 58.33333333%
    }
    .w-col-medium-8 {
        width: 66.66666667%
    }
    .w-col-medium-9 {
        width: 75%
    }
    .w-col-medium-10 {
        width: 83.33333333%
    }
    .w-col-medium-11 {
        width: 91.66666667%
    }
    .w-col-medium-12 {
        width: 100%
    }
    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto
    }
}

@media screen and (max-width: 767px) {
    .w-hidden-main,
    .w-hidden-medium {
        display: inherit !important
    }
    .w-hidden-small {
        display: none !important
    }
    .w-row,
    .w-container .w-row {
        margin-left: 0;
        margin-right: 0
    }
    .w-col {
        width: 100%;
        left: auto;
        right: auto
    }
    .w-col-small-1 {
        width: 8.33333333%
    }
    .w-col-small-2 {
        width: 16.66666667%
    }
    .w-col-small-3 {
        width: 25%
    }
    .w-col-small-4 {
        width: 33.33333333%
    }
    .w-col-small-5 {
        width: 41.66666667%
    }
    .w-col-small-6 {
        width: 50%
    }
    .w-col-small-7 {
        width: 58.33333333%
    }
    .w-col-small-8 {
        width: 66.66666667%
    }
    .w-col-small-9 {
        width: 75%
    }
    .w-col-small-10 {
        width: 83.33333333%
    }
    .w-col-small-11 {
        width: 91.66666667%
    }
    .w-col-small-12 {
        width: 100%
    }
}

@media screen and (max-width: 479px) {
    .w-container {
        max-width: none
    }
    .w-hidden-main,
    .w-hidden-medium,
    .w-hidden-small {
        display: inherit !important
    }
    .w-hidden-tiny {
        display: none !important
    }
    .w-col {
        width: 100%
    }
    .w-col-tiny-1 {
        width: 8.33333333%
    }
    .w-col-tiny-2 {
        width: 16.66666667%
    }
    .w-col-tiny-3 {
        width: 25%
    }
    .w-col-tiny-4 {
        width: 33.33333333%
    }
    .w-col-tiny-6 {
        width: 50%
    }
    .w-col-tiny-7 {
        width: 58.33333333%
    }
    .w-col-tiny-8 {
        width: 66.66666667%
    }
    .w-col-tiny-9 {
        width: 75%
    }
    .w-col-tiny-10 {
        width: 83.33333333%
    }
    .w-col-tiny-11 {
        width: 91.66666667%
    }
    .w-col-tiny-12 {
        width: 100%
    }
}

.w-widget {
    position: relative
}

.w-widget-map {
    width: 100%;
    height: 400px
}

.w-widget-map label {
    width: auto;
    display: inline
}

.w-widget-map img {
    max-width: inherit
}

.w-widget-map .gm-style-iw {
    text-align: center
}

.w-widget-map .gm-style-iw>button {
    display: none !important
}

.w-widget-twitter {
    overflow: hidden
}

.w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px
}

.w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    position: relative;
    font-size: 15px;
    line-height: 12px;
    text-align: center;
    color: #999;
    font-family: Roboto
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    position: relative;
    display: block
}

.w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px
}

.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
    top: 50%;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-color: #75869600;
    border-right-color: #5d6c7b;
    border-width: 4px;
    margin-left: -9px;
    margin-top: -4px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-left: -10px;
    margin-top: -5px
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
    border-color: #fff0;
    border-right-color: #fff;
    border-width: 4px;
    margin-left: -8px;
    margin-top: -4px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-left: -9px;
    margin-top: -5px
}

.w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.w-widget-twitter-count-shim.w--vertical:before {
    border-color: #75869600;
    border-top-color: #5d6c7b;
    border-width: 5px;
    margin-left: -5px
}

.w-widget-twitter-count-shim.w--vertical:after {
    border-color: #fff0;
    border-top-color: #fff;
    border-width: 4px;
    margin-left: -4px
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px
}

.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px
}

.w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: #fff
}

.w-background-video>video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    object-fit: cover;
    z-index: -100
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none
}

.w-background-video--control {
    position: absolute;
    bottom: 1em;
    right: 1em;
    background-color: transparent;
    padding: 0
}

.w-background-video--control>[hidden] {
    display: none !important
}

.w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0)
}

.w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap
}

.w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left
}

.w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0)
}

.w-slider-nav.w-round>div {
    border-radius: 100%
}

.w-slider-nav.w-num>div {
    width: auto;
    height: auto;
    padding: .2em .5em;
    font-size: inherit;
    line-height: inherit
}

.w-slider-nav.w-shadow>div {
    box-shadow: 0 0 3px #3336
}

.w-slider-nav-invert {
    color: #fff
}

.w-slider-nav-invert>div {
    background-color: #2226
}

.w-slider-nav-invert>div.w-active {
    background-color: #222
}

.w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: #fff6;
    cursor: pointer;
    margin: 0 3px .5em;
    transition: background-color .1s, color .1s
}

.w-slider-dot.w-active {
    background-color: #fff
}

.w-slider-dot:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff
}

.w-slider-dot:focus.w-active {
    box-shadow: none
}

.w-slider-arrow-left,
.w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    font-size: 40px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class^=w-icon-],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
    outline: 0
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto
}

.w-icon-slider-left,
.w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em
}

.w-slider-aria-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.w-slider-force-show {
    display: block !important
}

.w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px
}

.w-dropdown-toggle:focus {
    outline: 0
}

.w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 20px auto auto;
    width: 1em;
    height: 1em
}

.w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%
}

.w-dropdown-list.w--open {
    display: block
}

.w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222
}

.w-dropdown-link.w--current {
    color: #0082f3
}

.w-dropdown-link:focus {
    outline: 0
}

@media screen and (max-width: 767px) {
    .w-nav-brand {
        padding-left: 10px
    }
}

.af-view .w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: Roboto;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, .9);
    z-index: 2000;
    outline: 0;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0)
}

.af-view .w-lightbox-backdrop,
.af-view .w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.af-view .w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden
}

.af-view .w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0
}

.af-view .w-lightbox-view:before {
    content: "";
    height: 100vh
}

.af-view .w-lightbox-group,
.af-view .w-lightbox-group .w-lightbox-view,
.af-view .w-lightbox-group .w-lightbox-view:before {
    height: 86vh
}

.af-view .w-lightbox-frame,
.af-view .w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle
}

.af-view .w-lightbox-figure {
    position: relative;
    margin: 0
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer
}

.af-view .w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none
}

.af-view .w-lightbox-image {
    display: block;
    float: none;
    max-width: 100vw;
    max-height: 100vh
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh
}

.w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, .4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==)
}

.w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+)
}

.af-view .w-lightbox-close {
    right: 0;
    height: 2.6em;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);
    background-size: 18px
}

.af-view .w-lightbox-strip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 1vh;
    line-height: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden
}

.af-view .w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    box-sizing: content-box;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0)
}

.w-lightbox-active {
    opacity: .3
}

.w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden
}

.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0
}

.w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translateY(-50%)
}

.w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%)
}

.af-view .w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, .4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear
}

.af-view .w-lightbox-spinner:after {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border: 3px solid transparent;
    border-bottom-color: #fff;
    border-radius: 50%
}

.af-view .w-lightbox-hide {
    display: none
}

.af-view .w-lightbox-noscroll {
    overflow: hidden
}

@media (min-width: 768px) {
    .af-view .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh
    }
    .af-view .w-lightbox-view,
    .af-view .w-lightbox-view:before {
        height: 96vh
    }
    .af-view .w-lightbox-group,
    .af-view .w-lightbox-group .w-lightbox-view,
    .af-view .w-lightbox-group .w-lightbox-view:before {
        height: 84vh
    }
    .af-view .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh
    }
    .af-view .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh
    }
    .af-view .w-lightbox-left,
    .af-view .w-lightbox-right {
        display: block;
        opacity: .5
    }
    .af-view .w-lightbox-close {
        opacity: .8
    }
    .af-view .w-lightbox-control:hover {
        opacity: 1
    }
}

.af-view .w-lightbox-inactive,
.af-view .w-lightbox-inactive:hover {
    opacity: 0
}

.af-view .w-richtext:before,
.af-view .w-richtext:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.af-view .w-richtext:after {
    clear: both
}

.af-view .w-richtext[contenteditable=true]:before,
.af-view .w-richtext[contenteditable=true]:after {
    white-space: initial
}

.af-view .w-richtext ol,
.af-view .w-richtext ul {
    overflow: hidden
}

.af-view .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.af-view .w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after {
    outline: 2px solid #2895f7
}

.af-view .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.af-view .w-richtext .w-richtext-figure-selected[data-rt-type=image] div {
    outline: 2px solid #2895f7
}

.af-view .w-richtext figure.w-richtext-figure-type-video>div:after,
.af-view .w-richtext figure[data-rt-type=video]>div:after {
    content: "";
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.af-view .w-richtext figure {
    position: relative;
    max-width: 60%
}

.af-view .w-richtext figure>div:before {
    cursor: default !important
}

.af-view .w-richtext figure img {
    width: 100%
}

.af-view .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6
}

.af-view .w-richtext figure div {
    font-size: 0px;
    color: transparent
}

.af-view .w-richtext figure.w-richtext-figure-type-image,
.af-view .w-richtext figure[data-rt-type=image] {
    display: table
}

.af-view .w-richtext figure.w-richtext-figure-type-image>div,
.af-view .w-richtext figure[data-rt-type=image]>div {
    display: inline-block
}

.af-view .w-richtext figure.w-richtext-figure-type-image>figcaption,
.af-view .w-richtext figure[data-rt-type=image]>figcaption {
    display: table-caption;
    caption-side: bottom
}

.af-view .w-richtext figure.w-richtext-figure-type-video,
.af-view .w-richtext figure[data-rt-type=video] {
    width: 60%;
    height: 0
}

.af-view .w-richtext figure.w-richtext-figure-type-video iframe,
.af-view .w-richtext figure[data-rt-type=video] iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.af-view .w-richtext figure.w-richtext-figure-type-video>div,
.af-view .w-richtext figure[data-rt-type=video]>div {
    width: 100%
}

.af-view .w-richtext figure.w-richtext-align-center {
    margin-right: auto;
    margin-left: auto;
    clear: both
}

.af-view .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
.af-view .w-richtext figure.w-richtext-align-center[data-rt-type=image]>div {
    max-width: 100%
}

.af-view .w-richtext figure.w-richtext-align-normal {
    clear: both
}

.af-view .w-richtext figure.w-richtext-align-fullwidth {
    width: 100%;
    max-width: 100%;
    text-align: center;
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto
}

.af-view .w-richtext figure.w-richtext-align-fullwidth>div {
    display: inline-block;
    padding-bottom: inherit
}

.af-view .w-richtext figure.w-richtext-align-fullwidth>figcaption {
    display: block
}

.af-view .w-richtext figure.w-richtext-align-floatleft {
    float: left;
    margin-right: 15px;
    clear: none
}

.af-view .w-richtext figure.w-richtext-align-floatright {
    float: right;
    margin-left: 15px;
    clear: none
}

.af-view .w-nav {
    position: relative;
    z-index: 1000
}

.af-view .w-nav:before,
.af-view .w-nav:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.af-view .w-nav:after {
    clear: both
}

.af-view .w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333
}

.af-view .w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto
}

.af-view .w-nav-link.w--current {
    color: #0082f3
}

.af-view .w-nav-menu {
    position: relative;
    float: right
}

.af-view [data-nav-menu-open] {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #c8c8c8;
    text-align: center;
    overflow: visible;
    min-width: 200px
}

.af-view .w--nav-link-open {
    display: block;
    position: relative
}

.af-view .w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%
}

.af-view .w-nav-overlay [data-nav-menu-open] {
    top: 0
}

.af-view .w-nav[data-animation=over-left] .w-nav-overlay {
    width: auto
}

.af-view .w-nav[data-animation=over-left] .w-nav-overlay,
.af-view .w-nav[data-animation=over-left] [data-nav-menu-open] {
    right: auto;
    z-index: 1;
    top: 0
}

.af-view .w-nav[data-animation=over-right] .w-nav-overlay {
    width: auto
}

.af-view .w-nav[data-animation=over-right] .w-nav-overlay,
.af-view .w-nav[data-animation=over-right] [data-nav-menu-open] {
    left: auto;
    z-index: 1;
    top: 0
}

.af-view .w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: auto
}

.af-view .w-nav-button:focus {
    outline: 0
}

.af-view .w-nav-button.w--open {
    background-color: #c8c8c8;
    color: #fff
}

.af-view .w-nav[data-collapse=all] .w-nav-menu {
    display: none
}

.af-view .w-nav[data-collapse=all] .w-nav-button,
.af-view .w--nav-dropdown-open,
.af-view .w--nav-dropdown-toggle-open {
    display: block
}

.af-view .w--nav-dropdown-list-open {
    position: static
}

@media screen and (max-width: 768px) {
    .af-view .w-nav[data-collapse=medium] .w-nav-menu {
        display: none
    }
    .af-view .w-nav[data-collapse=medium] .w-nav-button {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .af-view .w-nav[data-collapse=small] .w-nav-menu {
        display: none
    }
    .af-view .w-nav[data-collapse=small] .w-nav-button {
        display: block
    }
    .af-view .w-nav-brand {
        padding-left: 10px
    }
}

@media screen and (max-width: 479px) {
    .af-view .w-nav[data-collapse=tiny] .w-nav-menu {
        display: none
    }
    .af-view .w-nav[data-collapse=tiny] .w-nav-button {
        display: block
    }
}

.af-view .w-tabs {
    position: relative
}

.af-view .w-tabs:before,
.af-view .w-tabs:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.af-view .w-tabs:after {
    clear: both
}

.af-view .w-tab-menu {
    position: relative
}

.af-view .w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd
}

.af-view .w-tab-link.w--current {
    background-color: #c8c8c8
}

.af-view .w-tab-link:focus {
    outline: 0
}

.af-view .w-tab-content {
    position: relative;
    display: block;
    overflow: hidden
}

.af-view .w-tab-pane {
    position: relative;
    display: none
}

.af-view .w--tab-active {
    display: block
}

@media screen and (max-width: 479px) {
    .af-view .w-tab-link {
        display: block
    }
}

.af-view .w-ix-emptyfix:after {
    content: ""
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.af-view .w-dyn-empty {
    padding: 10px;
    background-color: #ddd
}

.af-view .w-dyn-hide,
.af-view .w-dyn-bind-empty,
.af-view .w-condition-invisible {
    display: none !important
}

.af-view .af-class-wf-layout-layout {
    display: grid !important
}

.af-view .af-class-wf-layout-cell {
    display: flex !important
}

.af-view .w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    pointer-events: none
}

.af-view .w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px
}

.af-view .w-checkbox:before {
    content: " ";
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1
}

.af-view .w-checkbox:after {
    content: " ";
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both
}

.af-view .w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal
}

.af-view .w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-radius: 2px
}

.af-view .w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.af-view .w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec
}

.af-view {
    background-color: #101111;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -.02em;
    word-spacing: 0rem
}

.af-view h1 {
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -.03em
}

.af-view h2 {
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -.03em
}

.af-view h3 {
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -.03em
}

.af-view h4 {
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: -.03em
}

.af-view h5 {
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 500
}

.af-view h6 {
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 500
}

.af-view p {
    margin-bottom: 0rem;
    color: #fff9;
    letter-spacing: 0em
}

.af-view a {
    color: #101111;
    text-decoration: underline
}

.af-view ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1.25rem
}

.af-view ol {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 40px
}

.af-view li {
    margin-bottom: .5rem
}

.af-view img {
    display: inline-block;
    max-width: 100%
}

.af-view label {
    margin-bottom: .25rem;
    font-weight: 500
}

.af-view blockquote {
    margin-bottom: 0rem;
    padding: .75rem 1.25rem;
    border-left: .1875rem solid #101111;
    font-size: 1.25rem;
    line-height: 1.5
}

.af-view figure {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.af-view figcaption {
    margin-top: .25rem;
    text-align: center
}

.af-view .af-class-z-index-2 {
    position: relative;
    z-index: 2
}

.af-view .af-class-text-style-strikethrough {
    text-decoration: line-through
}

.af-view .af-class-text-weight-semibold {
    font-weight: 600
}

.af-view .af-class-text-weight-light {
    font-weight: 300
}

.af-view .af-class-max-width-full {
    width: 100%;
    max-width: none
}

.af-view .af-class-layer {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.af-view .af-class-show {
    display: block
}

.af-view .af-class-overflow-hidden {
    overflow: hidden
}

.af-view .af-class-global-styles {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block
}

.af-view .af-class-text-weight-bold {
    font-weight: 700
}

.af-view .af-class-text-size-regular {
    font-size: 1rem
}

.af-view .af-class-text-weight-normal {
    font-weight: 400
}

.af-view .af-class-text-align-center {
    text-align: center
}

.af-view .af-class-z-index-1 {
    position: relative;
    z-index: 1
}

.af-view .af-class-show-mobile-portrait {
    display: none
}

.af-view .af-class-text-style-italic {
    font-style: italic
}

.af-view .af-class-hide {
    display: none
}

.af-view .af-class-text-align-left {
    text-align: left
}

.af-view .af-class-text-weight-xbold {
    font-weight: 800
}

.af-view .af-class-text-style-link {
    text-decoration: underline
}

.af-view .af-class-text-style-muted {
    opacity: .6
}

.af-view .af-class-text-size-small {
    font-size: .875rem
}

.af-view .af-class-text-rich-text h1 {
    margin-top: 2rem;
    margin-bottom: 1.5rem
}

.af-view .af-class-text-rich-text h2 {
    margin-top: 1.5rem;
    margin-bottom: 1rem
}

.af-view .af-class-text-rich-text h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.af-view .af-class-text-rich-text h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.25rem
}

.af-view .af-class-text-rich-text h5,
.af-view .af-class-text-rich-text h6 {
    margin-top: 1.25rem;
    margin-bottom: 1rem
}

.af-view .af-class-text-rich-text p {
    margin-bottom: 1rem
}

.af-view .af-class-text-rich-text blockquote {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-style: italic
}

.af-view .af-class-text-rich-text a {
    text-decoration: underline
}

.af-view .af-class-text-rich-text figcaption {
    margin-top: .5rem;
    padding-left: .5rem;
    border-left: 2px solid #000;
    opacity: .8;
    font-size: .875rem;
    text-align: left
}

.af-view .af-class-max-width-xlarge {
    width: 100%;
    max-width: 64rem
}

.af-view .af-class-max-width-medium {
    width: 100%;
    max-width: 35rem
}

.af-view .af-class-max-width-xsmall {
    width: 100%;
    max-width: 25rem
}

.af-view .af-class-max-width-xxsmall {
    width: 100%;
    max-width: 20rem
}

.af-view .af-class-text-size-tiny {
    font-size: .75rem
}

.af-view .af-class-container-large {
    width: 100%;
    max-width: 80rem;
    margin-right: auto;
    margin-left: auto
}

.af-view .af-class-max-width-xxlarge {
    width: 100%;
    max-width: 80rem
}

.af-view .af-class-background-color-black {
    background-color: #101111;
    color: #f5f5f5
}

.af-view .af-class-rl-styleguide_classes {
    display: none
}

.af-view .af-class-align-center {
    margin-right: auto;
    margin-left: auto
}

.af-view .af-class-spacing-clean {
    margin: 0rem;
    padding: 0rem
}

.af-view .af-class-page-padding {
    padding-right: 0;
    padding-left: 0
}

.af-view .af-class-page-padding-mobile {
    padding-left: 0;
    padding-right: 0
}

.af-view .af-class-text-align-right {
    text-align: right
}

.af-view .af-class-show-tablet {
    display: none
}

.af-view .af-class-max-width-large {
    width: 100%;
    max-width: 48rem
}

.af-view .af-class-show-mobile-landscape {
    display: none
}

.af-view .af-class-background-color-white {
    background-color: #fff
}

.af-view .af-class-max-width-small {
    width: 100%;
    max-width: 30rem
}

.af-view .af-class-form-message-error {
    margin-top: .75rem;
    padding: .75rem
}

.af-view .af-class-utility_component {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.af-view .af-class-utility_form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 20rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.af-view .af-class-utility_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.af-view .af-class-utility_image {
    margin-right: auto;
    margin-bottom: .5rem;
    margin-left: auto
}

.af-view .af-class-container-medium {
    width: 100%;
    max-width: 64rem;
    margin-right: auto;
    margin-left: auto
}

.af-view .af-class-container-small {
    width: 100%;
    max-width: 48rem;
    margin-right: auto;
    margin-left: auto
}

.af-view .af-class-margin-tiny {
    margin: .25rem
}

.af-view .af-class-margin-xxsmall {
    margin: .5rem
}

.af-view .af-class-margin-xsmall {
    margin: 1rem
}

.af-view .af-class-margin-small {
    margin: 1.5rem
}

.af-view .af-class-margin-medium {
    margin: 2rem
}

.af-view .af-class-margin-large {
    margin: 3rem
}

.af-view .af-class-margin-xlarge {
    margin: 4rem
}

.af-view .af-class-margin-xxlarge {
    margin: 5rem
}

.af-view .af-class-margin-huge {
    margin: 6rem
}

.af-view .af-class-margin-xhuge {
    margin: 7rem
}

.af-view .af-class-margin-xxhuge {
    margin: 10rem
}

.af-view .af-class-margin-0 {
    margin: 0rem
}

.af-view .af-class-padding-0 {
    padding: 0rem
}

.af-view .af-class-padding-tiny {
    padding: .25rem
}

.af-view .af-class-padding-xxsmall {
    padding: .5rem
}

.af-view .af-class-padding-xsmall {
    padding: 1rem
}

.af-view .af-class-padding-small {
    padding: 1.5rem
}

.af-view .af-class-padding-medium {
    padding: 2rem
}

.af-view .af-class-padding-large {
    padding: 3rem
}

.af-view .af-class-padding-xlarge {
    padding: 4rem
}

.af-view .af-class-padding-xxlarge {
    padding: 5rem
}

.af-view .af-class-padding-huge {
    padding: 6rem
}

.af-view .af-class-padding-xhuge {
    padding: 4rem
}

.af-view .af-class-padding-xhuge-mobile {
    padding-top: 2rem !important
}

.af-view .af-class-padding-xxhuge {
    padding: 10rem
}

.af-view .af-class-text-style-allcaps {
    text-transform: uppercase
}

.af-view .af-class-margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem
}

.af-view .af-class-margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem
}

.af-view .af-class-margin-left {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem
}

.af-view .af-class-margin-right {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem
}

.af-view .af-class-margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem
}

.af-view .af-class-margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem
}

.af-view .af-class-padding-top {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem
}

.af-view .af-class-padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem
}

.af-view .af-class-padding-left {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem
}

.af-view .af-class-padding-right {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem
}

.af-view .af-class-padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem
}

.af-view .af-class-padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem
}

.af-view .af-class-overflow-scroll {
    overflow: scroll
}

.af-view .af-class-overflow-auto {
    overflow: auto
}

.af-view .af-class-text-style-nowrap {
    white-space: nowrap
}

.af-view .af-class-text-weight-medium {
    font-weight: 500
}

.af-view .af-class-styleguide_heading {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 4;
    padding: 4px 8px;
    background-color: #000;
    color: #fff
}

.af-view .af-class-styleguide_list {
    padding-bottom: 4rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.af-view .af-class-stylesystem-spacing-wrapper {
    background-color: #f4f4f4
}

.af-view .af-class-styleguide_subheading {
    position: -webkit-sticky;
    position: sticky;
    top: 32px;
    z-index: 3;
    padding: .25rem .5rem;
    background-color: #d3d3d3;
    color: #000
}

.af-view .af-class-stylesystem-class-label {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    border-radius: 5px;
    background-color: #83747426;
    cursor: context-menu
}

.af-view .af-class-text-size-medium {
    font-size: 1.125rem
}

.af-view .af-class-text-size-medium.af-class-text-color-grey {
    color: #d5d6d6
}

.af-view .af-class-icon-small {
    width: 2rem
}

.af-view .af-class-form-radio-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding-left: 1.125rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.af-view .af-class-form-checkbox-label {
    margin-bottom: 0;
    padding-left: 1rem
}

.af-view .af-class-icon-medium {
    width: 3rem
}

.af-view .af-class-text-color-white {
    color: #fff
}

.af-view .af-class-button-row-grid {
    display: -ms-grid;
    display: grid;
    justify-items: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: column;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: -webkit-max-content;
    -ms-grid-columns: max-content;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    white-space: normal
}

.af-view .af-class-button-row-grid.af-class-landscape-1-col.af-class-hide,
.af-view .af-class-button-row-grid.af-class-mobile-1-col.af-class-hide {
    display: none
}

.af-view .af-class-stylesystem_color-sample {
    padding: 8rem 1.5rem 1.25rem;
    border-style: solid;
    border-width: 1px;
    border-color: #000
}

.af-view .af-class-stylesystem_color-sample.af-class-lightgrey {
    background-color: #f4f4f4
}

.af-view .af-class-stylesystem_color-sample.af-class-black {
    background-color: #101111
}

.af-view .af-class-stylesystem_color-sample.af-class-white {
    background-color: #fff
}

.af-view .af-class-checkbox-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding-left: 1.25rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.af-view .af-class-text-size-large {
    font-size: 1.25rem
}

.af-view .af-class-heading-xxlarge {
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 500
}

.af-view .af-class-styleguide-form {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto
}

.af-view .af-class-button-tertiary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0em;
    text-decoration: none
}

.af-view .af-class-button-tertiary.af-class-invert-colors {
    color: #fff
}

.af-view .af-class-form-radio {
    width: 1.125rem;
    height: 1.125rem;
    min-height: 1.125rem;
    min-width: 1.125rem;
    margin-top: 0;
    margin-left: -1.125rem;
    border-style: solid;
    border-width: 1px;
    border-color: #101111;
    border-radius: 100px;
    cursor: pointer
}

.af-view .af-class-form-radio.w--redirected-checked {
    border-width: 6px;
    border-color: #000;
    background-color: #fff;
    background-image: none
}

.af-view .af-class-form-radio.w--redirected-focus {
    margin-top: 0;
    border-color: #000;
    box-shadow: none
}

.af-view .af-class-icon-xsmall {
    width: 1.5rem
}

.af-view .af-class-styleguide_icons-list {
    display: -ms-grid;
    display: grid;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.af-view .af-class-icon-xxsmall {
    width: 1rem
}

.af-view .af-class-heading-medium {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 500
}

.af-view .af-class-field-label {
    margin-bottom: .5rem;
    font-weight: 400
}

.af-view .af-class-tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    border-bottom: 1px none rgba(0, 0, 0, .15)
}

.af-view .af-class-tabs-menu.af-class-no-scrollbar {
    padding-right: 24px
}

.af-view .af-class-icon-xlarge {
    width: 6.5rem
}

.af-view .af-class-background-color-black-2 {
    background-color: #000
}

.af-view .af-class-heading-large {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 500
}

.af-view .af-class-image-wrapper-3-2 {
    position: relative;
    width: 100%;
    padding-top: 66.66%
}

.af-view .af-class-button {
    padding: .75rem 2rem;
    border-radius: 100px;
    background-color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #101111;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0em
}

.af-view .af-class-button:hover {
    background-color: #575757;
    color: #fff
}

.af-view .af-class-button.af-class-invert-colors {
    background-color: #56565626;
    color: #000
}

.af-view .af-class-button.af-class-button-small {
    padding: .5rem 1.25rem
}

.af-view .af-class-form-input {
    height: auto;
    min-height: 2.75rem;
    margin-bottom: 0;
    padding: .5rem .75rem;
    border-style: solid;
    border-width: 1px;
    border-color: #101111;
    color: #000;
    line-height: 1.6
}

.af-view .af-class-form-input:focus {
    border-color: #000
}

.af-view .af-class-form-input::-webkit-input-placeholder {
    color: #0009
}

.af-view .af-class-form-input:-ms-input-placeholder {
    color: #0009
}

.af-view .af-class-form-input::-ms-input-placeholder {
    color: #0009
}

.af-view .af-class-form-input::placeholder {
    color: #0009
}

.af-view .af-class-form-input.af-class-select {
    background-color: #fff;
    background-image: none
}

.af-view .af-class-form-input.af-class-text-area {
    overflow: auto;
    height: auto;
    min-height: 11.25rem;
    padding-top: .75rem;
    padding-bottom: .75rem
}

.af-view .af-class-background-color-lightgrey {
    background-color: #f4f4f4
}

.af-view .af-class-form-checkbox {
    width: 1.125rem;
    height: 1.125rem;
    min-height: 1.125rem;
    min-width: 1.125rem;
    margin-top: 0;
    margin-left: -1.25rem;
    border-style: solid;
    border-width: 1px;
    border-color: #101111;
    border-radius: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer
}

.af-view .af-class-form-checkbox.w--redirected-checked {
    border-width: 1px;
    border-color: #000;
    background-color: #000;
    background-size: 16px 16px;
    box-shadow: none
}

.af-view .af-class-form-checkbox.w--redirected-focus {
    border-color: #000;
    box-shadow: none
}

.af-view .af-class-form_grid-1-col {
    display: -ms-grid;
    display: grid;
    justify-items: stretch;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.af-view .af-class-button-tertiary_icon {
    width: 1rem;
    height: 1rem;
    margin-left: .5rem
}

.af-view .af-class-tab-link {
    margin-right: 1.5rem;
    padding: .5rem 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-bottom: 2px solid transparent;
    background-color: transparent;
    color: #0009
}

.af-view .af-class-tab-link.w--current {
    border-bottom: .125rem solid #000;
    background-color: #fff;
    color: #000
}

.af-view .af-class-heading-xsmall {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 500
}

.af-view .af-class-image-wrapper-4-3 {
    position: relative;
    width: 100%;
    padding-top: 75%
}

.af-view .af-class-button-secondary {
    padding: .75rem 2rem;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff40;
    background-color: transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0em
}

.af-view .af-class-button-secondary:hover {
    border-color: #fff
}

.af-view .af-class-button-secondary.af-class-button-small {
    padding: .5rem 1.25rem;
    font-size: .75rem;
    width: 9rem !important;
    height: 2.5rem !important;
    font-family: Inter;
    font-style: normal;
    border-radius: .25rem
}

.af-view .af-class-button-secondary.af-class-invert-colors {
    border-color: #10111133;
    color: #101111
}

.af-view .af-class-button-secondary.af-class-invert-colors:hover {
    border-color: #101111
}

.af-view .af-class-heading-small {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 500
}

.af-view .af-class-text-style-quote {
    margin-bottom: 0rem;
    padding: .75rem 1.25rem;
    border-left: .1875rem solid #101111;
    font-size: 1.25rem;
    line-height: 1.5
}

.af-view .af-class-form-field-wrapper {
    position: relative
}

.af-view .af-class-image-wrapper_image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.af-view .af-class-image-wrapper-16-9 {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.af-view .af-class-text-color-black {
    color: #101111
}

.af-view .af-class-stylesystem-images_layout {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.af-view .af-class-icon-large {
    width: 5rem
}

.af-view .af-class-image-wrapper-1-1 {
    position: relative;
    width: 100%;
    padding-top: 100%
}

.af-view .af-class-styleguide_grid-colours {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.af-view .af-class-heading-xlarge {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 500
}

.af-view .af-class-icon-1x1-xxsmall {
    width: 1rem;
    height: 1rem
}

.af-view .af-class-icon-1x1-xsmall {
    width: 1.5rem;
    height: 1.5rem
}

.af-view .af-class-icon-1x1-small {
    width: 2rem;
    height: 2rem
}

.af-view .af-class-icon-1x1-medium {
    width: 3rem;
    height: 3rem
}

.af-class-timeline-cycle {
    transform: scale(.38)
}

.af-view .af-class-icon-1x1-large {
    width: 5rem;
    height: 5rem
}

.af-view .af-class-icon-1x1-xlarge {
    width: 6.5rem;
    height: 6.5rem
}

.af-view .af-class-navbar_component {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    height: 4.5rem;
    padding-right: 3.8%;
    padding-left: 3.8%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    z-index: 2000
}

.af-view .af-class-navbar_component-scroll {
    background-color: #101111f2
}

.af-view .af-class-navbar_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.af-view .af-class-navbar_logo-link {
    padding-left: 0
}

.af-view .navbar_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.af-view .af-class-navbar_link {
    padding: .5rem 1.5rem;
    opacity: .75;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-weight: 500
}

.af-view .af-class-navbar_link:hover {
    opacity: 1
}

.af-view .af-class-navbar_link.w--current {
    color: inherit;
    opacity: 1 !important
}

.af-view .af-class-navbar_link.w--current .af-class-navbar_word {
    border-bottom: 2px solid #f76606;
    font-weight: 700;
    color: #fff
}

.af-view .af-class-navbar_link.w--current .af-class-navbar_word-black {
    border-bottom: 1px solid #f76606;
    font-weight: 700;
    color: #fff
}

.af-class-navbar_word {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400
}

.af-view .af-class-navbar_button {
    margin-left: 1rem;
    padding: .5rem 1.5rem;
    background-color: #101111;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 500;
    letter-spacing: 0em;
    border-radius: .4rem;
    font-size: .8rem
}

.af-view .af-class-navbar_button.af-class-purple {
    background-color: #8e6fb580;
    color: #e5d0ff
}

.af-view .af-class-navbar_button.af-class-purple:hover {
    background-color: #fff;
    color: #101111
}

.af-view .af-class-navbar_button.af-class-blue {
    background-color: #63859680;
    color: #c4ebff
}

.af-view .af-class-navbar_button.af-class-blue:hover {
    background-color: #fff;
    color: #101111
}

.af-view .af-class-section-home-header {
    background-color: #101111
}

.af-view .af-class-home-header_component {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.af-view .af-class-button-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.af-view .af-class-button-wrapper {
    margin-top: 1rem;
    margin-right: 1rem
}

.af-view .af-class-button-wrapper .af-class-button-wrapper-center {
    margin-right: .5rem;
    margin-left: .5rem
}

.af-view .af-class-home-press_item-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: #565656;
    border-radius: 1.5rem;
    text-decoration: none
}

.af-view .af-class-home-press_item-content-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #565656;
    border-radius: 1.5rem 1.5rem 0px 0px
}

.af-view .af-class-punks-slider_component {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.af-view .af-class-punks-slider_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.af-view .af-class-punks-slider_list {
    display: -ms-grid;
    display: grid;
    margin-right: 1rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    justify-items: start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 10rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    white-space: nowrap
}

.af-view .af-class-punks-slider_image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.af-view .af-class-punks-slider_image {
    width: 10rem;
    height: 10rem;
    -o-object-fit: cover;
    object-fit: cover
}

.af-view .af-class-section-home-punks {
    position: relative;
    z-index: 1;
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
    background-color: #101111
}

.af-view .af-class-home-punks_content-wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.af-view .af-class-home-punks_component {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 5rem;
    grid-row-gap: 4rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.af-view .af-class-home-punks_tabs-menu {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto
}

.af-view .af-class-home-punks_tabs-link {
    display: block;
    padding: 2rem;
    border: 1px solid #565656;
    border-radius: 1.5rem;
    background-color: transparent
}

.af-view .af-class-home-punks_tabs-link.w--current {
    opacity: 1
}

.af-view .af-class-home-punks_tabs-link.af-class-blue {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.af-view .af-class-home-punks_tabs-link.af-class-blue:hover {
    border-color: #fff
}

.af-view .af-class-home-punks_tabs-link.af-class-blue.w--current {
    border-color: #638596;
    background-color: #638596;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.af-view .af-class-home-punks_tabs-link.af-class-blue.w--current:hover {
    border-color: #638596;
    background-color: #638596
}

.af-view .af-class-home-punks_tabs-link.af-class-red {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.af-view .af-class-home-punks_tabs-link.af-class-red:hover {
    border-color: #fff
}

.af-view .af-class-home-punks_tabs-link.af-class-red.w--current {
    border-color: #95554e;
    background-color: #95554e
}

.af-view .af-class-home-punks_tabs-link.af-class-purple {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.af-view .af-class-home-punks_tabs-link.af-class-purple:hover {
    border-color: #fff
}

.af-view .af-class-home-punks_tabs-link.af-class-purple.w--current {
    border-color: #8e6fb5;
    background-color: #8e6fb5
}

.af-view .af-class-section-home-sales {
    position: relative;
    overflow: hidden;
    margin-top: -3rem;
    margin-bottom: -3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #fff;
    color: #101111
}

.af-view .af-class-home-sales_component {
    position: relative;
    height: auto;
    padding-bottom: 6rem;
    background-color: transparent
}

.af-view .af-class-home-sales_mask {
    overflow: visible;
    width: 33.33%
}

.af-view .af-class-home-sales_slide {
    padding-right: 1.5rem
}

.af-view .af-class-home-sales_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.af-view .af-class-home-sales_image-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%
}

.af-view .af-class-home-sales_image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
    -o-object-fit: cover;
    object-fit: cover
}

.af-view .af-class-social-icon {
    width: 1.5rem;
    height: 1.5rem
}

.af-view .af-class-home-sales_arrow {
    left: 4rem;
    top: auto;
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 3.5rem;
    height: 3.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #10111133;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #000
}

.af-view .af-class-home-sales_arrow:hover {
    border-color: #101111
}

.af-view .af-class-home-sales_arrow.af-class-left {
    left: 0rem;
    right: auto
}

.af-view .af-class-home-sales_slide-nav {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: none;
    height: 1.75rem;
    font-size: .5rem
}

.af-view .af-class-section-home-howto,
.af-view .af-class-section-home-mobile {
    position: relative;
    z-index: 0;
    background-color: #101111;
    max-width: 1280px
}

.af-view .af-class-home-howto_component-left {
    -ms-grid-columns: 1fr .75fr !important;
    grid-template-columns: 1fr .75fr !important
}

.af-view .af-class-home-howto_component-left .af-class-howto_content-right {
    display: flex;
    flex-direction: row-reverse
}

.af-class-home-howto_component-pc-container {
    margin-top: 5rem
}

.af-view .af-class-home-howto_component {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    -ms-grid-columns: .75fr 1fr;
    grid-template-columns: .75fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-bottom: 2rem
}

.af-view .af-class-home-howto_timeline-wrapper {
    position: relative
}

.af-view .af-class-home-howto_progress-bar {
    width: 1px;
    height: 100%
}

.arrow_top {
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-bottom-color: red;
    border-width: 6px;
    position: relative
}

.arrow_top:after {
    position: absolute;
    content: "";
    display: block;
    top: -5px;
    margin-left: -6px;
    border-color: transparent;
    border-style: solid;
    border-bottom-color: #fff;
    border-width: 6px
}

.af-view .af-class-home-howto_timeline-step {
    grid-column-gap: 2.5rem;
    grid-row-gap: 0px;
    -ms-grid-columns: -webkit-max-content 1fr;
    -ms-grid-columns: max-content 1fr;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.af-view .af-class-home-howto_timeline-left {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.af-view .af-class-home-howto_timeline-icon-wrapper {
    position: relative;
    z-index: 1;
    margin-top: -1rem;
    background-color: #0f1111;
    padding: 0 1rem;
    margin-top: .1rem
}

.af-view .af-class-home-howto_timeline-right {
    padding-top: 2.5rem
}

.af-view .af-class-home-faq_content {
    display: -ms-grid;
    display: grid;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 4rem;
    grid-row-gap: 5rem;
    -ms-grid-columns: .75fr 1fr;
    grid-template-columns: .75fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-top: 1px solid #565656
}

.af-view .af-class-footer_top-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 4vw;
    -ms-grid-columns: .25fr 1fr .25fr;
    grid-template-columns: .25fr 1fr .25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.af-view .af-class-footer4_logo-link {
    padding-left: 0
}

.af-view .af-class-footer_link-list {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: start;
    grid-auto-flow: column;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    grid-column-gap: 1.5rem;
    grid-row-gap: 0px;
    -ms-grid-columns: -webkit-max-content;
    -ms-grid-columns: max-content;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    white-space: normal
}

.af-view .af-class-footer_link {
    opacity: .75;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none
}

.af-view .af-class-footer_link:hover {
    text-decoration: underline
}

.af-view .af-class-footer_socials-wrapper {
    display: -ms-grid;
    display: grid;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-flow: column;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    grid-column-gap: .75rem;
    grid-row-gap: 0rem;
    -ms-grid-columns: -webkit-max-content;
    -ms-grid-columns: max-content;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    white-space: normal
}

.af-view .af-class-footer_social-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .75;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 14px;
    text-decoration: none
}

.af-view .af-class-footer_social-link:hover {
    opacity: 1
}

.af-view .af-class-line-divider {
    width: 100%;
    height: 1px;
    background-color: #ffffff26
}

.af-view .af-class-footer_bottom-wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-flow: column;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    grid-column-gap: 1.5rem;
    grid-row-gap: 0rem;
    -ms-grid-columns: -webkit-max-content;
    -ms-grid-columns: max-content;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    white-space: normal
}

.af-view .af-class-footer_credit-text,
.af-view .af-class-footer_bottom-link {
    color: #ffffffbf;
    font-size: .875rem
}

.af-view .af-class-home-sales_content-top {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 5rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr -webkit-max-content;
    -ms-grid-columns: 1fr max-content;
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.af-view .af-class-home-press_item-content-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 0rem 0px 1.5rem 1.5rem
}

.af-view .af-class-home-press_logo {
    max-height: 1.25rem;
    -o-object-fit: contain;
    object-fit: contain
}

.af-view .af-class-home-press_logo.af-class-marketwatch {
    max-height: 1.5rem
}

.af-view .af-class-home-punks_image {
    border-radius: 2rem
}

.af-view .af-class-home-punks_heading-medium {
    font-size: 1.75rem;
    line-height: 1.3;
    font-weight: 500
}

.af-view .af-class-home-press_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 4rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.af-view .af-class-text-color-darkgrey {
    color: #565656
}

.af-view .af-class-home-howto_progress-bar-wrapper {
    position: absolute;
    left: 2.4375rem;
    top: 15%;
    right: auto;
    width: 1px;
    height: 70%;
    background-color: #ecf1f733
}

.af-view .af-class-navbar_social-wrapper {
    display: -ms-grid;
    display: grid;
    margin-left: 1.25rem;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-flow: column;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    grid-column-gap: 1.25rem;
    grid-row-gap: 0rem;
    -ms-grid-columns: -webkit-max-content;
    -ms-grid-columns: max-content;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    white-space: normal
}

.af-view .af-class-navbar_social-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .75;
    font-size: 14px;
    text-decoration: none
}

.af-view .af-class-navbar_social-link:hover {
    opacity: 1
}

.af-view .af-class-rl-cta_component {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 2rem 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff26
}

.af-view .af-class-rl-cta_text-wrapper {
    margin-right: 1.5rem
}

.af-view .navbar_menu-button {
    padding: 0rem
}

.af-view .af-class-home-header-pixel1 {
    position: absolute;
    right: 0%;
    bottom: 40%;
    z-index: 0
}

.af-view .af-class-home-header-pixel2 {
    position: absolute;
    left: 0%;
    top: 20%;
    z-index: 0
}

.af-view .af-class-div-block {
    position: absolute;
    left: 35%;
    bottom: 2%;
    width: 25rem;
    height: 25rem;
    background-color: #282929;
    -webkit-filter: blur(200px);
    filter: blur(200px)
}

.af-view .af-class-header1_component {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 5rem;
    grid-row-gap: 4rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.af-view .af-class-button-2 {
    padding: .75rem 1.5rem;
    border-style: solid;
    border-width: 1px;
    border-color: #101111;
    background-color: #101111;
    color: #fff;
    text-align: center
}

.af-view .af-class-button-secondary-2 {
    padding: .75rem 1.5rem;
    border-style: solid;
    border-width: 1px;
    border-color: #101111;
    background-color: transparent;
    color: #101111;
    text-align: center
}

@media screen and (max-width: 768px) {
    .af-view h1 {
        font-size: 3.25rem
    }
    .af-view h2 {
        font-size: 2.75rem
    }
    .af-view h3 {
        font-size: 2.25rem
    }
    .af-view h4 {
        font-size: 1.75rem
    }
    .af-view .af-class-hide-tablet {
        display: none
    }
    .af-view .af-class-show-tablet {
        display: block
    }
    .af-view .af-class-max-width-full-tablet {
        width: 100%;
        max-width: none
    }
    .af-view .af-class-margin-large {
        margin: 2.5rem
    }
    .af-view .af-class-margin-xlarge {
        margin: 3.5rem
    }
    .af-view .af-class-margin-xxlarge {
        margin: 4.5rem
    }
    .af-view .af-class-margin-huge {
        margin: 5rem
    }
    .af-view .af-class-margin-xhuge {
        margin: 6rem
    }
    .af-view .af-class-margin-xxhuge {
        margin: 7.5rem
    }
    .af-view .af-class-padding-large {
        padding: 2.5rem
    }
    .af-view .af-class-padding-xlarge {
        padding: 3.5rem
    }
    .af-view .af-class-padding-xxlarge {
        padding: 4.5rem
    }
    .af-view .af-class-padding-huge {
        padding: 5rem
    }
    .af-view .af-class-padding-xhuge {
        padding: 6rem
    }
    .af-view .af-class-padding-xxhuge {
        padding: 7.5rem
    }
    .af-view .af-class-margin-top {
        margin-right: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem
    }
    .af-view .af-class-margin-bottom {
        margin-top: 0rem;
        margin-right: 0rem;
        margin-left: 0rem
    }
    .af-view .af-class-margin-left {
        margin-top: 0rem;
        margin-right: 0rem;
        margin-bottom: 0rem
    }
    .af-view .af-class-margin-right {
        margin-top: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem
    }
    .af-view .af-class-margin-vertical {
        margin-right: 0rem;
        margin-left: 0rem
    }
    .af-view .af-class-margin-horizontal {
        margin-top: 0rem;
        margin-bottom: 0rem
    }
    .af-view .af-class-padding-top {
        padding-right: 0rem;
        padding-bottom: 0rem;
        padding-left: 0rem
    }
    .af-view .af-class-padding-bottom {
        padding-top: 0rem;
        padding-right: 0rem;
        padding-left: 0rem
    }
    .af-view .af-class-padding-left {
        padding-top: 0rem;
        padding-right: 0rem;
        padding-bottom: 0rem
    }
    .af-view .af-class-padding-right {
        padding-top: 0rem;
        padding-bottom: 0rem;
        padding-left: 0rem
    }
    .af-view .af-class-padding-vertical {
        padding-right: 0rem;
        padding-left: 0rem
    }
    .af-view .af-class-padding-horizontal {
        padding-top: 0rem;
        padding-bottom: 0rem
    }
    .af-view .af-class-button-row-grid.af-class-tablet-1-col {
        grid-auto-flow: row
    }
    .af-view .af-class-heading-xxlarge {
        font-size: 3.25rem
    }
    .af-view .af-class-heading-medium {
        font-size: 1.75rem
    }
    .af-view .af-class-heading-large {
        font-size: 2.25rem
    }
    .af-view .af-class-heading-xlarge {
        font-size: 2.75rem
    }
    .af-view .navbar_menu {
        left: 10%;
        right: 5%;
        overflow: auto;
        padding: 1.5rem 5% 2rem;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 1px solid #000;
        border-radius: 1.5rem;
        background-color: #fff;
        color: #101111;
        background-clip: border-box;
        -webkit-text-fill-color: inherit
    }
    .af-view .af-class-navbar_link {
        width: auto;
        padding: .75rem 0rem;
        opacity: 1;
        font-size: 18px;
        text-align: center
    }
    .af-view .af-class-navbar_button {
        margin-left: 0rem;
        padding-top: .625rem;
        padding-bottom: .625rem;
        background-color: #101111
    }
    .af-view .af-class-navbar_button.af-class-purple {
        background-color: #8e6fb540;
        color: #8e6fb5
    }
    .af-view .af-class-navbar_button.af-class-blue {
        background-color: #63859640;
        color: #638596
    }
    .af-view .menu-icon1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 48px;
        height: 48px;
        margin-right: -.5rem;
        padding-right: 0rem;
        padding-bottom: 0rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .af-view .menu-icon_line-middle-inner {
        width: 4px;
        height: 0px;
        padding-right: 0;
        padding-bottom: 0
    }
    .af-view .af-class-home-punks_content-wrapper {
        grid-column-gap: 3rem;
        grid-row-gap: 2rem
    }
    .af-view .af-class-home-punks_component {
        grid-column-gap: 3rem;
        grid-row-gap: 2rem;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
    .af-view .af-class-home-sales_component {
        padding-right: 0rem;
        padding-left: 0rem
    }
    .af-view .af-class-home-sales_mask {
        width: 50%
    }
    .af-view .af-class-home-sales_slide {
        padding-right: 2rem
    }
    .af-view .af-class-home-howto_component {
        grid-column-gap: 3rem;
        grid-row-gap: 2rem;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
    .af-view .af-class-home-howto_timeline-step {
        grid-column-gap: 24px
    }
    .af-view .af-class-home-faq_content {
        grid-column-gap: 3rem;
        grid-row-gap: 4rem
    }
    .af-view .af-class-footer_top-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        justify-items: center;
        grid-row-gap: 3rem;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
    .af-view .af-class-home-sales_content-top {
        grid-column-gap: 3rem
    }
    .af-view .af-class-home-punks_heading-medium {
        font-size: 1.75rem
    }
    .af-view .af-class-home-press_list {
        grid-row-gap: 1.5rem;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
    .af-view .af-class-navbar_social-wrapper {
        margin-left: 0rem;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        justify-items: center
    }
    .af-view .af-class-navbar_social-link {
        opacity: 1
    }
    .af-view .menu-icon1_line-bottom {
        width: 24px;
        height: 2px;
        padding-right: 0;
        padding-bottom: 0;
        background-color: #fff
    }
    .af-view .menu-icon1_line-middle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 24px;
        height: 2px;
        margin-top: 6px;
        margin-bottom: 6px;
        padding-right: 0;
        padding-bottom: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff
    }
    .af-view .menu-icon1_line-top {
        width: 24px;
        height: 2px;
        padding-right: 0;
        padding-bottom: 0;
        background-color: #fff
    }
    .af-view .navbar_menu-button.w--open {
        background-color: transparent
    }
    .af-view .af-class-header1_component {
        min-height: auto;
        grid-auto-flow: row;
        grid-row-gap: 4rem;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

@media screen and (max-width: 767px) {
    .af-view h1 {
        font-size: 2.5rem
    }
    .af-view h2 {
        font-size: 2.25rem
    }
    .af-view h3 {
        font-size: 2rem
    }
    .af-view h4 {
        font-size: 1.5rem;
        line-height: 1.4
    }
    .af-view h5 {
        font-size: 1.25rem
    }
    .af-view h6 {
        font-size: 1.125rem
    }
    .af-view .af-class-text-rich-text figure {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }
    .af-view .af-class-hide-mobile-landscape {
        display: none
    }
    .af-view .af-class-show-mobile-landscape {
        display: block
    }
    .af-view .af-class-max-width-full-mobile-landscape {
        width: 100%;
        max-width: none
    }
    .af-view .af-class-margin-xsmall {
        margin: .75rem
    }
    .af-view .af-class-margin-small {
        margin: 1.25rem
    }
    .af-view .af-class-margin-medium {
        margin: 1.5rem
    }
    .af-view .af-class-margin-large {
        margin: 2rem
    }
    .af-view .af-class-margin-xlarge {
        margin: 2.5rem
    }
    .af-view .af-class-margin-xxlarge {
        margin: 3rem
    }
    .af-view .af-class-margin-huge {
        margin: 3.5rem
    }
    .af-view .af-class-margin-xhuge {
        margin: 4rem
    }
    .af-view .af-class-margin-xxhuge {
        margin: 5rem
    }
    .af-view .af-class-padding-xsmall {
        padding: .75rem
    }
    .af-view .af-class-padding-small {
        padding: 1.25rem
    }
    .af-view .af-class-padding-medium {
        padding: 1.5rem
    }
    .af-view .af-class-padding-large {
        padding: 2rem
    }
    .af-view .af-class-padding-xlarge {
        padding: 2.5rem
    }
    .af-view .af-class-padding-xxlarge {
        padding: 3rem
    }
    .af-view .af-class-padding-huge {
        padding: 3.5rem
    }
    .af-view .af-class-padding-xhuge {
        padding: 4rem
    }
    .af-view .af-class-padding-xxhuge {
        padding: 5rem
    }
    .af-view .af-class-margin-top {
        margin-right: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem
    }
    .af-view .af-class-margin-bottom {
        margin-top: 0rem;
        margin-right: 0rem;
        margin-left: 0rem
    }
    .af-view .af-class-margin-left {
        margin-top: 0rem;
        margin-right: 0rem;
        margin-bottom: 0rem
    }
    .af-view .af-class-margin-right {
        margin-top: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem
    }
    .af-view .af-class-margin-vertical {
        margin-right: 0rem;
        margin-left: 0rem
    }
    .af-view .af-class-margin-horizontal {
        margin-top: 0rem;
        margin-bottom: 0rem
    }
    .af-view .af-class-padding-top {
        padding-right: 0rem;
        padding-bottom: 0rem;
        padding-left: 0rem
    }
    .af-view .af-class-padding-bottom {
        padding-top: 0rem;
        padding-right: 0rem;
        padding-left: 0rem
    }
    .af-view .af-class-padding-left {
        padding-top: 0rem;
        padding-right: 0rem;
        padding-bottom: 0rem
    }
    .af-view .af-class-padding-right {
        padding-top: 0rem;
        padding-bottom: 0rem;
        padding-left: 0rem
    }
    .af-view .af-class-padding-vertical {
        padding-right: 0rem;
        padding-left: 0rem
    }
    .af-view .af-class-padding-horizontal {
        padding-top: 0rem;
        padding-bottom: 0rem
    }
    .af-view .af-class-text-style-nowrap {
        white-space: normal
    }
    .af-view .af-class-text-size-medium {
        font-size: 1rem
    }
    .af-view .af-class-button-row-grid.af-class-landscape-1-col {
        grid-auto-flow: row
    }
    .af-view .af-class-text-size-large {
        font-size: 1.125rem
    }
    .af-view .af-class-heading-xxlarge {
        font-size: 2.5rem
    }
    .af-view .af-class-heading-medium {
        font-size: 1.5rem;
        line-height: 1.4
    }
    .af-view .af-class-heading-large {
        font-size: 2rem
    }
    .af-view .af-class-heading-xsmall {
        font-size: 1.125rem
    }
    .af-view .af-class-heading-small {
        font-size: 1.25rem
    }
    .af-view .af-class-text-style-quote {
        font-size: 1.125rem
    }
    .af-view .af-class-heading-xlarge {
        font-size: 2.25rem
    }
    .af-view .af-class-navbar_component {
        height: 4rem
    }
    .af-view .af-class-section-home-punks {
        border-bottom-left-radius: 2rem;
        border-bottom-right-radius: 2rem
    }
    .af-view .af-class-home-punks_content-wrapper {
        grid-row-gap: 2rem;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
    .af-view .af-class-home-punks_component {
        grid-column-gap: 0px;
        grid-row-gap: 3rem;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
    .af-view .af-class-section-home-sales {
        margin-top: -2rem;
        margin-bottom: -2rem;
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .af-view .af-class-home-sales_component {
        padding-bottom: 5.5rem
    }
    .af-view .af-class-home-sales_mask {
        width: 80%
    }
    .af-view .af-class-home-sales_slide {
        padding-right: 1.5rem
    }
    .af-view .af-class-home-sales_image-wrapper {
        height: 100%
    }
    .af-view .af-class-section-home-howto {
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem
    }
    .af-view .af-class-home-howto_component {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
    .af-view .af-class-home-howto_timeline-icon-wrapper {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .af-view .af-class-home-faq_content {
        padding-top: 1.25rem;
        padding-bottom: 2.5rem;
        grid-column-gap: 2.5rem
    }
    .af-view .af-class-footer_link-list {
        justify-items: center;
        grid-auto-flow: row;
        grid-column-gap: 0px;
        grid-row-gap: 24px
    }
    .af-view .af-class-footer_bottom-wrapper {
        justify-items: center;
        grid-auto-flow: row;
        grid-column-gap: 0rem;
        grid-row-gap: 1.5rem
    }
    .af-view .af-class-footer_credit-text {
        margin-top: .5rem
    }
    .af-view .af-class-home-sales_content-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        justify-items: start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        grid-row-gap: 2rem;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
    .af-view .af-class-home-punks_heading-medium {
        font-size: 1.5rem;
        line-height: 1.4
    }
    .af-view .af-class-home-press_list {
        grid-row-gap: 1rem;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
    .af-view .af-class-home-howto_progress-bar-wrapper {
        left: 2rem;
        height: 72%
    }
    .af-view .af-class-home-howto_progress-bar-wrapper-mobile {
        height: 92% !important;
        top: 4% !important
    }
    .af-view .af-class-rl-cta_component {
        padding-bottom: 4rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
    .af-view .af-class-rl-cta_text-wrapper {
        margin-right: 0rem;
        margin-bottom: 1.5rem
    }
    .af-view .af-class-header1_component {
        grid-row-gap: 3rem
    }
}

@media screen and (max-width: 479px) {
    .af-view h1 {
        font-size: 2.5rem
    }
    .af-view .af-class-show-mobile-portrait {
        display: block
    }
    .af-view .af-class-hide-mobile-portrait {
        display: none
    }
    .af-view .af-class-margin-top {
        margin-right: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem
    }
    .af-view .af-class-margin-bottom {
        margin-top: 0rem;
        margin-right: 0rem;
        margin-left: 0rem
    }
    .af-view .af-class-margin-left {
        margin-top: 0rem;
        margin-right: 0rem;
        margin-bottom: 0rem
    }
    .af-view .af-class-margin-right {
        margin-top: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem
    }
    .af-view .af-class-margin-vertical {
        margin-right: 0rem;
        margin-left: 0rem
    }
    .af-view .af-class-margin-horizontal {
        margin-top: 0rem;
        margin-bottom: 0rem
    }
    .af-view .af-class-padding-top {
        padding-right: 0rem;
        padding-bottom: 0rem;
        padding-left: 0rem
    }
    .af-view .af-class-padding-bottom {
        padding-top: 0rem;
        padding-right: 0rem;
        padding-left: 0rem
    }
    .af-view .af-class-padding-left {
        padding-top: 0rem;
        padding-right: 0rem;
        padding-bottom: 0rem
    }
    .af-view .af-class-padding-right {
        padding-top: 0rem;
        padding-bottom: 0rem;
        padding-left: 0rem
    }
    .af-view .af-class-padding-vertical {
        padding-right: 0rem;
        padding-left: 0rem
    }
    .af-view .af-class-padding-horizontal {
        padding-top: 0rem;
        padding-bottom: 0rem
    }
    .af-view .af-class-max-width-full-mobile-portrait {
        width: 100%;
        max-width: none
    }
    .af-view .af-class-button-row-grid.af-class-mobile-1-col {
        grid-auto-flow: row
    }
    .af-view .af-class-stylesystem-images_layout {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
    .af-view .af-class-home-press_item-content-top {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
    .af-view .af-class-punks-slider_list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .af-view .af-class-punks-slider_image-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .af-view .af-class-home-punks_content-wrapper,
    .af-view .af-class-home-punks_component {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
    .af-view .af-class-home-punks_tabs-link {
        padding: 1.25rem
    }
    .af-view .af-class-home-sales_mask {
        width: 95%
    }
    .af-view .af-class-home-howto_component {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
    .af-view .af-class-home-faq_content {
        grid-row-gap: 1rem;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
    .af-view .af-class-home-press_item-content-bottom {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
    .af-view .af-class-header1_component {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.af-view #w-node-fbb2cfb0-0e22-75f4-4978-59c3b7e98b5d-72683305,
.af-view #w-node-fbb2cfb0-0e22-75f4-4978-59c3b7e98b5f-72683305,
.af-view #w-node-fbb2cfb0-0e22-75f4-4978-59c3b7e98b61-72683305,
.af-view #w-node-fbb2cfb0-0e22-75f4-4978-59c3b7e98b63-72683305,
.af-view #w-node-fbb2cfb0-0e22-75f4-4978-59c3b7e98b65-72683305,
.af-view #w-node-fbb2cfb0-0e22-75f4-4978-59c3b7e98b67-72683305,
.af-view #w-node-fbb2cfb0-0e22-75f4-4978-59c3b7e98b69-72683305,
.af-view #w-node-fbb2cfb0-0e22-75f4-4978-59c3b7e98b6b-72683305,
.af-view #w-node-_9ed2eecb-e9e1-89bc-80e5-5f12dedc8770-72683305,
.af-view #w-node-eec378bd-d7c1-f0c8-11b1-631daca5078e-72683305,
.af-view #w-node-fb36ae1f-5de5-1418-eeb9-4f9cfadbd542-72683305,
.af-view #w-node-_7c26bdce-d3fb-a95c-fc14-2af5261498c4-72683305,
.af-view #w-node-f5d40f60-120f-910e-e57c-39d5cd055ad6-72683305,
.af-view #w-node-f5d40f60-120f-910e-e57c-39d5cd055ad8-72683305,
.af-view #w-node-f5d40f60-120f-910e-e57c-39d5cd055ada-72683305,
.af-view #w-node-f5d40f60-120f-910e-e57c-39d5cd055adc-72683305,
.af-view #w-node-f5d40f60-120f-910e-e57c-39d5cd055ade-72683305,
.af-view #w-node-f5d40f60-120f-910e-e57c-39d5cd055ae0-72683305,
.af-view #w-node-f5d40f60-120f-910e-e57c-39d5cd055ae2-72683305,
.af-view #w-node-f5d40f60-120f-910e-e57c-39d5cd055ae4-72683305,
.af-view #w-node-f5d40f60-120f-910e-e57c-39d5cd055ae6-72683305,
.af-view #w-node-f5d40f60-120f-910e-e57c-39d5cd055ae8-72683305,
.af-view #w-node-f5d40f60-120f-910e-e57c-39d5cd055aea-72683305,
.af-view #w-node-f5d40f60-120f-910e-e57c-39d5cd055aec-72683305 {
    -ms-grid-column-align: center;
    justify-self: center
}

.af-view #w-node-_55ea86a4-fe8d-90ae-2330-938fba89e0a0-72683305 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1
}

.af-view #w-node-e1dfd3b5-39a9-e48c-dac8-9c89c9a849da-72683305 {
    -ms-grid-column-align: start;
    justify-self: start
}

.af-view #w-node-e1dfd3b5-39a9-e48c-dac8-9c89c9a849e7-72683305 {
    -ms-grid-column-align: end;
    justify-self: end
}

.af-view #w-node-_84c1ae20-c456-3f48-de42-2b7ec9d009a9-7568331e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1
}

.af-view #w-node-_84c1ae20-c456-3f48-de42-2b7ec9d009c1-7568331e {
    -ms-grid-column-align: start;
    justify-self: start
}

@media screen and (max-width: 768px) {
    .af-view #w-node-e1dfd3b5-39a9-e48c-dac8-9c89c9a849da-72683305,
    .af-view #w-node-e1dfd3b5-39a9-e48c-dac8-9c89c9a849e7-72683305 {
        -ms-grid-column-align: center;
        justify-self: center
    }
    .af-view .af-class-navbar_link.w--current {
        color: #000
    }
}

@media screen and (max-width: 767px) {
    .af-view #w-node-e1dfd3b5-39a9-e48c-dac8-9c89c9a849f3-72683305 {
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 5;
        -ms-grid-row: 4;
        grid-row-start: 4
    }
}

@media screen and (max-width: 479px) {
    .af-view #w-node-e1dfd3b5-39a9-e48c-dac8-9c89c9a849da-72683305 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1
    }
}

@font-face {
    font-family: Circularstd;
    src: url(/assets/CircularStd-BookItalic.4f230cc0.otf) format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Circularstd;
    src: url(/assets/CircularStd-Book.0b7cb787.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Circularstd;
    src: url(/assets/CircularStd-Medium.62684bcd.otf) format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Circularstd;
    src: url(/assets/CircularStd-MediumItalic.03d4d3ae.otf) format("opentype");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url(/assets/Roboto-Bold.24571503.ttf) format("opentype");
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url(/assets/Roboto-Regular.16466ef6.ttf) format("opentype");
    font-weight: 400;
    font-display: swap
}

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

* {
    --tw-ring-inset: var(--tw-empty, );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000
}

:root {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

::moz-focus-inner {
    border-style: none;
    padding: 0
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

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

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

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

a {
    color: inherit;
    text-decoration: inherit
}

body {
    margin: 0;
    font-family: inherit;
    line-height: inherit
}

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

button {
    text-transform: none;
    background-color: transparent;
    background-image: none
}

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

button,
[role=button] {
    cursor: pointer
}

html {
    -webkit-text-size-adjust: 100%;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    line-height: 1.5
}

h4,
h2,
h3,
h6 {
    font-size: inherit;
    font-weight: inherit
}

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

input::placeholder {
    opacity: 1;
    color: #9ca3af
}

input::webkit-input-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input:-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af
}

img,
svg {
    display: block;
    vertical-align: middle
}

p,
h4,
h2,
h3,
h6 {
    margin: 0
}

textarea {
    resize: vertical
}

textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

textarea::webkit-input-placeholder {
    opacity: 1;
    color: #9ca3af
}

textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af
}

textarea::-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af
}

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

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.\ !flex-center {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important
}

.bg-\[\#F76606\] {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 102, 6, var(--tw-bg-opacity))
}

.bg-\[\#2E2F33\] {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 47, 51, var(--tw-bg-opacity))
}

.bg-\[\#1E2433\] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 36, 51, var(--tw-bg-opacity))
}

.bg-\[\#272E3E\] {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 46, 62, var(--tw-bg-opacity))
}

.bg-\[transparent\] {
    background-color: transparent
}

.\ !bg-\[\#30394D\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 57, 77, var(--tw-bg-opacity)) !important
}

.\ !hover\:bg-\[\#283044\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 48, 68, var(--tw-bg-opacity)) !important
}

.bg-\[\#202634\] {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 52, var(--tw-bg-opacity))
}

.bg-\[\#181D29\] {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 29, 41, var(--tw-bg-opacity))
}

.bg-\[\#D9D9D91A\] {
    --tw-bg-opacity: .10196078431372549;
    background-color: rgba(217, 217, 217, var(--tw-bg-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-\[\#1e2433\] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 36, 51, var(--tw-bg-opacity))
}

.hover\:bg-transparent:hover {
    background-color: transparent
}

.bg-\[\#101111\] {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 17, 17, var(--tw-bg-opacity))
}

.bg-\[\#272828\] {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 40, 40, var(--tw-bg-opacity))
}

.bg-\[\#fff\] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-\[\#ECF1F7\] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 241, 247, var(--tw-bg-opacity))
}

.bg-\[\#26314D\] {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 49, 77, var(--tw-bg-opacity))
}

.\ !bg-\[\#1E2433\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 36, 51, var(--tw-bg-opacity)) !important
}

.bg-\[\#00FF66\] {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 255, 102, var(--tw-bg-opacity))
}

.bg-\[\#202633\] {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 51, var(--tw-bg-opacity))
}

.bg-\[\#2A303D\] {
    --tw-bg-opacity: 1;
    background-color: rgba(42, 48, 61, var(--tw-bg-opacity))
}

.bg-gradient-to-b {
    background-image: -o-linear-gradient(top, var(--tw-gradient-stops));
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
}

.bg-gradient-to-r,
.hover\:bg-gradient-to-r:hover {
    background-image: -o-linear-gradient(left, var(--tw-gradient-stops));
    background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.from-\[\#121828\] {
    --tw-gradient-from: rgba(18, 24, 40, var(--tw-from-opacity, 1));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-\[\#F76606\],
.hover\:from-\[\#F76606\]:hover {
    --tw-gradient-from: rgba(247, 102, 6, var(--tw-from-opacity, 1));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-\[\#8327F8\] {
    --tw-gradient-from: rgba(131, 39, 248, var(--tw-from-opacity, 1));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.hover\:from-\[\#7415EE\]:hover {
    --tw-gradient-from: rgba(116, 21, 238, var(--tw-from-opacity, 1));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.to-\[\#1E2433\] {
    --tw-gradient-to: rgba(30, 36, 51, var(--tw-to-opacity, 1))
}

.to-\[\#FF8C3F\] {
    --tw-gradient-to: rgba(255, 140, 63, var(--tw-to-opacity, 1))
}

.hover\:to-\[\#F76606\]:hover {
    --tw-gradient-to: rgba(247, 102, 6, var(--tw-to-opacity, 1))
}

.to-\[\#A863FF\] {
    --tw-gradient-to: rgba(168, 99, 255, var(--tw-to-opacity, 1))
}

.hover\:to-\[\#7415EE\]:hover {
    --tw-gradient-to: rgba(116, 21, 238, var(--tw-to-opacity, 1))
}

.bg-opacity-20 {
    --tw-bg-opacity: .2
}

.hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.\ !hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important
}

.\ !border-\[\#ECF1F7\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 241, 247, var(--tw-border-opacity)) !important
}

.border-\[\#6f737d\] {
    --tw-border-opacity: 1;
    border-color: rgba(111, 115, 125, var(--tw-border-opacity))
}

.border-\[red\] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 0, 0, var(--tw-border-opacity))
}

.border-\[\#272E3E\] {
    --tw-border-opacity: 1;
    border-color: rgba(39, 46, 62, var(--tw-border-opacity))
}

.border-\[\#981C1C\] {
    --tw-border-opacity: 1;
    border-color: rgba(152, 28, 28, var(--tw-border-opacity))
}

.border-\[\#2F3442\] {
    --tw-border-opacity: 1;
    border-color: rgba(47, 52, 66, var(--tw-border-opacity))
}

.border-\[\#878D99\] {
    --tw-border-opacity: 1;
    border-color: rgba(135, 141, 153, var(--tw-border-opacity))
}

.border-b-\[\#1F2634\] {
    --tw-border-opacity: 1;
    border-color: rgba(31, 38, 52, var(--tw-border-opacity))
}

.border-b-\[\#191d29\] {
    --tw-border-opacity: 1;
    border-color: rgba(25, 29, 41, var(--tw-border-opacity))
}

.border-color-\[\#FF825A\] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 130, 90, var(--tw-border-opacity))
}

.border-\[\#ecf1f666\] {
    --tw-border-opacity: .4;
    border-color: rgba(236, 241, 246, var(--tw-border-opacity))
}

.border-\[\#7D8184\] {
    --tw-border-opacity: 1;
    border-color: rgba(125, 129, 132, var(--tw-border-opacity))
}

.hover\:border-\[\#F76606\]:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 102, 6, var(--tw-border-opacity))
}

.border-\[transparent\] {
    border-color: transparent
}

.border-\[\#707681\] {
    --tw-border-opacity: 1;
    border-color: rgba(112, 118, 129, var(--tw-border-opacity))
}

.border-color-\[\#6e737e\] {
    --tw-border-opacity: 1;
    border-color: rgba(110, 115, 126, var(--tw-border-opacity))
}

.border-color-\[\#6f7580\] {
    --tw-border-opacity: 1;
    border-color: rgba(111, 117, 128, var(--tw-border-opacity))
}

.border-\[\#858A94\] {
    --tw-border-opacity: 1;
    border-color: rgba(133, 138, 148, var(--tw-border-opacity))
}

.border-\[\#8E9199\] {
    --tw-border-opacity: 1;
    border-color: rgba(142, 145, 153, var(--tw-border-opacity))
}

.border-\[\#5E656F\] {
    --tw-border-opacity: 1;
    border-color: rgba(94, 101, 111, var(--tw-border-opacity))
}

.\ !border-opacity-40 {
    --tw-border-opacity: .4 !important
}

.border-opacity-20 {
    --tw-border-opacity: .2
}

.rounded-4px {
    border-radius: 4px
}

.rounded-16px {
    border-radius: 16px
}

.rounded-2px {
    border-radius: 2px
}

.rounded-10px {
    border-radius: 10px
}

.rounded-\[8px\],
.rounded-8px {
    border-radius: 8px
}

.rounded-\[100px\] {
    border-radius: 100px
}

.rounded-full {
    border-radius: 9999px
}

.rounded-\[1\.5rem\] {
    border-radius: 1.5rem
}

.hover\:rounded-4px:hover {
    border-radius: 4px
}

.rounded-40px {
    border-radius: 40px
}

.rounded-\[2px\] {
    border-radius: 2px
}

.rounded-\[4px\] {
    border-radius: 4px
}

.rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.rounded-t-lg-\[8px\] {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.rounded-l-lg-\[8px\] {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.border-solid {
    border-style: solid
}

.border-dashed {
    border-style: dashed
}

.\ !border-none {
    border-style: none !important
}

.border-none,
.active\:border-none:active {
    border-style: none
}

.\ !border-1px {
    border-width: 1px !important
}

.border-1,
.border-\[1px\],
.border-1px {
    border-width: 1px
}

.border-0 {
    border-width: 0px
}

.hover\:border-\[1px\]:hover,
.border-w-1px {
    border-width: 1px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-b-\[1px\],
.border-b {
    border-bottom-width: 1px
}

.box-border {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.box-content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.cursor-pointer {
    cursor: pointer
}

.cursor-not-allowed {
    cursor: not-allowed
}

.\ !cursor-pointer {
    cursor: pointer !important
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

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

.inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex
}

.grid {
    display: -ms-grid;
    display: grid
}

.hidden {
    display: none
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

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

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

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

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%
}

.flex-shrink-0 {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.float-right {
    float: right
}

.clear-right {
    clear: right
}

.\ !font-600,
.\ !font-semi {
    font-weight: 600 !important
}

.font-bold {
    font-weight: 700
}

.font-500 {
    font-weight: 500
}

.font-semi,
.font-600 {
    font-weight: 600
}

.\ !font-700,
.\ !hover\:font-bold:hover {
    font-weight: 700 !important
}

.font-700 {
    font-weight: 700
}

.font-100 {
    font-weight: 100
}

.font-medium {
    font-weight: 500
}

.font-black {
    font-weight: 900
}

.font-normal,
.font-400 {
    font-weight: 400
}

.h-48px {
    height: 48px
}

.h-39px {
    height: 39px
}

.h-20px {
    height: 20px
}

.h-22px {
    height: 22px
}

.h-\[50px\] {
    height: 50px
}

.h-\[10px\] {
    height: 10px
}

.h-52px {
    height: 52px
}

.h-94px {
    height: 94px
}

.h-40px {
    height: 40px
}

.h-14px {
    height: 14px
}

.h-23px {
    height: 23px
}

.h-\[5px\],
.h-5px {
    height: 5px
}

.h-16px {
    height: 16px
}

.h-250px {
    height: 250px
}

.h-18px {
    height: 18px
}

.h-24px {
    height: 24px
}

.h-28px {
    height: 28px
}

.h-72px {
    height: 72px
}

.h-60px {
    height: 60px
}

.h-\[4\.5rem\] {
    height: 4.5rem
}

.h-\[30px\] {
    height: 30px
}

.h-2px {
    height: 2px
}

.h-100vh {
    height: 100vh
}

.h-1px {
    height: 1px
}

.h-42px {
    height: 42px
}

.h-\[100\%\] {
    height: 100%
}

.h-\[23px\] {
    height: 23px
}

.h-30px {
    height: 30px
}

.h-\[88px\] {
    height: 88px
}

.h-\[132px\] {
    height: 132px
}

.h-\[40px\] {
    height: 40px
}

.h-\[60px\] {
    height: 60px
}

.h-\[48px\] {
    height: 48px
}

.h-36px {
    height: 36px
}

.text-\[16px\] {
    font-size: 16px;
    line-height: 1
}

.text-\[18px\] {
    font-size: 18px;
    line-height: 1
}

.\ !text-18px {
    font-size: 18px !important;
    line-height: 1 !important
}

.\ !text-16px {
    font-size: 16px !important;
    line-height: 1 !important
}

.text-16px {
    font-size: 16px;
    line-height: 1
}

.text-12px {
    font-size: 12px;
    line-height: 1
}

.text-24px {
    font-size: 24px;
    line-height: 1
}

.\ !text-\[16px\] {
    font-size: 16px !important;
    line-height: 1 !important
}

.text-\[30px\] {
    font-size: 30px;
    line-height: 1
}

.text-20px {
    font-size: 20px;
    line-height: 1
}

.text-\[28px\] {
    font-size: 28px;
    line-height: 1
}

.text-\[36px\] {
    font-size: 36px;
    line-height: 1
}

.text-14px {
    font-size: 14px;
    line-height: 1
}

.text-18px {
    font-size: 18px;
    line-height: 1
}

.text-\[20px\] {
    font-size: 20px;
    line-height: 1
}

.text-\[14px\] {
    font-size: 14px;
    line-height: 1
}

.text-30px {
    font-size: 30px;
    line-height: 1
}

.text-\[12px\] {
    font-size: 12px;
    line-height: 1
}

.text-\[24px\] {
    font-size: 24px;
    line-height: 1
}

.text-\[32px\] {
    font-size: 32px;
    line-height: 1
}

.text-\[15px\] {
    font-size: 15px;
    line-height: 1
}

.text-\[13px\] {
    font-size: 13px;
    line-height: 1
}

.text-22px {
    font-size: 22px;
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.leading-\[50px\] {
    line-height: 50px
}

.leading-52px {
    line-height: 52px
}

.leading-\[44px\] {
    line-height: 44px
}

.\ !leading-\[22px\] {
    line-height: 22px !important
}

.leading-48px {
    line-height: 48px
}

.leading-40px {
    line-height: 40px
}

.leading-23px {
    line-height: 23px
}

.leading-20px {
    line-height: 20px
}

.leading-\[14px\] {
    line-height: 14px
}

.leading-\[18px\] {
    line-height: 18px
}

.leading-22px {
    line-height: 22px
}

.leading-\[30px\],
.leading-30px {
    line-height: 30px
}

.leading-\[22px\] {
    line-height: 22px
}

.leading-\[15px\] {
    line-height: 15px
}

.leading-\[19px\] {
    line-height: 19px
}

.leading-\[24px\] {
    line-height: 24px
}

.leading-\[23px\] {
    line-height: 23px
}

.leading-28px {
    line-height: 28px
}

.leading-\[20px\] {
    line-height: 20px
}

.leading-39px {
    line-height: 39px
}

.leading-\[48px\] {
    line-height: 48px
}

.leading-36px {
    line-height: 36px
}

.leading-\[40px\] {
    line-height: 40px
}

.m-auto {
    margin: auto
}

.my-10px {
    margin-top: 10px;
    margin-bottom: 10px
}

.my-22px {
    margin-top: 22px;
    margin-bottom: 22px
}

.mx-0 {
    margin-left: 0;
    margin-right: 0
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

.my-6px {
    margin-top: 6px;
    margin-bottom: 6px
}

.my-30px {
    margin-top: 30px;
    margin-bottom: 30px
}

.my-\[20px\] {
    margin-top: 20px;
    margin-bottom: 20px
}

.my-12px {
    margin-top: 12px;
    margin-bottom: 12px
}

.mt-\[-32px\] {
    margin-top: -32px
}

.mt-100px {
    margin-top: 100px
}

.mt-40px {
    margin-top: 40px
}

.\ !mb-20px {
    margin-bottom: 20px !important
}

.mt-0 {
    margin-top: 0
}

.mb-22px {
    margin-bottom: 22px
}

.not-last\:mb-22px:not(:last-child) {
    margin-bottom: 22px
}

.ml-12px {
    margin-left: 12px
}

.mr-8px {
    margin-right: 8px
}

.mt-30px {
    margin-top: 30px
}

.mb-40px {
    margin-bottom: 40px
}

.mt-20px {
    margin-top: 20px
}

.mr-\[5px\] {
    margin-right: 5px
}

.mt-4px {
    margin-top: 4px
}

.mt-10px {
    margin-top: 10px
}

.mb-32px {
    margin-bottom: 32px
}

.mb-20px {
    margin-bottom: 20px
}

.\ !mt-0 {
    margin-top: 0 !important
}

.mr-5px {
    margin-right: 5px
}

.mb-15px {
    margin-bottom: 15px
}

.ml-20px {
    margin-left: 20px
}

.ml-0px {
    margin-left: 0
}

.mr-\[25px\] {
    margin-right: 25px
}

.ml-10px {
    margin-left: 10px
}

.mb-188px {
    margin-bottom: 188px
}

.mr-16px {
    margin-right: 16px
}

.mt-44px {
    margin-top: 44px
}

.mt-35px {
    margin-top: 35px
}

.mb-50px {
    margin-bottom: 50px
}

.mt-25px {
    margin-top: 25px
}

.mb-8px {
    margin-bottom: 8px
}

.mr-20px {
    margin-right: 20px
}

.mb-16px {
    margin-bottom: 16px
}

.mb-45px {
    margin-bottom: 45px
}

.mb-19px {
    margin-bottom: 19px
}

.mb-55px {
    margin-bottom: 55px
}

.\ !mb-300px {
    margin-bottom: 300px !important
}

.mb-\[0\.5rem\] {
    margin-bottom: .5rem
}

.ml-40px {
    margin-left: 40px
}

.mr-12px {
    margin-right: 12px
}

.ml-18px {
    margin-left: 18px
}

.mt-6px {
    margin-top: 6px
}

.mb-30px {
    margin-bottom: 30px
}

.mt-45px {
    margin-top: 45px
}

.last\:mr-0:last-child {
    margin-right: 0
}

.ml-5px {
    margin-left: 5px
}

.mt-\[15px\] {
    margin-top: 15px
}

.ml-\[6px\] {
    margin-left: 6px
}

.mb-\[170px\] {
    margin-bottom: 170px
}

.mt-15px {
    margin-top: 15px
}

.mt-\[20px\] {
    margin-top: 20px
}

.mb-35px {
    margin-bottom: 35px
}

.ml-2px {
    margin-left: 2px
}

.mt-130px {
    margin-top: 130px
}

.mt-\[10px\] {
    margin-top: 10px
}

.mb-\[20px\] {
    margin-bottom: 20px
}

.ml-\[8px\] {
    margin-left: 8px
}

.mb-10px {
    margin-bottom: 10px
}

.mt-\[30px\] {
    margin-top: 30px
}

.ml-\[5px\] {
    margin-left: 5px
}

.\ !mt-54px {
    margin-top: 54px !important
}

.mt-5px {
    margin-top: 5px
}

.mr-\[10px\] {
    margin-right: 10px
}

.mt-\[25px\] {
    margin-top: 25px
}

.ml-8px {
    margin-left: 8px
}

.mt-13px {
    margin-top: 13px
}

.mb-5px {
    margin-bottom: 5px
}

.mt-22px {
    margin-top: 22px
}

.mt-28px {
    margin-top: 28px
}

.mt-19px {
    margin-top: 19px
}

.mt-57px {
    margin-top: 57px
}

.mb-\[10px\] {
    margin-bottom: 10px
}

.mr-\[15px\] {
    margin-right: 15px
}

.ml-30px {
    margin-left: 30px
}

.ml-\[56px\] {
    margin-left: 56px
}

.mr-38px {
    margin-right: 38px
}

.ml-62px {
    margin-left: 62px
}

.ml-\[61px\] {
    margin-left: 61px
}

.mr-\[30px\] {
    margin-right: 30px
}

.mt-50px {
    margin-top: 50px
}

.mr-30px {
    margin-right: 30px
}

.max-h-\[620px\] {
    max-height: 620px
}

.max-w-80vw {
    max-width: 80vw
}

.max-w-\[790px\] {
    max-width: 790px
}

.max-w-\[80vw\] {
    max-width: 80vw
}

.min-h-\[120px\],
.min-h-120px {
    min-height: 120px
}

.min-w-0 {
    min-width: 0px
}

.opacity-40 {
    opacity: .4
}

.opacity-75 {
    opacity: .75
}

.opacity-20 {
    opacity: .2
}

.opacity-50 {
    opacity: .5
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.\ !outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important
}

.outline {
    outline-style: solid
}

.overflow-x-scroll {
    overflow-x: scroll
}

.overflow-y-scroll {
    overflow-y: scroll
}

.p-20px {
    padding: 20px
}

.p-\[15px\] {
    padding: 15px
}

.p-3px {
    padding: 3px
}

.p-10px {
    padding: 10px
}

.p-\[40px\] {
    padding: 40px
}

.p-15px {
    padding: 15px
}

.p-19px {
    padding: 19px
}

.p-25px {
    padding: 25px
}

.px-20px {
    padding-left: 20px;
    padding-right: 20px
}

.py-30px {
    padding-top: 30px;
    padding-bottom: 30px
}

.\ !px-15px {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.px-45px {
    padding-left: 45px;
    padding-right: 45px
}

.py-20px {
    padding-top: 20px;
    padding-bottom: 20px
}

.px-10px {
    padding-left: 10px;
    padding-right: 10px
}

.\ !px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-12px {
    padding-left: 12px;
    padding-right: 12px
}

.py-3px {
    padding-top: 3px;
    padding-bottom: 3px
}

.py-45px {
    padding-top: 45px;
    padding-bottom: 45px
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.py-\[0\.75rem\] {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.px-\[3\.8\%\] {
    padding-left: 3.8%;
    padding-right: 3.8%
}

.px-30px {
    padding-left: 30px;
    padding-right: 30px
}

.px-4px {
    padding-left: 4px;
    padding-right: 4px
}

.\ !px-10px {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.px-15px {
    padding-left: 15px;
    padding-right: 15px
}

.px-5px {
    padding-left: 5px;
    padding-right: 5px
}

.py-40px {
    padding-top: 40px;
    padding-bottom: 40px
}

.px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px
}

.py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px
}

.px-18px {
    padding-left: 18px;
    padding-right: 18px
}

.px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px
}

.px-22px {
    padding-left: 22px;
    padding-right: 22px
}

.px-\[45px\] {
    padding-left: 45px;
    padding-right: 45px
}

.\ !pb-24px {
    padding-bottom: 24px !important
}

.pl-\[5\%\] {
    padding-left: 5%
}

.pr-\[5\%\] {
    padding-right: 5%
}

.pl-45px {
    padding-left: 45px
}

.pb-19px {
    padding-bottom: 19px
}

.pb-10px {
    padding-bottom: 10px
}

.pb-18px {
    padding-bottom: 18px
}

.pr-25px {
    padding-right: 25px
}

.pt-10px {
    padding-top: 10px
}

.pt-20px {
    padding-top: 20px
}

.pb-0 {
    padding-bottom: 0
}

.pt-0 {
    padding-top: 0
}

.pt-60px {
    padding-top: 60px
}

.\ !pt-0 {
    padding-top: 0 !important
}

.\ !pb-20px {
    padding-bottom: 20px !important
}

.pt-\[1\.5rem\] {
    padding-top: 1.5rem
}

.pb-\[2rem\] {
    padding-bottom: 2rem
}

.pl-10px {
    padding-left: 10px
}

.pr-15px {
    padding-right: 15px
}

.pl-15px {
    padding-left: 15px
}

.pb-100px {
    padding-bottom: 100px
}

.pl-\[6\%\] {
    padding-left: 6%
}

.pr-\[6\%\] {
    padding-right: 6%
}

.pt-\[6\%\] {
    padding-top: 6%
}

.pb-\[8\%\] {
    padding-bottom: 8%
}

.pt-30px {
    padding-top: 30px
}

.pr-\[15px\] {
    padding-right: 15px
}

.pb-\[20px\] {
    padding-bottom: 20px
}

.\ !pb-40px {
    padding-bottom: 40px !important
}

.\ !pl-20px {
    padding-left: 20px !important
}

.\ !pr-20px {
    padding-right: 20px !important
}

.\ !pb-0px {
    padding-bottom: 0 !important
}

.\ !pt-30px {
    padding-top: 30px !important
}

.pt-15px {
    padding-top: 15px
}

.pb-15px {
    padding-bottom: 15px
}

.pr-10px {
    padding-right: 10px
}

.pl-\[15px\] {
    padding-left: 15px
}

.pt-23px {
    padding-top: 23px
}

.pb-23px {
    padding-bottom: 23px
}

.pr-30px {
    padding-right: 30px
}

.pl-26px,
.pl-\[26px\] {
    padding-left: 26px
}

.pt-40px {
    padding-top: 40px
}

.pb-65px {
    padding-bottom: 65px
}

.pb-135px {
    padding-bottom: 135px
}

.placeholder-\[\#5D677E\]::-webkit-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(93, 103, 126, var(--tw-placeholder-opacity))
}

.placeholder-\[\#5D677E\]::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(93, 103, 126, var(--tw-placeholder-opacity))
}

.placeholder-\[\#5D677E\]:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(93, 103, 126, var(--tw-placeholder-opacity))
}

.placeholder-\[\#5D677E\]::-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(93, 103, 126, var(--tw-placeholder-opacity))
}

.placeholder-\[\#5D677E\]::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(93, 103, 126, var(--tw-placeholder-opacity))
}

.tab\.name,
.tab\.link,
.tab {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: -webkit-sticky;
    position: sticky
}

.left-0 {
    left: 0px
}

.bottom-0 {
    bottom: 0px
}

.top-0 {
    top: 0px
}

.top-30px {
    top: 30px
}

.right-30px {
    right: 30px
}

.top-6px {
    top: 6px
}

.right-6px {
    right: 6px
}

.right-0 {
    right: 0px
}

.top-60px {
    top: 60px
}

.bottom-18px {
    bottom: 18px
}

.bottom-5px {
    bottom: 5px
}

.right-10px {
    right: 10px
}

.top-10px {
    top: 10px
}

.top-\[50\%\] {
    top: 50%
}

.top-\[-1000px\] {
    top: -1000px
}

.hover\:shadow-hoverInner:hover {
    --tw-shadow: inset 0 0 0 1px #fff;
    --tw-shadow-colored: inset 0 0 0 1px #fff;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.\ !shadow-none {
    --tw-shadow: var(--tw-shadow-colored) !important
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-\[\#A3A5A8\] {
    --tw-text-opacity: 1;
    color: rgba(163, 165, 168, var(--tw-text-opacity))
}

.text-\[\#B9B9B9\] {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity))
}

.text-\[\#c3c7ce\] {
    --tw-text-opacity: 1;
    color: rgba(195, 199, 206, var(--tw-text-opacity))
}

.text-\[\#e55957\] {
    --tw-text-opacity: 1;
    color: rgba(229, 89, 87, var(--tw-text-opacity))
}

.text-\[\#ECF1F7\] {
    --tw-text-opacity: 1;
    color: rgba(236, 241, 247, var(--tw-text-opacity))
}

.text-\[\#A1A7B3\] {
    --tw-text-opacity: 1;
    color: rgba(161, 167, 179, var(--tw-text-opacity))
}

.text-\[\#FF825A\] {
    --tw-text-opacity: 1;
    color: rgba(255, 130, 90, var(--tw-text-opacity))
}

.text-\[\#fff\] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-\[\#5D677E\] {
    --tw-text-opacity: 1;
    color: rgba(93, 103, 126, var(--tw-text-opacity))
}

.hover\:text-\[\#FF825A\]:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 130, 90, var(--tw-text-opacity))
}

.\ !text-\[\#FFFFFF\] {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important
}

.text-\[\#ECF1F6\] {
    --tw-text-opacity: 1;
    color: rgba(236, 241, 246, var(--tw-text-opacity))
}

.\ !hover\:text-\[\#FF825A\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 130, 90, var(--tw-text-opacity)) !important
}

.text-\[\#878D99\] {
    --tw-text-opacity: 1;
    color: rgba(135, 141, 153, var(--tw-text-opacity))
}

.text-\[\#FFFFFF\] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-\[red\] {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 0, var(--tw-text-opacity))
}

.text-color-\[\#FFFFFF\] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-color-\[\#ECF1F7\] {
    --tw-text-opacity: 1;
    color: rgba(236, 241, 247, var(--tw-text-opacity))
}

.text-color-\[\#FF825A\] {
    --tw-text-opacity: 1;
    color: rgba(255, 130, 90, var(--tw-text-opacity))
}

.text-color-\[\#6e727b\] {
    --tw-text-opacity: 1;
    color: rgba(110, 114, 123, var(--tw-text-opacity))
}

.text-\[\#ecf1f7\] {
    --tw-text-opacity: 1;
    color: rgba(236, 241, 247, var(--tw-text-opacity))
}

.text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-\[\#8e9199\] {
    --tw-text-opacity: 1;
    color: rgba(142, 145, 153, var(--tw-text-opacity))
}

.text-\[\#A1A7B2\] {
    --tw-text-opacity: 1;
    color: rgba(161, 167, 178, var(--tw-text-opacity))
}

.text-\[\#F76606\],
.hover\:text-\[\#F76606\]:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 102, 6, var(--tw-text-opacity))
}

.text-\[\#EB4B4B\] {
    --tw-text-opacity: 1;
    color: rgba(235, 75, 75, var(--tw-text-opacity))
}

.\ !text-\[\#8E9199\] {
    --tw-text-opacity: 1 !important;
    color: rgba(142, 145, 153, var(--tw-text-opacity)) !important
}

.text-\[\#c47456\] {
    --tw-text-opacity: 1;
    color: rgba(196, 116, 86, var(--tw-text-opacity))
}

.text-\[\#9b9fa7\] {
    --tw-text-opacity: 1;
    color: rgba(155, 159, 167, var(--tw-text-opacity))
}

.text-\[white\] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-\[\#C3C8CF\] {
    --tw-text-opacity: 1;
    color: rgba(195, 200, 207, var(--tw-text-opacity))
}

.text-\[\#ECF1F5\] {
    --tw-text-opacity: 1;
    color: rgba(236, 241, 245, var(--tw-text-opacity))
}

.text-\[\#a3a5a9\] {
    --tw-text-opacity: 1;
    color: rgba(163, 165, 169, var(--tw-text-opacity))
}

.\ !text-\[\#F76606\] {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 102, 6, var(--tw-text-opacity)) !important
}

.text-\[\#FA751C\] {
    --tw-text-opacity: 1;
    color: rgba(250, 117, 28, var(--tw-text-opacity))
}

.text-\[\#8E9199\] {
    --tw-text-opacity: 1;
    color: rgba(142, 145, 153, var(--tw-text-opacity))
}

.text-\[\#FA4B55\] {
    --tw-text-opacity: 1;
    color: rgba(250, 75, 85, var(--tw-text-opacity))
}

.text-opacity-50 {
    --tw-text-opacity: .5
}

.text-opacity-40 {
    --tw-text-opacity: .4
}

.text-opacity-80 {
    --tw-text-opacity: .8
}

.overflow-ellipsis {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.italic {
    font-style: italic
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.align-middle {
    vertical-align: middle
}

.align-bottom {
    vertical-align: bottom
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.whitespace-nowrap {
    white-space: nowrap
}

.whitespace-pre-line {
    white-space: pre-line
}

.break-words {
    overflow-wrap: break-word
}

.break-all {
    word-break: break-all
}

.w-full {
    width: 100%
}

.w-20px {
    width: 20px
}

.w-70px {
    width: 70px
}

.w-44px {
    width: 44px
}

.w-10px {
    width: 10px
}

.w-94px {
    width: 94px
}

.w-140px {
    width: 140px
}

.w-\[85\%\] {
    width: 85%
}

.w-16px {
    width: 16px
}

.w-100px {
    width: 100px
}

.w-\[36\%\] {
    width: 36%
}

.w-24px {
    width: 24px
}

.w-180px {
    width: 180px
}

.w-28px {
    width: 28px
}

.w-200px {
    width: 200px
}

.w-160px {
    width: 160px
}

.w-72px {
    width: 72px
}

.w-60px {
    width: 60px
}

.w-197px {
    width: 197px
}

.w-48px {
    width: 48px
}

.w-40px {
    width: 40px
}

.w-100vw {
    width: 100vw
}

.w-\[90\%\] {
    width: 90%
}

.w-\[14px\] {
    width: 14px
}

.w-\[330px\] {
    width: 330px
}

.w-1280px {
    width: 1280px
}

.w-15px {
    width: 15px
}

.w-12px {
    width: 12px
}

.w-7px {
    width: 7px
}

.w-260px {
    width: 260px
}

.w-423px {
    width: 423px
}

.w-250px {
    width: 250px
}

.w-\[7px\] {
    width: 7px
}

.w-\[280px\] {
    width: 280px
}

.w-270px,
.w-\[270px\] {
    width: 270px
}

.z-10 {
    z-index: 10
}

.z-2001 {
    z-index: 2001
}

.z-2000 {
    z-index: 2000
}

.z-1 {
    z-index: 1
}

.z-2 {
    z-index: 2
}

.gap-\[25px\] {
    grid-gap: 25px;
    gap: 25px
}

.gap-20px,
.gap-\[20px\] {
    grid-gap: 20px;
    gap: 20px
}

.gap-x-\[60px\] {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    grid-column-gap: 60px;
    column-gap: 60px
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-translate-z: 0;
    --tw-rotate: 0;
    --tw-rotate-x: 0;
    --tw-rotate-y: 0;
    --tw-rotate-z: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scale-z: 1;
    -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
    -ms-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
    transform: translate(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotate(var(--tw-rotate-z)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z))
}

.origin-left {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
}

.\ !scale-103 {
    --tw-scale-x: 1.03 !important;
    --tw-scale-y: 1.03 !important;
    --tw-scale-z: 1.03 !important
}

.-skew-x-20 {
    --tw-skew-x: -20deg
}

.transition-all {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -o-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.hover\:transition-shadow:hover {
    -webkit-transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -o-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.transition {
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, filter, backdrop-filter;
    -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-box-shadow, transform, -webkit-transform, filter, backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -o-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.duration {
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.blur {
    --tw-blur: blur(8px)
}

@media (min-width: 640px) {
    .sm\:max-w-640px,
    .sm\:max-w-\[640px\] {
        max-width: 640px
    }
}

@media (min-width: 768px) {
    .md\:rounded-16px {
        border-radius: 16px
    }
    .md\:cursor-pointer {
        cursor: pointer
    }
    .md\:inline-block {
        display: inline-block
    }
    .md\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
    .md\:grid {
        display: -ms-grid;
        display: grid
    }
    .md\:flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row
    }
    .md\:flex-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }
    .md\:items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }
    .md\:justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }
    .md\:justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
    .md\:font-700 {
        font-weight: 700
    }
    .md\:h-260px {
        height: 260px
    }
    .md\:h-\[40px\] {
        height: 40px
    }
    .md\:h-1px {
        height: 1px
    }
    .md\:h-495px {
        height: 495px
    }
    .md\:text-36px {
        font-size: 36px;
        line-height: 1
    }
    .md\:text-\[14px\] {
        font-size: 14px;
        line-height: 1
    }
    .md\:text-1\.5rem {
        font-size: 1.5rem;
        line-height: 1
    }
    .md\:text-\[16px\] {
        font-size: 16px;
        line-height: 1
    }
    .md\:text-\[36px\] {
        font-size: 36px;
        line-height: 1
    }
    .md\:text-18px {
        font-size: 18px;
        line-height: 1
    }
    .md\:text-\[24px\] {
        font-size: 24px;
        line-height: 1
    }
    .md\:leading-\[40px\] {
        line-height: 40px
    }
    .md\:my-22px {
        margin-top: 22px;
        margin-bottom: 22px
    }
    .md\:mb-120px {
        margin-bottom: 120px
    }
    .md\:mb-0 {
        margin-bottom: 0
    }
    .md\:ml-40px {
        margin-left: 40px
    }
    .md\:mr-60px {
        margin-right: 60px
    }
    .md\:mt-0 {
        margin-top: 0
    }
    .md\:mb-80px {
        margin-bottom: 80px
    }
    .md\:ml-0 {
        margin-left: 0
    }
    .md\:ml-10px {
        margin-left: 10px
    }
    .md\:ml-20px {
        margin-left: 20px
    }
    .md\:mb-188px {
        margin-bottom: 188px
    }
    .\ !md\:mb-170px {
        margin-bottom: 170px !important
    }
    .md\:mt-80px {
        margin-top: 80px
    }
    .md\:mb-50px {
        margin-bottom: 50px
    }
    .md\:mr-20px {
        margin-right: 20px
    }
    .md\:mt-50px {
        margin-top: 50px
    }
    .md\:mb-70px {
        margin-bottom: 70px
    }
    .md\:mt-77px {
        margin-top: 77px
    }
    .md\:mt-15px {
        margin-top: 15px
    }
    .md\:mt-\[38px\] {
        margin-top: 38px
    }
    .md\:mt-\[70px\] {
        margin-top: 70px
    }
    .md\:mt-\[40px\] {
        margin-top: 40px
    }
    .md\:ml-0px {
        margin-left: 0
    }
    .md\:mr-0px {
        margin-right: 0
    }
    .md\:mt-40px {
        margin-top: 40px
    }
    .md\:mt-0px {
        margin-top: 0
    }
    .md\:mt-140px {
        margin-top: 140px
    }
    .md\:mb-40px {
        margin-bottom: 40px
    }
    .md\:mt-30px {
        margin-top: 30px
    }
    .md\:max-w-423px {
        max-width: 423px
    }
    .md\:max-w-768px,
    .md\:max-w-\[768px\] {
        max-width: 768px
    }
    .md\:max-w-\[298px\] {
        max-width: 298px
    }
    .md\:min-w-1280px {
        min-width: 1280px
    }
    .md\:overflow-hidden {
        overflow: hidden
    }
    .md\:p-25px {
        padding: 25px
    }
    .md\:p-40px {
        padding: 40px
    }
    .md\:p-45px {
        padding: 45px
    }
    .md\:p-\[40px\] {
        padding: 40px
    }
    .md\:p-20px {
        padding: 20px
    }
    .md\:p-70px {
        padding: 70px
    }
    .md\:p-0 {
        padding: 0
    }
    .md\:px-16px {
        padding-left: 16px;
        padding-right: 16px
    }
    .md\:py-6px {
        padding-top: 6px;
        padding-bottom: 6px
    }
    .md\:px-50px {
        padding-left: 50px;
        padding-right: 50px
    }
    .md\:pl-40px {
        padding-left: 40px
    }
    .md\:pt-15px {
        padding-top: 15px
    }
    .md\:pl-28px {
        padding-left: 28px
    }
    .md\:pl-19px {
        padding-left: 19px
    }
    .md\:pr-19px {
        padding-right: 19px
    }
    .md\:pt-19px {
        padding-top: 19px
    }
    .md\:pb-19px {
        padding-bottom: 19px
    }
    .md\:pb-170px {
        padding-bottom: 170px
    }
    .md\:pb-80px {
        padding-bottom: 80px
    }
    .md\:pb-40px {
        padding-bottom: 40px
    }
    .md\:pr-22px {
        padding-right: 22px
    }
    .md\:static {
        position: static
    }
    .md\:absolute {
        position: absolute
    }
    .md\:relative {
        position: relative
    }
    .md\:bottom-\[-40px\] {
        bottom: -40px
    }
    .md\:left-40px {
        left: 40px
    }
    .md\:right-0px {
        right: 0px
    }
    .md\:text-left {
        text-align: left
    }
    .md\:text-right {
        text-align: right
    }
    .md\:text-\[\#9b9fa7\] {
        --tw-text-opacity: 1;
        color: rgba(155, 159, 167, var(--tw-text-opacity))
    }
    .md\:text-\[\#B9B9B9\] {
        --tw-text-opacity: 1;
        color: rgba(185, 185, 185, var(--tw-text-opacity))
    }
    .md\:overflow-ellipsis {
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }
    .md\:not-italic {
        font-style: normal
    }
    .md\:w-auto {
        width: auto
    }
    .md\:w-300px {
        width: 300px
    }
    .md\:w-260px {
        width: 260px
    }
    .md\:w-620px {
        width: 620px
    }
    .md\:w-1280px {
        width: 1280px
    }
    .md\:w-151px {
        width: 151px
    }
    .md\:w-\[410px\] {
        width: 410px
    }
    .md\:w-200px {
        width: 200px
    }
    .md\:w-423px {
        width: 423px
    }
    .md\:w-298px {
        width: 298px
    }
    .md\:w-\[620px\] {
        width: 620px
    }
    .md\:gap-29px {
        grid-gap: 29px;
        gap: 29px
    }
    .md\:gap-\[20px\] {
        grid-gap: 20px;
        gap: 20px
    }
    .md\:gap-\[29px\] {
        grid-gap: 29px;
        gap: 29px
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .\ !md\:scale-83 {
        --tw-scale-x: .83 !important;
        --tw-scale-y: .83 !important;
        --tw-scale-z: .83 !important
    }
    .md\:line-clamp-4 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4
    }
    .md\:line-clamp-6 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6
    }
}

@media (min-width: 1024px) {
    .lg\:max-w-1024px,
    .lg\:max-w-\[1024px\] {
        max-width: 1024px
    }
}

@media (min-width: 1280px) {
    .xl\:mt-213px {
        margin-top: 213px
    }
    .xl\:max-w-1280px,
    .xl\:max-w-\[1280px\] {
        max-width: 1280px
    }
}

.register-modal-container {
    width: 721px;
    background-color: #181d29;
    border-radius: 1rem;
    margin: 0;
    padding: 0
}

.register-modal-container-m {
    width: 320px;
    background-color: #181d29;
    border-radius: 1rem;
    margin: 28px;
    padding: 20px 20px 0
}

.register_column_container {
    display: flex;
    flex-direction: column;
    padding: 2rem 2rem 1rem
}

.register_column_container_m {
    background-color: #181d29;
    display: flex;
    flex-direction: column
}

.register_row_container {
    display: flex;
    flex-direction: row
}

.register_row_container_left {
    margin-right: 70px
}

.register_row_container_right {
    width: 10rem;
    height: 15rem
}

.register_title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    line-height: 2rem;
    margin-bottom: 13px
}

.register-modal-container .ant-modal-content {
    background-color: #181d29;
    border-radius: 1rem;
    box-shadow: 0 0 !important
}

.register-modal-container .ant-modal-header {
    background-color: #181d29;
    border-radius: 1rem;
    border-bottom: 0
}

.register-modal-container .ant-modal-body {
    border: 0
}

.register-modal-container .ant-modal-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    border-bottom: 0;
    border-radius: 1rem;
    padding-top: 1.5rem
}

.register-modal-container .ant-modal-close-x {
    color: #fff
}

.register-modal-context {
    color: #fff;
    opacity: .6;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem
}

.register-modal-input {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(236, 241, 247, .2);
    caret-color: #fa8132;
    padding: 1rem 0 4px
}

.register-modal-input input::-webkit-input-placeholder {
    color: #fff;
    opacity: 30%
}

.register-modal-input input:-moz-placeholder {
    color: #fff;
    opacity: 30%
}

.register-modal-input input::-moz-placeholder {
    color: #fff;
    opacity: 30%
}

.register-modal-input input:-ms-input-placeholder {
    color: #fff;
    opacity: 30%
}

.register-modal-input .ant-input {
    color: #fff !important;
    font-size: 1.2rem
}

.register-modal-input-span {
    color: #f76606;
    font-weight: 500;
    font-size: 1rem
}

.register-modal-error {
    margin-top: 1rem;
    color: #fa4b55;
    font-size: .75rem
}

.register-modal-input-span:hover {
    cursor: pointer
}

.register_center {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center
}

.register-modal-img-container {
    margin: 2rem 0;
    display: flex;
    justify-content: center
}

.register-modal-img {
    width: 40%;
    align-self: center
}

.register-modal-claim .ant-btn {
    width: 100%;
    background-color: #f76606;
    border-radius: .25rem;
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    padding: 1.5rem;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.register-modal-claim .ant-btn:hover {
    background-color: #f76606;
    color: #fff
}

.register-modal-claim .ant-btn:focus {
    background-color: #f76606;
    color: #fff
}

.register-modal-claim-m {
    width: 100%;
    height: 3rem;
    margin-top: 3rem;
    background-color: #f76606;
    border-radius: .25rem;
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    padding: 1.5rem;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.register-modal-claim-unenable-m {
    cursor: not-allowed;
    background-color: #2e2f33
}

.register_claim_padding {
    padding: 0;
    margin: 0
}

.connect-modal-container {
    background-color: #181d29;
    border-radius: 16px
}

.connect-modal-container .ant-modal-content {
    background-color: #181d29;
    border-radius: 16px;
    box-shadow: 0 0 !important
}

.connect-modal-container .ant-modal-header {
    background-color: #181d29;
    border-radius: 16px;
    border-bottom: 0
}

.connect-modal-container .ant-modal-body {
    border: 0
}

.connect-modal-container .ant-modal-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    border-bottom: 0;
    border-radius: 16px;
    padding-top: 1rem;
    margin: 15px 0 0 25px
}

.connect-modal-container .ant-modal-close-x {
    color: #fff;
    margin-top: 15px;
    margin-right: 10px
}

.connect-modal-context {
    color: #fff;
    font-weight: 400;
    font-size: 16px
}

.wallet_list {
    display: flex;
    margin-top: 17px;
    flex-direction: column
}

.wallet {
    display: flex !important;
    height: 76px;
    width: 100%;
    flex-direction: row;
    margin-top: 17px;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid rgba(236, 241, 247, .2) !important;
    border-radius: 4px !important;
    align-items: center;
    justify-content: space-between
}

.wallet-padding {
    padding: 0 20px
}

.wallet-text {
    display: flex !important;
    flex: 1;
    align-items: center;
    height: 76px
}

.wallet-img {
    width: 40px;
    height: 40px
}

.wallet-img3 {
    width: 36px;
    height: 36px;
    margin-right: 4.5px
}

.wallet-img2 {
    width: 50px;
    height: 50px;
    margin-right: -5px
}

.wallet-img-content {
    padding: 0 20px !important;
    height: 76px !important;
    display: flex;
    justify-content: center
}

.title {
    opacity: .6;
    padding: 0;
    margin-top: -32px;
    margin-left: 25px;
    color: #fff
}

.mobile-container {
    background-color: #181d29;
    border-radius: 16px;
    padding: 0 !important
}

.mobile-container .ant-modal-content {
    background-color: #181d29;
    border-radius: 16px;
    box-shadow: 0 0 !important
}

.mobile-container .ant-modal-header {
    background-color: #181d29;
    border-radius: 16px;
    border-bottom: 0
}

.mobile-container .ant-modal-body {
    border: 0
}

.mobile-container .ant-modal-title {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    border-bottom: 0;
    border-radius: 16px;
    margin-top: 15px
}

.mobile-container .ant-modal-close-x {
    color: #fff
}

.wallet_list_mobile {
    display: flex;
    margin: 10px 0;
    flex-direction: column
}

.title-mobile {
    opacity: .6;
    padding: 0;
    color: #fff
}

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

.index-visible-hidden {
    visibility: hidden
}

.hero__col.mod--1 {
    padding-top: 2rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.hero__circles .mod--4 {
    position: absolute !important;
    right: 1rem !important;
    margin: 0 !important;
    padding: 0 !important;
    bottom: -2.3rem !important;
    width: 7.1rem !important
}

.hero__circles .mod--4-mobile {
    position: absolute !important;
    right: 1rem !important;
    bottom: -2.3rem !important;
    width: 6.9rem !important;
    margin: 0 !important;
    padding: 0 !important
}

.hero__offer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 28px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(236, 241, 247, .2)
}

.hero__offer2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    flex-direction: column !important;
    padding-top: 28px;
    -webkit-box-pack: justify;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: center;
    border-top: 1px solid rgba(93, 103, 126, .3)
}

.overflow-hidden {
    overflow: hidden
}

.text-margin-bottom {
    margin-bottom: 1rem
}

.hero__heading {
    color: #ecf1f7
}

.hero__heading_title {
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 2rem
}

.hero__heading_text {
    font-size: 1rem;
    color: #fff;
    opacity: .6;
    margin-top: 1rem
}

.heading-opacity {
    opacity: .8
}

.heading-text-1rem {
    font-size: 1rem;
    word-spacing: 0rem;
    line-height: 1.3rem
}

.btn2 {
    min-width: 152px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f75606;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: .03em;
    text-transform: uppercase
}

.btn2.mod--header {
    padding-top: 11px;
    padding-bottom: 11px;
    border: 2px solid #2d3c49;
    background-color: transparent;
    color: #2d3c49
}

.hero__read-wrap {
    max-width: 180px;
    margin-top: -20px;
    margin-right: 50px;
    margin-left: auto
}

.hero__read-title {
    margin-bottom: 24px
}

.hero__read-link {
    position: relative;
    display: inline-block;
    color: #2d3c49;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: uppercase
}

.hero__read-link:hover {
    color: #181f25
}

.hashkey__did-logo {
    width: 126px !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 0 !important
}

.hashkey__did-check {
    margin-left: 10px;
    width: 20px;
    height: 20px
}

.hashkey__did-text {
    margin-left: 10px;
    width: 52px;
    height: 17px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    opacity: .4
}

.btn {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-width: 175px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #181f25;
    font-weight: 500;
    letter-spacing: .03px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    pointer-events: auto
}

.btn.mod--header {
    border: 2px solid #181f25
}

.btn.mod--header:hover {
    color: #fff
}

.btn.mod--orange {
    min-height: 2.9rem;
    width: 190px;
    background: linear-gradient(91.55deg, #f76606 -2.6%, #ff8c3f 104.17%);
    color: #fff;
    border-radius: 4px;
    z-index: 101;
    pointer-events: auto;
    cursor: pointer
}

.btn.mod--orange:hover {
    background: #f76606;
    transition: none
}

.mod--orange-mobile {
    width: 100% !important
}

.btn__txt {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: none
}

.btn__txt.mod--2 {
    position: absolute;
    bottom: -40px
}

.btn__txts {
    position: relative;
    bottom: 0px
}

.hero__circles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative
}

.hero__circle {
    position: relative;
    z-index: 3;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
    box-shadow: 20px 113px 140px -30px #00000080;
    will-change: transform
}

.hero__circles .mod--2 {
    min-width: 132px
}

.hero__circle-wrap {
    position: relative
}

.hero__circle-wrap.mod--1 {
    margin-top: 5.4rem;
    margin-right: 1rem
}

.hero__circle-wrap.mod--3 {
    width: 100%
}

.mod--1-mobile-right {
    margin-right: 0 !important
}

.hero__circle-dot {
    position: absolute;
    left: 1.5rem;
    top: .5rem;
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    background-color: #f75606;
    z-index: 4;
    will-change: transform
}

.hero__circle-dot-2 {
    position: absolute;
    right: 1.5rem;
    bottom: .25rem;
    width: .75rem;
    height: .75rem;
    border-radius: .375rem;
    background-color: #f75606;
    z-index: 4;
    will-change: transform
}

.hero-bg-circle {
    position: absolute;
    left: 2rem;
    z-index: 2
}

.bg-parallax {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    z-index: 0;
    height: 50vh
}

.content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto
}

.bg-circle-wrap {
    position: relative;
    width: 100%;
    height: 100%
}

.bg-circle {
    position: absolute;
    top: 13rem;
    right: 0;
    z-index: 2;
    display: block
}

.news__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 280px;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: linear-gradient(118.04deg, #fb8df7 6.82%, #3eaeff 104.36%);
    border-radius: 16px;
    box-shadow: 0 60px 60px -20px #00000026;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #181f25;
    text-decoration: none;
    position: relative
}

.news__cat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 48px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.news__cat-title {
    color: #000 !important
}

.news__cat-arrow {
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.news__title-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.news__colorful {
    position: absolute;
    width: 82%
}

.news__colorful-mobile {
    position: absolute;
    width: 54%
}

.news__title-number {
    font-size: 4rem !important
}

.news__title {
    color: #181f25 !important;
    margin-top: 5rem;
    font-weight: 600;
    font-size: 2.5rem;
    font-family: Roboto
}

.news__p {
    color: #000 !important;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.25rem;
    padding-top: 2.5rem
}

.index-home-list {
    grid-template-columns: 1fr 1.5fr 1fr 1fr !important;
    max-width: 1280px;
    margin: auto
}

.news__block:hover {
    background-color: #31d8d2;
    box-shadow: 0 60px 60px -20px #00000040
}

.af-class-home-press_item .mod--2 {
    height: 100% !important
}

.news__block.mod--2 {
    width: 100%;
    background: linear-gradient(155.11deg, #fff06d 1.43%, #cdff62 124.43%)
}

.news__block.mod--2:hover {
    background-color: #e9f434 !important
}

.news__title-wrap .mod--2 {
    margin-top: 4rem
}

.news__title-number-eth {
    font-size: 2rem;
    font-style: normal;
    line-height: 3rem
}

.news__block.mod--3 {
    width: 100%;
    background: linear-gradient(146.88deg, #ff6086 1.21%, #ff6060 102.67%)
}

.news__block.mod--3:hover {
    background-color: #f63f60 !important;
    box-shadow: 0 60px 60px -20px #0000004d
}

.news__title-span-cleon {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 2rem !important;
    margin-top: 2.5rem
}

.news__artist-title {
    color: #000 !important;
    font-weight: 500;
    line-height: 0rem
}

.news__artist-txt {
    position: absolute;
    bottom: 2.5rem
}

.news__player {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center
}

.news__player .af-index-border-black {
    margin-top: 1rem
}

.af-class-home-press_list-container {
    max-width: 1280px;
    margin: auto
}

.af-index-color-black {
    color: #000 !important
}

.af-index-border-black {
    border-color: #000 !important
}

.af-class-home-howto_timeline-margin-left {
    margin-left: 2.5rem
}

.af-class-home-howto_timeline-margin-left-mobile {
    margin-left: -1.5rem;
    margin-bottom: 1.5rem
}

.af-class-home-howto_component-first {
    margin-top: -14.2rem
}

.af-class-home-howto_component-second {
    margin-top: -8.2rem
}

.af-class-home-howto_component-third {
    margin-top: -7.2rem
}

.af-class-home-howto_component-fourth {
    margin-top: -15.2rem
}

.af-class-home-howto_component-fifth {
    margin-top: -3.2rem
}

.af-class-home-howto_component-sixth {
    margin-top: -15.2rem
}

.af-class-home-howto_component-seventh {
    margin-top: -7.2rem
}

.af-class-home-howto_component-eighth {
    margin-top: 5.2rem
}

.w-layout-grid .af-class-home-howto_component {
    margin-bottom: 2.5rem
}

.af-class-home-howto_component-first .af-class-home-howto_progress-bar-wrapper {
    top: 20% !important;
    height: 90% !important
}

.af-class-home-howto_component-eighth .af-class-home-howto_progress-bar-wrapper {
    top: 20% !important
}

.af-class-home-howto_component-third .af-class-home-howto_progress-bar-wrapper {
    height: 40% !important
}

.af-class-home-howto_component-fifth .af-class-home-howto_progress-bar-wrapper {
    height: 44% !important
}

.af-class-home-howto_component-fourth .af-class-home-howto_progress-bar-wrapper {
    height: 95% !important
}

.af-class-home-howto_component-zero .af-class-home-howto_progress-bar-wrapper {
    height: 50% !important;
    color: transparent !important;
    border-left: 1px dashed rgba(236, 241, 247, .2) !important
}

.af-class-howto_content-right-mobile {
    padding-right: 0rem !important
}

.flex-container {
    display: flex;
    float: auto;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    padding-top: 156px;
    align-items: center;
    max-width: 1280px;
    margin-top: -4rem
}

.flex-container-mobile {
    padding-top: 0 !important
}

.flex_container_row {
    flex-direction: row;
    margin: 60px 0 110px;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.flex_container_column {
    flex-direction: column
}

.flex_container_row_mobile {
    width: 100%
}

.flex_container_center {
    text-align: center
}

.partner_title {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    color: #ecf1f7
}

.partner_title_mobile {
    font-size: 28px;
    font-weight: 600;
    color: #ecf1f7;
    margin-bottom: 30px;
    margin-top: 80px
}

.partner_item_1 {
    width: 455.83px !important;
    height: 328px !important;
    margin-right: 15px !important;
    padding: 0 !important
}

.partner_item_1_mobile {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 10px !important
}

.partner_icon_hashkey_group {
    margin: 114px 0 0 119px;
    width: 161px;
    height: 50px
}

.partner_icon_hashkey_group_mobile {
    margin-top: 54px;
    width: 171px;
    height: 60px
}

.partner_item_2 {
    width: 806px !important;
    height: 166px !important;
    margin: 0 !important;
    position: relative !important
}

.partner_item_2_img {
    margin: 0 30px 0 0 !important;
    padding: 0 !important;
    width: 234.13px !important;
    height: 79px !important
}

.partner_item_2_content {
    position: absolute;
    margin-left: 30px;
    margin-top: 57px;
    display: flex;
    height: 79px;
    z-index: 10
}

.partner_item_2_mobile {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    min-height: 127px
}

.partner_item_2_content_mobile {
    position: absolute;
    margin-left: 20px;
    margin-top: 56px;
    display: flex;
    z-index: 10;
    top: 0;
    left: 0
}

.partner_item_2_mobile_img {
    margin: 0 20px 0 0 !important;
    padding: 0 !important;
    width: 146px !important;
    height: 51.4px !important
}

.partner_item_3_mobile {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    min-height: 189px
}

.partner_item_3_content_mobile {
    position: absolute;
    margin-left: 20px;
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    z-index: 10;
    top: 0;
    left: 0
}

.item_3_top_warapper {
    display: flex;
    align-items: center
}

.partner_item_3_mobile_img {
    margin: 0 13px 13px 0 !important;
    padding: 0 !important;
    width: 146px !important;
    height: 51.4px !important
}

.partner_item_1_mobile_img {
    margin: 0 20px 0 0 !important;
    padding: 0 !important;
    width: 146px !important;
    height: 51.4px !important
}

.partner_item_3 {
    width: 806px;
    height: 147px;
    margin: 15px 0 0;
    position: relative
}

.partner_item_3_content {
    position: absolute;
    margin-left: 30px;
    margin-top: 67px;
    display: flex;
    height: 60px;
    z-index: 10
}

.partner_item_3_img {
    margin: 0 30px 0 0 !important;
    padding: 0 !important;
    width: 172px !important;
    height: 60px !important
}

.partner_icon_snz {
    margin: 33px 0 0 58px;
    width: 55.6px;
    height: 30px
}

.partner_icon_snz_mobile {
    margin-top: 28px;
    width: 55.6px;
    height: 30px
}

.partner_icon_hashgloba {
    margin: 33px 0 0 123px;
    width: 62px;
    height: 40px
}

.partner_icon_hashgloba_mobile {
    margin: 28px 0 0 100px;
    width: 62px;
    height: 40px
}

.partner_item_title_1 {
    width: 11rem;
    height: 1.2rem;
    position: absolute;
    left: 1rem;
    top: 1rem;
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2rem;
    background: linear-gradient(270deg, #ad00ff -3.44%, #8c64ff 25.65%, #8aed67 50.97%, #f6c036 74.14%, #ff0000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.partner_item_title_2 {
    width: 134px;
    height: 19px;
    left: 770px;
    top: 2556px;
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    background: linear-gradient(270.02deg, #35aaff -62.65%, #ffffff 99.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.partner_item_title_3 {
    width: 144px;
    height: 19px;
    left: 770px;
    top: 2737px;
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    background: linear-gradient(270.03deg, #c89b8d -3.45%, #ffffff 99.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.flex_container_partners {
    flex-direction: row;
    width: 100%;
    display: flex;
    margin-bottom: 15px
}

.flex_container_partners img {
    width: 244px !important;
    height: 72px !important;
    margin-right: 15px !important
}

.flex_container_partner_mobile {
    flex-direction: row;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 9.6px;
    justify-content: center
}

.flex_container_partner_mobile img {
    width: 167.69px !important;
    height: 49.48px !important;
    margin: 0 4.8px !important
}

.contant_flex_container {
    position: relative;
    width: 100%;
    height: 554px;
    align-items: center;
    margin-top: -156px;
    justify-content: center
}

.contant_flex_container_img {
    position: absolute;
    width: 100%;
    height: 316px;
    z-index: 5
}

.contant_flex_container1 {
    display: flex;
    position: absolute;
    width: 100%;
    height: 300px;
    margin-top: 254px;
    z-index: 10;
    background: #040405;
    align-items: center;
    justify-content: center
}

.flex_container_mobile {
    position: relative;
    height: 681px;
    width: 100%;
    margin-top: -145px
}

.flex_container_mobile_img {
    position: absolute;
    height: 316px;
    width: 100%;
    z-index: 5
}

.flex_container_mobile1 {
    position: absolute;
    height: 433px;
    width: 100%;
    flex: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    top: 248px;
    padding: 0;
    background-color: #040405;
    text-align: center
}

.flex_container_left {
    text-align: left
}

.contant_flex_container_row {
    display: inline-flex;
    width: 1280px;
    padding-top: 65x;
    flex-direction: row
}

.flex_container_column {
    display: inline-flex;
    justify-content: center;
    flex-direction: column
}

.contact {
    width: 41.7%
}

.contact_icon {
    width: 239px;
    height: 52px;
    padding: 0
}

.contact_margin_left_300 {
    flex: 1;
    padding-top: 14px !important
}

.contact_margin_left_90 {
    width: 29.6%;
    padding-top: 14px !important
}

.contact_margin_left_90 img {
    width: 159.17px;
    height: 40px
}

.contact_icon_mobile {
    width: 184px;
    height: 40px;
    margin: 50px 0 0;
    padding: 0
}

.contact_item_title {
    margin: 0 0 34px;
    padding: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    max-lines: 1
}

.contact_item_title_mobile {
    margin: 35px 0 20px;
    padding: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1
}

.contact_email {
    margin: 29px 0 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1 !important
}

.contact_email_mobile {
    margin: 20px 0 5px !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1 !important
}

.contact_item_line {
    height: 48px;
    max-lines: 1
}

.contact_item_mobile {
    width: 48px !important;
    height: 48px !important;
    margin: 0 10px !important;
    padding: 0 !important
}

.contact_item {
    width: 40px !important;
    height: 40px !important;
    margin-right: 20px !important;
    padding: 0 !important
}

.contact_item:hover {
    border-radius: 4px;
    transition: box-shadow .2s ease;
    box-shadow: inset 0 0 0 1px #fff
}

.nft-modal-container-img {
    display: flex;
    margin: 55px 0 62px
}

.nft-modal-container-img img {
    width: 280px;
    height: 280px;
    margin: auto
}

.nft-modal-context {
    display: flex !important;
    font-weight: 400;
    font-size: 16px;
    margin: -40px 0 0;
    padding: 10px 0 !important;
    align-items: center
}

.nft-modal-context .text {
    opacity: .6;
    color: #fff
}

.nft-modal-context img {
    width: 8px;
    margin-left: 8px;
    opacity: 1
}

.nft-context-mobile {
    display: flex;
    align-items: center;
    margin-top: -43px;
    padding: 10px 0
}

.lottery-modal-container-img {
    display: flex;
    margin: 30px 0
}

.lottery-modal-container-img img {
    width: 320px;
    height: 320px;
    margin: auto
}

.nft-modal-container {
    background-color: #181d29;
    min-width: 550px;
    border-radius: 1rem;
    padding: 0 !important
}

.nft-modal-container .ant-modal-content {
    background-color: #181d29;
    border-radius: 1rem;
    box-shadow: 0 0 !important
}

.nft-modal-container .ant-modal-header {
    background-color: #181d29;
    border-radius: 1rem;
    border-bottom: 0
}

.nft-modal-container .ant-modal-body {
    border: 0
}

.nft-modal-container .ant-modal-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    border-bottom: 0;
    border-radius: 1rem;
    padding-left: 25px;
    padding-top: 25px;
    margin: 0
}

.nft-modal-container .ant-modal-close-x {
    color: #fff;
    margin-right: 13px;
    margin-top: 13px
}

.football-modal-container-img {
    display: flex;
    margin: 30px 0
}

.nft-modal-container-img-not {
    opacity: .5
}

.football-modal-container-img img {
    width: 320px;
    height: 320px;
    margin: auto;
    border-radius: 10px
}

.lottery-modal-context {
    font-weight: 400;
    font-size: 16px;
    margin: -40px 0 0;
    padding: 10px 0 !important
}

.lottery-modal-context .text {
    color: #8b8e94
}

.lottery-modal-context img {
    width: 8px;
    margin-left: 8px;
    opacity: 1
}

.nft-modal-container-mobile {
    background-color: #181d29;
    border-radius: 1rem;
    padding: 0 !important
}

.nft-modal-container-mobile .ant-modal-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    border-bottom: 0;
    border-radius: 1rem;
    padding-left: 0;
    padding-top: 25px;
    margin: 0
}

.nft-modal-container-mobile .ant-modal-body {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    border-bottom: 0;
    border-radius: 1rem;
    padding-left: 25px;
    padding-top: 25px;
    margin: 0;
    border: 0
}

.nft-modal-container-mobile .ant-modal-close-x {
    color: #fff;
    margin-top: 8px
}

.nft-modal-container-mobile .ant-modal-content {
    background-color: #181d29;
    border-radius: 1rem;
    box-shadow: 0 0 !important
}

.nft-modal-container-mobile .ant-modal-header {
    background-color: #181d29;
    border-radius: 1rem;
    border-bottom: 0
}

.lottery-context-mobile {
    margin-top: -43px;
    padding: 10px 0
}

.nft-context-mobile-text {
    opacity: .6;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #fff
}

.nft-context-mobile-img {
    height: 11px;
    margin-left: 8px
}

.nft-modal-container-img-mobile {
    margin: 22px 0 30px
}

.nft-strong {
    color: #f76606
}

.lottery-note {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ecf1f7;
    opacity: .4;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 23px
}

.lottery-note-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ecf1f7;
    opacity: .4;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 6px
}

@keyframes react-loading-skeleton {
    to {
        transform: translate(100%)
    }
}

.react-loading-skeleton {
    --base-color: #ebebeb;
    --highlight-color: #f5f5f5;
    --animation-duration: 1.5s;
    --animation-direction: normal;
    --pseudo-element-display: block;
    background-color: var(--base-color);
    width: 100%;
    border-radius: .25rem;
    display: inline-flex;
    line-height: 1;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.react-loading-skeleton:after {
    content: " ";
    display: var(--pseudo-element-display);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, var(--base-color), var(--highlight-color), var(--base-color));
    transform: translate(-100%);
    animation-name: react-loading-skeleton;
    animation-direction: var(--animation-direction);
    animation-duration: var(--animation-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}

.proof-wrapper {
    background: #1e2433;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 9999
}

.proof-wrapper-title-inner {
    position: absolute;
    top: 0;
    width: 292px;
    height: 36px;
    line-height: 36px
}

.proof-wrapper-title {
    background: #000000;
    border-radius: 5px;
    transform: skew(-40deg);
    left: -15px
}

.select-all-button {
    display: inline-block;
    margin-right: 20px;
    border: 1px solid rgba(236, 241, 247, .5);
    border-radius: 4px;
    width: 160px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    font-weight: 600
}

.selected-wrapper::-webkit-scrollbar {
    height: 10px
}

.selected-wrapper::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 2px
}

.selected-wrapper::-webkit-scrollbar-thumb {
    background: #514e4e;
    border-radius: 10px
}

.unproof-button {
    display: inline-block;
    background: linear-gradient(90deg, #8327F8 -2.31%, #A863FF 100%);
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-weight: 600
}

.unproofing {
    background: #2E2F33
}

.proof-button {
    display: inline-block;
    text-align: center;
    background: linear-gradient(91.55deg, #F76606 -2.6%, #FF8C3F 104.17%);
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600
}

.proofing {
    background: #2E2F33
}

.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
    background-color: #1e2433
}

.ant-select-item {
    color: #ecf1f7;
    text-align: center;
    padding: 8px;
    font-size: 16px
}

.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
    background: #1e2433 !important;
    color: #f76606
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector {
    background: #1e2433;
    border: none;
    font-size: 16px;
    color: #ecf1f7;
    text-align: center;
    font-weight: 700;
    padding: 8px;
    height: 42px
}

.ant-select-arrow {
    color: #bfbfbf
}

.ant-modal-close-x {
    color: #fff !important;
    font-weight: 400;
    font-size: 30px
}

.ant-modal-content {
    border-radius: 14px !important;
    box-shadow: 0 0 !important;
    overflow: hidden;
    background: #181d29
}

.ant-select-single .ant-select-selector .ant-select-selection-item {
    left: 8px
}

.proof-title:hover {
    color: #f76606
}

.ant-progress-inner {
    height: 5px
}

[data-current-selected] {
    color: #f76606 !important
}

[data-current-nav] {
    background: transparent !important
}

[data-reach-listbox-option] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    height: 38px !important
}

:root {
    --reach-listbox: 1
}

[data-reach-listbox-popover] {
    display: block;
    position: absolute;
    min-width: -moz-fit-content;
    min-width: -webkit-min-content;
    min-width: min-content;
    padding: .25rem 0;
    background: hsl(0, 0%, 100%);
    outline: none;
    border: solid 1px hsla(0, 0%, 0%, .25)
}

[data-reach-listbox-popover]:focus-within {
    box-shadow: 0 0 4px Highlight;
    outline: -webkit-focus-ring-color auto 4px
}

[data-reach-listbox-popover][hidden] {
    display: none
}

[data-reach-listbox-list] {
    margin: 0;
    padding: 0;
    list-style: none
}

[data-reach-listbox-list]:focus {
    box-shadow: none;
    outline: none
}

[data-reach-listbox-option] {
    display: block;
    margin: 0;
    padding: .25rem .5rem;
    white-space: nowrap;
    user-select: none
}

[data-reach-listbox-option][data-current-nav] {
    background: hsl(211, 81%, 46%);
    color: #fff
}

[data-reach-listbox-option][data-current-selected] {
    font-weight: bolder
}

[data-reach-listbox-option][data-current-selected][data-confirming] {
    animation: flash .1s;
    animation-iteration-count: 1
}

[data-reach-listbox-option][aria-disabled=true] {
    opacity: .5
}

[data-reach-listbox-button] {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 1px 10px 2px;
    border: 1px solid;
    border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
    cursor: default;
    user-select: none
}

[data-reach-listbox-button][aria-disabled=true] {
    opacity: .5
}

[data-reach-listbox-arrow] {
    margin-left: .5rem;
    display: block;
    font-size: .5em
}

[data-reach-listbox-group-label] {
    display: block;
    margin: 0;
    padding: .25rem .5rem;
    white-space: nowrap;
    user-select: none;
    font-weight: bolder
}

@keyframes flash {
    0% {
        background: hsla(211, 81%, 36%, 1);
        color: #fff;
        opacity: 1
    }
    50% {
        opacity: .5;
        background: inherit;
        color: inherit
    }
    to {
        background: hsla(211, 81%, 36%, 1);
        color: #fff;
        opacity: 1
    }
}

.raffle-desc:before {
    content: "";
    float: right;
    width: 0px;
    height: 110px;
    background: red
}

.raffle-desc-limit:before {
    content: "";
    float: right;
    width: 0px;
    height: 66px;
    background: red
}

.raffle-wrapper::-webkit-scrollbar {
    width: 8px
}

.raffle-wrapper::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 2px
}

.raffle-wrapper::-webkit-scrollbar-thumb {
    background: rgba(142, 145, 153, .3);
    border-radius: 8px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.hashkey-select:focus-within {
    box-shadow: none
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__navigation-icon:before {
    border-color: #ccc;
    border-style: solid;
    border-width: 3px 3px 0 0;
    content: "";
    display: block;
    height: 9px;
    position: absolute;
    top: 6px;
    width: 9px
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
    margin-left: -4px;
    position: absolute;
    width: 0
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after {
    box-sizing: content-box;
    position: absolute;
    border: 8px solid transparent;
    height: 0;
    width: 1px;
    content: "";
    z-index: -1;
    border-width: 8px;
    left: -8px
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before {
    border-bottom-color: #aeaeae
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
    top: 0;
    margin-top: -8px
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after {
    border-top: none;
    border-bottom-color: #f0f0f0
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after {
    top: 0
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before {
    top: -1px;
    border-bottom-color: #aeaeae
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
    bottom: 0;
    margin-bottom: -8px
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after {
    border-bottom: none;
    border-top-color: #fff
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after {
    bottom: 0
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before {
    bottom: -1px;
    border-top-color: #aeaeae
}

.react-datepicker-wrapper {
    display: inline-block;
    padding: 0;
    border: 0;
    width: 100%
}

.react-datepicker {
    font-family: Helvetica Neue, helvetica, arial, sans-serif;
    font-size: .8rem;
    background-color: #fff;
    color: #000;
    border: 1px solid #aeaeae;
    border-radius: .3rem;
    display: inline-block;
    position: relative
}

.react-datepicker--time-only .react-datepicker__triangle {
    left: 35px
}

.react-datepicker--time-only .react-datepicker__time-container {
    border-left: 0
}

.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.react-datepicker__triangle {
    position: absolute;
    left: 50px
}

.react-datepicker-popper {
    z-index: 1
}

.react-datepicker-popper[data-placement^=bottom] {
    padding-top: 10px
}

.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,
.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
    left: auto;
    right: 50px
}

.react-datepicker-popper[data-placement^=top] {
    padding-bottom: 10px
}

.react-datepicker-popper[data-placement^=right] {
    padding-left: 8px
}

.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
    left: auto;
    right: 42px
}

.react-datepicker-popper[data-placement^=left] {
    padding-right: 8px
}

.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
    left: 42px;
    right: auto
}

.react-datepicker__header {
    text-align: center;
    background-color: #f0f0f0;
    border-bottom: 1px solid #aeaeae;
    border-top-left-radius: .3rem;
    padding: 8px 0;
    position: relative
}

.react-datepicker__header--time {
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px
}

.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
    border-top-left-radius: 0
}

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
    border-top-right-radius: .3rem
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
    display: inline-block;
    margin: 0 2px
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
    margin-top: 0;
    color: #000;
    font-weight: 700;
    font-size: .944rem
}

.react-datepicker-time__header {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.react-datepicker__navigation {
    align-items: center;
    background: none;
    display: flex;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 2px;
    padding: 0;
    border: none;
    z-index: 1;
    height: 32px;
    width: 32px;
    text-indent: -999em;
    overflow: hidden
}

.react-datepicker__navigation--previous {
    left: 2px
}

.react-datepicker__navigation--next {
    right: 2px
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
    right: 85px
}

.react-datepicker__navigation--years {
    position: relative;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.react-datepicker__navigation--years-previous {
    top: 4px
}

.react-datepicker__navigation--years-upcoming {
    top: -4px
}

.react-datepicker__navigation:hover *:before {
    border-color: #a6a6a6
}

.react-datepicker__navigation-icon {
    position: relative;
    top: -1px;
    font-size: 20px;
    width: 0
}

.react-datepicker__navigation-icon--next {
    left: -2px
}

.react-datepicker__navigation-icon--next:before {
    transform: rotate(45deg);
    left: -7px
}

.react-datepicker__navigation-icon--previous {
    right: -2px
}

.react-datepicker__navigation-icon--previous:before {
    transform: rotate(225deg);
    right: -7px
}

.react-datepicker__month-container {
    float: left
}

.react-datepicker__year {
    margin: .4rem;
    text-align: center
}

.react-datepicker__year-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 180px
}

.react-datepicker__year .react-datepicker__year-text {
    display: inline-block;
    width: 4rem;
    margin: 2px
}

.react-datepicker__month {
    margin: .4rem;
    text-align: center
}

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
    display: inline-block;
    width: 4rem;
    margin: 2px
}

.react-datepicker__input-time-container {
    clear: both;
    width: 100%;
    float: left;
    margin: 5px 0 10px 15px;
    text-align: left
}

.react-datepicker__input-time-container .react-datepicker-time__caption,
.react-datepicker__input-time-container .react-datepicker-time__input-container {
    display: inline-block
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
    display: inline-block;
    margin-left: 10px
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
    width: auto
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
    -moz-appearance: textfield
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
    margin-left: 5px;
    display: inline-block
}

.react-datepicker__time-container {
    float: right;
    border-left: 1px solid #aeaeae;
    width: 85px
}

.react-datepicker__time-container--with-today-button {
    display: inline;
    border: 1px solid #aeaeae;
    border-radius: .3rem;
    position: absolute;
    right: -72px;
    top: 0
}

.react-datepicker__time-container .react-datepicker__time {
    position: relative;
    background: white;
    border-bottom-right-radius: .3rem
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
    width: 85px;
    overflow-x: hidden;
    margin: 0 auto;
    text-align: center;
    border-bottom-right-radius: .3rem
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
    list-style: none;
    margin: 0;
    height: calc(195px + .85rem);
    overflow-y: scroll;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    box-sizing: content-box
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
    height: 30px;
    padding: 5px 10px;
    white-space: nowrap
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
    cursor: pointer;
    background-color: #f0f0f0
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
    background-color: #216ba5;
    color: #fff;
    font-weight: 700
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
    background-color: #216ba5
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
    color: #ccc
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
    cursor: default;
    background-color: transparent
}

.react-datepicker__week-number {
    color: #ccc;
    display: inline-block;
    width: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    margin: .166rem
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
    cursor: pointer
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
    border-radius: .3rem;
    background-color: #f0f0f0
}

.react-datepicker__day-names,
.react-datepicker__week {
    white-space: nowrap
}

.react-datepicker__day-names {
    margin-bottom: -8px
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
    color: #000;
    display: inline-block;
    width: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    margin: .166rem
}

.react-datepicker__month--selected,
.react-datepicker__month--in-selecting-range,
.react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
    border-radius: .3rem;
    background-color: #216ba5;
    color: #fff
}

.react-datepicker__month--selected:hover,
.react-datepicker__month--in-selecting-range:hover,
.react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
    background-color: #1d5d90
}

.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
    color: #ccc;
    pointer-events: none
}

.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
    cursor: default;
    background-color: transparent
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
    cursor: pointer
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
    border-radius: .3rem;
    background-color: #f0f0f0
}

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
    font-weight: 700
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
    border-radius: .3rem;
    background-color: #3dcc4a;
    color: #fff
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
    background-color: #32be3f
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
    color: #f0f
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
    color: green
}

.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
    border-radius: .3rem;
    background-color: #216ba5;
    color: #fff
}

.react-datepicker__day--selected:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
    background-color: #1d5d90
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
    border-radius: .3rem;
    background-color: #2579ba;
    color: #fff
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
    background-color: #1d5d90
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range) {
    background-color: #216ba580
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range) {
    background-color: #f0f0f0;
    color: #000
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
    cursor: default;
    color: #ccc
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
    background-color: transparent
}

.react-datepicker__month-text.react-datepicker__month--selected:hover,
.react-datepicker__month-text.react-datepicker__month--in-range:hover,
.react-datepicker__month-text.react-datepicker__quarter--selected:hover,
.react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
    background-color: #216ba5
}

.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
    background-color: #f0f0f0
}

.react-datepicker__input-container {
    position: relative;
    display: inline-block;
    width: 100%
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
    border: 1px solid transparent;
    border-radius: .3rem;
    position: relative
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
    cursor: pointer
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
    border-top-color: #b3b3b3
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
    transform: rotate(135deg);
    right: -16px;
    top: 0
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
    background-color: #f0f0f0;
    position: absolute;
    width: 50%;
    left: 25%;
    top: 30px;
    z-index: 1;
    text-align: center;
    border-radius: .3rem;
    border: 1px solid #aeaeae
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
    cursor: pointer
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
    line-height: 20px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
    background-color: #ccc
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
    border-bottom-color: #b3b3b3
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
    border-top-color: #b3b3b3
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
    position: absolute;
    left: 15px
}

.react-datepicker__close-icon {
    cursor: pointer;
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0 6px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: table-cell;
    vertical-align: middle
}

.react-datepicker__close-icon:after {
    cursor: pointer;
    background-color: #216ba5;
    color: #fff;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    padding: 2px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    content: "\d7"
}

.react-datepicker__today-button {
    background: #f0f0f0;
    border-top: 1px solid #aeaeae;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    padding: 5px 0;
    clear: left
}

.react-datepicker__portal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #000c;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 2147483647
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
    width: 3rem;
    line-height: 3rem
}

@media (max-width: 400px),
(max-height: 550px) {
    .react-datepicker__portal .react-datepicker__day-name,
    .react-datepicker__portal .react-datepicker__day,
    .react-datepicker__portal .react-datepicker__time-name {
        width: 2rem;
        line-height: 2rem
    }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
    font-size: 1.44rem
}