/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/

h1.privacy-title{
    text-align: center;
    padding-top: 45px;
    font-family: Arial;
    color: #4a4a4a;
    font-family: Gilroy-Bold;
}
.privacy-inner {
    font-family: Helvetica;
    color: #4a4a4a;
    display: flex;
}
.privacy-ul{
    font-family: Helvetica;
    list-style-type: disc;
}

.privacy-ul li {
    margin-bottom: 8px;
    line-height: 23px;
}


abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

.p2 {
    margin-top: 0px !important;
}

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
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:375px) {
    .container {
        max-width: 375px
    }
}

@media(min-width:640px) {
    .container {
        max-width: 640px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media(min-width:980px) {
    .container {
        max-width: 980px
    }
}

@media(min-width:1080px) {
    .container {
        max-width: 1080px
    }
}

:root {
    --container-width: 96vw;
    --headerHeight: 44px;
    --brave-orange: 251, 84, 43
}

@media(min-width:640px) {
    :root {
        --container-width: 640px
    }
}

@media(min-width:768px) {
    :root {
        --container-width: 768px
    }
}

@media(min-width:980px) {
    :root {
        --container-width: 1024px;
        --headerHeight: 100px
    }
}

@media(min-width:1080px) {
    :root {
        --container-width: 1280px
    }
}

.marketing-landing__qr-code {
    max-width: 220px;
    width: 100%
}

.perfundo__overlay {
    display: flex;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5)
}

.perfundo__overlay:target,
.perfundo__overlay.is-active {
    visibility: visible
}

.perfundo__content {
    max-height: 100%;
    overflow: auto
}

:target>.perfundo__content,
.is-active>.perfundo__content {
    -webkit-animation: .4s ease-out .2s both;
    animation: .4s ease-out .2s both;
    -webkit-animation-name: inherit;
    animation-name: inherit
}

.perfundo__html {
    padding: 1.5rem;
    max-width: 30.4rem;
    background-color: #fff
}

.perfundo__control {
    position: absolute
}

.perfundo__control,
.perfundo__control:visited {
    color: #000
}

.perfundo__close {
    top: 1em;
    right: 1em
}

.perfundo__prev {
    left: 2em
}

.perfundo__next {
    right: 2em
}

.perfundo__prev,
.perfundo__next {
    top: 50%;
    margin-top: -1.5em;
    opacity: .2;
    transition: opacity .2s
}

.perfundo__prev:hover,
.perfundo__prev:focus,
.perfundo__next:hover,
.perfundo__next:focus {
    opacity: 1
}

.perfundo {
    position: relative
}

.perfundo__overlay {
    z-index: 9999;
    background: rgba(33, 37, 41, .32);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100vh
}

.perfundo__content {
    width: 100%;
    height: auto
}

.perfundo__control,
.perfundo__control:visited {
    color: unset;
    position: unset;
    min-height: 44px
}

.perfundo__close {
    margin-left: auto
}

.perfundo__prev,
.perfundo__next {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    height: 3rem;
    opacity: unset;
    transition: unset;
    top: unset
}

.perfundo__prev {
    margin-right: auto
}

.perfundo__next {
    margin-left: auto
}

@media(min-width:640px) {
    .perfundo__content {
        height: calc(100% - 44px - 44px);
        width: auto;
        flex: 1;
        order: 2
    }

    .perfundo__prev {
        order: 1
    }

    .perfundo__next {
        order: 3
    }
}

html {
    scroll-behavior: smooth
}

@media(min-width:640px) {

    html,
    body {
        font-size: 16px;
    }
}

h1 {
    font-size: 2.25rem
}

h2 {
    font-size: 2.25rem
}

h3 {
    font-size: 1.5rem
}

p {
    padding-bottom: 1em
}

a {
    --text-opacity: 1;
    color: #4c54d2;
    color: rgba(76, 84, 210, var(--text-opacity));
    text-decoration: underline
}

strong {
    font-weight: 700
}

h1 strong,
h2 strong,
h3 strong,
h4 strong {
    font-weight: 500
}

ul,
ol {
    list-style-position: outside;
    padding-left: 1.25rem;
    padding-bottom: 1rem
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

code {
    --bg-opacity: 1;
    background-color: #f1f3f5;
    background-color: rgba(241, 243, 245, var(--bg-opacity))
}

pre {
    --bg-opacity: 1;
    background-color: #f1f3f5;
    background-color: rgba(241, 243, 245, var(--bg-opacity));
    white-space: pre-wrap;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    --text-opacity: 1;
    color: #343a40;
    color: rgba(52, 58, 64, var(--text-opacity));
    font-weight: 600;
    font-size: .875rem;
    margin-bottom: 1rem
}

blockquote {
    --border-opacity: 1;
    border-color: #ff7654;
    border-color: rgba(255, 118, 84, var(--border-opacity));
    border-left-width: 4px;
    padding-left: 1rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
    line-height: 1.375;
    font-size: 1.125em
}

blockquote p:last-child {
    padding-bottom: 0
}

:focus,
button:focus {
    outline-color: rgba(var(--brave-orange), .6);
    outline-width: 2px
}

.site-header {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    text-transform: uppercase;
    font-weight: 500;
    overflow: visible;
    width: 100%;
    top: 0;
    position: absolute;
    height: var(--headerHeight);
    transition: background .3s cubic-bezier(.16, 1, .3, 1);
    z-index: 1000
}

.site-header .nav-item__download {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 1px;
    border-color: transparent;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
    line-height: 1.25;
    text-decoration: none;
    border-radius: 100px;
    transition-property: background, color, opacity, border;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    max-width: 24em;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: initial;
    border-color: initial;
    color: currentColor
}

.site-header .nav-item__download:hover {
    opacity: .75
}

.theme--extra-light .site-header {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    --text-opacity: 1;
    color: #212529;
    color: rgba(33, 37, 41, var(--text-opacity))
}

.theme--extra-light-alt .site-header {
    background-color: initial;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.site-nav {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
    position: absolute;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-bottom: 3rem;
    width: var(--container-width);
    top: var(--headerHeight);
    left: calc(50% - (var(--container-width)/2));
    transform-origin: top center;
    transition: transform 200ms ease-in-out, opacity 200ms ease-in-out
}

.theme--extra-light .site-nav,
.theme--extra-light-alt .site-nav {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    --text-opacity: 1;
    color: #212529;
    color: rgba(33, 37, 41, var(--text-opacity))
}

.site-nav>ul {
    padding: 0
}

.nav-item {
    list-style-type: none
}

.nav-item__link {
    color: currentColor;
    position: relative;
    text-decoration: none
}

.nav-item__callout {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 1px;
    border-color: transparent;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
    line-height: 1.25;
    text-decoration: none;
    border-radius: 100px;
    transition-property: background, color, opacity, border;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    max-width: 24em;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    --text-opacity: 1;
    color: #222985;
    color: rgba(34, 41, 133, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.nav-item__callout:hover {
    opacity: .75
}

.nav-item__callout:hover {
    --bg-opacity: 1;
    background-color: #f1f3f5;
    background-color: rgba(241, 243, 245, var(--bg-opacity));
    opacity: unset;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, .3)
}

.theme--extra-light .nav-item__callout {
    --bg-opacity: 1;
    background-color: #e9ecef;
    background-color: rgba(233, 236, 239, var(--bg-opacity));
    --text-opacity: 1;
    color: #212529;
    color: rgba(33, 37, 41, var(--text-opacity))
}

.theme--extra-light .nav-item__callout:hover {
    --bg-opacity: 1;
    background-color: #dee2e6;
    background-color: rgba(222, 226, 230, var(--bg-opacity));
    box-shadow: none
}

.nav-item__btn {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 1px;
    border-color: transparent;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
    line-height: 1.25;
    text-decoration: none;
    border-radius: 100px;
    transition-property: background, color, opacity, border;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    max-width: 24em;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: initial;
    border-color: initial;
    color: currentColor
}

.nav-item__btn:hover {
    opacity: .75
}

.nav-item__btn:hover {
    --bg-opacity: 1;
    background-color: #f1f3f5;
    background-color: rgba(241, 243, 245, var(--bg-opacity));
    --text-opacity: 1;
    color: #212529;
    color: rgba(33, 37, 41, var(--text-opacity));
    border-color: transparent;
    opacity: unset;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, .3)
}

.theme--extra-light .nav-item__btn {
    --bg-opacity: 1;
    background-color: #e9ecef;
    background-color: rgba(233, 236, 239, var(--bg-opacity));
    --text-opacity: 1;
    color: #212529;
    color: rgba(33, 37, 41, var(--text-opacity))
}

.theme--extra-light .nav-item__btn:hover {
    --bg-opacity: 1;
    background-color: #dee2e6;
    background-color: rgba(222, 226, 230, var(--bg-opacity));
    box-shadow: none
}

.collapsed {
    opacity: 0;
    transform: scaleY(0)
}

@media(min-width:980px) {

    .theme--extra-light .site-header,
    .site-header {
        background-color: initial;
        position: fixed;
        height: var(--headerHeight)
    }

    .theme--extra-light .site-header .nav-item__download,
    .site-header .nav-item__download {
        max-width: unset
    }

    .theme--extra-light .site-header {
        box-shadow: none
    }

    .site-header--black {
        --bg-opacity: 1;
        background-color: #000;
        background-color: rgba(0, 0, 0, var(--bg-opacity))
    }

    .site-nav,
    .site-nav>ul,
    .site-nav>ul>.nav-item {
        height: inherit
    }

    .theme--extra-light .site-nav,
    .theme--extra-light-alt .site-nav,
    .site-nav {
        background-color: initial;
        position: static;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0
    }

    .theme--extra-light-alt .site-nav {
        --text-opacity: 1;
        color: #fff;
        color: rgba(255, 255, 255, var(--text-opacity))
    }

    .site-nav>ul {
        display: flex;
        background-color: initial
    }

    .nav-item {
        display: flex;
        align-items: center;
        position: relative;
        font-size: .58rem;
        letter-spacing: 1px;
        padding: 1.4rem 1.3rem 1.4rem 0
    }

    .site-nav>ul>.nav-item:nth-child(1n+2) {
        margin-left: 1.6em
    }

    .nav-item .arrow::after {
        content: "v";
        position: absolute;
        font-size: 6px;
        display: inline-block;
        transform: scaleX(2);
        right: -.7rem;
        top: .2rem
    }

    .site-nav__sub-menu {
        --bg-opacity: 1;
        background-color: #fff;
        background-color: rgba(255, 255, 255, var(--bg-opacity));
        --text-opacity: 1;
        color: #5e6175;
        color: rgba(94, 97, 117, var(--text-opacity));
        position: absolute;
        padding: 1.25rem;
        border-radius: .25rem;
        opacity: 0;
        visibility: hidden;
        width: 240px;
        z-index: 9999;
        top: calc((var(--headerHeight)/2) + 1.8em);
        box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
        transition: opacity .2s ease-in-out, background .3s ease-in-out
    }

    .site-nav__sub-menu .nav-item {
        padding: 0 .5rem
    }

    .site-nav__sub-menu .nav-item:nth-child(1n+2) {
        padding-top: 1.6rem
    }

    .nav-item:hover .site-nav__sub-menu,
    .site-nav__sub-menu:hover {
        opacity: 1;
        visibility: visible
    }
}

@media(min-width:1080px) {
    .nav-item {
        font-size: .78rem
    }

    .nav-item .arrow::after {
        right: -1rem;
        top: .4rem
    }
}

.mask-white {
    box-shadow: inset 0 -70px 0 -6px #ffffff
}

@media(min-width:640px) {
    .mask-white {
        box-shadow: inset 0 -140px 0 -6px #ffffff
    }
}

.container--small {
    max-width: calc(826px + 3rem)
}

.hero {
    padding-bottom: 5rem
}

.hero__title {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2.5em
}

.hero__lastmod {
    font-weight: 700;
    padding-bottom: .5rem;
    text-align: center;
    opacity: .75;
    font-size: .875rem;
    letter-spacing: .1em
}

.hero__sup-title {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: .5rem;
    text-align: center;
    letter-spacing: .2em
}

.hero__sub-title {
    padding: 0;
    padding-top: .5rem;
    text-align: center
}

.hero__content {
    margin-top: 2rem
}

@media(min-width:640px) {
    .hero__content {
        margin-top: 4rem
    }
}

@media(min-width:640px) {
    .swoosh::after {
        height: 70px
    }

    .top-swoosh--gray::before {
        height: 70px;
        top: -70px
    }
}

.site-footer {
    --text-opacity: 1;
    color: #adb5bd;
    color: rgba(173, 181, 189, var(--text-opacity));
    background-color: #2c2c35
}

.site-footer a {
    color: currentColor;
    text-decoration: none
}

.site-footer ul {
    padding-left: 0
}

.site-footer li {
    list-style-type: none;
    margin-bottom: 1rem
}

.site-footer p,
.site-footer li {
    line-height: 1.25
}

.site-footer__heading {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    font-weight: 600;
    margin-bottom: .75rem
}

.site-footer__sub-heading:not(:first-of-type) {
    margin-top: .75rem
}

.site-footer__sub-heading {
    margin-bottom: .5rem
}

.site-footer__sub-heading,
.site-footer__sub-heading a {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    line-height: 1.25
}

.site-footer__container {
    display: flex;
    flex-wrap: wrap
}

.site-footer__column {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-right: 2rem
}

.site-footer__column:last-child {
    padding-right: 0
}

.site-footer__grouping {
    margin-bottom: 1.25rem
}

@media(min-width:640px) {
    .site-footer {
        font-size: .875rem
    }

    .site-footer__column {
        width: 33.333333%
    }
}

@media(min-width:980px) {
    .site-footer__column {
        width: 20%
    }
}

.blend-lighten {
    mix-blend-mode: lighten
}

.icon-bullet::after {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 9999px;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1
}

.toc #TableOfContents {
    font-size: .875rem
}

.toc #TableOfContents ul {
    padding: 0;
    list-style-type: none
}

.toc #TableOfContents li {
    padding-top: 1rem;
    line-height: 1.5;
}

.toc #TableOfContents li a {
    --text-opacity: 1;
    color: #84889c;
    color: rgba(132, 136, 156, var(--text-opacity))
}

.toc--sticky {
    position: sticky;
    align-self: flex-start;
    top: 1em
}

@media(min-width:980px) {
    .toc--sticky {
        overflow-y: auto;
        position: sticky;
        align-self: flex-start;
        top: calc(var(--headerHeight) + 1em);
        max-height: calc(100vh - var(--headerHeight) - 1em)
    }
}

.footnotes {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    overflow: hidden;
    position: relative
}

.footnotes hr {
    display: none !important
}

.footnotes::before {
    font-weight: 600;
    content: "Footnotes"
}

.footnotes ol {
    margin: 0;
    padding-left: 1.5rem;
    counter-reset: item
}

.footnotes li p {
    display: inline-block
}

.footnotes ol>li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    counter-increment: item;
    position: relative
}

.footnotes ol>li::before {
    width: 1em;
    padding-right: 1.75em;
    font-weight: 600;
    text-align: right;
    vertical-align: bottom;
    content: counter(item) !important;
    position: absolute;
    left: -1.5rem
}

.footnotes .footnote-backref {
    display: none
}

.box {
    border-radius: .375rem;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    --text-opacity: 1;
    color: #343a40;
    color: rgba(52, 58, 64, var(--text-opacity));
    padding: 3rem;
    margin-bottom: 3rem;
    box-shadow: 0 2px 18px rgba(0, 0, 0, .3)
}

.brave-tooltip-parent {
    position: relative
}

.brave-tooltip-parent:hover>.brave-tooltip {
    opacity: 1
}

.brave-tooltip {
    --bg-opacity: 1;
    background-color: #fb542b;
    background-color: rgba(251, 84, 43, var(--bg-opacity));
    text-align: left;
    z-index: 999999;
    left: -20px;
    bottom: 30px;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    display: block;
    width: 205%;
    box-sizing: border-box;
    padding: 5px 10px;
    transition: all .3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    line-height: 1.4;
    box-shadow: -1px -1px 15px rgba(0, 0, 0, .2)
}

.brave-tooltip::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -10px;
    left: 30px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fb542b
}

.bg-40 {
    background-size: 40%
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 1px;
    border-color: transparent;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
    line-height: 1.25;
    text-decoration: none;
    border-radius: 100px;
    transition-property: background, color, opacity, border;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    max-width: 24em;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.btn:hover {
    opacity: .75
}

.btn .accordion__item-heading::after,
.btn .icon--download::before,
.btn .icon--download-alt::before,
.btn .icon-bullet::after {
    display: inline;
    width: 1rem;
    margin-right: .5rem
}

.btn--small {
    font-size: .875rem;
    font-weight: 600;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 2rem;
    padding-right: 2rem
}

.btn--medium {
    font-size: 1.125rem;
    font-weight: 500
}

.btn--large {
    font-size: 1.25rem;
    font-weight: 500;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 2rem;
    padding-right: 2rem
}

.btn--orange {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #fb542b;
    background-color: rgba(251, 84, 43, var(--bg-opacity));
    border-color: transparent
}

.btn--blurple {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #4c54d2;
    background-color: rgba(76, 84, 210, var(--bg-opacity));
    border-color: transparent;
    font-weight: 600
}

.btn--blurple:hover {
    --bg-opacity: 1;
    background-color: #353dab;
    background-color: rgba(53, 61, 171, var(--bg-opacity));
    opacity: 1
}

.btn--blurple:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    opacity: 1;
    box-shadow: 0 0 0 4px #A0A5EB
}

.btn--blurple:disabled {
    background: #dadce8;
    cursor: not-allowed
}

.btn--ghost {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
    font-weight: 600;
    background: rgba(255, 255, 255, .24);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px)
}

.btn--ghost:hover {
    opacity: 1;
    background: rgba(255, 255, 255, .42)
}

.btn--ghost:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    opacity: 1;
    border-width: 1px;
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .6)
}

.btn--ghost:disabled {
    background: rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .32);
    cursor: not-allowed
}

.btn--outline {
    --text-opacity: 1;
    color: #212529;
    color: rgba(33, 37, 41, var(--text-opacity));
    --border-opacity: 1;
    border-color: #aeb1c2;
    border-color: rgba(174, 177, 194, var(--border-opacity));
    font-weight: 600;
    transition: none
}

.btn--outline:hover {
    --border-opacity: 1;
    border-color: #4c54d2;
    border-color: rgba(76, 84, 210, var(--border-opacity));
    --text-opacity: 1;
    color: #4c54d2;
    color: rgba(76, 84, 210, var(--text-opacity));
    opacity: 1;
    box-shadow: 0 0 0 1px #4C54D2
}

.btn--outline:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    opacity: 1;
    box-shadow: 0 0 0 4px #A0A5EB
}

.btn--outline:disabled {
    --border-opacity: 1;
    border-color: #dadce8;
    border-color: rgba(218, 220, 232, var(--border-opacity));
    --text-opacity: 1;
    color: #dadce8;
    color: rgba(218, 220, 232, var(--text-opacity));
    cursor: not-allowed
}

.btn--ghost-outline {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
    font-weight: 600;
    border-width: 1px;
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
    --border-opacity: .8
}

.btn--ghost-outline:hover {
    opacity: 1;
    box-shadow: 0 0 0 1px white
}

.btn--ghost-outline:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    opacity: 1;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .6)
}

.btn--ghost-outline:disabled {
    border-color: rgba(255, 255, 255, .24);
    color: rgba(255, 255, 255, .24);
    cursor: not-allowed
}

.btn--ghost-text {
    --paddingY: 6px;
    --paddingX: 4px;
    border-width: 1px;
    border-color: transparent;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    font-weight: 600;
    border-radius: 0;
    border-width: 0;
    border-bottom-width: 2px;
    border-color: transparent;
    transition: none;
    position: relative;
    padding: var(--paddingY)var(--paddingX)
}

.btn--ghost-text:hover {
    opacity: 1
}

.btn--ghost-text:hover::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 2px;
    width: calc(100% - (var(--paddingX)/2));
    position: absolute;
    bottom: -4px
}

.btn--ghost-text:focus {
    border-radius: .375rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
    opacity: 1;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .6)
}

.btn--ghost-text:disabled {
    color: rgba(255, 255, 255, .24);
    cursor: not-allowed
}

.btn--mauve {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    border-color: transparent;
    background-color: #a81b79
}

.btn--clear {
    background-color: initial;
    border-color: initial;
    color: currentColor
}

.btn--white {
    --text-opacity: 1;
    color: #222985;
    color: rgba(34, 41, 133, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.btn--white:hover {
    opacity: unset;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, .3)
}

.download-button__mac-info ol {
    margin: 0;
    padding-left: 1.5rem;
    counter-reset: item
}

.download-button__mac-info li p {
    display: inline-block
}

.download-button__mac-info ol>li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    counter-increment: item;
    position: relative
}

.download-button__mac-info ol>li::before {
    width: 1em;
    padding-right: 1.75em;
    font-weight: 600;
    text-align: right;
    vertical-align: bottom;
    content: counter(item) !important;
    position: absolute;
    left: -1.5rem
}

@media(min-width:768px) {

    .compare-page .hero,
    .learn-page .hero {
        background-position: 0 0, 100% 0, 0 0, 100% 0;
        background-size: auto, auto, 300px, 300px
    }
}

[class^=compare-] main a:not([class~=btn]):not([class~=text-current]),
[class^=learn-] main a:not([class~=btn]):not([class~=text-current]) {
    --text-opacity: 1;
    color: #4c54d2;
    color: rgba(76, 84, 210, var(--text-opacity))
}

[class^=compare-] article h2,
[class^=learn-] article h2 {
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 1.5rem
}

[class^=compare-] article h3,
[class^=learn-] article h3 {
    font-size: 1.125rem;
    font-weight: 600;
    padding-bottom: 1.5rem
}

[class^=compare-] article h4,
[class^=learn-] article h4 {
    font-weight: 600
}

[class^=compare-] blockquote,
[class^=learn-] blockquote {
    --border-opacity: 1;
    border-color: #ff7654;
    border-color: rgba(255, 118, 84, var(--border-opacity));
    border-left-width: 4px;
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
    font-size: 2.25rem;
    line-height: 1.375
}

[class^=compare-] blockquote strong,
[class^=learn-] blockquote strong {
    font-weight: 600
}

[class^=compare-] blockquote p:last-child,
[class^=learn-] blockquote p:last-child {
    padding-bottom: 0
}

[class^=compare-] .footnotes,
[class^=learn-] .footnotes {
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: .5rem;
    border-width: 1px;
    --border-opacity: 1;
    border-color: #e6e8f5;
    border-color: rgba(230, 232, 245, var(--border-opacity))
}

[class^=compare-] .footnotes::after,
[class^=learn-] .footnotes::after {
    --text-opacity: 1;
    color: #212529;
    color: rgba(33, 37, 41, var(--text-opacity));
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    font-family: 'font awesome 5 free__subset';
    font-weight: 900;
    content: "\f078"
}

[class^=compare-] .footnotes.-open::after,
[class^=learn-] .footnotes.-open::after {
    content: "\f077"
}

[class^=compare-] .footnotes ol,
[class^=learn-] .footnotes ol {
    padding: 1.75rem 0 0 2.5rem
}

[class^=compare-] .footnotes ol>li::before,
[class^=learn-] .footnotes ol>li::before {
    left: -2.5rem
}

.category-accordion {
    font-size: .875rem;
    line-height: 1.5
}

.category-accordion p {
    padding-bottom: 0
}

.category-accordion ul {
    padding: 0;
    list-style-type: none
}

.category-accordion .accordion__item {
    padding-top: 1.5rem
}

.category-accordion .accordion__item-heading {
    font-weight: 600
}

.category-accordion .accordion__item-heading::after {
    color: currentColor
}

.category-accordion .accordion__item-heading:hover::after {
    --text-opacity: 1;
    color: #fb542b;
    color: rgba(251, 84, 43, var(--text-opacity))
}

.category-accordion .category__articles {
    padding-top: .5rem
}

.category-accordion .category__article {
    padding-top: .5rem
}

.category-accordion .category__article a:hover {
    --text-opacity: 1;
    color: #fb542b;
    color: rgba(251, 84, 43, var(--text-opacity))
}

@media(min-width:980px) {
    .category-accordion>.accordion__item-content {
        height: unset !important
    }

    .category-accordion>.accordion__item-content>* {
        display: inherit !important
    }

    .category-accordion>.accordion__item-heading {
        cursor: unset
    }

    .category-accordion>.accordion__item-heading::after,
    .category-accordion>.accordion__item-heading:hover::after {
        content: unset
    }
}

@media(min-width:980px) {
    [id] {
        scroll-margin-top: var(--headerHeight)
    }
}

.scroll-to-top {
    --size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 10px;
    bottom: 80px;
    transform: translateY(-50%);
    border-radius: 1000px;
    height: var(--size);
    width: var(--size);
    z-index: 10000
}

.scroll-to-top path {
    fill: #fff;
    margin-top: -4px
}

.scroll-to-top:hover {
    --bg-opacity: 1
}

.scroll-to-top:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    opacity: 1;
    box-shadow: 0 0 0 4px #FF977D
}

.scroll-to-top:disabled {
    background: #dadce8;
    cursor: not-allowed
}

.feature-section {
    text-align: center;
    padding-top: 2rem;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

@media(min-width:640px) {
    .feature-section {
        text-align: left;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-column-gap: 5rem;
        -moz-column-gap: 5rem;
        column-gap: 5rem
    }
}

@media(min-width:980px) {
    .feature-section {
        grid-column-gap: 12rem;
        -moz-column-gap: 12rem;
        column-gap: 12rem
    }
}

.max-w-maxcontent {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.z-inherit {
    z-index: inherit
}

.ios-only {
    display: none
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.bg-transparent {
    background-color: initial
}

.bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity))
}

.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.bg-gray-200 {
    --bg-opacity: 1;
    background-color: #dadce8;
    background-color: rgba(218, 220, 232, var(--bg-opacity))
}

.bg-gray-800 {
    --bg-opacity: 1;
    background-color: #3b3e4f;
    background-color: rgba(59, 62, 79, var(--bg-opacity))
}

.bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1e2029;
    background-color: rgba(30, 32, 41, var(--bg-opacity))
}

.bg-red-100 {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity))
}

.bg-orange-400 {
    --bg-opacity: 1;
    background-color: #ff7654;
    background-color: rgba(255, 118, 84, var(--bg-opacity))
}

.bg-yellow-100 {
    --bg-opacity: 1;
    background-color: ivory;
    background-color: rgba(255, 255, 240, var(--bg-opacity))
}

.bg-green-200 {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity))
}

.bg-regal-blue {
    --bg-opacity: 1;
    background-color: #392dd1;
    background-color: rgba(57, 45, 209, var(--bg-opacity))
}

.bg-neutral-100 {
    --bg-opacity: 1;
    background-color: #f1f3f5;
    background-color: rgba(241, 243, 245, var(--bg-opacity))
}

.bg-neutral-200 {
    --bg-opacity: 1;
    background-color: #e9ecef;
    background-color: rgba(233, 236, 239, var(--bg-opacity))
}

.bg-neutral-800 {
    --bg-opacity: 1;
    background-color: #343a40;
    background-color: rgba(52, 58, 64, var(--bg-opacity))
}

.bg-neutral-000 {
    --bg-opacity: 1;
    background-color: #f8f9fa;
    background-color: rgba(248, 249, 250, var(--bg-opacity))
}

.bg-light-01 {
    --bg-opacity: 1;
    background-color: #f8f9fa;
    background-color: rgba(248, 249, 250, var(--bg-opacity))
}

.hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity))
}

.hover\:bg-blurple-100:hover {
    --bg-opacity: 1;
    background-color: #f0f1ff;
    background-color: rgba(240, 241, 255, var(--bg-opacity))
}

.hover\:bg-blurple-200:hover {
    --bg-opacity: 1;
    background-color: #d0d2f7;
    background-color: rgba(208, 210, 247, var(--bg-opacity))
}

.bg-opacity-10 {
    --bg-opacity: .1
}

.bg-opacity-25 {
    --bg-opacity: .25
}

.bg-opacity-75 {
    --bg-opacity: .75
}

.bg-opacity-90 {
    --bg-opacity: .9
}

.hover\:bg-opacity-50:hover {
    --bg-opacity: .5
}

.bg-center {
    background-position: 50%
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.bg-cover {
    background-size: cover
}

.border-gray-100 {
    --border-opacity: 1;
    border-color: #e6e8f5;
    border-color: rgba(230, 232, 245, var(--border-opacity))
}

.border-gray-200 {
    --border-opacity: 1;
    border-color: #dadce8;
    border-color: rgba(218, 220, 232, var(--border-opacity))
}

.border-gray-300 {
    --border-opacity: 1;
    border-color: #ced0db;
    border-color: rgba(206, 208, 219, var(--border-opacity))
}

.border-gray-700 {
    --border-opacity: 1;
    border-color: #5e6175;
    border-color: rgba(94, 97, 117, var(--border-opacity))
}

.border-orange-500 {
    --border-opacity: 1;
    border-color: #fb542b;
    border-color: rgba(251, 84, 43, var(--border-opacity))
}

.border-purple-600 {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity))
}

.border-divider-01 {
    --border-opacity: 1;
    border-color: #e9e9f4;
    border-color: rgba(233, 233, 244, var(--border-opacity))
}

.border-divider-02 {
    --border-opacity: 1;
    border-color: #3b3e4f;
    border-color: rgba(59, 62, 79, var(--border-opacity))
}

.border-neutral-100 {
    --border-opacity: 1;
    border-color: #f1f3f5;
    border-color: rgba(241, 243, 245, var(--border-opacity))
}

.border-neutral-300 {
    --border-opacity: 1;
    border-color: #dee2e6;
    border-color: rgba(222, 226, 230, var(--border-opacity))
}

.border-neutral-500 {
    --border-opacity: 1;
    border-color: #adb5bd;
    border-color: rgba(173, 181, 189, var(--border-opacity))
}

.border-neutral-800 {
    --border-opacity: 1;
    border-color: #343a40;
    border-color: rgba(52, 58, 64, var(--border-opacity))
}

.hover\:border-gray-800:hover {
    --border-opacity: 1;
    border-color: #3b3e4f;
    border-color: rgba(59, 62, 79, var(--border-opacity))
}

.hover\:border-orange-500:hover {
    --border-opacity: 1;
    border-color: #fb542b;
    border-color: rgba(251, 84, 43, var(--border-opacity))
}

.border-opacity-20 {
    --border-opacity: .2
}

.border-opacity-40 {
    --border-opacity: .4
}

.rounded-none {
    border-radius: 0
}

.rounded {
    border-radius: .25rem
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-xl {
    border-radius: 1rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-5xl {
    border-radius: 4rem
}

.border-double {
    border-style: double
}

.border-none {
    border-style: none
}

.border-0 {
    border-width: 0
}

.border-4 {
    border-width: 4px
}

.border {
    border-width: 1px
}

.border-t-4 {
    border-top-width: 4px
}

.border-b-4 {
    border-bottom-width: 4px
}

.border-t {
    border-top-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.cursor-pointer {
    cursor: pointer
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.table_content_heading {
    color: #4a4a4a;
    font-family: Gilroy-Bold;
    font-size: 23px;
    line-height: 28px;
}

nav>ul>li>a {
    cursor: pointer;
    color: #4a4a4a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 24px;
}

.lg\:w-35\/50>p>strong {
    color: #4a4a4a;
    font-family: Helvetica;
    font-size: 16px;
    word-spacing: 1px;
    line-height: 2;
    padding-bottom: 25px;
}

.lg\:w-35\/50>p>p {
    padding: 0;
}

.lg\:w-35\/50>p>a {
    color: #f9655a;
}

.lg\:w-35\/50>h2 {
    color: #4a4a4a;
    font-family: Helvetica;
    font-size: 26px;
    line-height: 37px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.lg\:w-35\/50>p {
    color: #4a4a4a;
    font-family: Helvetica;
    font-size: 16px;
    line-height: 2;
    margin-top: 3px;
}

.terms_content {
    color: #4a4a4a;
    font-family: Helvetica;
    font-size: 16px;
    line-height: 2;
    margin-top: 15px;
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.flex-col {
    flex-direction: column
}

.place-self-start {
    place-self: start
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.self-start {
    align-self: flex-start
}

.self-end {
    align-self: flex-end
}

.self-center {
    align-self: center
}

.justify-items-stretch {
    justify-items: stretch
}

.justify-start {
    justify-content: flex-start
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.justify-self-end {
    justify-self: end
}

.justify-self-center {
    justify-self: center
}

.flex-1 {
    flex: 1
}

.order-1 {
    order: 1
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.font-normal {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.h-0 {
    height: 0
}

.h-4 {
    height: 1rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-8 {
    height: 2rem
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-16 {
    height: 4rem
}

.h-32 {
    height: 8rem
}

.h-84 {
    height: 21rem
}

.h-76\.5 {
    height: 19.5rem
}

.h-20-rel {
    height: 5em
}

.h-24-rel {
    height: 6em
}

.h-32-rel {
    height: 8em
}

.h-full {
    height: 100%
}

.text-xs {
    font-size: .75rem
}

.text-sm {
    font-size: .875rem
}

.text-base {
    font-size: 1rem
}

.text-lg {
    font-size: 1.125rem
}

.text-xl {
    font-size: 1.25rem
}

.text-2xl {
    font-size: 1.5rem
}

.text-3xl {
    font-size: 1.875rem
}

.text-4xl {
    font-size: 2.25rem
}

.text-5xl {
    font-size: 3rem
}

.text-ds-h1 {
    font-size: 3.25rem;
    line-height: 1.2307692307692308
}

.text-ds-h2 {
    font-size: 2.25rem;
    line-height: 1.6666666666666667
}

.text-ds-h3 {
    font-size: 1.75rem;
    line-height: 1.3571428571428572
}

.text-ds-h4 {
    font-size: 1.5rem;
    line-height: 1.5
}

.text-ds-h5 {
    font-size: 1.25rem;
    line-height: 1.5
}

.text-ds-3xl {
    font-size: 3rem;
    line-height: 1.25
}

.text-ds-xl {
    font-size: 1.375rem;
    line-height: 2
}

.text-ds-lg {
    font-size: 1.125rem;
    line-height: 2
}

.text-ds-base {
    font-size: 1rem;
    line-height: 1.6
}

.text-ds-sm {
    font-size: .875rem;
    line-height: 1.4285714285714286
}

.text-ds-tiny {
    font-size: .8125rem;
    line-height: 1.5384615384615385
}

.text-ds-xs {
    font-size: .75rem;
    line-height: 1.5
}

.text-1\.5xl {
    font-size: 1.31rem
}

.text-2\.5xl {
    font-size: 1.75rem
}

.text-3\.5xl {
    font-size: 2rem
}

.text-4\.5xl {
    font-size: 2.5rem
}

.text-8xl {
    font-size: 6rem
}

.text-base-rel {
    font-size: 1em
}

.text-2xl-rel {
    font-size: 1.5em
}

.text-4xl-rel {
    font-size: 2.25em
}

.text-5xl-rel {
    font-size: 3em
}

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.leading-snug {
    line-height: 1.375
}

.leading-normal {
    line-height: 1.5
}

.leading-relaxed {
    line-height: 1.625
}

.leading-loose {
    line-height: 2
}

.list-none {
    list-style-type: none
}

.m-0 {
    margin: 0
}

.m-auto {
    margin: auto
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mt-0 {
    margin-top: 0
}

.mb-0 {
    margin-bottom: 0
}

.mt-1 {
    margin-top: .25rem
}

.mr-1 {
    margin-right: .25rem
}

.ml-1 {
    margin-left: .25rem
}

.mr-2 {
    margin-right: .5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.ml-2 {
    margin-left: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mr-3 {
    margin-right: .75rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mr-4 {
    margin-right: 1rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mt-16 {
    margin-top: 4rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mb-20 {
    margin-bottom: 5rem
}

.mt-24 {
    margin-top: 6rem
}

.mt-auto {
    margin-top: auto
}

.mb-auto {
    margin-bottom: auto
}

.ml-auto {
    margin-left: auto
}

.-ml-6 {
    margin-left: -1.5rem
}

.-mt-12 {
    margin-top: -3rem
}

.-mb-64 {
    margin-bottom: -16rem
}

.max-w-none {
    max-width: none
}

.max-w-sm {
    max-width: 24rem
}

.max-w-md {
    max-width: 28rem
}

.max-w-lg {
    max-width: 32rem
}

.max-w-xl {
    max-width: 36rem
}

.max-w-2xl {
    max-width: 42rem
}

.max-w-3xl {
    max-width: 48rem
}

.max-w-5xl {
    max-width: 64rem
}

.max-w-screen-xs {
    max-width: 375px
}

.max-w-screen-md {
    max-width: 768px
}

.max-w-7xl {
    max-width: 1440px
}

.min-h-screen {
    min-height: 100vh
}

.min-w-content {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
}

.object-bottom {
    -o-object-position: bottom;
    object-position: bottom
}

.object-top {
    -o-object-position: top;
    object-position: top
}

.opacity-0 {
    opacity: 0
}

.opacity-85 {
    opacity: .85
}

.hover\:opacity-100:hover {
    opacity: 1
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-hidden {
    overflow-x: hidden
}

.p-0 {
    padding: 0
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.p-8 {
    padding: 2rem
}

.p-10 {
    padding: 2.5rem
}

.p-16 {
    padding: 4rem
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem
}

.px-20 {
    padding-left: 5rem;
    padding-right: 5rem
}

.pt-0 {
    padding-top: 0
}

.pr-0 {
    padding-right: 0
}

.pb-0 {
    padding-bottom: 0
}

.pt-1 {
    padding-top: .25rem
}

.pr-1 {
    padding-right: .25rem
}

.pb-1 {
    padding-bottom: .25rem
}

.pt-2 {
    padding-top: .5rem
}

.pr-2 {
    padding-right: .5rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pl-2 {
    padding-left: .5rem
}

.pt-3 {
    padding-top: .75rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pl-3 {
    padding-left: .75rem
}

.pt-4 {
    padding-top: 1rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pl-4 {
    padding-left: 1rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pl-5 {
    padding-left: 1.25rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pr-6 {
    padding-right: 1.5rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pl-6 {
    padding-left: 1.5rem
}

.pt-8 {
    padding-top: 2rem
}

.pr-8 {
    padding-right: 2rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pt-10 {
    padding-top: 2.5rem
}

.pr-10 {
    padding-right: 2.5rem
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pt-12 {
    padding-top: 3rem
}

.pr-12 {
    padding-right: 3rem
}

.pb-12 {
    padding-bottom: 3rem
}

.pt-16 {
    padding-top: 4rem
}

.pb-16 {
    padding-bottom: 4rem
}

.pt-24 {
    padding-top: 6rem
}

.pb-24 {
    padding-bottom: 6rem
}

.pt-32 {
    padding-top: 8rem
}

.pb-32 {
    padding-bottom: 8rem
}

.pt-56 {
    padding-top: 14rem
}

.pb-12\.5 {
    padding-bottom: 3.5rem
}

.pt-4-rel {
    padding-top: 1em
}

.pointer-events-none {
    pointer-events: none
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-y-0 {
    top: 0;
    bottom: 0
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.left-0 {
    left: 0
}

.shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, 6%)
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, 6%)
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, 5%)
}

.shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, 4%)
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
}

.shadow-none {
    box-shadow: none
}

.hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
}

.focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, .5)
}

.fill-current {
    fill: currentColor
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-current {
    color: currentColor
}

.text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
}

.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.text-gray-600 {
    --text-opacity: 1;
    color: #84889c;
    color: rgba(132, 136, 156, var(--text-opacity))
}

.text-gray-700 {
    --text-opacity: 1;
    color: #5e6175;
    color: rgba(94, 97, 117, var(--text-opacity))
}

.text-gray-800 {
    --text-opacity: 1;
    color: #3b3e4f;
    color: rgba(59, 62, 79, var(--text-opacity))
}

.text-red-600 {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity))
}

.text-orange-500 {
    --text-opacity: 1;
    color: #fb542b;
    color: rgba(251, 84, 43, var(--text-opacity))
}

.text-yellow-500 {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity))
}

.text-green-600 {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity))
}

.text-blue-600 {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity))
}

.text-interactive-05 {
    --text-opacity: 1;
    color: #4c54d2;
    color: rgba(76, 84, 210, var(--text-opacity))
}

.text-neutral-200 {
    --text-opacity: 1;
    color: #e9ecef;
    color: rgba(233, 236, 239, var(--text-opacity))
}

.text-neutral-400 {
    --text-opacity: 1;
    color: #ced4da;
    color: rgba(206, 212, 218, var(--text-opacity))
}

.text-neutral-600 {
    --text-opacity: 1;
    color: #868e96;
    color: rgba(134, 142, 150, var(--text-opacity))
}

.text-neutral-700 {
    --text-opacity: 1;
    color: #495057;
    color: rgba(73, 80, 87, var(--text-opacity))
}

.text-neutral-900 {
    --text-opacity: 1;
    color: #212529;
    color: rgba(33, 37, 41, var(--text-opacity))
}

.text-blurple-500 {
    --text-opacity: 1;
    color: #4c54d2;
    color: rgba(76, 84, 210, var(--text-opacity))
}

.text-blurple-600 {
    --text-opacity: 1;
    color: #33c;
    color: rgba(51, 51, 204, var(--text-opacity))
}

.text-light-01 {
    --text-opacity: 1;
    color: #212529;
    color: rgba(33, 37, 41, var(--text-opacity))
}

.text-light-02 {
    --text-opacity: 1;
    color: #495057;
    color: rgba(73, 80, 87, var(--text-opacity))
}

.text-light-03 {
    --text-opacity: 1;
    color: #868e96;
    color: rgba(134, 142, 150, var(--text-opacity))
}

.text-dark-01 {
    --text-opacity: 1;
    color: #f0f2ff;
    color: rgba(240, 242, 255, var(--text-opacity))
}

.hover\:text-orange-500:hover {
    --text-opacity: 1;
    color: #fb542b;
    color: rgba(251, 84, 43, var(--text-opacity))
}

.hover\:text-neutral-700:hover {
    --text-opacity: 1;
    color: #495057;
    color: rgba(73, 80, 87, var(--text-opacity))
}

.focus\:text-orange-500:focus {
    --text-opacity: 1;
    color: #fb542b;
    color: rgba(251, 84, 43, var(--text-opacity))
}

.text-opacity-75 {
    --text-opacity: .75
}

.text-opacity-80 {
    --text-opacity: .8
}

.uppercase {
    text-transform: uppercase
}

.underline {
    text-decoration: underline
}

.no-underline {
    text-decoration: none
}

.tracking-wide {
    letter-spacing: .025em
}

.tracking-wider {
    letter-spacing: .05em
}

.tracking-widest {
    letter-spacing: .1em
}

.align-baseline {
    vertical-align: baseline
}

.align-middle {
    vertical-align: middle
}

.align-text-top {
    vertical-align: text-top
}

.invisible {
    visibility: hidden
}

.whitespace-no-wrap {
    white-space: nowrap
}

.w-4 {
    width: 1rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-8 {
    width: 2rem
}

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-20 {
    width: 5rem
}

.w-24 {
    width: 6rem
}

.w-32 {
    width: 8rem
}

.w-56 {
    width: 14rem
}

.w-64 {
    width: 16rem
}

.w-84 {
    width: 21rem
}

.w-4\/5 {
    width: 80%
}

.w-1\/2 {
    width: 50%
}

.w-2\/3 {
    width: 66.666667%
}

.w-1\/4 {
    width: 25%
}

.w-3\/4 {
    width: 75%
}

.w-1\/5 {
    width: 20%
}

.w-7\/12 {
    width: 58.333333%
}

.w-9\/12 {
    width: 75%
}

.w-11\/12 {
    width: 91.666667%
}

.w-full {
    width: 100%
}

.w-22\/50 {
    width: 44%
}

.w-28\/50 {
    width: 56%
}

.w-30\/50 {
    width: 60%
}

.w-36\/50 {
    width: 72%
}

.w-45\/50 {
    width: 90%
}

.w-47\/50 {
    width: 94%
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.gap-4 {
    grid-gap: 1rem;
    gap: 1rem
}

.gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem
}

.gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem
}

.gap-16 {
    grid-gap: 4rem;
    gap: 4rem
}

.gap-x-1 {
    grid-column-gap: .25rem;
    -moz-column-gap: .25rem;
    column-gap: .25rem
}

.gap-x-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
}

.gap-x-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem
}

.gap-x-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem
}

.gap-x-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem
}

.gap-x-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem
}

.gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem
}

.gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem
}

.gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem
}

.gap-y-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem
}

.grid-flow-row {
    grid-auto-flow: row
}

.grid-flow-row-dense {
    grid-auto-flow: row dense
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.col-span-2 {
    grid-column: span 2/span 2
}

.col-span-full {
    grid-column: 1/-1
}

.row-span-3 {
    grid-row: span 3/span 3
}

.transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x))translateY(var(--transform-translate-y))rotate(var(--transform-rotate))skewX(var(--transform-skew-x))skewY(var(--transform-skew-y))scaleX(var(--transform-scale-x))scaleY(var(--transform-scale-y))
}

.rotate-90 {
    --transform-rotate: 90deg
}

.transition-colors {
    transition-property: background-color, border-color, color, fill, stroke
}

.transition-opacity {
    transition-property: opacity
}

.transition-shadow {
    transition-property: box-shadow
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-100 {
    transition-duration: 100ms
}

.duration-200 {
    transition-duration: 200ms
}

.duration-300 {
    transition-duration: 300ms
}

.duration-500 {
    transition-duration: 500ms
}

@-webkit-keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes ping {

    75%,
    100% {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ping {

    75%,
    100% {
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@-webkit-keyframes bounce {

    0%,
    100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

.col {
    -moz-column-fill: auto;
    column-fill: auto
}

.col>* {
    display: inline-block
}

.home-page .site-main {
    overflow-x: hidden
}

.ad-blocking-animation {
    width: 100%
}

.home-hero,
.home-hero-alt {
    padding-bottom: 70%
}

.home-hero-alt p a {
    color: currentColor
}

.home-hero-image,
.home-hero-image-alt {
    position: absolute;
    padding-top: 1.25rem;
    width: 90%;
    left: 5%
}

@media(min-width:768px) {
    .home-hero {
        padding-bottom: unset
    }

    .home-hero-alt {
        padding-bottom: 20%
    }

    .home-hero-image {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 96%;
        padding-top: 0;
        bottom: 0;
        left: unset
    }
}

@media(min-width:980px) {
    .home-hero {
        padding-bottom: 5rem
    }

    .home-hero-image {
        position: absolute;
        top: 250px;
        left: 55%;
        max-width: 1500px
    }

    .ad-blocking-animation {
        position: absolute;
        max-width: 600px;
        left: 60%;
        top: 100px
    }
}

@media(min-width:1200px) {
    .ad-blocking-animation {
        max-width: 700px
    }
}

@media(min-width:1400px) {
    .ad-blocking-animation {
        max-width: 800px
    }
}

.hr--gradient {
    position: relative;
    padding-top: 3.5rem !important
}

.hr--gradient::before {
    border-radius: 9999px;
    position: absolute;
    content: "";
    height: 10px;
    width: 180px;
    top: 0;
    left: 0
}

.hr--large::before {
    height: 13px;
    width: 250px
}

#take-back-control text {
    font-weight: 600
}

.transparency-page table {
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0
}

.transparency-page td {
    text-align: left;
    border-style: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    height: auto
}

.transparency-page td:first-child {
    padding-left: 0
}

.transparency-page td:last-child {
    padding-right: 0
}

.transparency__grid {
    display: grid;
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    grid-row-gap: 2rem;
    row-gap: 2rem;
    grid-template: "a""e""b""c""d";
    grid-template-columns: 100%
}

.transparency__grid-item__a {
    grid-area: a
}

.transparency__grid-item__b {
    grid-area: b
}

.transparency__grid-item__c {
    grid-area: c
}

.transparency__grid-item__d {
    grid-area: d
}

.transparency__grid-item__e {
    grid-area: e
}

@media(min-width:768px) {
    .transparency__grid {
        grid-row-gap: 4rem;
        row-gap: 4rem;
        grid-template: "a b""e b""c c""d d";
        grid-template-columns: 300px auto
    }
}

@media(min-width:980px) {
    .transparency__grid {
        grid-template-columns: 340px auto
    }
}

.platforms {
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end
}

.platforms table {
    width: 100%
}

.platforms tbody tr :first-child::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 26px;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 1em;
    vertical-align: middle;
    font-family: 'font awesome 5 brands__subset';
    font-size: 1.5rem;
    font-weight: 400
}

.platforms .twitch :first-child::before {
    content: "\f1e8"
}

.platforms td:last-child {
    text-align: right
}

.recent-transactions__data-container {
    max-height: 806px;
    overflow-y: auto
}

.recent-transactions thead td,
.recent-transactions td {
    text-align: center
}

.recent-transactions tbody {
    display: block
}

.recent-transactions tr {
    display: list-item;
    list-style: none
}

.recent-transactions td {
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block
}

.recent-transactions td:nth-child(1),
.recent-transactions td:nth-child(2) {
    width: 50%
}

.recent-transactions td:nth-child(3) {
    width: 100%
}

.recent-transactions td:nth-child(3) a {
    text-decoration: none
}

.recent-transactions td:nth-child(2)::after {
    content: "BAT";
    margin-left: .5em
}

@media(min-width:768px) {
    .recent-transactions tbody {
        display: table-row-group
    }

    .recent-transactions tr {
        display: table-row
    }

    .recent-transactions td {
        padding-top: .75rem;
        padding-bottom: .75rem;
        display: table-cell
    }

    .recent-transactions td:nth-child(1),
    .recent-transactions td:nth-child(2),
    .recent-transactions td:nth-child(3) {
        width: auto
    }

    .recent-transactions td:nth-child(2) {
        text-align: right
    }

    .recent-transactions td:nth-child(3) {
        text-align: left
    }

    .recent-transactions td:nth-child(2)::after {
        content: unset
    }
}

@media(min-width:768px) {
    .active-campaigns__list {
        padding: 0;
        list-style: none;
        -moz-columns: 4;
        columns: 4;
        -moz-column-rule: 1px dotted rgba(255, 255, 255, .2);
        column-rule: 1px dotted rgba(255, 255, 255, .2)
    }
}

@media(min-width:375px) {
    [class^=privacy-] .hero {
        padding-bottom: 2rem
    }

    [class^=privacy-] .hero__title {
        font-size: 2.5em
    }
}

.privacy-table {
    width: 100%;
    border-width: 1px;
    --border-opacity: 1;
    border-color: #f1f3f5;
    border-color: rgba(241, 243, 245, var(--border-opacity))
}

.privacy-table td {
    --border-opacity: 1;
    border-color: #f1f3f5;
    border-color: rgba(241, 243, 245, var(--border-opacity));
    text-align: left;
    --text-opacity: 1;
    color: #495057;
    color: rgba(73, 80, 87, var(--text-opacity));
    padding: .75rem;
    vertical-align: top;
    min-width: 244px
}

.privacy-table thead {
    font-weight: 700
}

.search-faq .faq__item-heading {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.search-faq .faq__item-heading:first-child {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.error__message {
    align-self: flex-start;
    display: flex;
    align-items: center;
    padding-top: .5rem;
    text-align: left;
    font-size: .8125rem;
    line-height: 1.5384615384615385;
    --text-opacity: 1;
    color: #bd1531;
    color: rgba(189, 21, 49, var(--text-opacity));
    display: none
}

.error__message::before {
    padding-right: .5rem;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    content: "";
    background: url(../../static-assets/icons/error-icon.html)no-repeat
}

.-errors .error__message,
.-errors.error__message {
    display: flex !important
}

.br--default {
    display: inherit
}

.br--chrome {
    display: none
}

.is-chrome .br--chrome {
    display: inherit
}

.is-chrome .br--default {
    display: none
}

.brave-ads-podcast-page strong,
.brave-ads-page strong {
    font-weight: 600
}

.brave-ads-podcast-page .site-main,
.brave-ads-page .site-main {
    overflow-x: hidden !important
}

.brave-ads-podcast-page .perfundo,
.brave-ads-podcast-page .perfundo__overlay,
.brave-ads-page .perfundo,
.brave-ads-page .perfundo__overlay {
    -webkit-overflow-scrolling: touch !important;
    overflow-y: auto;
    z-index: 10000
}

.brave-ads-podcast-page .perfundo__content,
.brave-ads-page .perfundo__content {
    -webkit-overflow-scrolling: touch !important;
    overflow-y: auto;
    z-index: 20000
}

.brave-ads-podcast-page .perfundo__content iframe,
.brave-ads-page .perfundo__content iframe {
    -webkit-overflow-scrolling: touch !important;
    overflow-y: auto;
    --modalHeaderHeight: 28px;
    --modalFooterHeight: 44px;
    height: calc(100% - var(--modalHeaderHeight) - var(--modalFooterHeight))
}

.brave-ads-podcast-page .modal__close,
.brave-ads-page .modal__close {
    display: flex;
    justify-content: center;
    align-items: center;
    color: currentColor;
    line-height: 1;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    text-decoration: none;
    width: 28px;
    height: 28px;
    margin-left: auto
}

.brave-ads-podcast-page .modal__header,
.brave-ads-page .modal__header {
    display: flex
}

.brave-ads__casestudy {
    padding: 2.5rem;
    text-decoration: none;
    display: block;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    border-radius: .5rem;
    box-shadow: 0 4px 16px rgba(132, 136, 156, .16)
}

.brave-ads__resources-callout .btn:not(.btn--ghost-text) {
    max-width: unset;
    width: auto
}

.brave-ads__difference .difference__icon {
    grid-area: 1/1/3/2
}

.brave-ads__difference .difference__title {
    grid-area: 1/2/2/3
}

.brave-ads__difference .difference__body {
    grid-area: 2/2/3/3
}

.brave-ads__logo-cloud {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: row dense;
    grid-gap: 1rem;
    gap: 1rem;
    align-items: flex-start;
    max-width: 420px
}

.brave-ads__logo-cloud-item {
    position: relative;
    background: rgba(207, 211, 232, .16);
    border-radius: 6.75152px;
    padding: 31px 32px;
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    transition: .2s transform ease-in-out;
    -webkit-animation: appear 1s ease-in-out;
    animation: appear 1s ease-in-out
}

.brave-ads__logo-cloud-item:nth-of-type(1) {
    left: -80px
}

.brave-ads__logo-cloud-item:nth-of-type(2) {
    top: -50px;
    left: -50%
}

.brave-ads__logo-cloud-item:nth-of-type(3) {
    left: -10px
}

.brave-ads__logo-cloud-item:nth-of-type(4) {
    left: -30px
}

.brave-ads__logo-cloud-item:nth-of-type(5) {
    top: -50px;
    left: -15%
}

.brave-ads__logo-cloud-item:nth-of-type(7) {
    left: -30%
}

.brave-ads__logo-cloud-item:nth-of-type(8) {
    top: -40px;
    left: -10%
}

.brave-ads__logo-cloud-item:nth-of-type(9) {
    right: -10px
}

.brave-ads__logo-cloud-item:last-of-type {
    grid-column-start: 2;
    top: -40px;
    left: -40%
}

.brave-ads__logo-cloud-item:hover {
    transform: scale(1.2)
}

.brave-ads__logo-cloud-item img {
    max-height: 30px
}

@media only screen and (max-width: 850px) {
    .toc {
        display: none;
    }
}

@media only screen and (max-width: 815px) {
    .px-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .w-full {
        padding: 0 15px;
    }
}

@media(min-width:768px) {
    .brave-ads__logo-cloud-item img {
        max-height: 20px
    }
}

@media(min-width:980px) {
    .brave-ads__logo-cloud-item img {
        max-height: 30px
    }
}

@media screen and (max-width:507px) {
    .brave-ads__logo-cloud {
        width: 100vw
    }
}

.brave-ads__sponsorship-image {
    max-height: 100%;
    margin: 0 auto
}

@-webkit-keyframes appear {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes appear {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

.brave-ads-podcast-page .podcast-hero__subscribe {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: 3rem
}

.brave-ads-podcast-page .podcast-hero__subscribe span {
    padding-left: .5rem
}

.brave-ads-podcast-page .podcast-listing__title {
    display: flex;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem
}

.brave-ads-podcast-page .podcast-listing__title::after {
    --bg-opacity: 1;
    background-color: #e9e9f4;
    background-color: rgba(233, 233, 244, var(--bg-opacity));
    margin-left: 1rem;
    --borderHeight: 2px;
    content: "";
    display: block;
    height: var(--borderHeight);
    width: 100%;
    border-radius: var(--borderHeight)
}

.brave-ads-podcast-page .podcast-listing__episode {
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(59, 62, 79, 8%)
}

.brave-ads-podcast-page .podcast-listing__episode-serial {
    font-weight: 500;
    color: #bf14a2;
    background: -webkit-linear-gradient(305.95deg, #bf14a2 0%, #f73a1c 98.59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.brave-ads-podcast-page .podcast-listing__episode-title {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 600
}

.brave-ads-podcast-page .podcast-listing__episode-title::after {
    --bg-opacity: 1;
    background-color: #e9e9f4;
    background-color: rgba(233, 233, 244, var(--bg-opacity));
    margin-top: .5rem;
    content: "";
    display: block;
    height: 2px;
    width: 63px
}

.brave-ads-podcast-page .podcast-listing__episode-image {
    position: relative;
    --bg-opacity: 1;
    background-color: #e6e8f5;
    background-color: rgba(230, 232, 245, var(--bg-opacity));
    border-radius: 9999px;
    height: 0;
    padding-top: 100%
}

.brave-ads-podcast-page .podcast-listing__episode-image img {
    position: absolute;
    width: 65%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%)
}

.brave-ads-podcast-page .podcast__headshot {
    border-radius: 9999px;
    width: 12rem;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
    --border-opacity: 1;
    border-color: #e9ecef;
    border-color: rgba(233, 236, 239, var(--border-opacity))
}

.brave-ads-podcast-page .podcast-cta {
    border-radius: 1rem;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%
}

@media(min-width:768px) {
    .brave-ads-podcast-page .podcast-cta {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

.playlist-page .playlist__feature-section {
    padding-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto
}

.playlist-page .playlist__feature-section-image {
    padding-top: 1rem
}

.playlist-page .playlist__feature-section-image img {
    box-shadow: 0 4px 34px rgba(0, 0, 0, .25);
    border-radius: 52px
}

.playlist-page .playlist__feature-section-image.train img {
    filter: brightness(.9)
}

.playlist-page .playlist__big-image__container {
    position: relative;
    overflow: hidden
}

.playlist-page .playlist__big-image__image {
    max-height: 960px;
    width: 200%;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: none;
    transform: translateX(-40%)
}

.playlist-page .playlist__big-image__text {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 600;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    text-align: center;
    position: absolute;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    bottom: 20%
}

.playlist-page .playlist__cta {
    padding: 140px 46px;
    background: rgba(131, 215, 252, .37)
}

.playlist-page .playlist__cta__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 548px
}

.playlist-page .playlist__cta h2 {
    text-align: center;
    font-size: 42px
}

.playlist-page .btn {
    max-width: 24rem;
    font-size: 24px;
    width: 100%
}

@media(min-width:375px) {
    .playlist-page .btn {
        font-size: 28px;
        padding: 20px 0
    }
}

@media(min-width:768px) {
    .playlist-page .playlist__big-image__text {
        font-size: 2.25rem;
        line-height: 1.6666666666666667
    }

    .playlist-page .playlist__feature-section {
        flex-wrap: nowrap;
        max-width: none
    }

    .playlist-page .playlist__feature-section-image {
        min-width: 45%;
        padding-top: 0
    }

    .playlist-page .btn {
        font-size: 32px;
        padding: 30px 0
    }

    .playlist-page .playlist__big-image__image {
        width: 100%;
        overflow: hidden;
        -o-object-fit: cover;
        object-fit: cover;
        transform: unset
    }
}

.playlist-page .soundcloud {
    width: 38px;
    height: 38px
}

@media(min-width:980px) {
    .playlist-page .playlist__big-image__text {
        font-size: 3.25rem;
        line-height: 1.2307692307692308
    }

    .playlist-page .playlist__feature-section-image {
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content
    }
}

.ntp-tutorial-hero__shortcut {
    border-radius: .375rem;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    --text-opacity: 1;
    color: #343a40;
    color: rgba(52, 58, 64, var(--text-opacity));
    padding: 3rem;
    margin-bottom: 3rem;
    box-shadow: 0 2px 18px rgba(0, 0, 0, .3);
    margin-bottom: 0;
    padding: 0;
    height: 0;
    padding-top: 100%;
    position: relative
}

.ntp-tutorial-hero__shortcut img,
.ntp-tutorial-hero__shortcut svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%)
}

.desktop-ntp-tutorial-hero__shortcut {
    margin-bottom: 0;
    padding: 0;
    height: 0;
    padding-top: 50%;
    position: relative
}

.desktop-ntp-tutorial-hero__shortcut img,
.desktop-ntp-tutorial-hero__shortcut svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%)
}

.mauto {
    margin: auto
}

.ntp-tutorial {
    background: linear-gradient(#FFFFFF, #F8F8F8)
}

.ntp-tutorial__btn {
    display: block;
    text-align: center;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    font-weight: 600;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    text-decoration: none;
    border-radius: .25rem;
    background: linear-gradient(45deg, #F73A1C, #BF14A2)
}

.ntp-tutorial__quicklink {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: .25rem;
    box-shadow: 0 2px 8px rgba(35, 47, 53, .2);
    display: flex;
    align-items: center;
    width: 100%;
    height: 4rem;
    margin-bottom: 1rem;
    --text-opacity: 1;
    color: #4c54d2;
    color: rgba(76, 84, 210, var(--text-opacity));
    font-weight: 600;
    text-decoration: none;
    line-height: 1.375
}

.ntp-tutorial__section {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 2rem;
    border-radius: .25rem;
    width: 100%;
    box-shadow: 0 2px 8px rgba(35, 47, 53, .2)
}

.ntp-tutorial__section__heading {
    margin-left: -.5rem;
    display: flex;
    align-items: center;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 600;
    --text-opacity: 1;
    color: #4c54d2;
    color: rgba(76, 84, 210, var(--text-opacity))
}

.ntp-tutorial__section h3 {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: .75rem
}

#features.ntp-tutorial__section h3 {
    border-bottom-width: 1px;
    --border-opacity: 1;
    border-color: #e9e9f4;
    border-color: rgba(233, 233, 244, var(--border-opacity));
    padding-bottom: .5rem
}

.ntp-tutorial__section strong {
    --text-opacity: 1;
    color: #fb542b;
    color: rgba(251, 84, 43, var(--text-opacity))
}

.ntp-tutorial__section a {
    font-weight: 500;
    text-decoration: none
}

.ntp-tutorial__section p {
    padding-bottom: 0
}

.accordion-table .accordion__item {
    padding-top: 2rem;
    border-bottom-width: 1px;
    --border-opacity: 1;
    border-color: #e9ecef;
    border-color: rgba(233, 236, 239, var(--border-opacity))
}

.accordion-table .accordion__item:last-child {
    margin-bottom: 2rem
}

.accordion-table .accordion__item-heading::after {
    content: "\f055"
}

.accordion-table .accordion__item-content {
    overflow-x: auto
}

.accordion-table .-open .accordion__item-heading::after {
    content: "\f056"
}

.accordion-table .-open .accordion__item-content :last-child {
    margin-bottom: 2rem
}

.scroll-hint {
    position: relative;
    margin: 30px 0 0
}

.scroll-hint p {
    padding: 32px 0 0 !important;
    font-weight: 400 !important;
    color: #fff !important;
    font-size: 1.3em !important;
    background: 0 0
}

#svg-scroll-hint {
    max-width: 140px;
    max-height: 140px;
    margin: 0 -50px -60px;
    display: inline-block
}

#svg-image8 svg,
#svg-image10 svg {
    margin-top: -22%;
    height: auto !important
}

#svg-image9b svg {
    margin-top: -13%;
    height: auto !important
}

.bg-lightest-gray {
    background-color: #f9f9ff
}

#faq {
    margin: 80px 0 20px
}

#faq a,
#faq a:hover,
#faq a:visited {
    color: #fb542b !important;
    font-size: 1em !important
}

button.faq-accordion {
    color: #fff;
    cursor: pointer;
    padding: 18px 40px 18px 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: all 1s ease-in-out;
    pointer-events: all;
    font-size: 1em;
    background: 0 0
}

.faq-accordion-item {
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, .2)
}

.faq-accordion-item-first {
    border-top: 2px solid rgba(255, 255, 255, .2)
}

.faq-accordion-icon {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, .8);
    height: 40px;
    font-size: 50px;
    line-height: 40px;
    top: 0;
    right: 10px
}

.faq-accordion-icon img {
    display: unset;
    vertical-align: baseline
}

.faq-accordion-icon-open {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, .8);
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    top: 0;
    right: 10px
}

.faq-accordion-icon-open img {
    display: unset;
    vertical-align: baseline
}

.faq-panel {
    padding: 10px 18px 30px 0;
    display: none;
    overflow: hidden;
    color: #fff
}

.faq-panel p {
    font-size: 1em !important
}

.privacy-features-page #hero-animation svg {
    width: 108.4% !important;
    margin-top: -26% !important;
    transform: translate3d(-2px, 2px, 0) !important
}

.hero .text-left * {
    text-align: left !important
}

.transparency-page .site-main a {
    --text-opacity: 1;
    color: #fb542b;
    color: rgba(251, 84, 43, var(--text-opacity))
}

@media(min-width:375px) {
    .xs\:text-xl {
        font-size: 1.25rem
    }

    .xs\:text-5xl {
        font-size: 3rem
    }

    .xs\:text-4\.5xl {
        font-size: 2.5rem
    }

    .xs\:text-5xl-rel {
        font-size: 3em
    }

    .xs\:text-6xl-rel {
        font-size: 4em
    }

    .xs\:mt-0 {
        margin-top: 0
    }

    .xs\:mr-3 {
        margin-right: .75rem
    }

    .xs\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .xs\:w-auto {
        width: auto
    }

    .xs\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media(min-width:640px) {
    .sm\:border-gray-100 {
        --border-opacity: 1;
        border-color: #e6e8f5;
        border-color: rgba(230, 232, 245, var(--border-opacity))
    }

    .sm\:rounded-none {
        border-radius: 0
    }

    .sm\:rounded-lg {
        border-radius: .5rem
    }

    .sm\:border {
        border-width: 1px
    }

    .sm\:block {
        display: block
    }

    .sm\:inline {
        display: inline
    }

    .sm\:flex {
        display: flex
    }

    .sm\:table {
        display: table
    }

    .sm\:hidden {
        display: none
    }

    .sm\:flex-no-wrap {
        flex-wrap: nowrap
    }

    .sm\:items-center {
        align-items: center
    }

    .sm\:self-start {
        align-self: flex-start
    }

    .sm\:justify-between {
        justify-content: space-between
    }

    .sm\:order-1 {
        order: 1
    }

    .sm\:order-2 {
        order: 2
    }

    .sm\:h-48 {
        height: 12rem
    }

    .sm\:h-auto {
        height: auto
    }

    .sm\:text-base {
        font-size: 1rem
    }

    .sm\:text-lg {
        font-size: 1.125rem
    }

    .sm\:text-3xl {
        font-size: 1.875rem
    }

    .sm\:text-4xl {
        font-size: 2.25rem
    }

    .sm\:text-1\.5xl {
        font-size: 1.31rem
    }

    .sm\:text-4\.5xl {
        font-size: 2.5rem
    }

    .sm\:text-5\.5xl {
        font-size: 3.5rem
    }

    .sm\:text-7xl-rel {
        font-size: 5em
    }

    .sm\:text-4xl-rel {
        font-size: 2.25em
    }

    .sm\:leading-normal {
        line-height: 1.5
    }

    .sm\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .sm\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .sm\:mt-0 {
        margin-top: 0
    }

    .sm\:mb-0 {
        margin-bottom: 0
    }

    .sm\:ml-4 {
        margin-left: 1rem
    }

    .sm\:mb-6 {
        margin-bottom: 1.5rem
    }

    .sm\:-mr-56 {
        margin-right: -14rem
    }

    .sm\:max-h-80 {
        max-height: 80vh
    }

    .sm\:max-w-none {
        max-width: none
    }

    .sm\:p-8 {
        padding: 2rem
    }

    .sm\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .sm\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .sm\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .sm\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .sm\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .sm\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .sm\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .sm\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .sm\:py-12\.5 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }

    .sm\:pb-0 {
        padding-bottom: 0
    }

    .sm\:pb-3 {
        padding-bottom: .75rem
    }

    .sm\:pt-4 {
        padding-top: 1rem
    }

    .sm\:pr-4 {
        padding-right: 1rem
    }

    .sm\:pr-12 {
        padding-right: 3rem
    }

    .sm\:pb-12 {
        padding-bottom: 3rem
    }

    .sm\:pt-24 {
        padding-top: 6rem
    }

    .sm\:pb-40 {
        padding-bottom: 10rem
    }

    .sm\:pb-48 {
        padding-bottom: 12rem
    }

    .sm\:pt-64 {
        padding-top: 16rem
    }

    .sm\:text-left {
        text-align: left
    }

    .sm\:text-opacity-75 {
        --text-opacity: .75
    }

    .sm\:w-40 {
        width: 10rem
    }

    .sm\:w-auto {
        width: auto
    }

    .sm\:w-4\/5 {
        width: 80%
    }

    .sm\:w-1\/2 {
        width: 50%
    }

    .sm\:w-1\/3 {
        width: 33.333333%
    }

    .sm\:w-2\/3 {
        width: 66.666667%
    }

    .sm\:w-1\/4 {
        width: 25%
    }

    .sm\:w-3\/4 {
        width: 75%
    }

    .sm\:w-1\/5 {
        width: 20%
    }

    .sm\:w-3\/5 {
        width: 60%
    }

    .sm\:w-5\/6 {
        width: 83.333333%
    }

    .sm\:w-5\/12 {
        width: 41.666667%
    }

    .sm\:w-9\/12 {
        width: 75%
    }

    .sm\:w-full {
        width: 100%
    }

    .sm\:w-23\/50 {
        width: 46%
    }

    .sm\:gap-x-12 {
        grid-column-gap: 3rem;
        -moz-column-gap: 3rem;
        column-gap: 3rem
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .sm\:col-start-2 {
        grid-column-start: 2
    }

    .sm\:row-start-1 {
        grid-row-start: 1
    }

    .sm\:row-end-4 {
        grid-row-end: 4
    }
}

@media(min-width:768px) {
    .md\:container--small {
        max-width: calc(826px + 3rem)
    }

    .md\:border-gray-100 {
        --border-opacity: 1;
        border-color: #e6e8f5;
        border-color: rgba(230, 232, 245, var(--border-opacity))
    }

    .md\:border-none {
        border-style: none
    }

    .md\:border-r {
        border-right-width: 1px
    }

    .md\:block {
        display: block
    }

    .md\:table-header-group {
        display: table-header-group
    }

    .md\:flex-no-wrap {
        flex-wrap: nowrap
    }

    .md\:justify-start {
        justify-content: flex-start
    }

    .md\:order-1 {
        order: 1
    }

    .md\:order-2 {
        order: 2
    }

    .md\:h-full {
        height: 100%
    }

    .md\:text-sm {
        font-size: .875rem
    }

    .md\:text-5xl {
        font-size: 3rem
    }

    .md\:text-ds-h1 {
        font-size: 3.25rem;
        line-height: 1.2307692307692308
    }

    .md\:text-ds-h2 {
        font-size: 2.25rem;
        line-height: 1.6666666666666667
    }

    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .md\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mt-8 {
        margin-top: 2rem
    }

    .md\:mb-12 {
        margin-bottom: 3rem
    }

    .md\:mt-auto {
        margin-top: auto
    }

    .md\:-mt-20 {
        margin-top: -5rem
    }

    .md\:-mb-24 {
        margin-bottom: -6rem
    }

    .md\:-mt-32 {
        margin-top: -8rem
    }

    .md\:-mt-64 {
        margin-top: -16rem
    }

    .md\:-mb-72 {
        margin-bottom: -18rem
    }

    .md\:-mt-84 {
        margin-top: -21rem
    }

    .md\:max-w-screen-md {
        max-width: 768px
    }

    .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .md\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem
    }

    .md\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    .md\:pb-0 {
        padding-bottom: 0
    }

    .md\:pr-6 {
        padding-right: 1.5rem
    }

    .md\:pr-8 {
        padding-right: 2rem
    }

    .md\:pl-8 {
        padding-left: 2rem
    }

    .md\:pr-10 {
        padding-right: 2.5rem
    }

    .md\:pl-10 {
        padding-left: 2.5rem
    }

    .md\:pt-12 {
        padding-top: 3rem
    }

    .md\:pr-12 {
        padding-right: 3rem
    }

    .md\:pl-12 {
        padding-left: 3rem
    }

    .md\:pr-20 {
        padding-right: 5rem
    }

    .md\:pt-24 {
        padding-top: 6rem
    }

    .md\:pb-48 {
        padding-bottom: 12rem
    }

    .md\:pt-64 {
        padding-top: 16rem
    }

    .md\:text-left {
        text-align: left
    }

    .md\:text-center {
        text-align: center
    }

    .md\:w-auto {
        width: auto
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-1\/3 {
        width: 33.333333%
    }

    .md\:w-2\/3 {
        width: 66.666667%
    }

    .md\:w-1\/4 {
        width: 25%
    }

    .md\:w-3\/4 {
        width: 75%
    }

    .md\:w-2\/5 {
        width: 40%
    }

    .md\:w-3\/5 {
        width: 60%
    }

    .md\:w-10\/12 {
        width: 83.333333%
    }

    .md\:w-11\/12 {
        width: 91.666667%
    }

    .md\:w-13\/50 {
        width: 26%
    }

    .md\:w-15\/50 {
        width: 30%
    }

    .md\:w-22\/50 {
        width: 44%
    }

    .md\:w-23\/50 {
        width: 46%
    }

    .md\:w-27\/50 {
        width: 54%
    }

    .md\:w-28\/50 {
        width: 56%
    }

    .md\:gap-12 {
        grid-gap: 3rem;
        gap: 3rem
    }

    .md\:gap-x-6 {
        grid-column-gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }

    .md\:gap-x-24 {
        grid-column-gap: 6rem;
        -moz-column-gap: 6rem;
        column-gap: 6rem
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .md\:col-span-2 {
        grid-column: span 2/span 2
    }

    .md\:transform {
        --transform-translate-x: 0;
        --transform-translate-y: 0;
        --transform-rotate: 0;
        --transform-skew-x: 0;
        --transform-skew-y: 0;
        --transform-scale-x: 1;
        --transform-scale-y: 1;
        transform: translateX(var(--transform-translate-x))translateY(var(--transform-translate-y))rotate(var(--transform-rotate))skewX(var(--transform-skew-x))skewY(var(--transform-skew-y))scaleX(var(--transform-scale-x))scaleY(var(--transform-scale-y))
    }

    .md\:translate-y-56 {
        --transform-translate-y: 14rem
    }

    .md\:col-count-2 {
        -moz-column-count: 2;
        column-count: 2
    }
}

@media(min-width:980px) {
    .lg\:uncollapsed {
        opacity: 1;
        transform: scaleY(1)
    }

    .lg\:toc--sticky {
        position: sticky;
        align-self: flex-start;
        top: 1em
    }

    @media(min-width:980px) {
        .lg\:toc--sticky {
            overflow-y: auto;
            position: sticky;
            align-self: flex-start;
            top: calc(var(--headerHeight) + 1em);
            max-height: calc(100vh - var(--headerHeight) - 1em)
        }
    }

    .lg\:bg-30 {
        background-size: 30%
    }

    .lg\:border-none {
        border-style: none
    }

    .lg\:block {
        display: block
    }

    .lg\:hidden {
        display: none
    }

    .lg\:items-center {
        align-items: center
    }

    .lg\:justify-end {
        justify-content: flex-end
    }

    .lg\:order-1 {
        order: 1
    }

    .lg\:order-2 {
        order: 2
    }

    .lg\:text-base {
        font-size: 1rem
    }

    .lg\:text-2xl {
        font-size: 1.5rem
    }

    .lg\:text-ds-h2 {
        font-size: 2.25rem;
        line-height: 1.6666666666666667
    }

    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:mt-4 {
        margin-top: 1rem
    }

    .lg\:mt-6 {
        margin-top: 1.5rem
    }

    .lg\:mt-24 {
        margin-top: 6rem
    }

    .lg\:ml-auto {
        margin-left: auto
    }

    .lg\:-mb-40 {
        margin-bottom: -10rem
    }

    .lg\:max-w-screen-lg {
        max-width: 980px
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .lg\:pb-0 {
        padding-bottom: 0
    }

    .lg\:pr-4 {
        padding-right: 1rem
    }

    .lg\:pb-4 {
        padding-bottom: 1rem
    }

    .lg\:pr-5 {
        padding-right: 1.25rem
    }

    .lg\:pl-5 {
        padding-left: 1.25rem
    }

    .lg\:pt-6 {
        padding-top: 1.5rem
    }

    .lg\:pr-6 {
        padding-right: 1.5rem
    }

    .lg\:pl-6 {
        padding-left: 1.5rem
    }

    .lg\:pr-8 {
        padding-right: 2rem
    }

    .lg\:pl-8 {
        padding-left: 2rem
    }

    .lg\:pt-10 {
        padding-top: 2.5rem
    }

    .lg\:pt-12 {
        padding-top: 3rem
    }

    .lg\:pr-12 {
        padding-right: 3rem
    }

    .lg\:pl-12 {
        padding-left: 3rem
    }

    .lg\:pt-16 {
        padding-top: 4rem
    }

    .lg\:pl-16 {
        padding-left: 4rem
    }

    .lg\:pl-20 {
        padding-left: 5rem
    }

    .lg\:pr-24 {
        padding-right: 6rem
    }

    .lg\:pt-32 {
        padding-top: 8rem
    }

    .lg\:pb-32 {
        padding-bottom: 8rem
    }

    .lg\:pr-40 {
        padding-right: 10rem
    }

    .lg\:pt-48 {
        padding-top: 12rem
    }

    .lg\:w-24 {
        width: 6rem
    }

    .lg\:w-auto {
        width: auto
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:w-3\/4 {
        width: 75%
    }

    .lg\:w-1\/5 {
        width: 20%
    }

    .lg\:w-2\/5 {
        width: 40%
    }

    .lg\:w-3\/5 {
        width: 60%
    }

    .lg\:w-4\/6 {
        width: 66.666667%
    }

    .lg\:w-7\/12 {
        width: 58.333333%
    }

    .lg\:w-13\/50 {
        width: 26%
    }

    .lg\:w-15\/50 {
        width: 30%
    }

    .lg\:w-22\/50 {
        width: 44%
    }

    .lg\:w-23\/50 {
        width: 46%
    }

    .lg\:w-27\/50 {
        width: 54%
    }

    .lg\:w-28\/50 {
        width: 56%
    }

    .lg\:w-35\/50 {
        width: 70%;
    }

    .lg\:w-37\/50 {
        width: 74%
    }

    .lg\:w-40\/50 {
        width: 80%
    }

    .lg\:w-43\/50 {
        width: 86%
    }

    .lg\:w-48\/50 {
        width: 96%
    }

    .lg\:gap-16 {
        grid-gap: 4rem;
        gap: 4rem
    }

    .lg\:gap-x-56 {
        grid-column-gap: 14rem;
        -moz-column-gap: 14rem;
        column-gap: 14rem
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .lg\:row-end-5 {
        grid-row-end: 5
    }

    .lg\:col-count-3 {
        -moz-column-count: 3;
        column-count: 3
    }
}

@media(min-width:1080px) {
    .xl\:container--large {
        max-width: 1168px
    }

    .xl\:bg-no-size {
        background-size: auto
    }

    .xl\:text-4xl {
        font-size: 2.25rem
    }

    .xl\:text-6xl {
        font-size: 4rem
    }

    .xl\:text-6\.5xl {
        font-size: 4.5rem
    }

    .xl\:text-7\.5xl {
        font-size: 5.5rem
    }

    .xl\:-mt-40 {
        margin-top: -10rem
    }

    .xl\:max-w-screen-lg {
        max-width: 980px
    }

    .xl\:max-w-screen-xl {
        max-width: 1080px
    }

    .xl\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .xl\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .xl\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .xl\:pr-0 {
        padding-right: 0
    }

    .xl\:pt-24 {
        padding-top: 6rem
    }

    .xl\:pr-24 {
        padding-right: 6rem
    }

    .xl\:pt-40 {
        padding-top: 10rem
    }

    .xl\:pt-48 {
        padding-top: 12rem
    }

    .xl\:pb-56 {
        padding-bottom: 14rem
    }

    .xl\:pb-72 {
        padding-bottom: 18rem
    }

    .xl\:w-1\/4 {
        width: 25%
    }

    .xl\:w-2\/5 {
        width: 40%
    }

    .xl\:w-5\/12 {
        width: 41.666667%
    }

    .xl\:w-11\/12 {
        width: 91.666667%
    }

    .xl\:w-21\/50 {
        width: 42%
    }

    .xl\:w-27\/50 {
        width: 54%
    }

    .xl\:gap-0 {
        grid-gap: 0;
        gap: 0
    }

    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .xl\:translate-y-40 {
        --transform-translate-y: 10rem
    }
}

@media(min-width:1440px) {
    .\32xl\:text-6\.5xl {
        font-size: 4.5rem
    }

    .\32xl\:-mr-32 {
        margin-right: -8rem
    }

    .\32xl\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .\32xl\:w-full {
        width: 100%
    }
}

@media(orientation:portrait) {
    .portrait\:min-h-0 {
        min-height: 0
    }
}