/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}

@font-face{font-family:"Archivo";font-style:normal;font-weight:200;src:url(/static/fonts/Archivo-Light.ttf) format("truetype")}@font-face{font-family:"Archivo";font-style:normal;font-weight:400;src:url(/static/fonts/Archivo-Regular.ttf) format("truetype")}@font-face{font-family:"Archivo";font-style:normal;font-weight:700;src:url(/static/fonts/Archivo-Bold.ttf) format("truetype")}:root{--white-100: #fff;--white-80: rgba(255, 255, 255, 0.8);--white-70: rgba(255, 255, 255, 0.7);--white-60: rgba(255, 255, 255, 0.6);--white-10: rgba(255, 255, 255, 0.1);--purple: #ab1bee;--purple-90: #1f072b;--blue: #0088ff;--blue-90: #0e122c;--green: #00c373;--green-90: #0e181e;--background: #100515;--background-lighter: #170e1b;--red: #ed0a4b;--background-blur-white-4: rgba(255, 255, 255, 0.04);--spaceLeft: calc(100vw - 1140px);--padding: max(calc(var(--spaceLeft) / 2), 25px)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}button{padding:0}a{cursor:pointer;text-decoration:none;color:var(--white-100)}a.link-btn{height:49px;font-size:20px;display:flex;justify-content:center;align-items:center;padding:0 24px;border-radius:8px;color:var(--white-100);font-weight:700;white-space:nowrap}@media(max-width: 1024px){a.link-btn{height:37px;font-size:16px;padding:0 16px}}a.link-btn img{margin-left:8px;width:20px;height:20px}@media(max-width: 1024px){a.link-btn img{width:16px;height:16px}}a.link-btn-blue{background-color:var(--blue)}a.link-btn-purple{background-color:var(--purple)}a.link-btn-green{background-color:var(--green)}a.link-btn-white{border:solid 1px var(--white-100)}a.link-btn.small{padding:0 16px;height:37px;font-size:16px}@media(max-width: 767px){a.link-btn.small{height:26px;padding:6px 10px;font-size:12.8px}}button{border:none;cursor:pointer}button.btn-purple{height:49px;flex-grow:0;display:flex;justify-content:center;align-items:center;padding:0 24px;border-radius:8px;background-color:var(--purple);font-size:20px;font-weight:700;color:var(--white-100)}button.btn-purple{height:49px;flex-grow:0;display:flex;justify-content:center;align-items:center;padding:0 24px;border-radius:8px;background-color:var(--purple);font-size:20px;font-weight:700;color:var(--white-100)}button.btn-white{height:49px;flex-grow:0;display:flex;justify-content:center;align-items:center;padding:0 24px;border-radius:8px;font-size:20px;font-weight:700;color:var(--white-100);border:1px solid var(--white-100);background:none}h1,h2,h3,h5{font-weight:700}h1{font-size:48.8px}@media(max-width: 1024px){h1{font-size:31.3px;line-height:1.09}}@media(max-width: 767px){h1{font-size:20px;line-height:1.31}}h2{font-size:39.1px;line-height:1.14}@media(max-width: 1024px){h2{font-size:20px;line-height:1.31}}h3{font-size:31.3px;line-height:1.09}@media(max-width: 1024px){h3{font-size:20px;line-height:1.31}}h5{font-size:20px;line-height:1.31}@media(max-width: 1024px){h5{font-size:16px;line-height:1.5}}.page-section{padding-left:var(--padding);padding-right:var(--padding)}@media(max-width: 1024px){.page-section{padding-left:25px;padding-right:25px}}@media(max-width: 767px){.page-section{padding-left:24px;padding-right:24px}}.section-divider{position:relative;height:2px;border-top:1px dashed rgba(255,255,255,.2)}.section-divider:before{content:"";display:block;position:absolute;top:-8px;left:-27px;width:16px;height:16px;background-repeat:no-repeat;background-position:50%;background-size:10px 10px;background-image:url("data:image/svg+xml,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M16 2V30' stroke='white' stroke-linejoin='round' stroke-width='4'/%3e %3cpath d='M2 16H30' stroke='white' stroke-linejoin='round' stroke-width='4'/%3e %3c/svg%3e")}@media(max-width: 1024px){.section-divider:before{left:-18px}}.stack.stack-row,.stack.stack-column{display:flex}.stack.stack-column{flex-direction:column}.stack.stack-row{flex-direction:row}.stack.equal>.stack-column{flex-grow:1;flex-basis:0}.stack-row>a+a{margin-left:16px}@media(max-width: 1024px){.stack-row>a+a{margin-left:10px}}.stack-column>a+a{margin-top:16px}.text{font-size:20px;line-height:1.4;color:var(--white-60);font-weight:200}@media(max-width: 1024px){.text{font-size:16px;line-height:1.5}}ul{list-style:none}ul li{list-style:none}ul.row,ul.column{display:flex}ul.row{flex-direction:row}ul.column{flex-direction:column}.card{border-top:4px solid transparent;color:var(--white-100);width:calc(33.333% - 22px);padding:40px 0 0}@media(max-width: 767px){.card{padding:16px 0 0;width:100%}.card+.card{margin-top:28px}}.card .card-icon{width:179px;height:34px;margin:0 0 16px 40px}@media(max-width: 1024px){.card .card-icon{width:137.8px;height:auto;margin:0 0 16px 16px}}.card h3{line-height:1.09;margin:16px 40px}@media(max-width: 1024px){.card h3{margin:16px}}.card .wrapper{flex:1 1 auto;padding:0 40px 20px}@media(max-width: 1024px){.card .wrapper{padding:0 16px 16px}}.card .wrapper .text{font-size:16px;margin:0 0 26px;line-height:1.5}.card .wrapper .text:last-child{margin:0}.card .btn-action{border:none;border-top:1px solid rgba(196,196,196,.1);background:transparent;height:65px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:0 55px 0 40px;color:var(--white-100);font-size:16px;font-weight:700;cursor:pointer;background-repeat:no-repeat;background-position:right 40px top 50%;background-size:16px 16px;background-image:url("data:image/svg+xml,%3csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='m6.25 18 7.5-7.5L6.25 3' stroke='%23fff'/%3e %3c/svg%3e");line-height:20px}@media(max-width: 767px){.card .btn-action{height:49px;padding:0 16px}}.card.purple{border-top-color:var(--purple);background-color:var(--purple-90)}.card.blue{border-top-color:var(--blue);background-color:var(--blue-90)}.card.green{border-top-color:var(--green);background-color:var(--green-90)}@media(max-width: 1024px){.lang-fr .card .btn-action{padding-left:30px}.lang-zh .card .btn-action{padding-left:25px}.lang-tr .card .btn-action{padding:0 25px 0 17px;background-position:right 10px top 50%}.lang-hi .card .btn-action{padding-left:25px;background-position:right 30px top 50%}}@media(max-width: 767px){.lang-hi .card .btn-action{background-position:right 15px top 50%}.lang-fr .card .btn-action{background-position:right 25px top 50%}}.stack .stack.communities{justify-content:space-between}@media(max-width: 767px){.stack .stack.communities{flex-wrap:wrap}.stack .stack.communities .community-item+.community-item{margin-left:0}.stack .stack.communities .community-item:nth-child(-n+2){margin-bottom:16px}}.community-item{display:flex;flex-direction:column;align-items:center;border-radius:16px;-webkit-backdrop-filter:blur(80px);backdrop-filter:blur(80px);border:solid 1px var(--white-10);background-color:rgba(255,255,255,.01);padding:40px 0;width:calc(25% - 16px)}.community-item+.community-item{margin-left:32px}@media(max-width: 1024px){.community-item+.community-item{margin-left:16px}}@media(max-width: 1024px){.community-item{width:calc(25% - 8px)}}@media(max-width: 767px){.community-item{width:calc(50% - 8px)}}@media(max-width: 1024px){.community-item{padding:24px 0}}.community-item img{width:48px;margin:0 0 16px}@media(max-width: 1024px){.community-item img{width:32px}}.community-item .members-count{font-size:48.8px;font-weight:700;color:var(--white-100);margin:0 0 16px}@media(max-width: 1024px){.community-item .members-count{font-size:31.3px;line-height:1.09}}.community-item .members-count span{font-weight:200}.community-item .link-btn-white img{width:16px;height:16px;margin:0 0 0 8px}@media(max-width: 1024px){.community-item .link-btn-white img{width:12px;height:12px}}@media(max-width: 1024px){.lang-ru .community-item .link-btn-white{font-size:12px}}@media(max-width: 767px){.lang-ru .community-item .link-btn-white{font-size:10px}}.heading-section .logo{margin-bottom:24.1px}.resource-items{justify-content:space-between;flex-wrap:wrap}.resource-items .resource-item{flex-grow:1;flex-basis:0}@media(max-width: 767px){.resource-items .resource-item{min-height:153px;max-width:calc(50% - 8px);margin-bottom:20px}.resource-items .resource-item h5{font-size:12.8px;line-height:1.38}}.resource-items>.resource-item+.resource-item{margin-left:16px}@media(max-width: 767px){.resource-items>.resource-item+.resource-item{margin-left:0}}.resource-item{padding:0;border-radius:16px;border:solid 1px var(--white-10);background-color:var(--background-lighter)}@media(max-width: 767px){.resource-item{min-width:40%}}.resource-item .item-text{flex-grow:1;text-align:center;display:flex;flex-direction:column;justify-content:center;padding:60px 24px}@media(max-width: 1024px){.resource-item .item-text{padding:40.5px 16px}}.resource-item .item-link{cursor:pointer;position:relative;border-top:solid 1px var(--white-10);padding:16px 24px;max-height:56px;font-size:16px;font-weight:bold;line-height:1.5;text-align:left;color:var(--white-100)}@media(max-width: 1024px){.resource-item .item-link{max-height:34px;font-size:12.8px;line-height:1.38;padding:8px 16px}}.resource-item .item-link .icon{position:absolute;right:24px;top:20px;bottom:20px;width:16px;height:16px}@media(max-width: 1024px){.resource-item .item-link .icon{right:16px;top:10px}}.stream{position:relative}.stream .stream-wrapper{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%}.stream .stream-wrapper .iframe-wrapper{position:relative;height:100%}.stream .stream-wrapper .iframe-wrapper #ytplayer,.stream .stream-wrapper .iframe-wrapper #ytplayer-thumbnail{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%}.market-item{position:absolute;top:18px;right:30px;width:272px;height:87px;border-radius:16px;backdrop-filter:blur(36px);background-color:rgba(100,100,100,.09);background-repeat:no-repeat;background-position:22px 50%;background-size:45px 45px;background-image:url("data:image/svg+xml,%3csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M22.5 0C10.093 0 0 10.094 0 22.5S10.093 45 22.5 45C34.906 45 45 34.906 45 22.5S34.906 0 22.5 0zm1.99 42.649C10.618 44.037-.796 31.273 2.977 17.084c1.8-6.77 7.182-12.152 13.952-13.952C31.117-.642 43.88 10.77 42.495 24.642c-.942 9.433-8.571 17.063-18.005 18.007zm3.022-29.544h8.22L26.49 33.648v-.035l-8.198-.007-5.063-11.252h8.174l.976 2.168 5.133-11.417zm-5.355 4.423H9.879l-.899-2.01h1.271l-1.086-2.414h8.049l1.085 2.413h4.764l-.906 2.011zm-1.328 3.62h-9.615l-.902-2.011H21.73l-.902 2.01z' fill='%23fff'/%3e %3c/svg%3e");padding:20px 10px 20px 82px}@media(max-width: 767px){.market-item{display:none !important}}@media(max-width: 1024px){.market-item{display:none !important}}.market-item .title{margin:0 0 5px;font-size:20px;letter-spacing:.8px;text-transform:uppercase;line-height:24px}.market-item .market-value{opacity:.67;font-size:15px;line-height:18px;white-space:nowrap;justify-content:space-between}.market-item .percent.red{color:var(--red)}.market-item .percent.green{color:var(--green)}.redeem-instruction{max-width:1083px;width:100%;margin:0 auto}.redeem-instruction .block-mobile{display:none}.redeem-instruction .block-mobile h1{margin-top:24px;margin-bottom:8px}.redeem-instruction .block-mobile .text{margin-bottom:24px}.redeem-instruction .block-mobile img{width:100%;height:auto}@media(max-width: 767px){.redeem-instruction .block-mobile{display:initial}.redeem-instruction .block-left,.redeem-instruction .block-right{display:none}}.redeem-instruction .block-left{margin-right:58px;flex:0 0 438px}@media(max-width: 1024px){.redeem-instruction .block-left{flex-basis:min(400px,40%);margin-right:20px}}.redeem-instruction .block-left button{text-align:left;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;border-radius:8px;border:solid 1px var(--white-10);margin:0 0 24px;padding:34px;cursor:pointer;background-repeat:no-repeat;background-color:transparent;background-position:right 32px top 50%;background-image:url("data:image/svg+xml,%3csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='m6.25 18 7.5-7.5L6.25 3' stroke='%23fff'/%3e %3c/svg%3e");background-size:16px 16px;position:relative;transition:250ms ease all}@media(max-width: 1024px){.redeem-instruction .block-left button{padding:16px 80px 16px 16px;margin:0 0 16px}}.redeem-instruction .block-left button h5{margin:0 0 5px;color:var(--white-100)}.redeem-instruction .block-left button .instruction-desc{font-size:16px;line-height:1.5;color:var(--white-60);max-width:260px}@media(max-width: 1024px){.redeem-instruction .block-left button .instruction-desc{font-size:12.8px;line-height:1.66}}.redeem-instruction .block-left button:last-child{margin:0}.redeem-instruction .block-left button.active{border:solid 1px var(--purple)}.redeem-instruction .block-left button.active:after{content:"";position:absolute;left:0;right:0;bottom:0;top:0;border:solid 1px var(--purple);border-radius:7px}.redeem-instruction .block-right{flex:1 1 auto}.redeem-instruction .block-right img{width:100%}.news-list{justify-content:space-between;flex-wrap:wrap}@media(max-width: 767px){.news-list{flex-direction:column}}.news-list .hidden{visibility:hidden}@media(max-width: 767px){.news-list .hidden{display:none}}.stack-row>.news-item+.news-item{margin-left:0}@media(max-width: 767px){.news-item>.content{flex-direction:column}}.news-item{margin-bottom:32px;-webkit-backdrop-filter:blur(48px);backdrop-filter:blur(48px);background-color:var(--background-blur-white-4);overflow:hidden;position:relative;border-radius:16px;border:solid 1px var(--white-10);width:calc(33.333% - 16px)}@media(max-width: 1024px){.news-item{margin-bottom:24px;width:calc(33.333% - 8px)}}@media(max-width: 767px){.news-item{width:100%}}.news-item.with-image{flex:1 1 100%}.news-item.with-image .news-wrapper{padding-right:calc(67% + 32px + 50px)}@media(max-width: 1024px){.news-item.with-image .news-wrapper{padding-right:calc(67% + 16px + 24px)}}@media(max-width: 767px){.news-item.with-image .news-wrapper{padding-right:initial;padding-top:209px;background-position:top 169px left 24px;max-height:390px}}.news-item.with-image img{position:absolute;top:0;right:0;width:calc(67% + 16px);min-height:100%;height:auto;object-fit:cover}@media(max-width: 767px){.news-item.with-image img{min-height:0;max-height:145px;width:100%}}.news-item .news-wrapper{background-repeat:no-repeat;background-position:top 40px left 40px;padding:88px 50px 40px 40px;background-size:32px;overflow:hidden;height:343px;position:relative}.news-item .news-wrapper:after{content:"";position:absolute;display:block;height:100px;width:100%;bottom:0;left:20px;background:linear-gradient(to top, #190f1e 40%, rgba(25, 15, 30, 0) 100%)}@media(max-width: 767px){.news-item .news-wrapper:after{height:50px}}@media(max-width: 1024px){.news-item .news-wrapper{background-size:24px;background-position:top 24px left 24px;padding:56px 24px 24px 24px;max-height:304px}}@media(max-width: 767px){.news-item .news-wrapper{height:auto}}.news-item .news-wrapper h5{margin-bottom:16px;flex:0 0 auto}@media(max-width: 1024px){.news-item .news-wrapper h5{margin-bottom:8px}}.news-item .news-wrapper .soc-title{margin:0 0 16px;color:var(--white-60);line-height:1.4}.news-item .news-wrapper .text{color:#ccc;flex:1 1 auto}@media(max-width: 1024px){.news-item .news-wrapper .text{font-size:12.8px;line-height:1.66;color:var(--white-60)}}.news-item .news-wrapper .text a{color:var(--blue)}.news-item .news-wrapper .text span{color:var(--white-60)}.news-item.twitter .news-wrapper{background-image:url("data:image/svg+xml,%3csvg width='49' height='48' viewBox='0 0 49 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg clip-path='url(%23a)'%3e %3cpath d='M15.6 43.5c18.11 0 28.017-15.006 28.017-28.016 0-.422-.01-.853-.029-1.275A19.999 19.999 0 0 0 48.5 9.11c-1.795.798-3.7 1.32-5.652 1.547a9.9 9.9 0 0 0 4.33-5.446 19.794 19.794 0 0 1-6.251 2.39 9.86 9.86 0 0 0-16.788 8.979A27.97 27.97 0 0 1 3.846 6.299 9.859 9.859 0 0 0 6.893 19.44a9.86 9.86 0 0 1-4.462-1.228v.122a9.844 9.844 0 0 0 7.901 9.656 9.788 9.788 0 0 1-4.442.169 9.867 9.867 0 0 0 9.195 6.844A19.75 19.75 0 0 1 .5 39.077 27.938 27.938 0 0 0 15.6 43.5z' fill='%23fff'/%3e %3c/g%3e %3cdefs%3e %3cclipPath id='a'%3e %3cpath fill='%23fff' transform='translate(.5)' d='M0 0h48v48H0z'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e")}.news-item.reddit .news-wrapper{background-image:url("data:image/svg+xml,%3csvg width='49' height='48' viewBox='0 0 49 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.5 24c0 13.255-10.745 24-24 24S.5 37.255.5 24s10.745-24 24-24 24 10.745 24 24zm-11.509-3.509A3.51 3.51 0 0 1 40.5 24c0 1.431-.87 2.667-2.021 3.228.056.337.084.674.084 1.039 0 5.39-6.26 9.74-14.007 9.74s-14.007-4.35-14.007-9.74c0-.365.028-.73.084-1.067-1.235-.561-2.077-1.768-2.077-3.2a3.51 3.51 0 0 1 3.509-3.509c.926 0 1.796.393 2.414.983 2.414-1.769 5.754-2.864 9.488-2.976l1.768-8.365c.056-.168.14-.308.28-.393.141-.084.31-.112.478-.084l5.81 1.235a2.428 2.428 0 0 1 2.218-1.403 2.504 2.504 0 0 1 2.498 2.498 2.504 2.504 0 0 1-2.498 2.498 2.501 2.501 0 0 1-2.498-2.386l-5.193-1.095-1.6 7.495c3.649.14 6.961 1.263 9.347 2.976a3.369 3.369 0 0 1 2.414-.983zM18.998 24a2.504 2.504 0 0 0-2.498 2.498 2.504 2.504 0 0 0 2.498 2.498 2.504 2.504 0 0 0 2.498-2.498A2.504 2.504 0 0 0 18.998 24zm5.53 10.92c.954 0 4.21-.113 5.923-1.825.252-.253.252-.646.056-.927a.66.66 0 0 0-.926 0c-1.095 1.067-3.369 1.46-5.025 1.46-1.656 0-3.958-.393-5.024-1.46a.66.66 0 0 0-.927 0 .66.66 0 0 0 0 .927c1.684 1.684 4.969 1.824 5.923 1.824zm2.976-8.422a2.504 2.504 0 0 0 2.498 2.498 2.504 2.504 0 0 0 2.498-2.498A2.504 2.504 0 0 0 30.002 24a2.504 2.504 0 0 0-2.498 2.498z' fill='%23fff'/%3e %3c/svg%3e")}.news-item.medium .news-wrapper{background-image:url("data:image/svg+xml,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M0 0v32h32V0H0zm26.586 7.579L24.87 9.22a.503.503 0 0 0-.192.479v12.093a.491.491 0 0 0 .192.478l1.679 1.643v.365h-8.429v-.35l1.736-1.686c.172-.172.172-.222.172-.479v-9.778L15.2 24.243h-.65L8.929 11.986V20.2c-.05.343.071.693.314.943l2.257 2.736v.364H5.086v-.364l2.257-2.736c.243-.25.35-.6.293-.943v-9.5a.815.815 0 0 0-.272-.7L5.357 7.579v-.365h6.236l4.814 10.572L20.643 7.22h5.943v.358z' fill='%23fff'/%3e %3c/svg%3e")}.news-item.other .news-wrapper{background-image:url("data:image/svg+xml,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M27.494 7h-1.488c-.002 0-.003 0-.004.002a.006.006 0 0 0-.002.004V26a2 2 0 0 0 4 0V9.506A2.506 2.506 0 0 0 27.494 7z' fill='%23fff'/%3e %3cpath d='M24 26V4.5A2.5 2.5 0 0 0 21.5 2h-17A2.5 2.5 0 0 0 2 4.5v22A3.5 3.5 0 0 0 5.5 30h21.428a.07.07 0 0 0 .051-.02.071.071 0 0 0 .006-.095.071.071 0 0 0-.038-.026A4.008 4.008 0 0 1 24 26zM6 8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V8zm13 17H7.028c-.538 0-1-.414-1.027-.952A1 1 0 0 1 7 23h11.972c.538 0 1 .414 1.027.952A1 1 0 0 1 19 25zm0-4H7.028c-.538 0-1-.414-1.027-.952A1 1 0 0 1 7 19h11.972c.538 0 1 .414 1.027.952A1 1 0 0 1 19 21zm0-4H7.028c-.538 0-1-.414-1.027-.952A1 1 0 0 1 7 15h11.972c.538 0 1 .414 1.027.952A1 1 0 0 1 19 17zm0-4h-3.972c-.538 0-1-.414-1.027-.952A.998.998 0 0 1 15 11h3.972c.538 0 1 .414 1.027.952A1 1 0 0 1 19 13zm0-4h-3.972c-.538 0-1-.414-1.027-.952A.998.998 0 0 1 15 7h3.972c.538 0 1 .414 1.027.952A1 1 0 0 1 19 9z' fill='%23fff'/%3e %3c/svg%3e")}.news-item.white .news-wrapper .text{color:var(--white-100)}@media(max-width: 767px){.stack.stack-column.roadmap-quarter{margin-top:0;margin-bottom:20px}}.roadmap-quarter .quarter-label{margin:0 0 32px;font-size:39.1px;font-weight:200;color:var(--white-100);position:relative}@media(max-width: 1024px){.roadmap-quarter .quarter-label{font-size:31.3px}}.roadmap-quarter .quarter-label span{font-weight:700}.roadmap-quarter .block{align-items:flex-start}.roadmap-quarter .block .block-title{height:24px;line-height:24px;margin:0 0 24px;padding:0 8px;border-radius:4px;font-size:12.8px;font-weight:700;text-transform:uppercase;white-space:nowrap}.roadmap-quarter .block>ul{font-size:20px;line-height:1.4;font-weight:200;margin-bottom:24px}@media(max-width: 1024px){.roadmap-quarter .block>ul{font-size:16px;line-height:1.5}}@media(max-width: 767px){.roadmap-quarter .block>ul{font-size:20px;line-height:1.4;margin-bottom:10px}}.roadmap-quarter .block>ul li li:last-child{padding-bottom:0}.roadmap-quarter .block>ul li{position:relative;background-repeat:no-repeat;background-size:24px 24px;padding-bottom:16px}.roadmap-quarter .block>ul li:before{content:"";width:21px;height:21px;position:absolute;opacity:.25;border:solid 1px var(--white-100);top:3px;border-radius:50%}.roadmap-quarter .block>ul li ul{margin-top:24px}.roadmap-quarter .block>ul li.done:before{display:none}.roadmap-quarter .block>ul li:last-child{margin:0}.roadmap-quarter .block.block-products .block-title{background-color:var(--blue)}.roadmap-quarter .block.block-products ul li.done{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14' stroke='%2308F' stroke-linejoin='round'/%3e %3cpath d='M22 4 12 14.01l-3-3' stroke='%2308F'/%3e %3c/svg%3e")}.roadmap-quarter .block.block-projects .block-title{background-color:var(--green)}.roadmap-quarter .block.block-projects ul li.done{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14' stroke='%2300C373' stroke-linejoin='round'/%3e %3cpath d='M22 4 12 14.01l-3-3' stroke='%2300C373'/%3e %3c/svg%3e")}.roadmap-quarter .block.block-marketing .block-title{background-color:var(--purple)}.roadmap-quarter .block.block-marketing ul li.done{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14' stroke='%23AB1BEE' stroke-linejoin='round'/%3e %3cpath d='M22 4 12 14.01l-3-3' stroke='%23AB1BEE'/%3e %3c/svg%3e")}.roadmap-quarter:not(.right-side){text-align:right}.roadmap-quarter:not(.right-side) .quarter-label{padding-right:50px}.roadmap-quarter:not(.right-side) .quarter-label .circle{right:-35px}.roadmap-quarter:not(.right-side) .block{align-items:flex-end;padding-right:53px}.roadmap-quarter:not(.right-side) .block ul li{padding-right:34px;background-position:right 0 top 3px}.roadmap-quarter:not(.right-side) .block ul li:before{right:0}.roadmap-quarter.right-side .quarter-label{padding-left:50px}.roadmap-quarter.right-side .quarter-label .circle{left:-35px}.roadmap-quarter.right-side .block{padding-left:53px}.roadmap-quarter.right-side .block ul li{padding-left:34px;background-position:0 3px}.roadmap-quarter.right-side .block ul li:before{left:0}@media(max-width: 767px){.roadmap-quarter.right-side .quarter-label{padding-left:0}.roadmap-quarter.right-side .block{padding-left:0}}.roadmap-quarter.quarter-2017-3{margin-top:275px}.roadmap-quarter.quarter-2018-3{margin-top:275px;margin-bottom:400px}.roadmap-quarter.quarter-2018-4{margin-bottom:68px}.roadmap-quarter.quarter-2019-3{margin-top:275px;margin-bottom:54px}.roadmap-quarter.quarter-2019-4{margin-bottom:68px}.roadmap-quarter.quarter-2020-3{margin-top:200px;margin-bottom:150px}.roadmap-quarter.quarter-2020-4{margin-bottom:68px}.roadmap-quarter.quarter-2021-3{margin-top:275px;margin-bottom:254px}.roadmap-quarter.quarter-2021-4{margin-bottom:68px}.roadmap-quarter.quarter-2022-3{margin-top:164px;margin-bottom:190px}.roadmap-quarter.quarter-2022-4{margin-bottom:68px}@media(min-width: 768px){.lang-es .roadmap-quarter.quarter-2022-3{margin-bottom:270px}.lang-es .roadmap-quarter.quarter-2021-3{margin-bottom:320px}.lang-es .roadmap-quarter.quarter-2020-3{margin-bottom:220px}.lang-es .roadmap-quarter.quarter-2018-3{margin-bottom:520px}.lang-ru .roadmap-quarter.quarter-2020-3{margin-bottom:220px}.lang-ru .roadmap-quarter.quarter-2018-3{margin-bottom:500px}.lang-de .roadmap-quarter.quarter-2021-3{margin-bottom:440px}.lang-fr .roadmap-quarter.quarter-2021-3{margin-bottom:370px}.lang-fr .roadmap-quarter.quarter-2018-3{margin-bottom:480px}}.lang-switcher{width:36px;height:36px;margin:0 0 0 12px;position:relative;z-index:2}.lang-switcher .btn-lang{background-repeat:no-repeat;background-size:24px 24px;background-position:50%;background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zM2 12h20' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10v0z' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");width:36px;height:36px;background-color:transparent;border:none}.lang-switcher ul{display:none;position:absolute;top:36px;right:0;min-width:127px;padding:10px 0;border-radius:8px;background-color:var(--background-lighter)}.lang-switcher ul li{border-bottom:1px var(--white-10) solid}.lang-switcher ul li button{width:100%;display:block;white-space:nowrap;height:40px;line-height:40px;text-align:left;padding:0 24px;background:none;border:none;font-size:16px;font-weight:400;color:var(--white-70);transition:250ms ease color}.lang-switcher ul li button:hover{color:var(--white-100)}.lang-switcher ul li:last-child{border-bottom:none}.lang-switcher ul li.active button{color:var(--white-100)}.lang-switcher.list-visible ul{display:block}.hamburger{width:36px;height:36px;margin:0 0 0 12px;position:relative;z-index:2;display:none}.hamburger .btn-hamburger{background-repeat:no-repeat;background-size:24px 24px;background-position:50%;background-image:url("data:image/svg+xml,%3csvg width='32' height='20' viewBox='0 0 32 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill='%23fff' d='M0 0h32v1H0zM0 9h32v1H0zM0 18h24v1H0z'/%3e %3c/svg%3e");width:36px;height:36px;background-color:transparent;border:none}.hamburger ul{display:none;position:absolute;top:50px;right:0;min-width:127px;border-radius:8px;background-color:var(--background-lighter)}.hamburger ul li{padding:0 24px;margin-left:0;border-top:1px var(--white-10) solid}.hamburger ul li button{width:100%;display:block;white-space:nowrap;height:32px;line-height:34px;padding:0 0 0 16px;text-align:left}.hamburger ul li:first-child{border:none}.hamburger.list-visible ul{display:block}@media(max-width: 1200px){.hamburger{display:block}}@media(max-width: 1290px){.lang-ru .hamburger,.lang-tr .hamburger{display:block}}@media(max-width: 767px){.hamburger ul li{max-height:40px}.hamburger ul li a{font-size:12.8px;font-weight:500}}.social-post{border-radius:16px;border:solid 1px var(--white-10);background-color:var(--background-lighter);max-width:calc(33% - 32px);justify-content:space-between;max-height:363px;flex-wrap:wrap;flex-grow:1;flex-basis:0;padding:40px 40px 0px 40px;margin:16px}@media(max-width: 1024px){.social-post{padding:40.5px 16px}}@media(max-width: 767px){.social-post{min-height:153px;max-width:calc(50% - 8px);margin-bottom:20px}.social-post h5{font-size:12.8px;line-height:1.38}}.social-post .icon{width:32px;height:32px;paddint-bottom:16px}.social-post .social-post-heading{padding-bottom:16px}.social-post .social-post-text-container{position:relative;width:100%;max-height:174px;overflow:hidden}.social-post .shadow{position:absolute;top:134px;width:100%;height:50px;background:linear-gradient(to top, #190f1e 40%, rgba(25, 15, 30, 0) 100%)}.social-post .post-link{cursor:pointer;position:relative;border-top:solid 1px var(--white-10);padding:16px 24px;max-height:56px;font-size:16px;font-weight:bold;line-height:1.5;text-align:left;color:var(--white-100)}@media(max-width: 1024px){.social-post .post-link{max-height:34px;font-size:12.8px;line-height:1.38;padding:8px 16px}}.social-post .post-link .icon{position:absolute;right:24px;top:20px;bottom:20px;width:16px;height:16px}@media(max-width: 1024px){.social-post .post-link .icon{right:16px;top:10px}}.ad-tech-intro{padding-top:116px;padding-bottom:116px;background:var(--background-lighter) url(/static/images/veraviews/tech-hero.jpg) no-repeat center right;background-size:auto 100%}@media(max-width: 1024px){.ad-tech-intro{padding-top:49px;padding-bottom:48px}}@media(max-width: 767px){.ad-tech-intro{background:var(--background-lighter) url(/static/images/veraviews/tech-hero-mobile.jpg) no-repeat top center;background-size:100vw auto;padding-top:calc(59.4666666667vw + 32px);padding-bottom:32px}}.ad-tech-intro .content{max-width:min(678px,60%)}@media(max-width: 1024px){.ad-tech-intro .content{max-width:min(410px,60%)}}@media(max-width: 767px){.ad-tech-intro .content{max-width:100%}}.ad-tech-intro .logo{width:182.3px;height:auto;margin-bottom:24.7px}@media(max-width: 1024px){.ad-tech-intro .logo{width:123px;margin-bottom:16.5px}}.ad-tech-intro .text{margin-top:32px;margin-bottom:32px}@media(max-width: 1024px){.ad-tech-intro .text{margin-top:16px;margin-bottom:16px}}.ad-fraud .content{padding-top:110.5px;padding-bottom:112.5px}@media(max-width: 1024px){.ad-fraud .content{padding-top:38.5px;padding-bottom:56.5px}}@media(max-width: 767px){.ad-fraud .content{padding-top:65.5px;padding-bottom:41px;flex-direction:column}}.ad-fraud .content>.stack-column+.stack-column{margin-left:85px}@media(max-width: 767px){.ad-fraud .content>.stack-column+.stack-column{margin-left:0;margin-top:16px}}.ad-fraud .content h3{margin-bottom:16px}.ad-fraud .content .text.bullet{padding-left:34px;background:url(data:image/png;base64,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) no-repeat left top 2px;background-size:18px 21.1px}.ad-fraud .content .bullet+.bullet{margin-top:4px}@media(max-width: 1024px){.ad-fraud .content .bullet+.bullet{margin-top:8px}}@media(max-width: 1024px)and (max-width: 767px){.ad-fraud .content .bullet+.bullet{margin-top:8px}}.ad-fraud .content .description{margin-bottom:32px}.ad-fraud .content .additional-text{margin-top:16px}.how-veraviews-works .content{padding-top:110.5px;padding-bottom:112.5px}@media(max-width: 1024px){.how-veraviews-works .content{padding-top:54.5px;padding-bottom:40.5px}}@media(max-width: 767px){.how-veraviews-works .content{padding-top:30.5px;padding-bottom:32.5px}}.how-veraviews-works .content h3{text-align:center}@media(max-width: 1024px){.how-veraviews-works .content h3{font-size:31.3px;line-height:1.09}}@media(max-width: 767px){.how-veraviews-works .content h3{font-size:20px;line-height:1.31}}.how-veraviews-works .content h5{margin-bottom:10px}.how-veraviews-works .content .equal{justify-content:space-between;flex-wrap:wrap}@media(max-width: 767px){.how-veraviews-works .content .equal{flex-direction:column}}.how-veraviews-works .content .equal .stack-column{padding-top:48px}@media(max-width: 1024px){.how-veraviews-works .content .equal .stack-column{min-width:40%;padding-top:32px;max-width:calc(50% - 16px)}}@media(max-width: 767px){.how-veraviews-works .content .equal .stack-column{max-width:100%}}.how-veraviews-works .content .equal>.stack-column+.stack-column{margin-left:32px}@media(max-width: 1024px){.how-veraviews-works .content .equal>.stack-column+.stack-column{margin-left:0}}.integrate .content{padding-top:110.5px;padding-bottom:112.5px;align-items:center}@media(max-width: 1024px){.integrate .content{padding-top:54.5px;padding-bottom:56.5px}}.integrate .content h2{margin-bottom:24px}@media(max-width: 1024px){.integrate .content h2{font-size:31.3px;line-height:1.09}}@media(max-width: 767px){.integrate .content h2{font-size:20px;line-height:1.31}}.ad-tech-page .pov .content{padding-top:104px;padding-bottom:112.5px}@media(max-width: 1024px){.ad-tech-page .pov .content{padding-top:34px;padding-bottom:42.5px}}@media(max-width: 767px){.ad-tech-page .pov .content{padding-top:32px;padding-bottom:32px;flex-direction:column;align-items:center}}.ad-tech-page .pov .content h3{margin-bottom:16px}.ad-tech-page .pov .content .file{flex-shrink:0;margin-left:150px;position:relative;max-width:320px;width:100%;min-height:414px;padding:57px 32px;align-items:center;background-image:linear-gradient(to bottom, #0c2752 0%, #211227 100%)}@media(max-width: 1024px){.ad-tech-page .pov .content .file{width:227px;min-height:268px;padding:32px 24px 25px;margin-left:20px}}@media(max-width: 767px){.ad-tech-page .pov .content .file{margin-top:38px;margin-left:0}}.ad-tech-page .pov .content .file:before{content:"";position:absolute;top:0;right:0;border-top:50px solid var(--background);border-left:50px solid rgba(0,0,0,0);width:0}.ad-tech-page .pov .content .file .text{font-weight:700;font-size:31.3px;line-height:1.09;color:var(--white-100);text-align:center;margin-bottom:24px}@media(max-width: 1024px){.ad-tech-page .pov .content .file .text{font-size:20px;line-height:1.31;margin-bottom:16px}}@media(max-width: 767px){.lang-ru .ad-tech-page .integrate .link-btn-green{font-size:12px}}.ad-tech-resources .content{padding-top:110.5px;padding-bottom:117px}@media(max-width: 1024px){.ad-tech-resources .content{padding-top:54.5px;padding-bottom:56.5px}}@media(max-width: 767px){.ad-tech-resources .content{padding-top:38.5px;padding-bottom:40.5px}}.ad-tech-resources .content h1{margin-bottom:48px}@media(max-width: 1024px){.ad-tech-resources .content h1{margin-bottom:32px}}.ad-tech-resources .content .resource-item .item-text{padding:24px}@media(max-width: 1024px){.ad-tech-resources .content .resource-item .item-text{padding:23.5px 16px}}.about-us-intro{padding-top:80px;padding-bottom:80px;background-color:var(--background-lighter)}@media(max-width: 1024px){.about-us-intro{padding-top:48px;padding-bottom:48px}}@media(max-width: 767px){.about-us-intro{padding-top:24px;padding-bottom:24px}}.about-us-intro h2{margin-bottom:16px}@media(max-width: 1024px){.about-us-intro h2{margin-bottom:20px;font-size:31.3px;line-height:1.09}}@media(max-width: 767px){.about-us-intro h2{font-size:20px;line-height:1.31}}@media(max-width: 767px){.about-us-intro .stack-row{flex-direction:column}}.about-us-intro .text+.text{margin-left:34px}@media(max-width: 1024px){.about-us-intro .text+.text{margin-left:20px}}@media(max-width: 767px){.about-us-intro .text+.text{margin-left:0;margin-top:1rem}}.about-us-core-leadership .content{padding-top:80px;padding-bottom:81.5px;align-items:center}@media(max-width: 1024px){.about-us-core-leadership .content{padding-top:49px;padding-bottom:72.5px}.about-us-core-leadership .content h2{font-size:31.3px;line-height:1.09}}@media(max-width: 767px){.about-us-core-leadership .content{padding-top:24px;padding-bottom:43.5px}.about-us-core-leadership .content h2{width:100%;font-size:20px;line-height:1.31}}.about-us-core-leadership .content .core-leadership-container{overflow:hidden}.about-us-core-leadership .content .stack-row{margin:48px -40px 0;flex-wrap:wrap;justify-content:flex-start}@media(max-width: 767px){.about-us-core-leadership .content .stack-row{margin:48px 0 0}}.about-us-core-leadership .content .item{width:calc(33.333% - 80px);margin:0 40px 64px}@media(max-width: 767px){.about-us-core-leadership .content .item{width:100%;max-width:100%;margin:0 0 16px}}.about-us-core-leadership .content .item .profile{position:relative;margin-bottom:24px;flex-grow:0;padding:0 29px 0 0}.about-us-core-leadership .content .item .profile img{width:83px;height:83px;border:solid 1px var(--white-10);background-color:var(--background-lighter);border-radius:50%}.about-us-core-leadership .content .item .profile .links{content:"";display:block;position:absolute;width:80px;left:64px;bottom:0}.about-us-core-leadership .content .item .profile .links .link+.link{margin-left:10px}.about-us-core-leadership .content .item .profile .links .link{display:inline-block;width:24px;height:24px}.about-us-core-leadership .content .item .profile .links .link.linked-in{background:url("data:image/svg+xml,%3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg height='100%25' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;' version='1.1' viewBox='0 0 512 512' width='100%25' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg id='g5891'%3e%3cpath d='M512,64c0,-35.323 -28.677,-64 -64,-64l-384,0c-35.323,0 -64,28.677 -64,64l0,384c0,35.323 28.677,64 64,64l384,0c35.323,0 64,-28.677 64,-64l0,-384Z' id='background' style='fill:%232867b2;'/%3e%3cg id='shapes'%3e%3crect height='257.962' id='rect11' style='fill:%23fff;' width='85.76' x='61.053' y='178.667'/%3e%3cpath d='M104.512,54.28c-29.341,0 -48.512,19.29 -48.512,44.573c0,24.752 18.588,44.574 47.377,44.574l0.554,0c29.903,0 48.516,-19.822 48.516,-44.574c-0.555,-25.283 -18.611,-44.573 -47.935,-44.573Z' id='path13-0' style='fill:%23fff;fill-rule:nonzero;'/%3e%3cpath d='M357.278,172.601c-45.49,0 -65.866,25.017 -77.276,42.589l0,-36.523l-85.738,0c1.137,24.197 0,257.961 0,257.961l85.737,0l0,-144.064c0,-7.711 0.554,-15.42 2.827,-20.931c6.188,-15.4 20.305,-31.352 43.993,-31.352c31.012,0 43.436,23.664 43.436,58.327l0,138.02l85.741,0l0,-147.93c0,-79.237 -42.305,-116.097 -98.72,-116.097Z' id='path15' style='fill:%23fff;fill-rule:nonzero;'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat}.about-us-core-leadership .content .item .profile .links .link.twitter{background:url("data:image/svg+xml,%3csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M20.675 8c.014.187.014.374.014.56 0 5.69-4.33 12.246-12.246 12.246-2.438 0-4.704-.706-6.609-1.932.346.04.68.053 1.04.053a8.62 8.62 0 0 0 5.343-1.839 4.312 4.312 0 0 1-4.025-2.985c.267.04.533.067.813.067.387 0 .773-.053 1.133-.146A4.305 4.305 0 0 1 2.687 9.8v-.054c.573.32 1.239.52 1.945.546a4.3 4.3 0 0 1-1.919-3.584c0-.8.214-1.532.587-2.172a12.234 12.234 0 0 0 8.874 4.504 4.86 4.86 0 0 1-.106-.986A4.302 4.302 0 0 1 16.37 3.75c1.24 0 2.359.52 3.145 1.36a8.474 8.474 0 0 0 2.732-1.04c-.32 1-1 1.839-1.892 2.372a8.628 8.628 0 0 0 2.478-.667 9.251 9.251 0 0 1-2.159 2.226z' fill='%23fff'/%3e %3c/svg%3e") no-repeat}.about-us-core-leadership .content .item .text+.text{margin-top:16px}@media(max-width: 1024px){.about-us-core-leadership .content .item .text+.text{margin-top:8px}}.about-us-core-leadership .content .item .title{font-size:16px;line-height:1.5}@media(max-width: 1024px){.about-us-core-leadership .content .item .title{font-size:12.8px;line-height:1.66}}.about-us-core-leadership .content .item .name{font-weight:bold;color:var(--white-100)}.about-us-careers .content{padding-top:110.5px;padding-bottom:112.5px;align-items:center}@media(max-width: 1024px){.about-us-careers .content{padding-top:54.5px;padding-bottom:56.5px}.about-us-careers .content h2{font-size:31.3px;font-weight:bold;line-height:1.09}}@media(max-width: 767px){.about-us-careers .content{padding-top:42.5px;padding-bottom:39.5px}}.about-us-careers .content .text{margin-top:16px;margin-bottom:32px;text-align:center}@media(max-width: 1024px){.about-us-careers .content .text{margin-top:8px;margin-bottom:24px}}.our-community{text-align:center;align-items:center}.our-community h2,.our-community h3{margin:0 0 16px}.our-community h2,.our-community h3,.our-community .description{text-align:center;max-width:907px}@media(max-width: 1024px){.our-community h2,.our-community h3,.our-community .description{padding:0 96px}}@media(max-width: 767px){.our-community h2,.our-community h3,.our-community .description{padding:0 25px}}.our-community .description{margin-bottom:48px}@media(max-width: 1024px){.our-community .description{margin-bottom:40px}}@media(max-width: 767px){.our-community .description{margin-bottom:24px}}.our-community>.link-btn{margin-top:48px}@media(max-width: 1024px){.our-community>.link-btn{margin-top:32px}}@media(max-width: 767px){.our-community>.link-btn{margin-top:32px}}.our-community .communities{width:100%;padding:0 var(--padding)}@media(max-width: 1024px){.lang-ru .our-community .communities .link-btn{font-size:13px;padding:0 10px}}@media(max-width: 767px){.lang-ru .our-community .communities .link-btn{font-size:10px}}.projects{padding-top:80px;padding-bottom:55px;background-repeat:repeat;background-position:0 0;background-size:15%;background-image:url(data:image/png;base64,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)}@media(max-width: 1024px){.projects{padding-top:24px;padding-bottom:24px}}@media(max-width: 767px){.projects{background:none;padding-top:0;padding-bottom:24px}}.projects .wrapper{justify-content:space-between;max-width:1280px;margin:0 auto}@media(max-width: 1024px){.projects .wrapper{align-items:flex-start}}@media(max-width: 767px){.projects .wrapper{flex-direction:column}}.our-roadmap .content{padding-top:110.5px;padding-bottom:112.5px;align-items:flex-start;background-repeat:no-repeat;background-position:right -90px center;background-size:auto 440px;background-image:url("/static/images/home/Roadmap Callout Tablet Mobile.png")}@media(max-width: 1024px){.our-roadmap .content{background-position:center top 30px;background-size:100% auto;align-items:center;padding-top:54.4270833333%;padding-bottom:56.5px}}@media(max-width: 767px){.our-roadmap .content{background-size:auto 380px;background-position:center top;padding:320px var(--padding) 40px;margin:0 calc(-1*var(--padding))}}.our-roadmap .content .description{margin-top:16px;margin-bottom:32px;max-width:min(560px,60%)}@media(max-width: 1024px){.our-roadmap .content .description{text-align:center;max-width:min(596px,100%);margin-top:8px;margin-bottom:24px}}.home-top-section{overflow:hidden;position:relative;z-index:1;background:#140c19;padding-top:183px;padding-bottom:233px}.home-top-section.video-hidden{background-image:url(/static/images/home/video_preview.png);background-repeat:no-repeat;background-position:center left max(-80vw,-400px);background-size:auto 100%}.home-top-section.video-hidden .content>video{display:none}.home-top-section .slick-dots{position:absolute;left:0;bottom:0;padding-bottom:48px;padding-left:var(--padding);text-align:left}.home-top-section .slick-dots li button:before{content:"";width:8px;height:8px;flex-grow:0;opacity:.5;border-radius:2px;border:solid 1px #fff}.home-top-section li.slick-active button:before{background-color:#fff;opacity:1}.home-top-section .slick-slider{position:initial;padding-left:2px}@media(max-width: 1024px){.home-top-section{margin:0}}@media(max-width: 1024px){.home-top-section{padding-top:100px;padding-bottom:170px}}@media(max-width: 767px){.home-top-section{padding-top:130px;padding-bottom:172px}}.home-top-section video{position:absolute;right:0;top:0;height:100%;display:block;width:auto;z-index:-1}@media(max-width: 767px){.home-top-section video{right:initial;left:max(-80vw,-400px)}}.home-top-section .section-wrapper{max-width:1140px;margin:0 auto}.home-top-section .section-wrapper .stack{max-width:640px;padding-left:1px;align-items:flex-start}@media(max-width: 1024px){.home-top-section .section-wrapper .stack{max-width:287px}}@media(max-width: 767px){.home-top-section .section-wrapper .stack{max-width:100%}}.home-top-section .section-wrapper h1{font-size:48.8px;font-weight:200;margin-bottom:25px;line-height:52px}@media(max-width: 1024px){.home-top-section .section-wrapper h1{font-size:20px;line-height:1.31}}.home-top-section .section-wrapper h1 span{font-weight:700}.home-top-section .section-wrapper .text{margin-bottom:25px}@media(max-width: 767px){.lang-ru .home-top-section .section-wrapper .link-btn-white{min-height:37px;font-size:16px;max-width:100%;height:auto;white-space:pre-wrap;line-height:22px;padding:5px 16px}}.vw-section{background:url(/static/images/token/verawallet-callout.png) no-repeat center right;background-size:100% auto}@media(max-width: 767px){.vw-section{background:var(--background-lighter) url(/static/images/token/token-hero-mobile.png) no-repeat top center;background-size:100vw auto}}.vw-section .wrapper{padding-top:110px;padding-bottom:132px;max-width:560px;align-items:flex-start}@media(max-width: 1024px){.vw-section .wrapper{max-width:322px;padding-top:54.5px;padding-bottom:72px}}@media(max-width: 767px){.vw-section .wrapper{max-width:100%;padding-top:55.2%;padding-bottom:55px}}.vw-section .wrapper .vw-icon{width:204px;height:43px;margin-bottom:24px}@media(max-width: 767px){.vw-section .wrapper .vw-icon{width:165.9px;height:34.9px;margin-bottom:16px}}.vw-section .wrapper .vw-icon img{width:100%}.vw-section .wrapper h2{font-weight:200}@media(max-width: 1024px){.vw-section .wrapper h2{margin-bottom:16px}}@media(max-width: 767px){.vw-section .wrapper h2{margin-bottom:8px}}.vw-section .wrapper h2 span{font-weight:700}.vw-section .wrapper .description{margin-bottom:32px}@media(max-width: 1024px){.vw-section .wrapper .description{margin-bottom:24px}}.nfts-intro{padding-top:116px;padding-bottom:116px;background:var(--background-lighter) url(/static/images/nft/nft-hero.png) no-repeat;background-position:center right min(100vw - 1300px,0px);background-size:auto 100%}@media(max-width: 1024px){.nfts-intro{padding-top:49px;padding-bottom:59px;background-position:center right min(100vw - 860px,0px)}}@media(max-width: 767px){.nfts-intro{background:var(--background-lighter) url(/static/images/nft/nft-hero-mobile.jpg) no-repeat top center;background-size:100vw auto;padding-top:calc(65.3333333333vw + 30px);padding-bottom:43px}}.nfts-intro .content{max-width:min(620px,60%)}@media(max-width: 1024px){.nfts-intro .content{max-width:min(357px,60%)}}@media(max-width: 767px){.nfts-intro .content{max-width:100%}}.nfts-intro .text{margin-top:24px;margin-bottom:32px}@media(max-width: 1024px){.nfts-intro .text{margin-top:16px;margin-bottom:14px}}.nft-contact-us .content{padding-top:110.5px;padding-bottom:112.5px;align-items:center}.nft-contact-us .content .text{text-align:center;margin-bottom:24px}@media(max-width: 1024px){.nft-contact-us .content{padding-top:38.5px;padding-bottom:56.5px}}@media(max-width: 767px){.nft-contact-us .content{padding-top:30.5px;padding-bottom:32.5px}}.nft-contact-us .content h3{text-align:center;margin-bottom:32px}@media(max-width: 1024px){.nft-contact-us .content h3{margin-bottom:16px}}.nft-features .content{padding-top:110.5px;padding-bottom:112.5px}@media(max-width: 1024px){.nft-features .content{padding-top:54.5px;padding-bottom:56.5px}}@media(max-width: 767px){.nft-features .content{padding-top:38.5px;padding-bottom:40.5px}}.nft-features .content h1{margin-bottom:48px}@media(max-width: 1024px){.nft-features .content h1{margin-bottom:24px}}.nft-features .content h5{margin-bottom:16px}@media(max-width: 1024px){.nft-features .content h5{margin-bottom:8px}}@media(max-width: 767px){.nft-features .content .equal{flex-direction:column}}.nft-features .content .equal .stack-column+.stack-column{margin-left:16px}@media(max-width: 767px){.nft-features .content .equal .stack-column+.stack-column{margin-left:0;margin-top:16px}}.nft-features .content .nft-feature-item{padding-top:100px}@media(max-width: 1024px){.nft-features .content .nft-feature-item{padding-top:84px}}.nft-features .content .nft-feature-item-1{background:url("data:image/svg+xml,%3csvg width='50' height='68' viewBox='0 0 50 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg clip-path='url(%23a)'%3e %3cpath d='M49 14.966a1 1 0 0 0-1-1h-8.1v-2.329A1.636 1.636 0 0 0 38.264 10h-26.52a1.637 1.637 0 0 0-1.637 1.637v2.329h-8.1a1 1 0 0 0-1 1c0 .528.115 12.742 9.323 15.7a14.876 14.876 0 0 0 13.677 12.388v12.943h-9.345a1 1 0 0 0 0 2h19.862a1 1 0 1 0 0-2h-8.517V43.053a14.878 14.878 0 0 0 13.677-12.388C48.884 27.708 49 15.497 49 14.966zm-45.946 1h7.049v12.241c0 .085.012.167.013.252-5.714-2.462-6.841-9.802-7.062-12.493zm36.83 12.493c0-.085.012-.167.012-.252V15.966h7.05c-.22 2.691-1.348 10.031-7.062 12.493z' fill='%2300C373'/%3e %3c/g%3e %3cdefs%3e %3cclipPath id='a'%3e %3cpath fill='%23fff' transform='translate(1 10)' d='M0 0h48v48H0z'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e") no-repeat left top}.nft-features .content .nft-feature-item-2{background:url("data:image/svg+xml,%3csvg width='39' height='68' viewBox='0 0 39 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg clip-path='url(%23a)'%3e %3cg clip-path='url(%23b)' fill='%23AB1BEE'%3e %3cpath d='M32.211 9h-31a1.01 1.01 0 0 0-1.01 1.011v48a1.011 1.011 0 0 0 1.01 1.011h14.233a.69.69 0 0 0 .612-1.011 11.983 11.983 0 0 1 16.155-16.155.69.69 0 0 0 1.011-.612V10.011A1.011 1.011 0 0 0 32.212 9zm-24 9h13a1.011 1.011 0 0 1 0 2.022h-13a1.011 1.011 0 1 1 0-2.022zm8 20.022h-8a1.011 1.011 0 1 1 0-2.022h8a1.011 1.011 0 0 1 0 2.022zm7-6h-15a1.011 1.011 0 1 1 0-2.022h15a1.011 1.011 0 0 1 0 2.022zm2-6h-17a1.011 1.011 0 1 1 0-2.022h17a1.011 1.011 0 0 1 0 2.022z'/%3e %3cpath d='M26.711 42a10.511 10.511 0 1 0 10.511 10.511A10.523 10.523 0 0 0 26.712 42zm5.1 8.837-5.389 5.389a1.012 1.012 0 0 1-1.43 0l-2.5-2.5a1.011 1.011 0 1 1 1.43-1.43l1.785 1.785 4.674-4.674a1.011 1.011 0 1 1 1.43 1.43z'/%3e %3c/g%3e %3c/g%3e %3cdefs%3e %3cclipPath id='a'%3e %3cpath fill='%23fff' transform='translate(.2 9)' d='M0 0h37.022v54.022H0z'/%3e %3c/clipPath%3e %3cclipPath id='b'%3e %3cpath fill='%23fff' transform='translate(.2 9)' d='M0 0h37.021v54.021H0z'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e") no-repeat left top}.nft-features .content .nft-feature-item-3{background:url("data:image/svg+xml,%3csvg width='42' height='68' viewBox='0 0 42 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg clip-path='url(%23a)' fill='%23F1ED4D'%3e %3cpath d='M1.411 30.022h39a1.01 1.01 0 0 0 1.011-1.011v-8a1.014 1.014 0 0 0-.514-.881l-19.5-11a1.012 1.012 0 0 0-.994 0l-19.5 11a1.014 1.014 0 0 0-.514.881v8a1.01 1.01 0 0 0 1.011 1.011zM40.411 51h-1.989V31.167l-7.022.561V51h-7.478V32.325l-7.022.561V51H9.422V33.484l-7.022.561V51h-.989a1.01 1.01 0 0 0-1.01 1.011v6a1.01 1.01 0 0 0 1.01 1.011h39a1.01 1.01 0 0 0 1.011-1.011v-6A1.01 1.01 0 0 0 40.412 51z'/%3e %3c/g%3e %3cdefs%3e %3cclipPath id='a'%3e %3cpath fill='%23fff' transform='translate(.4 9)' d='M0 0h41.021v50.022H0z'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e") no-repeat left top}.nft-features .content .nft-feature-item-4{background:url("data:image/svg+xml,%3csvg width='48' height='68' viewBox='0 0 48 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg clip-path='url(%23a)'%3e %3cg clip-path='url(%23b)' fill='%2308F'%3e %3cpath d='M46.61 11h-45A1.01 1.01 0 0 0 .6 12.011v39a1.01 1.01 0 0 0 1.01 1.011H5.6v4.364a1.011 1.011 0 1 0 2.022 0v-4.364H40.6v4.364a1.011 1.011 0 0 0 2.022 0v-4.364h3.989a1.01 1.01 0 0 0 1.01-1.011v-39A1.01 1.01 0 0 0 46.612 11zm-3.988 35.011a1.01 1.01 0 0 1-1.011 1.011h-35A1.01 1.01 0 0 1 5.6 46.011v-29A1.01 1.01 0 0 1 6.61 16h35a1.01 1.01 0 0 1 1.012 1.011v29z'/%3e %3cpath d='M7.622 45H40.6V18.022H7.622V45zm21.99-19.5a6.011 6.011 0 1 1-6.012 6.011 6.019 6.019 0 0 1 6.011-6.011zm-19.012.511a1.011 1.011 0 0 1 2.022 0v11a1.011 1.011 0 0 1-2.022 0v-11z'/%3e %3cpath d='M29.611 35.5a3.99 3.99 0 1 0 0-7.978 3.99 3.99 0 0 0 0 7.978z'/%3e %3c/g%3e %3c/g%3e %3cdefs%3e %3cclipPath id='a'%3e %3cpath fill='%23fff' transform='translate(.6 11)' d='M0 0h47.022v46.397H0z'/%3e %3c/clipPath%3e %3cclipPath id='b'%3e %3cpath fill='%23fff' transform='translate(.6 11)' d='M0 0h47.021v46.396H0z'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e") no-repeat left top}.nft-features .content .nft-feature-item-5{background:url("data:image/svg+xml,%3csvg width='45' height='68' viewBox='0 0 45 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg clip-path='url(%23a)'%3e %3cpath d='M37.286 42.972a5.49 5.49 0 0 0-3.052.924 1.104 1.104 0 0 0-.196-.295l-4.039-4.04a1.145 1.145 0 0 0-.344-.23 9.365 9.365 0 0 0 0-11.666c.131-.054.25-.131.352-.23l4.034-4.032c.08-.088.147-.189.197-.297a5.524 5.524 0 1 0-1.539-1.54c-.108.05-.208.117-.297.198l-4.033 4.033a1.144 1.144 0 0 0-.229.353 9.376 9.376 0 0 0-11.756.06 1.13 1.13 0 0 0-.288-.558l-3.89-3.888a1.136 1.136 0 0 0-.295-.197 5.52 5.52 0 1 0-1.54 1.539c.05.109.117.209.198.297l3.888 3.888c.155.147.348.247.556.288a9.377 9.377 0 0 0-.076 11.75 1.12 1.12 0 0 0-.284.188l-4.084 4.086a1.109 1.109 0 0 0-.197.296 5.52 5.52 0 1 0 1.539 1.539c.108-.05.208-.116.296-.197l4.085-4.085c.077-.084.14-.18.187-.283a9.368 9.368 0 0 0 11.663-.011c.055.127.133.244.23.343l4.038 4.04c.089.08.189.146.297.196a5.511 5.511 0 1 0 4.584-2.464l-.005-.005z' fill='%23ED0A4B'/%3e %3c/g%3e %3cdefs%3e %3cclipPath id='a'%3e %3cpath fill='%23fff' transform='translate(1.8 13)' d='M0 0h41v41H0z'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e") no-repeat left top}.page-nfts .industry .content{padding-top:85px;padding-bottom:128.5px}@media(max-width: 1024px){.page-nfts .industry .content{padding-top:48px;padding-bottom:46.5px}}@media(max-width: 767px){.page-nfts .industry .content{padding-top:25px;padding-bottom:32.5px;flex-direction:column;align-items:center}}.page-nfts .industry .content h3{padding-top:19px;margin-bottom:16px}.page-nfts .industry .content .file{flex-shrink:0;margin-left:150px;position:relative;max-width:320px;min-height:414px;padding:57px 32px;align-items:center;background-image:linear-gradient(to bottom, #0c2752 0%, #211227 100%)}@media(max-width: 1024px){.page-nfts .industry .content .file{padding:28px 23px 23px;max-width:227px;min-height:268px;margin-left:20px}}@media(max-width: 767px){.page-nfts .industry .content .file{margin-top:24px;margin-left:0}}.page-nfts .industry .content .file .quote{width:100%;font-size:31.3px;font-weight:bold;line-height:1.09;text-align:left;color:var(--white-100);margin-bottom:16px}@media(max-width: 1024px){.page-nfts .industry .content .file .quote{font-size:20px;line-height:1.31}}.page-nfts .industry .content .file .author{width:100%;font-size:20px;font-style:italic;line-height:1.4;text-align:left;color:var(--white-60);text-decoration:underline}@media(max-width: 1024px){.page-nfts .industry .content .file .author{font-size:16px;line-height:1.75}}.page-nfts .industry .content .file:before{content:"";position:absolute;top:0;right:0;border-top:50px solid var(--background);border-left:50px solid rgba(0,0,0,0);width:0}.lang-ru .page-nfts .industry .content .file{max-width:390px}.nft-resources .content{padding-top:110.5px;padding-bottom:113px}@media(max-width: 1024px){.nft-resources .content{padding-top:54.5px;padding-bottom:56.5px}}.nft-resources .content h1{margin-bottom:48px}@media(max-width: 1024px){.nft-resources .content h1{margin-bottom:32px}}.nft-resources .content .resource-item .item-text{padding:24px}@media(max-width: 1024px){.nft-resources .content .resource-item .item-text{padding:16px 23.5px}}@media(max-width: 767px){.nft-resources .content .resource-item .item-text{padding:16px}}.stop-fraud .content{padding-top:110.5px;padding-bottom:88.5px}@media(max-width: 1024px){.stop-fraud .content{padding-top:54.5px;padding-bottom:56.3px}}@media(max-width: 767px){.stop-fraud .content{padding-top:65.5px;padding-bottom:41px}}.stop-fraud .content h1{margin-bottom:48px}@media(max-width: 1024px){.stop-fraud .content h1{margin-bottom:32px}}.stop-fraud .content h5{margin-bottom:16px}.stop-fraud .content .text.bullet{padding-left:34px;background:url(data:image/png;base64,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) no-repeat left top 2px;background-size:18px 21.1px}.stop-fraud .content .bullet+.bullet{margin-top:4px}@media(max-width: 1024px){.stop-fraud .content .bullet+.bullet{margin-top:8px}}@media(max-width: 1024px)and (max-width: 767px){.stop-fraud .content .bullet+.bullet{margin-top:8px}}@media(max-width: 767px){.stop-fraud .content .equal{flex-direction:column}.stop-fraud .content .equal .stack-column+.stack-column{margin-top:32px}}.stop-fraud .content .equal>.stack-column+.stack-column{margin-left:32px}@media(max-width: 767px){.stop-fraud .content .equal>.stack-column+.stack-column{margin-left:0}}.digital-economy .content{padding-top:104px;padding-bottom:112px}.digital-economy .content .column-current-value-mobile{display:none}.digital-economy .content .column-current-value{margin-left:33px}.digital-economy .content .heading-stack{max-width:669px}.digital-economy .content .heading-stack p{margin-top:16px}.digital-economy .content .counters-stack{margin-top:64px}.digital-economy .content .counters-stack .divider{position:relative;flex-grow:1}@media(max-width: 767px){.digital-economy .content .counters-stack .divider{display:none}}.digital-economy .content .counters-stack .divider:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;height:69px;width:1px;background:var(--white-10);display:block}.digital-economy .content .label{font-size:16px;line-height:1.5;text-align:left;color:var(--white-60)}.digital-economy .content .label.per-annum{display:inline-block;line-height:1.2}.digital-economy .content .current-value{font-size:61px}.digital-economy .content .value{font-size:39.1px}.digital-economy .content .value,.digital-economy .content .current-value{font-weight:bold;line-height:1.14;text-align:left;color:var(--white-100)}@media(max-width: 1024px){.digital-economy .content{padding-top:48px;padding-bottom:56.5px}.digital-economy .content .column-current-value{margin-left:20px}.digital-economy .content .counters-stack{margin-top:48px}.digital-economy .content .label{font-size:12.8px;line-height:1.66}.digital-economy .content .value,.digital-economy .content .current-value{font-size:31.3px;line-height:1.09}}@media(max-width: 767px){.digital-economy .content{padding-top:36px;padding-bottom:32.5px}.digital-economy .content .column-current-value-mobile{display:initial}.digital-economy .content .column-current-value{display:none}.digital-economy .content .counters-stack{flex-wrap:wrap}.digital-economy .content .counters-stack>*{width:50%;margin-bottom:16px}.digital-economy .content .label{font-size:12.8px;line-height:1.66;vertical-align:text-top}.digital-economy .content .label.per-annum{max-width:initial}.digital-economy .content .label.per-annum br{display:none}.digital-economy .content .value,.digital-economy .content .current-value{font-size:20px;line-height:1.31}}.learn-more .content{padding-top:110.5px;padding-bottom:112.5px}@media(max-width: 1024px){.learn-more .content{padding-top:54.5px;padding-bottom:56.5px}}@media(max-width: 767px){.learn-more .content{padding-top:30.5px;padding-bottom:12px}}.learn-more .content .resource-items{margin-top:32px}.token-intro{padding-top:152px;padding-bottom:152px;background:var(--background-lighter) url(/static/images/token/token-hero.png) no-repeat center right;background-size:auto min(100%,40vw)}@media(max-width: 1024px){.token-intro{padding-top:48px;padding-bottom:48px}}@media(max-width: 767px){.token-intro{background:var(--background-lighter) url(/static/images/token/token-hero-mobile.png) no-repeat top center;background-size:100vw auto;padding-top:calc(55.2% + 25px);padding-bottom:24px}}.token-intro .content{max-width:min(678px,52%)}@media(max-width: 767px){.token-intro .content{max-width:100%}.token-intro .content .buttons{flex-direction:column;align-items:flex-start}.token-intro .content .buttons .link-btn+.link-btn{margin-top:16px;margin-left:0}}.token-intro .content .text{margin:32px 0}@media(max-width: 1024px){.token-intro .content .text{margin:16px 0}}.token-intro .content .logo{width:204.2px;height:39.9px;margin-bottom:24.1px}@media(max-width: 1024px){.token-intro .content .logo{width:128px;height:26.9px;margin-bottom:16.1px}}.how-it-works{padding-top:110.5px;padding-bottom:100.5px}@media(max-width: 1024px){.how-it-works{padding-top:54.5px;padding-bottom:56.5px}}@media(max-width: 767px){.how-it-works{padding-top:30.5px;padding-bottom:0}}.how-it-works .up-text{margin-bottom:32px;color:var(--white-60)}@media(max-width: 1024px){.how-it-works .up-text{margin-bottom:16px;font-size:12px}}.how-it-works h3{margin-bottom:80px}@media(max-width: 1024px){.how-it-works h3{margin-bottom:40px}}@media(max-width: 767px){.how-it-works h3{margin-bottom:16px}}.how-it-works .blocks{justify-content:space-between}@media(max-width: 767px){.how-it-works .blocks{flex-wrap:wrap}}.how-it-works .blocks .block{width:calc(25% - 24px);font-size:20px;line-height:1.4;font-weight:200;padding-top:92px;background-size:auto 68px;background-repeat:no-repeat;background-position:0 0}@media(max-width: 1024px){.how-it-works .blocks .block{font-size:16px;line-height:1.5;padding-top:72px;background-size:auto 48px}}@media(max-width: 767px){.how-it-works .blocks .block{width:calc(50% - 16px);color:var(--white-60);margin-bottom:32px}}.how-it-works .blocks .block.icon-controller{background-image:url("data:image/svg+xml,%3csvg width='62' height='68' viewBox='0 0 62 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg clip-path='url(%23a)'%3e %3cpath d='M61.867 45.576C59.129 14.643 48.727 13 45.168 13 38.35 13 37.235 15.173 31 15.19 24.766 15.172 23.65 13 16.832 13 13.273 13 2.872 14.643.134 45.576c-.966 10.908 3.559 11.223 5.2 11.223 3.833 0 6.571-2.196 9.035-5.2 2.571-3.144 5.466-5.465 16.631-5.474 11.165-.01 14.06 2.325 16.632 5.474 2.464 3.01 5.201 5.2 9.033 5.2 1.643.001 6.167-.315 5.202-11.223zM22.658 32.013h-3.987v3.992a1.291 1.291 0 0 1-2.583 0v-3.988h-3.986a1.292 1.292 0 0 1 0-2.583h3.986v-3.986a1.292 1.292 0 1 1 2.583 0v3.986h3.987a1.292 1.292 0 0 1 0 2.583v-.004zm14.218.927a2.218 2.218 0 1 1 2.05-1.368 2.218 2.218 0 0 1-2.05 1.371v-.003zm6.022 6.021a2.218 2.218 0 1 1 2.05-1.368 2.217 2.217 0 0 1-2.05 1.372v-.004zm0-12.045a2.218 2.218 0 1 1 2.05-1.367 2.218 2.218 0 0 1-2.05 1.371v-.004zm6.023 6.024a2.218 2.218 0 1 1 2.05-1.368 2.218 2.218 0 0 1-2.05 1.371v-.003z' fill='%23AB1BEE'/%3e %3c/g%3e %3cdefs%3e %3cclipPath id='a'%3e %3cpath fill='%23fff' transform='translate(0 13)' d='M0 0h62v43.799H0z'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e")}.how-it-works .blocks .block.icon-crown{background-image:url("data:image/svg+xml,%3csvg width='67' height='68' viewBox='0 0 67 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg clip-path='url(%23a)' fill='%23F1ED4D'%3e %3cpath d='M33.381 17.762a3.881 3.881 0 1 0 0-7.762 3.881 3.881 0 0 0 0 7.762zM62.381 28.762a3.881 3.881 0 1 0 0-7.762 3.881 3.881 0 0 0 0 7.762zM4.381 28.762a3.881 3.881 0 1 0 0-7.762 3.881 3.881 0 0 0 0 7.762zM59.205 29.855a1.011 1.011 0 0 0-1.116-.067l-12.4 7.2-11.491-15.673a1.048 1.048 0 0 0-1.631 0L21.073 36.988l-12.4-7.2a1.01 1.01 0 0 0-1.488 1.123l6.653 26.25a1.009 1.009 0 0 0 .979.762h37.129a1.011 1.011 0 0 0 .98-.763l6.651-26.25a1.008 1.008 0 0 0-.372-1.055zM33.381 50.267a5.386 5.386 0 1 1-.002-10.771 5.386 5.386 0 0 1 .002 10.771z'/%3e %3c/g%3e %3cdefs%3e %3cclipPath id='a'%3e %3cpath fill='%23fff' transform='translate(.5 10)' d='M0 0h65.762v47.923H0z'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e")}.how-it-works .blocks .block.icon-trophy{background-image:url("data:image/svg+xml,%3csvg width='50' height='68' viewBox='0 0 50 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg clip-path='url(%23a)'%3e %3cpath d='M49 14.966a1 1 0 0 0-1-1h-8.1v-2.329A1.636 1.636 0 0 0 38.264 10h-26.52a1.637 1.637 0 0 0-1.637 1.637v2.329h-8.1a1 1 0 0 0-1 1c0 .528.115 12.742 9.323 15.7a14.876 14.876 0 0 0 13.677 12.388v12.943h-9.345a1 1 0 0 0 0 2h19.862a1 1 0 1 0 0-2h-8.517V43.053a14.878 14.878 0 0 0 13.677-12.388C48.884 27.708 49 15.497 49 14.966zm-45.946 1h7.049v12.241c0 .085.012.167.013.252-5.714-2.462-6.841-9.802-7.062-12.493zm36.83 12.493c0-.085.012-.167.012-.252V15.966h7.05c-.22 2.691-1.348 10.031-7.062 12.493z' fill='%2300C373'/%3e %3c/g%3e %3cdefs%3e %3cclipPath id='a'%3e %3cpath fill='%23fff' transform='translate(1 10)' d='M0 0h48v48H0z'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e")}.how-it-works .blocks .block.icon-nft{background-image:url("data:image/svg+xml,%3csvg width='53' height='68' viewBox='0 0 53 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg clip-path='url(%23a)' fill='%23ED0A4B'%3e %3cpath d='M43.9 24.344 30.24 48.406l21.97-24.017L40.687 15h-4.103l7.318 9.344zM9.809 24.344 17.126 15h-4.102L1.5 24.389l21.971 24.017L9.809 24.344z'/%3e %3cpath d='m26.502 51.72.353.385.353-.385L42.7 24.434 35.313 15H18.396l-7.386 9.434L26.502 51.72z'/%3e %3c/g%3e %3cdefs%3e %3cclipPath id='a'%3e %3cpath fill='%23fff' transform='translate(1.5 15)' d='M0 0h50.71v37.105H0z'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e")}.veraesport-news>.content{padding-top:110px;padding-bottom:112px}.veraesport-news>.content .news-item{margin-bottom:0}@media(max-width: 1024px){.veraesport-news>.content{padding-top:54px;padding-bottom:52px}}@media(max-width: 767px){.veraesport-news>.content .news-item+.news-item{margin-top:16px}}.veraesport-news>.content h2{margin-bottom:32px}@media(max-width: 1024px){.veraesport-news>.content h2{margin-bottom:13px}}.partnerships{text-align:center}.partnerships .partnerships-wrapper{padding-top:106px;padding-bottom:112px}@media(max-width: 1024px){.partnerships .partnerships-wrapper{padding-top:54.5px;padding-bottom:56.5px}}@media(max-width: 767px){.partnerships .partnerships-wrapper{padding-top:30.5px;padding-bottom:40.5px}}.partnerships h3{margin-bottom:32px}@media(max-width: 1024px){.partnerships h3{margin-bottom:16px}}.partnerships .description-1{margin-bottom:40px}@media(max-width: 767px){.partnerships .description-1{margin-bottom:35px}}.partnerships .description-2{margin:0 auto;max-width:632px}.partnerships .block-partners{margin:0 0 40px;flex-wrap:wrap;justify-content:center;align-items:center}@media(max-width: 767px){.partnerships .block-partners{justify-content:space-evenly}}.partnerships .block-partners img{display:block;margin-bottom:25px}.partnerships .block-partners img+img{margin-left:76px}@media(max-width: 1024px){.partnerships .block-partners img+img{margin-left:32px}}@media(max-width: 767px){.partnerships .block-partners img+img{margin:14px}}.partnerships .block-partners img:nth-child(6){margin-left:0}.partnerships .block-partners img:nth-child(n+6){margin-left:68px}@media(max-width: 767px){.partnerships .block-partners img:nth-child(n+6){margin:14px}}.partnerships .valorant{height:46.4px}@media(max-width: 1024px){.partnerships .valorant{height:35.9px}}.partnerships .thegaminqco{height:72.6px}@media(max-width: 1024px){.partnerships .thegaminqco{height:56.1px}}.partnerships .riot-games{height:56px}@media(max-width: 1024px){.partnerships .riot-games{height:43.3px}}.partnerships .pubg-mobile{height:76px}@media(max-width: 1024px){.partnerships .pubg-mobile{height:52.5px}}.partnerships .orange-esports{height:80.1px}@media(max-width: 1024px){.partnerships .orange-esports{height:52.7px}}.partnerships .nimotv{height:38.1px}@media(max-width: 1024px){.partnerships .nimotv{height:27.5px}}.partnerships .huya{height:43.1px}@media(max-width: 1024px){.partnerships .huya{height:31.1px}}.partnerships .mineski{height:112px}@media(max-width: 1024px){.partnerships .mineski{height:72px}}.partnerships .ebn{height:29.4px}@media(max-width: 1024px){.partnerships .ebn{height:21.2px}}.resources .content{padding-top:110px;padding-bottom:112px}@media(max-width: 1024px){.resources .content{padding-top:54.5px;padding-bottom:56.5px}}@media(max-width: 767px){.resources .content{padding-top:30.5px;padding-bottom:32.5px}}.resources .content h2{margin-bottom:32px}@media(max-width: 1024px){.resources .content h2{margin-bottom:16px}}.resources .content .text-wrapper{margin-bottom:64px}@media(max-width: 1024px){.resources .content .text-wrapper{margin-bottom:48px}}@media(max-width: 767px){.resources .content .text-wrapper{margin-bottom:24px;flex-direction:column}}.resources .content .block-left p+p{margin-top:32px}.resources .content .block-right{flex:0 0 554px;margin-left:32px}@media(max-width: 1024px){.resources .content .block-right{flex-basis:227px;margin-left:20px}}@media(max-width: 767px){.resources .content .block-right{flex-basis:100%;margin-left:0;margin-top:16px}}.resources .content .block-right p{color:var(--white-100);font-size:31.3px;font-weight:700;line-height:1.09}@media(max-width: 1024px){.resources .content .block-right p{font-size:16px;line-height:1.5}}.resources .resource-item .item-text{padding:21px 24px}.tournaments{padding-right:0}.tournaments .content{overflow:hidden;padding-top:110.5px;padding-bottom:112.5px}@media(max-width: 1024px){.tournaments .content{padding-top:54.5px;padding-bottom:56.5px}}.tournaments .content .text-wrapper{align-items:flex-start;padding-right:var(--padding)}.tournaments .content .text-wrapper h2{margin-bottom:24px}.tournaments .content .text-wrapper .description{margin-bottom:24px;max-width:600px}.tournaments .content .games-wrapper{padding-top:80px;position:relative;max-width:1140px}.tournaments .content .games-wrapper .block-games .block-games-wrapper{display:flex;padding:0 24px 20px 0;justify-content:flex-start}.tournaments .content .games-wrapper .block-games .block-games-wrapper .text{font-size:16px;line-height:1.5;margin-bottom:21px}@media(max-width: 1024px){.tournaments .content .games-wrapper .block-games .block-games-wrapper .text{font-size:12.8px;line-height:1.66;margin-bottom:19px}}@media(max-width: 767px){.tournaments .content .games-wrapper .block-games .block-games-wrapper .text{font-size:16px;line-height:1.5;margin-bottom:16px}}@media(max-width: 1024px){.tournaments .content .games-wrapper .block-games .game+.game{margin-left:16px}}@media(max-width: 767px){.tournaments .content .games-wrapper .block-games .game+.game{margin-left:19px}}.tournaments .content .games-wrapper .block-games .game{align-items:flex-start;margin-right:80px}.tournaments .content .games-wrapper .block-games .game:last-child{margin-right:0}.tournaments .content .games-wrapper .block-games .game .thumbnail-wrapper{margin:0 0 26px;width:320px;height:380px;overflow:hidden;border-radius:12px;display:flex;justify-content:center;align-items:center}@media(max-width: 1024px){.tournaments .content .games-wrapper .block-games .game .thumbnail-wrapper{width:216px;height:256px}}@media(max-width: 767px){.tournaments .content .games-wrapper .block-games .game .thumbnail-wrapper{width:146px;height:173.4px}}.tournaments .content .games-wrapper .block-games .game .thumbnail-wrapper img{width:100%}.tournaments .content .games-wrapper .block-games .game h5{margin-bottom:10px}.tournaments .content .games-wrapper .block-games .game.empty .thumbnail-wrapper{border:solid 1px rgba(255,255,255,.2)}.tournaments .content .games-wrapper .block-games .game.empty h5,.tournaments .content .games-wrapper .block-games .game.empty .description,.tournaments .content .games-wrapper .block-games .game.empty .link-btn{display:none}.veraesports-intro{position:relative;background:url("/static/images/VeraEsports/Esports Hero Full.png") no-repeat top center;background-size:auto calc(100% - 197px)}.veraesports-intro .content{position:relative;align-items:center;text-align:center;padding:116px 0 112px}.veraesports-intro .content .logo{width:204px;margin-bottom:25px}.veraesports-intro .content .logo img{width:100%}.veraesports-intro .content h1{line-height:52px;margin-bottom:24px}.veraesports-intro .content h1 span{border-bottom:4px solid var(--purple)}.veraesports-intro .content .description-1{margin-bottom:398px;max-width:600px}.veraesports-intro .content .description-2{margin-bottom:24px}@media(max-width: 1024px){.veraesports-intro{background-position:center 25px}.veraesports-intro:before{content:"";display:block;position:absolute;top:0;left:0;right:0;height:25px;background:#000}.veraesports-intro .content{padding-top:52px;padding-bottom:55.5px}.veraesports-intro .content .logo{width:137.8px;margin-bottom:16px}.veraesports-intro .content h1{margin-bottom:16px}.veraesports-intro .content h1.heading-second{max-width:750px}.veraesports-intro .content .description-1{margin-bottom:240px}.lang-ru .veraesports-intro .content h1.heading-second{max-width:700px}}@media(max-width: 767px){.veraesports-intro{background-size:200% auto;background-position:50% calc(100% - 200px)}.veraesports-intro:before{height:calc(100% - 200px - 64.3769968051vw)}.veraesports-intro .content .logo{width:142.9px}.veraesports-intro .content .description-1{margin-bottom:60vw;opacity:0;font-size:0;width:100%}.lang-es .veraesports-intro{background-position:50% calc(100% - 265px)}.lang-ko .veraesports-intro,.lang-fr .veraesports-intro,.lang-ru .veraesports-intro,.lang-de .veraesports-intro,.lang-tr .veraesports-intro{background-position:50% calc(100% - 215px)}.lang-ko .veraesports-intro .content h1,.lang-es .veraesports-intro .content h1,.lang-ru .veraesports-intro .content h1,.lang-tr .veraesports-intro .content h1,.lang-de .veraesports-intro .content h1,.lang-fr .veraesports-intro .content h1{line-height:30px}}.watch-earn .content{padding-top:110px;padding-bottom:111px;align-items:center}@media(max-width: 1024px){.watch-earn .content{padding-top:54px;padding-bottom:50.5px}}@media(max-width: 767px){.watch-earn .content{padding-top:65.5px;padding-bottom:40.5px}}.watch-earn .content h2{margin-bottom:16px}@media(max-width: 1024px){.watch-earn .content h2{margin-bottom:8px}}.watch-earn .content .description{margin-bottom:72px;text-align:center}@media(max-width: 1024px){.watch-earn .content .description{margin-bottom:43px}}.watch-earn .content .description a{color:var(--white-60);text-decoration:underline}.esports-community{text-align:center;align-items:center}.esports-community h2,.esports-community h3{margin:0 0 16px}.esports-community h2,.esports-community h3,.esports-community .description{text-align:center;max-width:907px}.esports-community .description{margin-bottom:48px}.esports-community .link-btn-green{width:auto;margin:0 auto}.esports-community .communities{width:100%;padding:0 var(--padding)}@media(max-width: 1024px){.esports-community h2,.esports-community h3,.esports-community .description{padding:0 96px}.esports-community .description{margin-bottom:40px}}@media(max-width: 767px){.esports-community h2,.esports-community h3,.esports-community .description{padding:0 25px}.esports-community .description{margin-bottom:24px}}.roadmap-year{position:relative;margin:0 0 10px;padding:0 0 116px}@media(max-width: 767px){.roadmap-year{padding:0 0 50px}}.roadmap-year .line{position:absolute;top:78px;bottom:0;left:50%;margin:0 0 0 -0.5px;width:1px;background-color:rgba(0,136,255,.5)}@media(max-width: 767px){.roadmap-year .line{display:none}}.roadmap-year .circle{position:absolute;top:50%;margin:-35px 0 0;width:70px;height:70px;background-color:var(--background)}@media(max-width: 767px){.roadmap-year .circle{display:none}}.roadmap-year .circle:before,.roadmap-year .circle:after{content:"";position:absolute;display:block;border-radius:50%;left:50%;top:50%}.roadmap-year .circle:before{width:42px;height:42px;background-color:rgba(0,136,255,.3);margin:-21px 0 0 -21px}.roadmap-year .circle:after{width:24px;height:24px;background-color:var(--background-lighter);border:1px solid var(--blue);margin:-12px 0 0 -12px;box-sizing:border-box}.roadmap-year .circle.circle-last{top:auto;left:50%;bottom:0;margin:0 0 0 -35px}.roadmap-year .year-title{text-align:center;height:65px;margin:0 0 13px;font-size:61px;font-weight:200;color:var(--white-100)}@media(max-width: 1024px){.roadmap-year .year-title{font-size:39.1px;font-weight:200;line-height:1.14}}@media(max-width: 767px){.roadmap-year .year-title{display:none}}.roadmap-year .quarters{padding:64px 0 0;justify-content:center}@media(max-width: 767px){.roadmap-year .quarters{flex-direction:column;padding:0}}.roadmap-year .left-quarters,.roadmap-year .right-quarters{max-width:456px;width:100%}@media(max-width: 767px){.page-about-us{padding-top:7px}}.page-community .community-header{position:relative;background:var(--background-lighter)}@media(max-width: 767px){.page-community .community-header{background:none}}.page-community .community-header h1{padding:80px 0;font-size:61px}@media(max-width: 1024px){.page-community .community-header h1{font-size:31.3px;padding:48px 0}}@media(max-width: 767px){.page-community .community-header h1{font-size:20px;padding:54px 0}}.page-community .stack>.stack.communities{justify-content:space-between}.page-community .stack>.stack.communities .community-item{max-width:initial;width:calc(25% - 16px)}@media(max-width: 1024px){.page-community .stack>.stack.communities .community-item{width:calc(25% - 8px)}}@media(max-width: 767px){.page-community .stack>.stack.communities .community-item{width:calc(50% - 8px)}}.page-community .our-community{padding-top:32px;padding-bottom:32px}@media(max-width: 1024px){.page-community .our-community{padding-top:24px;padding-bottom:24px}}@media(max-width: 767px){.page-community .our-community{padding-top:30.5px;padding-bottom:32.5px}}.page-home .our-community{background-image:radial-gradient(circle at 50% -100%, #073421, var(--background));padding:103px 0 98px}@media(max-width: 1024px){.page-home .our-community{padding-top:48px;padding-bottom:72.5px}}@media(max-width: 767px){.page-home .our-community{padding-top:32px;padding-bottom:40.5px}}.page-news .news-header{padding-top:80px;padding-bottom:80px;font-size:61px;background-color:var(--background-lighter)}@media(max-width: 1024px){.page-news .news-header{padding-top:48px;padding-bottom:48px}}@media(max-width: 767px){.page-news .news-header{padding-top:24px;padding-bottom:24px}}.page-news .items{padding-top:40px;padding-bottom:32px;justify-content:space-between;flex-wrap:wrap}@media(max-width: 1024px){.page-news .items{padding-top:24px;padding-bottom:24px}}@media(max-width: 767px){.page-news .items{padding-top:22px;padding-bottom:8px}}.page-news .items .item{max-width:calc(33% - 16px);margin-bottom:32px;max-height:315px;overflow:hidden;padding:40px;border-radius:16px;border:solid 1px var(--white-10);background-color:var(--background-blur-white-4);position:relative}@media(max-width: 1024px){.page-news .items .item{max-width:calc(33% - 10px);padding:24px;max-height:190px;margin-bottom:21px}}@media(max-width: 767px){.page-news .items .item{max-width:100%;max-height:168px}}.page-news .items .item h5{margin-bottom:15px}@media(max-width: 767px){.page-news .items .item h5{margin-bottom:8px}}.page-news .items .item:after{content:"";position:absolute;display:block;height:100px;width:100%;bottom:0;left:0;background:linear-gradient(to top, #190f1e 40%, rgba(25, 15, 30, 0) 100%)}@media(max-width: 1024px){.page-news .items .item:after{height:50px}}.page-news .items .text{overflow:hidden}@media(max-width: 1024px){.page-news .items .text{font-size:12.8px;line-height:1.66}}.page-news .pagination{padding-bottom:49px;justify-content:center;align-items:center}.page-news .pagination .btn-page-nav{width:56px;height:56px;padding:16px;border-radius:16px;border:solid 1px var(--white-100);background:var(--background);margin:0 16px}.page-news .pagination .btn-page-nav img{width:100%;height:100%;min-width:10px}.page-news .pagination .btn-page-nav.prev img{transform:rotate(-180deg)}@media(max-width: 1024px){.page-news .pagination .btn-page-nav{width:32px;height:32px;border-radius:8px;padding:7px}}.page-news .pagination .page-number-button{font-size:16px;line-height:1.5;color:var(--white-60);padding:12px;background:transparent}@media(max-width: 1024px){.page-news .pagination .page-number-button{padding:8px}}.page-news .pagination .page-number-button.active{color:var(--white-100)}.page-roadmap{align-items:center}.page-roadmap .roadmap-header{width:100%;position:relative;padding-top:72px;padding-bottom:121px;background-color:var(--background-lighter);background-repeat:no-repeat;background-position:100% 50%;background-size:auto 100%;background-image:url("/static/images/Roadmap/Roadmap Hero.png")}@media(max-width: 1024px){.page-roadmap .roadmap-header{padding-top:48px;padding-bottom:79px}}@media(max-width: 767px){.page-roadmap .roadmap-header{background-image:url(/static/images/Roadmap/roadmap-hero-mobile.png);padding-top:48px;padding-bottom:48px}.page-roadmap .roadmap-header h1{font-size:31.3px;line-height:1.09}}.page-roadmap .roadmap-header .years-list-wrapper{background-color:rgba(23,14,27,.9);position:absolute;left:0;bottom:0;right:0}.page-roadmap .roadmap-header .years-list-wrapper ul{padding-left:var(--padding);padding-right:var(--padding)}.page-roadmap .roadmap-header .years-list-wrapper ul li{padding-top:9px;padding-bottom:4px;margin-right:40px}@media(max-width: 1024px){.page-roadmap .roadmap-header .years-list-wrapper ul li{margin-right:24px}}@media(max-width: 767px){.page-roadmap .roadmap-header .years-list-wrapper ul li{margin-right:16px}}.page-roadmap .roadmap-header .years-list-wrapper ul li button{font-size:39.1px;font-weight:200;line-height:1.14;color:var(--white-60);background:none;position:relative;padding:8px 0 0;box-sizing:border-box}@media(max-width: 1024px){.page-roadmap .roadmap-header .years-list-wrapper ul li button{font-size:20px;line-height:1.31}}.page-roadmap .roadmap-header .years-list-wrapper ul li button:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:4px;transition:250ms ease background-color}.page-roadmap .roadmap-header .years-list-wrapper ul li button:hover:after,.page-roadmap .roadmap-header .years-list-wrapper ul li button.active:after{background-color:var(--blue)}.page-roadmap .roadmap-content>.stack{align-items:center;padding-top:40px;padding-bottom:187px}@media(max-width: 767px){.page-roadmap .roadmap-content>.stack{padding-top:32px;padding-bottom:72.5px}}.page-token .our-community{padding-top:110.5px;padding-bottom:112.5px}@media(max-width: 1024px){.page-token .our-community{padding-top:54.5px;padding-bottom:56.5px}}@media(max-width: 767px){.page-token .our-community{padding-top:30.5px;padding-bottom:32.5px}}.page-veraesports>.esports-community{padding-top:110.5px;padding-bottom:112.5px;background-image:radial-gradient(circle at 50% -20%, #591778, var(--background) 63%)}@media(max-width: 1024px){.page-veraesports>.esports-community{padding-top:54.5px;padding-bottom:56.5px}}@media(max-width: 767px){.page-veraesports>.esports-community{padding-top:30.5px;padding-bottom:32.5px}}.page-veraesports>.esports-community .link-btn-green{background-color:var(--purple)}.site-terms .bold-text{font-weight:bold;color:var(--white-80)}.site-terms li>.text:before{content:"•";display:inline-block;padding-right:10px}.site-terms a{text-decoration:underline}.site-terms h1{margin:48px 0}.site-terms h5{margin:24px 0}.site-terms .text{margin-top:16px}.site-terms table{margin:32px 0}.site-terms table th,.site-terms table td{border:1px solid var(--white-10);padding:16px}.site-terms table th .text{font-weight:bold;color:#fff}.community-social-posts .content{padding-bottom:56px}@media(max-width: 1024px){.community-social-posts .content{padding-bottom:32px}}@media(max-width: 767px){.community-social-posts .content{padding-bottom:8px}}.app{background-color:var(--background);min-height:100%}.app .pages{flex:1 1 auto}html{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}html,body{height:100%;min-height:100%;background-color:var(--background-lighter)}html #root,body #root{height:100%;font-family:"Archivo",sans-serif;font-size:16px;color:var(--white-100)}
