/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html {
  line-height:1.15;
  -webkit-text-size-adjust:100%
}
body {
  margin:0
}
main {
  display:block
}
h1 {
  font-size:2em;
  margin:.67em 0
}
hr {
  box-sizing:content-box;
  height:0;
  overflow:visible
}
pre {
  font-family:monospace,monospace;
  font-size:1em
}
a {
  background-color:transparent
}
abbr[title] {
  border-bottom:none;
  text-decoration:underline;
  text-decoration:underline dotted
}
b,
strong {
  font-weight:bolder
}
code,
kbd,
samp {
  font-family:monospace,monospace;
  font-size:1em
}
small {
  font-size:80%
}
sub,
sup {
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline
}
sub {
  bottom:-.25em
}
sup {
  top:-.5em
}
img {
  border-style:none
}
button,
input,
optgroup,
select,
textarea {
  font-family:inherit;
  font-size:100%;
  line-height:1.15;
  margin:0
}
button,
input {
  overflow:visible
}
button,
select {
  text-transform:none
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance:button
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style:none;
  padding:0
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline:1px dotted ButtonText
}
fieldset {
  padding:.35em .75em .625em
}
legend {
  box-sizing:border-box;
  color:inherit;
  display:table;
  max-width:100%;
  padding:0;
  white-space:normal
}
progress {
  vertical-align:baseline
}
textarea {
  overflow:auto
}
[type=checkbox],
[type=radio] {
  box-sizing:border-box;
  padding:0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height:auto
}
[type=search] {
  -webkit-appearance:textfield;
  outline-offset:-2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance:none
}
::-webkit-file-upload-button {
  -webkit-appearance:button;
  font:inherit
}
details {
  display:block
}
summary {
  display:list-item
}
template {
  display:none
}
[hidden] {
  display:none
}
@font-face {
  font-family:Proxima Nova Rg;
  src:url(https://venus.io/assets/ProximaNova-Regular-LTGX-WbD.eot);
  src:url(https://venus.io/assets/ProximaNova-Regular-LTGX-WbD.eot#iefix) format("embedded-opentype"),
  url(https://venus.io/assets/ProximaNova-Regular-DjuCpt4G.woff2) format("woff2"),
  url(https://venus.io/assets/ProximaNova-Regular-dXd4Ewi9.woff) format("woff"),
  url(https://venus.io/assets/ProximaNova-Regular-Ee9IkDuY.ttf) format("truetype");
  font-weight:400;
  font-style:normal
}
@font-face {
  font-family:Proxima Nova Lt;
  src:url(https://venus.io/assets/ProximaNova-Semibold-DIKvPRpA.eot);
  src:url(https://venus.io/assets/ProximaNova-Semibold-DIKvPRpA.eot#iefix) format("embedded-opentype"),
  url(https://venus.io/assets/ProximaNova-Semibold-DmSI0TXv.woff2) format("woff2"),
  url(https://venus.io/assets/ProximaNova-Semibold-BiJe6Hqo.woff) format("woff"),
  url(https://venus.io/assets/ProximaNova-Semibold-ByZzKSwf.ttf) format("truetype");
  font-weight:600;
  font-style:normal
}
@font-face {
  font-family:Inconsolata;
  src:url(https://venus.io/assets/Inconsolata-SemiBold-NSSb5ARZ.eot);
  src:url(https://venus.io/assets/Inconsolata-SemiBold-NSSb5ARZ.eot#iefix) format("embedded-opentype"),
  url(https://venus.io/assets/Inconsolata-SemiBold-DdIyNaJn.woff2) format("woff2"),
  url(https://venus.io/assets/Inconsolata-SemiBold-COma5SH-.woff) format("woff"),
  url(https://venus.io/assets/Inconsolata-SemiBold-CU7KL_n4.ttf) format("truetype");
  font-weight:600;
  font-style:normal
}
@font-face {
  font-family:BebasNeue;
  src:url(https://venus.io/assets/BebasNeue-Regular-D2CONTwO.ttf) format("truetype");
  font-weight:600;
  font-style:normal
}
:root {
  --fontSize: 1rem;
  --color-bg: #181D27;
  --color-bg-transparent: #12162000;
  --color-bg-secondary: #1E2431;
  --color-bg-secondary-transparent: #FFFFFF1A;
  --color-text: white;
  --color-primary: #3A78FF;
  --color-primary-hover: #265ACC;
  --color-primary-active: #1B4398;
  --color-text-secondary: #AAB3CA;
  --color-button-secondary: #343542;
  --color-card-border: #2D3549;
  --color-venus-prime: #8E6150;
  --color-icon-bg: #2D3549;
  --color-banner-bg: #3A78FF;
  --font-fallback: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --font-default: "Proxima Nova Rg", var(--font-fallback);
  --font-bold: "Proxima Nova Lt", var(--font-fallback);
  --font-intro: "Inconsolata", var(--font-fallback);
  --global-max-width: 1280px;
  --breakpoint-desktop: 1280px;
  --breakpoint-medium: 840px;
  --breakpoint-tablet: 640px;
  --breakpoint-mobile: 375px
}
* {
  box-sizing:border-box
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin:0
}
h2 {
  font-size:1.5rem
}
@media (min-width: 1280px) {
  h2 {
    font-size:2rem
  }
}
p {
  color:var(--color-text-secondary);
  font-size:1rem
}
@media (min-width: 1280px) {
  p {
    font-size:1.2rem
  }
}
ul {
  padding:0;
  margin:0
}
li {
  list-style:none
}
body {
  margin:0;
  font-family:var(--font-default);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  background-color:var(--color-bg);
  color:#fff;
  font-size:16px;
  line-height:1.5
}
._root_1ged3_1 {
  display:flex;
  flex-direction:column;
  align-items:center;
  min-height:100vh;
  min-width:320px
}
._root_ahmm3_1 {
  width:100%;
  background-color:var(--color-banner-bg);
  display:flex;
  justify-content:center
}
._content_ahmm3_8 {
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%
}
._limit_ahmm3_15 {
  position:relative;
  width:100%;
  max-width:var(--global-max-width);
  display:flex;
  flex-direction:row;
  justify-content:center;
  align-items:center;
  padding:14px
}
._limit_ahmm3_15 span {
  margin-left:auto
}
._limit_ahmm3_15 a {
  color:#fff
}
@media (min-width: 640px) {
  ._limit_ahmm3_15 {
    padding-left:24px;
    padding-right:24px
  }
}
@media (min-width: 840px) {
  ._limit_ahmm3_15 {
    padding-left:32px;
    padding-right:32px
  }
}
@media (min-width: 1280px) {
  ._limit_ahmm3_15 {
    padding-left:48px;
    padding-right:48px
  }
}
._text_ahmm3_49 {
  margin-right:14px
}
@media (min-width: 1280px) {
  ._text_ahmm3_49 {
    margin-right:0;
    padding-left:20px
  }
}
._close_ahmm3_58 {
  margin-left:auto;
  min-height:20px;
  min-width:20px
}
@custom-media --xs (min-width: 376px);
@custom-media --m (min-width: 640px);
@custom-media --l (min-width: 840px);
@custom-media --xl (min-width: 1280px);
._root_clc7j_3 {
  width:100%;
  padding-left:16px;
  padding-right:16px
}
@media (min-width: 640px) {
  ._root_clc7j_3 {
    padding-left:24px;
    padding-right:24px
  }
}
@media (min-width: 840px) {
  ._root_clc7j_3 {
    padding-left:32px;
    padding-right:32px
  }
}
@media (min-width: 1280px) {
  ._root_clc7j_3 {
    padding-left:48px;
    padding-right:48px;
    margin-left:auto;
    margin-right:auto
  }
}
._root_1e7jk_1 {
  display:inline-block;
  transition:background-color .3s,border-color .3s,color .3s;
  color:#fff;
  text-decoration:none;
  white-space:nowrap
}
._link_1e7jk_9 {
  display:flex;
  justify-content:center;
  align-items:center
}
._link_1e7jk_9:hover {
  color:var(--color-text-secondary)
}
._link_1e7jk_9:active {
  color:var(--color-primary)
}
._button_1e7jk_23 {
  padding:12px 32px;
  background-color:var(--color-primary);
  border-radius:8px
}
._button_1e7jk_23:hover {
  background-color:var(--color-primary-hover)
}
._button_1e7jk_23:active {
  background-color:var(--color-primary-active)
}
@media (max-width: 360px) {
  ._button_1e7jk_23 {
    padding:12px
  }
}
._buttonTransparent_1e7jk_41 {
  background-color:transparent;
  border:1px solid var(--color-primary)
}
._buttonTransparent_1e7jk_41:hover,
._buttonTransparent_1e7jk_41:active {
  border-color:transparent
}
._root_8ywtf_1 {
  display:flex
}
._root_dd3j9_1 {
  margin-top:auto;
  width:100%;
  background-color:var(--color-bg-secondary)
}
._container_dd3j9_7 {
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  align-items:center;
  padding-bottom:10px;
  max-width:1280px
}
._container_dd3j9_7 hr {
  display:none;
  width:100%;
  border:0;
  height:1px;
  background-color:var(--color-card-border);
  margin:0
}
@media (min-width: 640px) {
  ._container_dd3j9_7 hr {
    display:block
  }
}
._logoAndLinks_dd3j9_31 {
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  width:100%;
  align-items:center;
  padding-bottom:24px
}
@media (min-width: 640px) {
  ._logoAndLinks_dd3j9_31 {
    padding-top:32px;
    padding-bottom:32px
  }
}
@media (min-width: 840px) {
  ._logoAndLinks_dd3j9_31 {
    padding-top:48px;
    padding-bottom:48px
  }
}
._links_dd3j9_50 {
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  align-items:center;
  padding-top:6px
}
._logoMobile_dd3j9_58 {
  height:100px
}
@media (min-width: 640px) {
  ._logoMobile_dd3j9_58 {
    display:none
  }
}
._logo_dd3j9_31 {
  display:none
}
@media (min-width: 640px) {
  ._logo_dd3j9_31 {
    display:inline-flex;
    width:154px
  }
}
._footerNavLinksWrapper_dd3j9_74 {
  display:inline-flex;
  margin-left:auto
}
@media (max-width: 640px) {
  ._footerNavLinksWrapper_dd3j9_74 {
    flex:1;
    justify-content:flex-end;
    margin-left:20px;
    min-width:250px
  }
}
._footerLink_dd3j9_86 {
  padding:12px
}
@media (min-width: 416px) {
  ._footerLink_dd3j9_86 {
    padding-left:18px;
    padding-right:18px
  }
}
@media (min-width: 640px) {
  ._footerLink_dd3j9_86 {
    padding-left:25px;
    padding-right:25px
  }
}
@media (min-width: 840px) {
  ._footerLink_dd3j9_86 {
    padding-left:32px;
    padding-right:32px
  }
}
._socialLinksWrapperMobile_dd3j9_103 {
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  align-items:center;
  padding-top:24px;
  padding-bottom:24px;
  min-width:50%
}
@media (min-width: 416px) {
  ._socialLinksWrapperMobile_dd3j9_103 {
    margin:0
  }
}
._socialLinksWrapperDesktop_dd3j9_117 {
  display:none
}
@media (min-width: 640px) {
  ._socialLinksWrapperDesktop_dd3j9_117 {
    display:inline-flex;
    margin-left:auto
  }
}
._btn_dd3j9_126 {
  display:none;
  margin-left:auto;
  margin-right:auto
}
@media (min-width: 416px) {
  ._btn_dd3j9_126 {
    margin-right:0
  }
}
@media (min-width: 640px) {
  ._btn_dd3j9_126 {
    display:block
  }
}
@media (min-width: 840px) {
  ._btn_dd3j9_126 {
    margin-left:24px
  }
}
._navOptions_dd3j9_142 {
  flex:1;
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  align-items:center
}
._navOptionsMobile_dd3j9_150 {
  display:flex
}
@media (min-width: 640px) {
  ._navOptionsMobile_dd3j9_150 {
    display:none
  }
}
._btnMobile_dd3j9_158 {
  display:block
}
@media (min-width: 416px) {
  ._btnMobile_dd3j9_158 {
    margin-right:0
  }
}
@media (min-width: 640px) {
  ._btnMobile_dd3j9_158 {
    display:none;
    margin-left:24px
  }
}
._copyWrapper_dd3j9_170 {
  display:none;
  align-items:center;
  width:100%;
  padding-top:32px;
  padding-bottom:32px
}
@media (min-width: 640px) {
  ._copyWrapper_dd3j9_170 {
    display:flex;
    border-top:1px solid var(--color-bg-secondary)
  }
}
@media (min-width: 840px) {
  ._copyWrapper_dd3j9_170 {
    padding-top:48px;
    padding-bottom:48px
  }
}
._copy_dd3j9_170 {
  font-size:12px;
  line-height:150%;
  letter-spacing:.06em;
  color:var(--color-text-secondary)
}
._copyrightAndLicense_dd3j9_195 {
  display:flex;
  flex-direction:column;
  justify-content:space-around
}
._socialLinksWrapper_55vnb_1 {
  display:flex;
  justify-content:space-between
}
._socialIcon_55vnb_6 {
  width:32px;
  height:32px;
  padding:8px
}
._socialLink_55vnb_1 {
  display:inline-flex;
  background-color:var(--color-icon-bg);
  border-radius:4px;
  transition:background-color .3s
}
._socialLink_55vnb_1:hover {
  background-color:var(--color-primary)
}
._socialLink_55vnb_1:active {
  background-color:var(--color-primary-hover)
}
._socialLink_55vnb_1+._socialLink_55vnb_1 {
  margin-left:16px
}
@media (min-width: 640px) {
  ._socialLink_55vnb_1+._socialLink_55vnb_1 {
    margin-left:24px
  }
}
._mappedLinks_55vnb_35 {
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  align-items:center
}
._root_l1ja4_1 {
  margin-top:60px
}
@media (min-width: 840px) {
  ._root_l1ja4_1 {
    margin-top:80px
  }
}
@media (min-width: 1280px) {
  ._root_l1ja4_1 {
    margin-top:100px
  }
}
@media (min-width: 840px) {
  ._list_l1ja4_13 {
    display:flex
  }
}
._benefitItem_l1ja4_19 {
  background-color:var(--color-bg-secondary);
  border-radius:8px;
  padding:24px;
  border:1px solid var(--color-card-border)
}
._benefitItem_l1ja4_19+._benefitItem_l1ja4_19 {
  margin-top:16px
}
@media (min-width: 840px) {
  ._benefitItem_l1ja4_19+._benefitItem_l1ja4_19 {
    margin-top:0;
    margin-left:24px
  }
}
@media (min-width: 640px) {
  ._benefitItem_l1ja4_19 {
    display:flex;
    align-items:center
  }
}
@media (min-width: 840px) {
  ._benefitItem_l1ja4_19 {
    width:33%;
    flex-direction:column;
    align-items:flex-start;
    border-radius:24px
  }
}
._icon_l1ja4_46 {
  margin-bottom:24px
}
@media (min-width: 640px) {
  ._icon_l1ja4_46 {
    margin-bottom:0;
    margin-right:24px
  }
}
@media (min-width: 840px) {
  ._icon_l1ja4_46 {
    margin-right:0;
    margin-bottom:85px
  }
}
._title_l1ja4_57 {
  font-size:24px;
  margin-bottom:8px
}
._text_l1ja4_61 {
  color:var(--color-text-secondary)
}
._root_1tua0_1 {
  margin-top:60px
}
@media (min-width: 840px) {
  ._root_1tua0_1 {
    margin-top:80px
  }
}
@media (min-width: 1280px) {
  ._root_1tua0_1 {
    margin-top:100px
  }
}
._card_1tua0_12 {
  display:flex;
  flex-direction:column-reverse;
  justify-content:space-between;
  overflow-y:hidden;
  border:1px solid var(--color-card-border);
  border-radius:24px;
  background-color:var(--color-bg-secondary);
  height:542px
}
@media (min-width: 640px) {
  ._card_1tua0_12 {
    height:376px;
    flex-direction:row
  }
}
@media (min-width: 1280px) {
  ._card_1tua0_12 {
    gap:24px;
    height:500px
  }
}
._rings_1tua0_35 {
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  min-height:250px;
  background-image:url(https://venus.io/assets/planets-DvRnoaUr.png);
  background-position:center -100px;
  background-repeat:no-repeat;
  background-size:352px
}
@media (min-width: 640px) {
  ._rings_1tua0_35 {
    background-position:-5px;
    background-size:cover
  }
}
@media (min-width: 640px) {
  ._rings_1tua0_35 {
    width:295px;
    max-width:440px;
    background-size:360px;
    background-position-x:35px
  }
}
@media (min-width: 840px) {
  ._rings_1tua0_35 {
    width:432px;
    max-width:432px;
    padding-left:52px;
    background-size:445px;
    background-position-x:27px;
    background-position-y:-34px
  }
}
@media (min-width: 1280px) {
  ._rings_1tua0_35 {
    margin-left:0;
    padding-left:10px;
    width:590px;
    max-width:590px;
    background-size:605px;
    background-position:center;
    background-position-x:0px
  }
}
._gradient_1tua0_80 {
  display:none;
  background:radial-gradient(56.21% 56.21% at 50% 50%,#29344f99,#161b2700);
  position:absolute;
  height:100%;
  width:100%;
  z-index:0
}
@media (min-width: 840px) {
  ._gradient_1tua0_80 {
    display:block
  }
}
._backgroundImg_1tua0_93 {
  background-size:contain;
  background-position:center;
  background-repeat:no-repeat;
  flex:1;
  min-height:100%
}
._textWrapper_1tua0_101 {
  display:flex;
  flex-direction:column;
  justify-content:space-evenly;
  flex:1;
  padding:24px 0 0 24px;
  height:100%
}
._textWrapper_1tua0_101 h2 {
  margin-bottom:16px
}
._textWrapper_1tua0_101 p {
  margin:16px 0 40px
}
@media (min-width: 840px) {
  ._textWrapper_1tua0_101 p {
    font-size:1rem
  }
}
@media (min-width: 1240px) {
  ._textWrapper_1tua0_101 p {
    font-size:1.125rem
  }
}
@media (min-width: 640px) {
  ._textWrapper_1tua0_101 {
    max-width:50%
  }
}
@media (min-width: 840px) {
  ._textWrapper_1tua0_101 {
    max-width:325px
  }
}
@media (min-width: 1280px) {
  ._textWrapper_1tua0_101 {
    max-width:50%;
    padding:40px 27px 0 40px
  }
  ._textWrapper_1tua0_101 h2 {
    margin-bottom:24px
  }
}
._link_1tua0_140 {
  width:fit-content;
  margin-bottom:24px
}
._numProposals_1tua0_145 {
  font-family:BebasNeue;
  font-size:2.5rem;
  text-align:center;
  font-weight:400;
  letter-spacing:3.933px
}
@media (min-width: 840px) {
  ._numProposals_1tua0_145 {
    font-size:3.5rem
  }
}
@media (min-width: 1280px) {
  ._numProposals_1tua0_145 {
    font-size:4rem
  }
}
._proposalsInfo_1tua0_161 {
  position:absolute;
  top:50%;
  transform:translateY(-100%);
  display:flex;
  flex-direction:column
}
@media (min-width: 640px) {
  ._proposalsInfo_1tua0_161 {
    right:0;
    margin-right:14px;
    transform:translateY(-50%)
  }
}
@media (min-width: 840px) {
  ._proposalsInfo_1tua0_161 {
    margin-right:0;
    right:unset
  }
}
@media (min-width: 840px) and (max-width: 870px) {
  ._proposalsInfo_1tua0_161 {
    margin-left:30px;
    margin-right:14px
  }
}
@media (min-width: 870px) and (max-width: 1280px) {
  ._proposalsInfo_1tua0_161 {
    margin-left:18px
  }
}
._proposals_1tua0_161 {
  color:var(--color-text-secondary);
  text-align:center;
  font-size:.875rem;
  line-height:18px;
  max-width:130px
}
@media (min-width: 640px) {
  ._proposals_1tua0_161 {
    font-size:.75rem;
    line-height:1.125rem
  }
}
@media (min-width: 840px) {
  ._proposals_1tua0_161 {
    font-variant:all-small-caps;
    letter-spacing:.07em;
    line-height:21px;
    max-width:230px
  }
}
@media (min-width: 1280px) {
  ._proposals_1tua0_161 {
    font-size:1rem;
    letter-spacing:.07em;
    max-width:312px
  }
}
._planets_1tua0_215 {
  display:none
}
@media (min-width: 840px) {
  ._planets_1tua0_215 {
    display:flex
  }
}
._root_12vur_3 {
  top:0;
  position:sticky;
  z-index:1;
  background-color:var(--color-bg-transparent);
  transition:background-color .5s ease-in-out;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:16px;
  height:60px;
  max-width:var(--global-max-width);
  width:100%;
  margin-bottom:-60px
}
@media (min-width: 640px) {
  ._root_12vur_3 {
    padding:16px 24px
  }
}
@media (min-width: 840px) {
  ._root_12vur_3 {
    padding:16px 32px
  }
}
@media (min-width: 1280px) {
  ._root_12vur_3 {
    padding:16px 48px;
    margin-left:auto;
    margin-right:auto
  }
}
@media (min-width: 640px) {
  ._root_12vur_3 {
    height:80px;
    margin-bottom:-80px
  }
}
._headerAfterScroll_12vur_38 {
  background-color:var(--color-bg)
}
._logo_12vur_42 {
  width:154px
}
._menuMobileBtn_12vur_46 {
  padding:0;
  background-color:transparent;
  border:none;
  width:24px;
  height:24px;
  display:flex;
  align-items:center;
  justify-content:center
}
@media (min-width: 840px) {
  ._menuMobileBtn_12vur_46 {
    display:none
  }
}
._menuMobile_12vur_46 {
  position:fixed;
  width:100vw;
  left:0;
  right:0;
  background-color:var(--color-bg);
  top:60px;
  height:calc(100vh - 60px);
  opacity:0;
  transition:opacity .3s,visibility .3s;
  visibility:hidden
}
@media (min-width: 640px) {
  ._menuMobile_12vur_46 {
    height:calc(100vh - 80px);
    top:80px
  }
}
._menuMobileOpened_12vur_78 {
  opacity:1;
  visibility:visible
}
._menuDesktop_12vur_83 {
  display:none
}
@media (min-width: 840px) {
  ._menuDesktop_12vur_83 {
    display:flex
  }
}
._headerNavLinksWrapper_12vur_90 {
  margin-right:24px
}
._headerLink_12vur_94 {
  padding-left:16px;
  padding-right:16px
}
._headerNavLinksWrapper_1xupl_1 {
  flex-direction:column;
  margin-bottom:10px
}
._headerLink_1xupl_5 {
  padding-top:21px;
  padding-bottom:21px;
  position:relative;
  display:block
}
._headerLink_1xupl_5+._headerLink_1xupl_5 {
  border-top:1px solid var(--color-bg-secondary)
}
._headerLink_1xupl_5:after {
  content:"";
  position:absolute;
  right:0;
  background-image:url("data:image/svg+xml,%3csvg%20width='6'%20height='8'%20viewBox='0%200%206%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.726562%207.06L3.7799%204L0.726562%200.94L1.66656%200L5.66656%204L1.66656%208L0.726562%207.06Z'%20fill='white'/%3e%3c/svg%3e");
  width:5px;
  height:8px;
  color:#fff;
  top:50%;
  transform:translateY(-50%)
}
._btn_1xupl_27 {
  width:100%;
  text-align:center
}
._root_aah2a_1 {
  margin-top:60px
}
@media (min-width: 840px) {
  ._root_aah2a_1 {
    margin-top:80px
  }
}
@media (min-width: 1280px) {
  ._root_aah2a_1 {
    margin-top:100px
  }
}
._list_aah2a_12 {
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:24px
}
@media (min-width: 640px) {
  ._list_aah2a_12 {
    display:flex;
    flex-direction:row
  }
}
@media (min-width: 1280px) {
  ._list_aah2a_12 {
    gap:32px
  }
}
._textWrapper_aah2a_28 h2 {
  margin-bottom:16px
}
._textWrapper_aah2a_28 p {
  margin-bottom:32px
}
._textWrapper_aah2a_28 p a {
  color:var(--color-primary-hover)
}
@media (min-width: 840px) {
  ._textWrapper_aah2a_28 p {
    margin-bottom:0
  }
}
@media (min-width: 1280px) {
  ._textWrapper_aah2a_28 {
    margin-bottom:84px
  }
}
._item_aah2a_51 {
  display:flex;
  flex:1;
  flex-direction:column;
  min-height:420px;
  justify-content:space-between;
  padding:24px 24px 0;
  border:1px solid var(--color-card-border);
  border-radius:24px
}
@media (min-width: 640px) {
  ._item_aah2a_51 {
    min-height:400px
  }
}
@media (min-width: 1280px) {
  ._item_aah2a_51 {
    min-height:556px;
    padding:40px 40px 0
  }
}
._protectionPrioritized_aah2a_72 {
  background:radial-gradient(62.14% 57.9% at 50% 50%,#1e4b6480,#12162080)
}
._bugBounty_aah2a_76 {
  background:radial-gradient(62.14% 57.9% at 50% 50%,#172e6280,#12162080)
}
._backgroundImg_aah2a_80 {
  background-size:contain;
  background-position:bottom;
  background-repeat:no-repeat;
  flex:1
}
._protectionPrioritizedImg_aah2a_87 {
  background-image:url(https://venus.io/assets/protection-BfP0xynk.png)
}
._bugBountyImg_aah2a_91 {
  background-image:url(https://venus.io/assets/bugBounty-C7rUXeqU.png)
}
._root_1nn4d_1 {
  margin-top:60px
}
@media (min-width: 840px) {
  ._root_1nn4d_1 {
    margin-top:80px
  }
}
@media (min-width: 1280px) {
  ._root_1nn4d_1 {
    margin-top:100px
  }
}
._container_1nn4d_13 {
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  align-items:center
}
._safetyBeforeAll_1nn4d_20 {
  font-size:2rem
}
._assetSecurity_1nn4d_24 {
  text-align:center;
  font-size:1.2rem;
  max-width:650px;
  margin:16px 0 40px
}
._auditorsAndScore_1nn4d_32 {
  display:flex;
  flex-direction:column;
  gap:32px;
  width:100%
}
@media (min-width: 1280px) {
  ._auditorsAndScore_1nn4d_32 {
    flex-direction:row;
    gap:32px
  }
}
._logos_1nn4d_44 {
  display:grid;
  flex-direction:column;
  grid-template-columns:1fr 1fr;
  gap:24px
}
@media (min-width: 640px) {
  ._logos_1nn4d_44 {
    grid-template-columns:1fr 1fr 1fr
  }
}
@media (min-width: 840px) {
  ._logos_1nn4d_44 {
    grid-template-columns:1fr 1fr 1fr 1fr
  }
}
._logoContainer_1nn4d_59 {
  position:relative;
  width:100%;
  max-width:142px;
  display:flex
}
._logo_1nn4d_44,
._logoHovered_1nn4d_66 {
  width:100%;
  transition:opacity .25s linear
}
._logoHovered_1nn4d_66 {
  opacity:0;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0
}
._card_1nn4d_80 {
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  background-color:var(--color-bg-secondary);
  text-decoration:none;
  overflow:hidden
}
._auditor_1nn4d_32 {
  padding:16px;
  cursor:pointer;
  border-radius:16px
}
._auditor_1nn4d_32 hr {
  width:100%;
  border:0;
  height:1px;
  background-color:var(--color-icon-bg);
  margin:16px 0
}
._auditor_1nn4d_32:hover ._arrow_1nn4d_104 {
  color:#3a78ff
}
._auditor_1nn4d_32:hover ._logoHovered_1nn4d_66 {
  opacity:1
}
._otherAuditors_1nn4d_114 {
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
  cursor:pointer;
  border-radius:16px;
  border-style:dashed;
  border-width:1px;
  border-color:var(--color-card-border)
}
@media (min-width: 640px) {
  ._otherAuditors_1nn4d_114 {
    grid-column:span 2
  }
}
@media (min-width: 840px) {
  ._otherAuditors_1nn4d_114 {
    grid-column:span 1
  }
}
._otherAuditsLink_1nn4d_134 {
  text-align:center
}
._auditorLogoContainer_1nn4d_138 {
  display:flex;
  flex:1;
  justify-content:center;
  align-items:center
}
._audits_1nn4d_145 {
  display:flex;
  justify-content:space-between;
  align-items:center;
  width:100%
}
._audits_1nn4d_145 p {
  font-size:.8rem;
  line-height:21px
}
._audits_1nn4d_145 span {
  font-weight:600;
  color:#fff;
  margin-right:8px
}
@media (min-width: 840px) {
  ._audits_1nn4d_145 {
    font-size:.875rem
  }
}
._cardScore_1nn4d_167 {
  width:100%;
  border-radius:24px;
  padding:24px
}
@media (min-width: 840px) {
  ._cardScore_1nn4d_167 {
    padding:24px 48px
  }
}
@media (min-width: 1280px) {
  ._cardScore_1nn4d_167 {
    padding:24px 24px 16px;
    width:375px
  }
}
._cardScoreContent_1nn4d_182 {
  width:100%;
  max-width:580px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:24px
}
@media (min-width: 640px) {
  ._cardScoreContent_1nn4d_182 {
    flex-direction:row;
    justify-content:center;
    align-items:center
  }
}
@media (min-width: 1280px) {
  ._cardScoreContent_1nn4d_182 {
    flex-direction:column
  }
}
._securityScore_1nn4d_203 {
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  height:140px;
  width:220px;
  background-image:url("data:image/svg+xml,%3csvg%20width='180'%20height='180'%20viewBox='0%200%20180%20180'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M90%20163.178C130.415%20163.178%20163.178%20130.415%20163.178%2090C163.178%2049.5851%20130.415%2016.8224%2090%2016.8224C49.5851%2016.8224%2016.8224%2049.5851%2016.8224%2090C16.8224%20130.415%2049.5851%20163.178%2090%20163.178ZM90%20180C139.706%20180%20180%20139.706%20180%2090C180%2040.2944%20139.706%200%2090%200C40.2944%200%200%2040.2944%200%2090C0%20139.706%2040.2944%20180%2090%20180Z'%20fill='%23181D27'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M163.178%2090C163.178%2049.5851%20130.415%2016.8224%2090%2016.8224V0C139.706%200%20180%2040.2944%20180%2090C180%20139.706%20139.706%20180%2090%20180C40.2944%20180%200%20139.706%200%2090C0%2063.4596%2011.4988%2039.5934%2029.7598%2023.1327L41.0231%2035.6279C26.1516%2049.0334%2016.8224%2068.4215%2016.8224%2090C16.8224%20130.415%2049.5851%20163.178%2090%20163.178C130.415%20163.178%20163.178%20130.415%20163.178%2090Z'%20fill='url(%23paint0_linear_1009_8750)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_1009_8750'%20x1='140.047'%20y1='13.4579'%20x2='32.3832'%20y2='30.7009'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%233A78FF'/%3e%3cstop%20offset='1'%20stop-color='%2340DFCF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  text-align:center
}
._securityScore_1nn4d_203 span {
  color:var(--color-text-secondary);
  text-align:center;
  font-size:.625rem;
  font-style:normal;
  font-weight:400;
  line-height:1.125rem;
  margin-top:6px;
  text-decoration:none
}
@media (min-width: 1280px) {
  ._securityScore_1nn4d_203 {
    height:180px;
    width:180px
  }
}
._scored_1nn4d_236 {
  font-size:1rem;
  line-height:1.5rem;
  text-align:center
}
._scored_1nn4d_236 span {
  color:#fff
}
@media (min-width: 640px) {
  ._scored_1nn4d_236 {
    text-align:unset
  }
}
@media (min-width: 1280px) {
  ._scored_1nn4d_236 {
    font-size:.875rem;
    text-align:center
  }
}
._scored_1nn4d_236 a {
  text-decoration:none;
  color:var(--color-primary)
}
._linkWrapper_1nn4d_260 {
  text-align:center
}
._linkWrapper_1nn4d_260 a {
  text-decoration:none;
  color:var(--color-primary)
}
@media (min-width: 640px) {
  ._linkWrapper_1nn4d_260 {
    text-align:unset
  }
}
@media (min-width: 1280px) {
  ._linkWrapper_1nn4d_260 {
    text-align:center
  }
}
._auditCompleted_1nn4d_277 {
  color:var(--color-text-secondary);
  text-decoration:none;
  display:flex;
  align-items:flex-end;
  flex:1
}
._safetyScoreMobile_1nn4d_285 {
  display:flex
}
@media (min-width: 1280px) {
  ._safetyScoreMobile_1nn4d_285 {
    display:none
  }
}
._safetyScoreDesktop_1nn4d_293 {
  display:none
}
@media (min-width: 1280px) {
  ._safetyScoreDesktop_1nn4d_293 {
    display:flex
  }
}
._arrow_1nn4d_104 {
  flex-shrink:0;
  color:#a9abc7;
  transition:color .25s linear
}
._root_yxfxp_1 {
  margin-top:60px
}
@media (min-width: 840px) {
  ._root_yxfxp_1 {
    margin-top:80px
  }
}
@media (min-width: 1280px) {
  ._root_yxfxp_1 {
    margin-top:100px
  }
}
._card_yxfxp_14 {
  display:flex;
  flex-direction:column;
  border:1px solid var(--color-card-border);
  border-radius:24px;
  background-position:left;
  background-repeat:no-repeat;
  background-size:contain;
  background-color:var(--color-bg-secondary);
  padding:24px
}
@media (min-width: 640px) {
  ._card_yxfxp_14 {
    background-image:url(https://venus.io/assets/venusPrimeLogo640-BMRoUGLH.png);
    flex-direction:row;
    height:400px
  }
}
@media (min-width: 840px) {
  ._card_yxfxp_14 {
    background-image:url(https://venus.io/assets/venusPrimeLogo840-OET9Mow-.png)
  }
}
@media (min-width: 1280px) {
  ._card_yxfxp_14 {
    background-image:url(https://venus.io/assets/venusPrimeLogo1280-CWQ6gaIS.png)
  }
}
._logoMobile_yxfxp_43 {
  display:none;
  min-height:200px;
  width:100%;
  background-image:url(https://venus.io/assets/venusPrimeLogo375-CWGauQfD.png);
  background-position:left;
  background-repeat:no-repeat;
  background-size:contain
}
._logoMobile_yxfxp_43 {
  display:none;
  flex:1;
  background-image:url(https://venus.io/assets/venusPrimeLogo375-CWGauQfD.png)
}
@media (max-width: 640px) {
  ._logoMobile_yxfxp_43 {
    display:flex
  }
}
._backgroundImg_yxfxp_67 {
  background-size:contain;
  background-position:center;
  background-repeat:no-repeat;
  flex:1;
  min-height:100%
}
._textWrapper_yxfxp_75 {
  display:flex;
  flex-direction:column
}
._textWrapper_yxfxp_75 h2 {
  margin-top:30px;
  margin-bottom:24px
}
._textWrapper_yxfxp_75 p {
  margin-bottom:40px
}
@media (min-width: 640px) {
  ._textWrapper_yxfxp_75 {
    margin-left:240px
  }
}
@media (min-width: 840px) {
  ._textWrapper_yxfxp_75 {
    margin-left:420px
  }
}
@media (min-width: 1280px) {
  ._textWrapper_yxfxp_75 {
    margin-left:590px
  }
}
._accent_yxfxp_102 {
  background:-webkit-linear-gradient(270deg,#8E6150,#F2E3DB);
  background-clip:text;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  color:var(--color-venus-prime)
}
._link_yxfxp_110 {
  width:fit-content
}
._root_qct49_1 {
  margin-top:60px;
  margin-bottom:60px
}
@media (min-width: 840px) {
  ._root_qct49_1 {
    margin-top:80px;
    margin-bottom:80px
  }
}
@media (min-width: 1280px) {
  ._root_qct49_1 {
    margin-top:100px;
    margin-bottom:100px
  }
}
._title_qct49_16 {
  font-size:2rem;
  text-align:center;
  margin:0 auto 40px
}
._logos_qct49_22 {
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  grid-gap:16px
}
@media (min-width: 640px) {
  ._logos_qct49_22 {
    grid-template-columns:1fr 1fr 1fr 1fr
  }
}
@media (min-width: 840px) {
  ._logos_qct49_22 {
    grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr
  }
}
@media (min-width: 1280px) {
  ._logos_qct49_22 {
    grid-gap:24px
  }
}
._logoContainer_qct49_40 {
  display:flex;
  justify-content:center;
  align-items:center
}
._logo_qct49_22 {
  width:100%
}
@media (min-width: 1280px) {
  ._root_hljcy_1 {
    display:flex;
    flex-direction:column
  }
}
._btn_hljcy_8 {
  margin-top:24px;
  border:none;
  display:inline-block;
  transition:background-color .3s,border-color .3s,color .3s;
  color:#fff;
  text-decoration:none;
  padding:12px 32px;
  background-color:var(--color-primary);
  border-radius:8px
}
._btn_hljcy_8:hover {
  background-color:var(--color-primary-hover)
}
._btn_hljcy_8:active {
  background-color:var(--color-primary-active)
}
._totalWrapper_hljcy_29 {
  border-radius:16px;
  background:#181d2a1a;
  box-shadow:0 8px 6px #0000000d,0 1px 1px #ffffff40 inset,0 -1px 1px #21293a inset,2px 3px 3px -3px #5f5a88 inset;
  -webkit-backdrop-filter:blur(50px);
  backdrop-filter:blur(50px);
  padding:16px;
  width:100%
}
@media (min-width: 640px) {
  ._totalWrapper_hljcy_29 {
    padding:16px 24px
  }
}
@media (min-width: 1280px) {
  ._totalWrapper_hljcy_29 {
    padding:16px 64px
  }
}
._totalList_hljcy_46 {
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  width:100%
}
@media (min-width: 640px) {
  ._totalList_hljcy_46 {
    flex-direction:row;
    align-items:center
  }
}
@media (min-width: 1280px) {
  ._totalList_hljcy_46 {
    align-items:stretch
  }
}
._totalItem_hljcy_62:not(._totalItem_hljcy_62:first-child) {
  border-top:1px solid var(--color-card-border);
  margin-top:16px;
  padding-top:16px
}
@media (min-width: 640px) {
  ._totalItem_hljcy_62:not(._totalItem_hljcy_62:first-child) {
    border-top:none;
    margin-top:0;
    padding-top:0
  }
}
@media (min-width: 640px) {
  ._divider_hljcy_78 {
    display:block;
    width:1px;
    height:60px;
    background-color:var(--color-bg-secondary-transparent)
  }
}
@media (min-width: 840px) {
  ._divider_hljcy_78 {
    height:70px
  }
}
._totalTitle_hljcy_90 {
  color:var(--color-text-secondary);
  font-size:14px;
  margin-bottom:8px
}
._totalSum_hljcy_96 {
  color:var(--color-text);
  font-family:var(--font-bold);
  font-size:24px
}
@media (min-width: 640px) {
  ._totalSum_hljcy_96 {
    font-size:18px
  }
}
@media (min-width: 840px) {
  ._totalSum_hljcy_96 {
    font-size:24px
  }
}
._launchBtnDesktop_hljcy_110 {
  display:none
}
@media (min-width: 1280px) {
  ._launchBtnDesktop_hljcy_110 {
    display:inline-block
  }
}
._marketsWrapper_hljcy_117 {
  margin-top:24px;
  border-radius:24px;
  padding:0 4px
}
@media (min-width: 640px) {
  ._marketsWrapper_hljcy_117 {
    box-shadow:0 8px 6px #0000000d,0 1px 1px #ffffff40 inset,0 -1px 1px #21293a inset,2px 3px 3px -3px #5f5a88 inset;
    background:#181d2a80;
    -webkit-backdrop-filter:blur(50px);
    backdrop-filter:blur(50px);
    padding:20px 32px 0
  }
}
@media (min-width: 840px) {
  ._marketsWrapper_hljcy_117 {
    padding:40px 24px 0
  }
}
@media (min-width: 1280px) {
  ._marketsWrapper_hljcy_117 {
    padding:40px 64px 0;
    flex-grow:1
  }
}
._marketLabelsDesktop_hljcy_136 {
  display:none
}
@media (min-width: 640px) {
  ._marketLabelsDesktop_hljcy_136 {
    display:flex;
    padding-bottom:16px
  }
}
._marketLabelDesktopItem_hljcy_144 {
  width:20%;
  font-size:14px;
  color:var(--color-text-secondary)
}
._marketLabelDesktopItem_hljcy_144:not(._marketLabelDesktopItem_hljcy_144:first-child) {
  text-align:right
}
._marketItem_hljcy_153 {
  border-radius:8px;
  padding:12px 8px;
  font-size:14px;
  box-shadow:0 8px 6px #0000000d,0 1px 1px #ffffff40 inset,0 -1px 1px #21293a inset,2px 3px 3px -3px #5f5a88 inset;
  background:#181d2a80
}
._marketItem_hljcy_153+._marketItem_hljcy_153 {
  margin-top:16px
}
@media (min-width: 640px) {
  ._marketItem_hljcy_153 {
    box-shadow:unset;
    background:unset;
    display:flex;
    padding:24px 0
  }
}
._marketItemSymbol_hljcy_172 {
  padding-bottom:14px;
  border-bottom:1px solid rgba(255,255,255,.05);
  margin-bottom:12px;
  display:flex;
  align-items:center
}
@media (min-width: 640px) {
  ._marketItemSymbol_hljcy_172 {
    border-bottom:none;
    margin-bottom:0;
    padding-bottom:0;
    width:20%
  }
}
._icon_hljcy_186 {
  display:inline-block;
  width:24px;
  height:24px;
  border-radius:50%;
  margin-right:8px
}
@media (min-width: 640px) {
  ._icon_hljcy_186 {
    width:32px;
    height:32px
  }
}
._marketItemLabel_hljcy_197 {
  color:var(--color-text-secondary);
  font-size:12px
}
@media (min-width: 640px) {
  ._marketItemLabel_hljcy_197 {
    display:none
  }
}
._marketItemValuesWrapper_hljcy_205 {
  display:flex;
  align-items:center;
  flex-grow:1
}
._marketItemValue_hljcy_205 {
  color:var(--color-text);
  display:flex;
  flex-direction:column;
  width:25%;
  font-size:.875rem
}
._marketItemValue_hljcy_205:not(._marketItemValue_hljcy_205:first-child) {
  text-align:right
}
@media (min-width: 640px) {
  ._marketItemValue_hljcy_205 {
    text-align:right;
    padding-left:12px;
    font-size:1rem
  }
}
._btnWrapper_hljcy_227 {
  display:flex;
  justify-content:center;
  padding:28px
}
._btnWrapper_hljcy_227 a {
  text-decoration:none;
  color:var(--color-primary)
}
._ruler_hljcy_238 {
  background-color:var(--color-bg-secondary-transparent);
  border:0;
  height:1px;
  margin:16px 0
}
._ourLiquidities_hljcy_245 {
  text-align:center;
  font-size:12px;
  line-height:150%
}
._numberGreen_hljcy_251 {
  color:#00c38e
}
._bg_obafw_1 {
  background-image:url(https://venus.io/assets/bgMobile-DCifGQy6.png);
  background-size:100% 862px;
  background-repeat:no-repeat;
  background-position:right top
}
@media (min-width: 640px) {
  ._bg_obafw_1 {
    background-image:url(https://venus.io/assets/bg-DQmilDPu.png);
    background-size:520px 802px
  }
}
@media (min-width: 840px) {
  ._bg_obafw_1 {
    background-size:623px 937px
  }
}
@media (min-width: 1280px) {
  ._bg_obafw_1 {
    background-size:950px 1400px
  }
}
._intro_1e2yw_1 {
  display:flex;
  flex-direction:column;
  align-items:baseline;
  position:relative;
  padding-top:224px
}
@media (min-width: 640px) {
  ._intro_1e2yw_1 {
    justify-content:end;
    padding-top:335px
  }
}
@media (min-width: 1280px) {
  ._intro_1e2yw_1 {
    padding-top:462px
  }
}
._bg_1e2yw_18 {
  position:absolute;
  z-index:-1;
  width:100%;
  height:100%;
  top:0;
  left:0;
  right:0;
  mix-blend-mode:screen;
  background-repeat:no-repeat;
  background-position:50vw 0
}
@media (min-width: 640px) {
  ._bg_1e2yw_18 {
    background-size:300px 700px;
    background-position:64vw 0
  }
}
@media (min-width: 840px) {
  ._bg_1e2yw_18 {
    background-size:575px 675px;
    background-position:55vw 0
  }
}
@media (min-width: 1280px) {
  ._bg_1e2yw_18 {
    background-size:650px 700px;
    background-position:right 0px
  }
}
._container_1e2yw_47 {
  display:flex;
  flex-direction:column;
  align-items:flex-start
}
._title_1e2yw_53 {
  margin-bottom:16px;
  font-size:2rem;
  font-variant:all-small-caps;
  font-weight:400;
  line-height:130%;
  letter-spacing:.5rem
}
@media (min-width: 640px) {
  ._title_1e2yw_53 {
    font-size:2.5rem
  }
}
@media (min-width: 840px) {
  ._title_1e2yw_53 {
    letter-spacing:.65rem;
    font-size:3.25rem
  }
}
._description_1e2yw_69 {
  color:var(--color-text);
  font-size:1rem;
  line-height:150%;
  margin-bottom:40px;
  letter-spacing:.06em
}
@media (min-width: 640px) {
  ._description_1e2yw_69 {
    margin-bottom:48px
  }
}
@media (min-width: 840px) {
  ._description_1e2yw_69 {
    font-size:1.125rem
  }
}
._linkLaunchApp_1e2yw_85 {
  margin-bottom:40px
}
@media (min-width: 640px) {
  ._linkLaunchApp_1e2yw_85 {
    margin-bottom:0
  }
}
._linksWrapper_1e2yw_93 {
  display:flex
}
._link_1e2yw_85 {
  letter-spacing:.1em
}
._link_1e2yw_85:hover {
  color:#fff
}
._link_1e2yw_85:hover ._iconArrow_1e2yw_102 {
  transform:translate(3px);
  color:var(--color-primary)
}
._link_1e2yw_85+._link_1e2yw_85 {
  margin-left:24px;
  padding-left:24px;
  border-left:1px solid var(--color-bg-secondary-transparent)
}
._iconArrow_1e2yw_102 {
  margin-left:11px;
  transform:translate(0);
  transition:transform .3s
}
._cta_1e2yw_120 {
  margin-bottom:32px;
  width:100%
}
@media (min-width: 640px) {
  ._cta_1e2yw_120 {
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    margin-bottom:40px
  }
}
@media (min-width: 840px) {
  ._cta_1e2yw_120 {
    margin-bottom:48px
  }
}
._break_1e2yw_136 {
  display:none
}
@media (min-width: 640px) {
  ._break_1e2yw_136 {
    display:flex
  }
}
._root_t4lyp_1 {
  width:100%;
  max-width:var(--global-max-width)
}
