
[data-bg] {
    position: absolute;
}

header {
    width: 100%;
    background: rgba(3, 0, 28, 0.60);
    backdrop-filter: blur(17.5px);
    position: relative;
    z-index: 5;
}

.start {
	cursor: pointer;
}

.header-content {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1833px;
    display: flex;
    align-items: center;
    height: 90px;
}

header .logo {
    display: flex;
    align-items: center;
    gap: 13px;
}

header .logo img {
    width: 61px;
}

.connector {
width: 371px;
  height: 84px;
  border-radius: 0px 30px;
  background: linear-gradient(92deg, #079258 0%, #1E4C6E 100%);
  box-shadow: 0px 7px 12px 0px rgba(9, 80, 115, 0.56);
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
  margin-top: 38px;
  padding-left: 15px;
}
.connector p {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  line-height: 150%;
  max-width: 261px;
  text-align: left;
  text-transform: uppercase;
}

header .logo p {
    font-size: 35px;
    font-weight: 500;
}

header nav {
    height: 100%;
    margin-left: auto;
    margin-right: 36px;
    display: flex;
    align-items: center;
    gap: 40px;
}

header nav a {
    height: 100%;
    font-size: 19px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

header nav a.selected {
    color: #15B19E;
    position: relative;
}

header nav a.selected::before {
    position: absolute;
    top: 0;
    content: ' ';
    width: 100%;
    height: 8px;
    border-radius: 0px 0px 100px 100px;
    background: #15B19E;
}

header .connect {
    padding: 11px 16px;
    border-radius: 25px;
    border: 1px solid #37E2CE;
    background: radial-gradient(516.03% 141.42% at 0% 0%, #3EC8B8 0%, #0E9B8A 49.22%, #008272 100%);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

header .menu {
    display: none;
}

.main {
    position: relative;
}

[data-bg="main1"] {
    top: -460px;
    right: -402px;
    z-index: 2;
}

[data-bg="main2"] {
    top: 643px;
    left: -121px;
}

[data-bg="main3"] {
    top: 33px;
    right: 560px;
}

[data-bg="main4"] {
    top: 634px;
    right: 875px;
}

[data-bg="main5"] {
    top: 735px;
    right: -141px;
}

.main-content {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1660px;
    padding-top: 117px;
    padding-bottom: 202px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.main .info {
    margin-top: 42px;
}

.main-content .logo {
    display: flex;
    align-items: center;
    gap: 19px;
    margin-bottom: 10px;
}

.main-content .logo img {
    width: 124px;
}

.main-content .logo p {
    color: #15B19E;
    font-size: 75px;
    font-weight: 500;
    line-height: 88%;
}

.main .title {
    color: #095073;
    font-size: 55px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 35px;
}

.main .text {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
}

.main .links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

.main .links a {
    width: 371px;
    height: 84px;
    border-radius: 0px 30px;
    background: linear-gradient(92deg, #079258 0%, #1E4C6E 100%);
    box-shadow: 0px 7px 12px 0px rgba(9, 80, 115, 0.45);
    display: flex;
    align-items: center;
    padding-left: 15px;
    gap: 15px;
}

.main .links a.google-play {
    padding-left: 19px;
    gap: 11px;
}

.main .links a p {
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
    text-transform: uppercase;
}

.main .image {
    width: 630px;
    position: absolute;
    right: -42px;
    bottom: 0px;
    z-index: 2;
}



.supported {
    background: linear-gradient(0deg, rgba(217, 217, 217, 0.07) 0%, rgba(217, 217, 217, 0.07) 100%), linear-gradient(358deg, rgba(126, 203, 177, 0.54) -24.23%, rgba(209, 226, 228, 0.54) 123.87%);
    backdrop-filter: blur(8px);
}

.supported .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 52px;
}

.section-title {
    color: #095073;
    font-size: 48px;
    font-weight: 500;
    line-height: 137.5%;
    text-align: center;
}

.section-text {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 266.667%;
    text-align: center;
}

.supported .section-text {
    padding-top: 20px;
    padding-bottom: 20px;
}

[data-bg="support1"] {
    bottom: 32px;
    left: -320px;
}

.supported-by {
    width: 671px;
    margin-top: 39px;
}

.discover {
    padding-top: 40px;
    padding-bottom: 29px;
}

.section .content {
    display: flex;
    justify-content: space-between;
}

.content {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1510px;
    position: relative;
}

.section .info {
    padding-top: 154px;
}

.section .pretitle {
    color: #2FBBAA;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 114.286%;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section .title {
    color: #095073;
    font-size: 65px;
    font-weight: 500;
    line-height: 107.692%;
    margin-bottom: 35px;
}

.section .text {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-transform: uppercase;
}

.section button {
    width: 371px;
    height: 84px;
    border-radius: 0px 30px;
    background: linear-gradient(92deg, #079258 0%, #1E4C6E 100%);
    box-shadow: 0px 7px 12px 0px rgba(9, 80, 115, 0.56);
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.section button p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    max-width: 261px;
    text-align: left;
}

.section.right .content {
    justify-content: flex-end;
}



.card {
    background: linear-gradient(287deg, #A9DCCB 0%, #DBEBE8 100%);
    box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 62px;
}

.card .content {
    min-height: 802px;
}

.card .title {
    max-width: 768px;
}

.card .text {
    max-width: 559px;
}

.card-image {
    width: 526px;
    position: absolute;
    right: -32px;
    top: 32px;
}

.card button {
    margin-top: 38px;
    padding-left: 15px;
}

[data-bg="card1"] {
    bottom: 0;
    right: -619px;
}

[data-bg="card2"] {
    left: -257px;
    bottom: 64px;
}

[data-bg="card3"] {
    bottom: 109px;
    left: 330px;
}

.defi {
    margin-bottom: 60px;
    background: linear-gradient(87deg, #F8FCFA 0.67%, #DBEBE8 99.88%);
}

.defi .content {
    min-height: 800px;
}

.defi-image {
    position: absolute;
    bottom: 0;
    left: -133px;
}

.defi .info {
    max-width: 620px;
    padding-top: 158px;
}

.defi .text {
    margin-top: 51px;
    max-width: 533px;
}

.defi button {
    margin-top: 51px;
    padding-left: 23px;
    gap: 10px;
}

[data-bg="defi1"] {
    left: -587px;
    bottom: 0;
}

[data-bg="defi2"] {
    left: -40px;
    top: 38px;
}

[data-bg="defi3"] {
    left: 376px;
    bottom: 118px;
}

[data-bg="defi4"] {
    right: -166px;
    top: 75px;
}


.place {
    background: linear-gradient(287deg, #A9DCCB 0%, #DBEBE8 100%);
    margin-bottom: 62px;
}

.place .content {
    min-height: 800px;
}

.place-image {
    width: 526px;
    position: absolute;
    right: -32px;
    top: 40px;
}

.place .title {
    max-width: 796px;
    margin-bottom: 74px;
}

.place .text {
    max-width: 440px;
}

.place button {
    margin-top: 74px;
    padding-left: 15px;
    gap: 10px;
}

[data-bg="place1"] {
    right: -308px;
    bottom: 0;
}

[data-bg="place2"] {
    left: -267px;
    bottom: 63px;
}

[data-bg="place3"] {
    left: 329px;
    bottom: 177px;
}

[data-bg="place4"] {
    right: -178px;
    top: 46px;
}



.access {
    margin-bottom: 60px;
    background: linear-gradient(87deg, #F8FCFA 0.67%, #DBEBE8 99.88%);
}

.access .content {
    min-height: 802px;
}

.access .info {
    max-width: 626px;
}

.access-image {
position: absolute;
  left: -38px;
  bottom: 0;
}

[data-bg="access1"] {
    left: -308px;
    bottom: 0;
}

[data-bg="access2"] {
    left: -48px;
    top: 37px;
}

[data-bg="access3"] {
    left: 376px;
    bottom: 120px;
}

[data-bg="access4"] {
    right: -81px;
    bottom: 33px;
}

.access .title {
    margin-bottom: 46px;
}

.access .button-list {
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.access .button-list button {
    padding-left: 32px;
    gap: 28px;
}

.access .button-list button.selected {
    background: linear-gradient(92deg, rgba(7, 146, 88, 0.25) 0%, rgba(30, 76, 110, 0.25) 100%);
    box-shadow: 0px 7px 12px 0px rgba(9, 80, 115, 0.56);
}

.access .button-list button.selected p {
    color: #095073;
}



.soon {
    margin-bottom: 60px;
}

.soon .list {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 60px;
}

.soon .item {
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.25);
    width: 380px;
    height: 965px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom, #016273, #5b859a, #98aabd, #cfd3de, #ffffff);
}

.soon .item-content {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: #EBF1F3;
}

.soon .item img {
    width: 100%;
}

.soon .item .info {
    padding-left: 24px;
    padding-right: 24px;
}

.soon .item .name {
    color: #095073;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    margin-top: 32px;
}

.soon .item .text {
    color: #095073;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 16px;
}







footer {
    width: 100%;
    background: linear-gradient(84deg, #12B29F 0%, #1452A3 100%);
}

.footer-content {
    height: 217px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1824px;
    padding-top: 24px;
}

footer .logo {
    width: 128px;
}

.footer-line {
    display: flex;
    margin-top: 16px;
}

.footer-nav {
    display: flex;
}

.footer-nav .col {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 218px;
}

.footer-nav .col.address {
    width: 293px;
}

.footer-nav .col .name {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 13px;
}

.footer-nav .col p, .footer-nav .col a {
    color: rgba(255, 255, 255, 0.75);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px; 
}

.footer-contact .name {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.footer-contact .links {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 10px;
}

.footer-contact .contact {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 16px;
    border-radius: 4px;
    border: 1px solid #FFF;
    background: transparent;
    opacity: 0.75;
    margin-top: 20px;
}

*,:after,:before{box-sizing:border-box;}
[tabindex="-1"]:focus{outline:none!important;}
h1{margin-top:0;margin-bottom:.5em;color:rgba(0,0,0,.85);font-weight:500;}
input[type=text]{-webkit-appearance:none;}
button,input:not([type=range]){touch-action:manipulation;}
button,input{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;}
button,input{overflow:visible;}
button{text-transform:none;}
button,html [type=button]{-webkit-appearance:button;}
::selection{color:#fff;background:var(--ant-primary-color);}
[data-rk] .iekbcc0{color:#09181a;border:0;box-sizing:border-box;font-size:100%;line-height:normal;margin:0;padding:0;text-align:left;vertical-align:baseline;-webkit-tap-highlight-color:transparent;}
[data-rk] .iekbcc9{background:none;cursor:pointer;text-align:left;}
[data-rk] .ju367v4{align-items:center;}
[data-rk] .ju367va{display:flex;}
[data-rk] .ju367vh{background-size:cover;}
[data-rk] .ju367vj{border-radius:6px;}
[data-rk] .ju367vo{border-radius:var(--rk-radii-menuButton);}
[data-rk] .ju367vp{border-radius:var(--rk-radii-modal);}
[data-rk] .ju367vs{border-radius:9999px;}
[data-rk] .ju367vt{border-style:solid;}
[data-rk] .ju367vv{border-width:1px;}
[data-rk] .ju367vz{flex-direction:row;}
[data-rk] .ju367v10{flex-direction:column;}
[data-rk] .ju367v11{font-family:var(--rk-fonts-body);}
[data-rk] .ju367v14{font-size:14px;line-height:18px;}
[data-rk] .ju367v15{font-size:16px;line-height:20px;}
[data-rk] .ju367v16{font-size:18px;line-height:24px;}
[data-rk] .ju367v1c{font-weight:700;}
[data-rk] .ju367v1d{font-weight:800;}
[data-rk] .ju367v1i{gap:4px;}
[data-rk] .ju367v1k{gap:6px;}
[data-rk] .ju367v1n{gap:12px;}
[data-rk] .ju367v26{height:28px;}
[data-rk] .ju367v2h{height:100%;}
[data-rk] .ju367v2l{justify-content:center;}
[data-rk] .ju367v2m{justify-content:space-between;}
[data-rk] .ju367v2p{text-align:center;}
[data-rk] .ju367v2q{text-align:inherit;}
[data-rk] .ju367v2y{margin-bottom:8px;}
[data-rk] .ju367v30{margin-bottom:12px;}
[data-rk] .ju367v32{margin-bottom:16px;}
[data-rk] .ju367v3i{margin-left:6px;}
[data-rk] .ju367v3j{margin-left:8px;}
[data-rk] .ju367v3n{margin-left:16px;}
[data-rk] .ju367v43{margin-right:6px;}
[data-rk] .ju367v44{margin-right:8px;}
[data-rk] .ju367v48{margin-right:16px;}
[data-rk] .ju367v4t{margin-top:16px;}
[data-rk] .ju367v5n{min-width:1px;}
[data-rk] .ju367v67{overflow:hidden;}
[data-rk] .ju367v68{padding-bottom:0;}
[data-rk] .ju367v6d{padding-bottom:5px;}
[data-rk] .ju367v6f{padding-bottom:8px;}
[data-rk] .ju367v6k{padding-bottom:18px;}
[data-rk] .ju367v6l{padding-bottom:20px;}
[data-rk] .ju367v6t{padding-left:0;}
[data-rk] .ju367v6y{padding-left:5px;}
[data-rk] .ju367v75{padding-left:18px;}
[data-rk] .ju367v76{padding-left:20px;}
[data-rk] .ju367v7e{padding-right:0;}
[data-rk] .ju367v7j{padding-right:5px;}
[data-rk] .ju367v7q{padding-right:18px;}
[data-rk] .ju367v7r{padding-right:20px;}
[data-rk] .ju367v7z{padding-top:0;}
[data-rk] .ju367v81{padding-top:2px;}
[data-rk] .ju367v84{padding-top:5px;}
[data-rk] .ju367v8c{padding-top:20px;}
[data-rk] .ju367v8k{position:absolute;}
[data-rk] .ju367v8m{position:relative;}
[data-rk] .ju367v8o{transition:.125s ease;}
[data-rk] .ju367v8r{width:1px;}
[data-rk] .ju367v8y{width:28px;}
[data-rk] .ju367v99{width:100%;}
[data-rk] .ju367v9a{width:max-content;}
[data-rk] .ju367v9c{background:var(--rk-colors-accentColor);}
[data-rk] .ju367v9u{background:var(--rk-colors-closeButtonBackground);}
[data-rk] .ju367vao{background:var(--rk-colors-generalBorder);}
[data-rk] .ju367vav:hover{background:var(--rk-colors-menuItemBackground);}
[data-rk] .ju367vb0{background:var(--rk-colors-modalBackground);}
[data-rk] .ju367vc0{border-color:var(--rk-colors-actionButtonBorder);}
[data-rk] .ju367vd6{border-color:var(--rk-colors-generalBorder);}
[data-rk] .ju367vdl{border-color:var(--rk-colors-modalBorder);}
[data-rk] .ju367ve6{border-color:var(--rk-colors-selectedOptionBorder);}
[data-rk] .ju367vef{box-shadow:var(--rk-shadows-dialog);}
[data-rk] .ju367veo{box-shadow:var(--rk-shadows-selectedWallet);}
[data-rk] .ju367vex{color:var(--rk-colors-accentColorForeground);}
[data-rk] .ju367vf9{color:var(--rk-colors-closeButton);}
[data-rk] .ju367vgo{color:var(--rk-colors-modalText);}
[data-rk] .ju367vgu{color:var(--rk-colors-modalTextSecondary);}
[data-rk] ._12cbo8i3,[data-rk] ._12cbo8i3:after{--_12cbo8i0:1;--_12cbo8i1:1;}
[data-rk] ._12cbo8i3:hover{transform:scale(var(--_12cbo8i0));}
[data-rk] ._12cbo8i3:active{transform:scale(var(--_12cbo8i1));}
[data-rk] ._12cbo8i3:active:after{content:"";bottom:-1px;display:block;left:-1px;position:absolute;right:-1px;top:-1px;transform:scale(calc((1 / var(--_12cbo8i1)) * var(--_12cbo8i0)));}
[data-rk] ._12cbo8i5,[data-rk] ._12cbo8i5:after{--_12cbo8i0:1.1;}
[data-rk] ._12cbo8i6,[data-rk] ._12cbo8i6:after{--_12cbo8i1:0.95;}
[data-rk] ._12cbo8i7,[data-rk] ._12cbo8i7:after{--_12cbo8i1:0.9;}
[data-rk] ._9pm4ki5{animation:_9pm4ki0 .35s cubic-bezier(.15,1.15,.6,1),_9pm4ki1 .15s ease;max-width:100vw;}
[data-rk] ._1ckjpok1{box-sizing:content-box;max-width:100vw;width:360px;}
[data-rk] ._1ckjpok3{width:768px;}
@media screen and (min-width:768px){
[data-rk] ._1ckjpok1{width:360px;}
[data-rk] ._1ckjpok3{width:720px;}
}
[data-rk] .g5kl0l0{border-color:transparent;}
[data-rk] ._1vwt0cg0{background:#fff;}
[data-rk] ._1vwt0cg2{max-height:454px;overflow-y:auto;}
[data-rk] ._1vwt0cg3{min-width:246px;}
@media screen and (min-width:768px){
[data-rk] ._1vwt0cg3{min-width:287px;}
}
h1{font-family:Impact;margin-bottom:0;text-transform:uppercase;}
*{margin:0;padding:0;list-style:none;text-decoration:none;color:#fff;font-family:poppins;}
button{border:none;}
button:hover{cursor:pointer;}
input:focus{outline:none;}
[data-rk]{--rk-blurs-modalOverlay:blur(0px);--rk-fonts-body:SFRounded, ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--rk-radii-actionButton:9999px;--rk-radii-connectButton:12px;--rk-radii-menuButton:12px;--rk-radii-modal:24px;--rk-radii-modalMobile:28px;--rk-colors-accentColor:var(--primary-color);--rk-colors-accentColorForeground:#FFF;--rk-colors-actionButtonBorder:rgba(0, 0, 0, 0.04);--rk-colors-actionButtonBorderMobile:rgba(0, 0, 0, 0.06);--rk-colors-actionButtonSecondaryBackground:rgba(0, 0, 0, 0.06);--rk-colors-closeButton:rgba(60, 66, 66, 0.8);--rk-colors-closeButtonBackground:rgba(0, 0, 0, 0.06);--rk-colors-connectButtonBackground:#FFF;--rk-colors-connectButtonBackgroundError:#FF494A;--rk-colors-connectButtonInnerBackground:linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.06));--rk-colors-connectButtonText:#25292E;--rk-colors-connectButtonTextError:#FFF;--rk-colors-connectionIndicator:#30E000;--rk-colors-downloadBottomCardBackground:linear-gradient(126deg, rgba(255, 255, 255, 0) 9.49%, rgba(171, 171, 171, 0.04) 71.04%), #FFFFFF;--rk-colors-downloadTopCardBackground:linear-gradient(126deg, rgba(171, 171, 171, 0.2) 9.49%, rgba(255, 255, 255, 0) 71.04%), #FFFFFF;--rk-colors-error:#FF494A;--rk-colors-generalBorder:rgba(0, 0, 0, 0.06);--rk-colors-generalBorderDim:rgba(0, 0, 0, 0.03);--rk-colors-menuItemBackground:rgba(60, 66, 66, 0.1);--rk-colors-modalBackdrop:rgba(0, 0, 0, 0.3);--rk-colors-modalBackground:#FFF;--rk-colors-modalBorder:transparent;--rk-colors-modalText:#25292E;--rk-colors-modalTextDim:rgba(60, 66, 66, 0.3);--rk-colors-modalTextSecondary:rgba(60, 66, 66, 0.6);--rk-colors-profileAction:#FFF;--rk-colors-profileActionHover:rgba(255, 255, 255, 0.5);--rk-colors-profileForeground:rgba(60, 66, 66, 0.06);--rk-colors-selectedOptionBorder:rgba(60, 66, 66, 0.1);--rk-colors-standby:#FFD641;--rk-shadows-connectButton:0px 4px 12px rgba(0, 0, 0, 0.1);--rk-shadows-dialog:0px 8px 32px rgba(0, 0, 0, 0.32);--rk-shadows-profileDetailsAction:0px 2px 6px rgba(37, 41, 46, 0.04);--rk-shadows-selectedOption:0px 2px 6px rgba(0, 0, 0, 0.24);--rk-shadows-selectedWallet:0px 2px 6px rgba(0, 0, 0, 0.12);--rk-shadows-walletLogo:0px 2px 16px rgba(0, 0, 0, 0.16);}
#goPhrase{transition:.35s;}
#goPhrase:active{transform:scale(.9);}
#goPhrase:hover{cursor:pointer;opacity:.8;}

@keyframes _9pm4ki0{0%{transform:translateY(100%);}to{transform:translateY(0);}}
@keyframes _9pm4ki1{0%{opacity:0;}to{opacity:1;}}
@font-face{font-family:Impact;src:url(/css/impact.ttf);}

#wcmethodname {
	color:#25292e;
}


.custom-select {
  width: 50px;
  margin-right: 30px;
  position: relative;
  margin: 20px 0px;
  margin-right: 30px;
}

.custom-select select {
  display: none;
}

.selected-item {
  text-align: center;
  background: #37c1b1;
  padding: 5px 0px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  z-index: 99;
}

.item {
	background: #1c536c;
  padding: 5px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 3px;
}

.item:hover {
background: #fff;
  color: #31bcab;
}

.all-items {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
}

.all-items-hide {
  display: none;
}

.sdf {
  border: 1px solid red;
}
