@charset "UTF-8";

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    scroll-behavior: smooth
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

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

textarea {
    resize: vertical
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.hidden {
    display: none !important
}

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

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

@media print {
    *, :after, :before, :first-letter, :first-line {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, .75);
    border: none;
    color: #333
}

.flickity-button:hover {
    cursor: pointer
}

.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

.flickity-enabled.is-fade .flickity-slider>* {
    pointer-events: none;
    z-index: 0
}

.flickity-enabled.is-fade .flickity-slider>.is-selected {
    pointer-events: auto;
    z-index: 1
}

body, html {
    min-height: 100%;
    height: auto;
    position: relative
}

*, blockquote, dd, dl, dt, p, ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input[type=submit], label {
    cursor: pointer
}

fieldset {
    padding: 0;
    border: none
}

button {
    background: 0 0;
    border: none;
    cursor: pointer
}

html {
    min-height: 100%;
    height: auto;
    font-size: 62.5%
}

body {
    overflow-x: hidden;
    background-color: #1c1d26;
    color: #030a19;
    font: 400 1.6rem/100% Montserrat, sans-serif
}

@media all and (min-width:900px) {
    body {
        font-size: 1.8rem
    }
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
    margin: 0;
    font-weight: 700
}

.txt-link, a {
    color: #1566db;
    text-decoration: none;
    font-family: inherit;
    font-size: 1em
}

.txt-link:focus, .txt-link:focus span, .txt-link:hover, .txt-link:hover span, a:focus, a:hover {
    text-decoration: underline
}

.txt-link span {
    display: inline-block;
    vertical-align: top
}

p {
    margin: 0;
    line-height: 1.5em
}

p+p {
    margin-top: 1.125em
}

.body *+* {
    margin-top: 1.125em
}

p a {
    text-decoration: underline
}

p a:focus, p a:hover {
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

picture {
    display: block
}

.strongtools .caption, figcaption {
    margin: 1.375em auto 0;
    display: block;
    font-size: .89em;
    font-style: normal;
    text-align: left
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

nav li {
    margin: 0;
    list-style: none
}

video {
    -o-object-fit: cover;
    object-fit: cover
}

.wrap {
    max-width: 1288px;
    max-width: calc((64px * 12) + (40px * 13));
    margin: 0 auto;
    padding: 0 2rem;
    position: relative
}

.grid {
    display: grid;
    gap: 48px;
    grid-template-columns: 1fr
}

@media all and (min-width:900px) {
    .wrap {
        padding: 0 20px
    }
}

article:focus, div:focus, form:focus, li:focus, main:focus, nav:focus, ol:focus, section:focus, ul:focus {
    outline: 0
}

.skip-btn {
    position: fixed;
    top: -250px;
    left: 0;
    z-index: 1000;
    padding: 2rem;
    display: block;
    background: #1566db;
    border-radius: 0;
    color: #fff;
    font: 700 1.6rem/1.25em Montserrat, sans-serif;
    text-transform: uppercase;
    text-align: center;
    transition: all .3s ease-in-out
}

.skip-btn:focus {
    top: 0
}

.strongtools .btn {
    width: auto;
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 12px 18px;
    display: inline-block;
    vertical-align: top;
    background: #4965e2;
    border: 1px solid #4965e2;
    border-radius: 8px;
    box-shadow: 4px 4px 0 #3247a5;
    color: #fff;
    font: 700 1.6rem/1.5em Montserrat, sans-serif;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: border-color .3s ease-in-out, background-color .3s ease-in-out, color .3s ease-in-out;
    -webkit-appearance: none;
}

.strongtools .btn:focus, .strongtools .btn:hover {
    background-color: #3247a5;
    border-color: #3247a5;
}

@media all and (min-width:900px) {
    .strongtools .btn {
        padding: 15px 24px
    }
}

.btn .ico.chev {
    background-position: 0 0
}

.strongtools .btn.alt1 {
    border-color: #9647fe;
    background-color: #9647fe;
    box-shadow: 4px 4px 0 #6230a3;
    color: #ffffff;
    text-transform: uppercase;
}

.strongtools .btn.alt1:focus, .strongtools .btn.alt1:hover {
    border-color: #6230a3;
    background-color: #6230a3;
}

.strongtools .btn.alt2 {
    border-color: #b479ee;
    background-color: #b479ee;
    box-shadow: 4px 4px 0 #9256cd;
    color: #ffffff;
    text-transform: uppercase;
    margin-left: 10px;
}

.strongtools .btn.alt2:focus, .strongtools .btn.alt2:hover {
    border-color: #9256cd;
    background-color: #9256cd;
}

.strongtools .btn i{
    margin-left: 10px;
}


.btn.alt1 .ico.chev {
    background-position: -20px 0
}



.strongtools .btn.alt3 {
    border-color: #01c9a7;
    background-color: #01c9a7;
    box-shadow: 4px 4px 0 #0d4944;
    color: #030a19
}

.strongtools .btn.alt3:focus, .strongtools .btn.alt3:hover {
    border-color: #13e1bd;
    background-color: #13e1bd
}

.strongtools .btn.alt3 .ico.chev {
    background-position: -20px 0
}

.strongtools .btn.alt4 {
    border-color: #2d96ff;
    background-color: #2d96ff;
    box-shadow: 4px 4px 0 #132a54;
    color: #030a19
}

.strongtools .btn.alt4:focus, .strongtools .btn.alt4:hover {
    border-color: #6db6ff;
    background-color: #6db6ff
}

.strongtools .btn.alt4 .ico.chev {
    background-position: -20px 0
}

.strongtools .btn.alt5 {
    box-shadow: none;
    border-color: #1566db;
    background-color: #fff;
    color: #1566db
}

.strongtools .btn.alt5:focus, .strongtools .btn.alt5:hover {
    background-color: #eee
}

.strongtools .btn.alt5.active {
    background-color: #1566db;
    color: #fff
}

.strongtools .txt-link.alt2 {
    color: #a862ec
}

.strongtools .txt-link.alt2 .ico.chev {
    background-position: -40px 0
}

.strongtools .txt-link.alt3 {
    color: #01c9a7
}

.strongtools .txt-link.alt3 .ico.chev {
    background-position: -60px 0
}

.strongtools .txt-link.alt4 {
    color: #2d96ff
}

.strongtools .txt-link.alt4 .ico.chev {
    background-position: -100px 0
}

.hd1, .hd2, .hd3, .hd4, .hd5, .hd6 {
    position: relative;
    display: block;
    font: 700 3.5rem/1.16em 'Work Sans', sans-serif
}

.hd1 {
    font-weight: 600
}

.hd1 p {
    line-height: 1em
}

.hd2 {
    font-size: 2.8rem
}

.hd3 {
    font-size: 2.2rem
}

.hd4 {
    font-size: 2.2rem
}

.hd5 {
    font-size: 1.8rem
}

.hd6 {
    font: 400 1em/1.5em Montserrat, sans-serif
}

.kicker {
    display: block;
    font: 700 1.8rem/1.5em 'Work Sans', sans-serif;
    letter-spacing: .07em
}

@media all and (min-width:900px) {
    .hd1, .hd2, .hd3, .hd4, .hd5, .hd6 {
        white-space: pre-line
    }

    .hd1 {
        font-size: 6rem;
        line-height: .95em;
        font-weight: 700
    }

    .hd1 strong {
        font-weight: 700
    }

    .hd2 {
        font-size: 5rem
    }

    .hd3 {
        font-size: 3.5rem;
        font-weight: 600
    }

    .hd4 {
        font-size: 2.8rem
    }

    .hd5 {
        font-size: 2.2rem
    }
}

.strongtools .strongtools-logo {
    width: 124px;
    height: 0;
    padding: 28px 0 0;
    display: block;
    overflow: hidden;
    background: url(../gfx/strongtools-logo.svg) no-repeat 0 0;
    background-size: contain;
    line-height: 1.2em
}

.ico {
    background: url(../gfx/sprite.svg) no-repeat 1000% 1000%;
    background-size: 300px auto
}

.ico.chev {
    width: 18px;
    height: 16px;
    display: block;
    background-position: 0 0
}

.ico.play {
    width: 12px;
    height: 14px;
    display: block;
    background-position: -180px 0
}

.ico.check {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: top;
    background-position: -140px 0
}

.ico.info {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    background-position: -240px 0
}

.btn .ico.chev, .btn .ico.play, .txt-link .ico.chev, .txt-link .ico.play, a .ico.chev, a .ico.play {
    margin: 0 0 -2px 12px;
    display: inline-block;
    vertical-align: baseline
}

.txt-link .ico.chev, a .ico.chev {
    background-position: -80px 0
}

.arr {
    width: 12px;
    height: 12px;
    position: relative;
    display: block
}

.arr::after, .arr::before {
    content: '';
    position: absolute;
    border-radius: 1px;
    background-color: #fff
}

.arr::before {
    width: 2px;
    height: 100%;
    top: 0;
    right: 0
}

.arr::after {
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0
}

.creators .arr::after, .creators .arr::before {
    background-color: #9645e8
}

.nft .arr::after, .nft .arr::before {
    background-color: #1e7972
}

.tgl-btn .arr {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.industry .arr::after, .industry .arr::before {
    background-color: #1566db
}

.arr2 {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1566db;
    border-radius: 50%
}

.strongtools .arr2 .ico {
    margin: 0;
    background-position: 0 0
}

.arr2.prev .ico {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pagi {
    margin: 32px 0 0;
    text-align: center
}

.pagi li {
    margin: 5px;
    display: inline-block;
    vertical-align: top
}

.pg {
    padding: 0 10px;
    display: block;
    line-height: 48px;
    color: #1566db
}

.pg.current {
    font-weight: 700
}

.pagi span.arr2 {
    opacity: .4
}

.icon {
    width: 48px;
    height: 48px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 100%
}

@media all and (min-width:900px) {
    .icon {
        width: 64px;
        height: 64px
    }
}

.olist-1 {
    position: relative;
    counter-reset: num-list;
    list-style: none
}

.olist-1 li {
    min-height: 56px;
    position: relative;
    display: flex;
    align-items: center;
    counter-increment: num-list
}

.olist-1 li+li {
    margin-top: 32px
}

.olist-1 li::before {
    content: counter(num-list);
    width: 56px;
    min-width: 56px;
    height: 56px;
    margin-right: 20px;
    position: relative;
    z-index: 5;
    display: block;
    background-color: #0d4944;
    border-radius: 50%;
    color: #01c9a7;
    font-size: 3.5rem;
    line-height: 56px;
    font-weight: 600;
    text-align: center
}

.olist-1 li::after {
    content: '';
    width: 3px;
    position: absolute;
    top: -32px;
    bottom: -32px;
    left: 27px;
    z-index: 1;
    background-color: #1e7972
}

.olist-1 li:first-of-type:after {
    top: 50%
}

.olist-1 li:last-of-type:after {
    bottom: 50%
}

.body li {
    margin: 10px 0 10px 1.4em;
    line-height: 1.5em
}

.mod {
    padding: 48px 0;
    position: relative;
    background-color: #21232e;
    color: #fff
}

.protection-items i {
    font-size: 48px;
    margin-bottom: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1566db), color-stop(70%, #9747ff));
    background: -o-linear-gradient(top, #1566db 0, #9747ff 70%);
    background: linear-gradient(180deg, #1566db 0, #9747ff 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
}

.mod .hd1, .mod .hd2, .mod .hd3 {
    margin-bottom: 32px
}

.mod .foot a {
    font-weight: 700;
    line-height: 1.5em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.mod .hd2+.head-link, .mod .hd3+.head-link {
    margin-top: -24px;
    margin-bottom: 32px
}

.head-link a {
    font-weight: 700
}

.strongtools .mod.mod-404 {
    padding-bottom: 48px
}

@media all and (min-width:900px) {
    .mod .hd1 {
        margin-bottom: 56px
    }

    .mod .hd2, .mod .hd3 {
        margin-bottom: 24px
    }

    .mod .hd2+.head-link, .mod .hd3+.head-link {
        margin-top: -12px;
        margin-bottom: 56px
    }

    .mod .hd2+.head-link {
        margin-top: -12px
    }
}

.angle-1 {
    margin: 0px 0;
    padding: 48px 0;
    background-color: #21232e;
    color: #fff
}

.statslist p{
    font-size: 1.5rem;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 5px;
}

.statslist p i{
    color: #01c9a7;
    margin-right: 5px;
}


.team-mod.angle-down::after {
    background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='1440' height='90' viewBox='0 0 1440 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 90C0 90 1042.16 26.8421 1440 0H0V90Z' fill='%23EEEDF8'/%3E%3C/svg%3E")
}

.angle-top+.angle-top {
    margin-top: 0
}

.angle-top::before {
    top: -23px;
    background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='1440' height='90' viewBox='0 0 1440 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 0C1440 0 397.845 62.4666 0 89.0149H1440V0Z' fill='%23132A54'/%3E%3C/svg%3E")
}

.team-mod.angle-down+.mod::before {
    content: '';
    height: 25px;
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    background-color: #fff
}

.partnerships-mod.angle-top::before {
    background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='1440' height='90' viewBox='0 0 1440 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 0C1440 0 397.845 62.4666 0 89.0149H1440V0Z' fill='%23FFFFFF'/%3E%3C/svg%3E")
}

.txt-items-mod.angle-top::before {
    background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='1440' height='90' viewBox='0 0 1440 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 0C1440 0 397.845 62.4666 0 89.0149H1440V0Z' fill='%231C1D26'/%3E%3C/svg%3E")
}

.story-listing-mod.angle-top::before {
    background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='1440' height='90' viewBox='0 0 1440 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 0C1440 0 397.845 62.4666 0 89.0149H1440V0Z' fill='%23EEEDF8'/%3E%3C/svg%3E")
}

.mod .head {
    margin-bottom: 8px
}

.mod .head div {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mod .head .icon {
    margin-right: 16px
}

.mod .head p {
    font-weight: 700
}

.protection-mod .img-wrap {
    margin-top: 32px
}

@media all and (min-width:700px) {
    .protection-mod {
        padding: 60px 0 100px
    }

    .mod .head div {
        margin-bottom: 8px;
        display: block
    }

    .mod .head, .mod .head .icon {
        margin-bottom: 16px
    }

    .protection-items .item {
        display: grid;
        gap: 0 40px;
        grid-template-columns: 1fr 1fr;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .strongtools .protection-items .img {
        height: 400px;
        margin: 0;
        display: inline-block;
        vertical-align: top
    }

    .strongtools .protection-items img.img {
        height: auto
    }

    .protection-items .item:nth-of-type(even) .img-wrap, .protection-items .item:nth-of-type(odd) .con {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }

    .protection-items .item:nth-of-type(odd) .img-wrap {
        margin-top: 0;
        text-align: right
    }

    .protection-items .item:nth-of-type(even) .img-wrap {
        text-align: left
    }






    .team-mod.angle-down::after {
        background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='1440' height='90' viewBox='0 0 1440 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 90C0 90 1042.16 26.8421 1440 0H0V90Z' fill='%23EEEDF8'/%3E%3C/svg%3E")
    }

    .angle-top::before {
        top: -87px;
        background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='1440' height='90' viewBox='0 0 1440 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 0C1440 0 397.845 62.4666 0 89.0149H1440V0Z' fill='%23132A54'/%3E%3C/svg%3E")
    }

    .partnerships-mod.angle-top::before {
        background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='1440' height='90' viewBox='0 0 1440 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 0C1440 0 397.845 62.4666 0 89.0149H1440V0Z' fill='%23FFFFFF'/%3E%3C/svg%3E")
    }

    .txt-items-mod.angle-top::before {
        background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='1440' height='90' viewBox='0 0 1440 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 0C1440 0 397.845 62.4666 0 89.0149H1440V0Z' fill='%231C1D26'/%3E%3C/svg%3E")
    }

    .story-listing-mod.alt1.angle-top::before {
        background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='1440' height='90' viewBox='0 0 1440 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 0C1440 0 397.845 62.4666 0 89.0149H1440V0Z' fill='%23EEEDF8'/%3E%3C/svg%3E")
    }

    .team-mod.angle-down+.mod::before {
        height: 89px
    }
}

@media all and (min-width:900px) {
    .mod {
        padding: 72px 0 88px
    }

    .protection-items {
        display: grid;
        gap: 100px 0
    }

    .strongtools .protection-items .img {
        width: 83.33%
    }
}

.cta-mod {
    padding-top: 0
}

.cta-mod .wrap {
    display: grid;
    gap: 48px;
    grid-template-columns: 1fr
}

.cta-mod .img-wrap {
    margin-right: -24px;
    margin-left: -24px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

.cta-mod .img {
    height: 320px
}

.cta-mod.alt3 .img {
    background-position: 100% 50%
}

.cta-mod .hd2, .cta-mod .hd3 {
    margin-bottom: 16px
}

.cta-mod.alt1 {
    background-color: #132a54;
    color: #fff
}

.cta-mod.alt2 {
    background-color: #1c1d26;
    color: #fff
}

.cta-mod.alt3 {
    background-color: #f6f6fb
}

.cta-mod.alt4 {
    padding-top: 72px;
    padding-bottom: 0;
    background-color: #eeedf8
}

.cta-mod.alt4 .img-wrap {
    grid-row: 2
}

.cta-mod.alt5 {
    background-color: #f6f6fb
}

@media all and (min-width:700px) {
    .cta-mod {
        padding: 0
    }

    .cta-mod .img-wrap {
        height: 100%;
        margin: 0 0 0 -20px
    }

    .cta-mod .img {
        width: auto;
        height: 100%
    }

    .cta-mod .wrap {
        gap: 40px;
        grid-template-columns: 4fr 8fr;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .cta-mod.alt3 .wrap {
        grid-template-columns: 1fr 1fr
    }

    .cta-mod .con {
        padding: 48px 0
    }

    .cta-mod.alt3 .con {
        padding: 96px 0
    }

    .cta-mod .con .body {
        max-width: 640px
    }

    .cta-mod.alt4 {
        padding-top: 0
    }

    .cta-mod.alt4 .wrap {
        grid-template-columns: 1fr 1fr
    }

    .cta-mod.alt4 .con {
        padding-top: 112px
    }

    .cta-mod.alt4 .img-wrap {
        margin-right: -20px;
        margin-left: 0;
        grid-column: 2;
        grid-row: 1
    }
}

.cta-banner-2-mod {
    background: #1c1d26 url(../gfx/bk-pat-2.jpg) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    text-align: center;
}

@media all and (min-width:900px) {
    .cta-mod .con {
        padding: 30px 0
    }

    .cta-mod.alt3 .con {
        padding: 140px 0 180px
    }

    .cta-mod .hd2, .cta-mod .hd3 {
        margin-bottom: 32px
    }

    .cta-mod.alt4 .con {
        padding-top: 172px;
        padding-bottom: 92px
    }
}



@media all and (min-width:1288px) {
    .cta-mod .img-wrap {
        margin: 0
    }


    .cta-mod.alt4 .img {
        margin-left: 0;
        margin-right: calc(((100vw - 1288px)/ -2) - 20px)
    }
}

.img.alt1 {
    width: 100%;
    border-radius: 8px
}

i.img.alt1 {
    height: 220px
}

.img.alt2 {
    width: 48px;
    height: 48px;
    border-radius: 24px
}

.strongtools img.img {
    height: auto;
    border-radius: 8px
}

.form-wrap .fui-i {
    font: 400 1.6rem/1.5em Montserrat, sans-serif
}

.form-wrap .fui-input, .form-wrap .fui-select {
    min-width: auto;
    width: 100%;
    height: 56px;
    margin: 0;
    padding: 0 24px;
    display: block;
    border: 1px solid #eeedf8;
    border-radius: 8px;
    background: #eeedf8;
    color: #1c1d26;
    font: 400 1.6rem/100% Montserrat, sans-serif;
    -webkit-appearance: none;
    letter-spacing: 0;
    text-align: left
}

.form-wrap .fui-label {
    margin: 0 0 8px;
    display: block;
    color: #030a19;
    font: 700 1.6rem/1.5em Montserrat, sans-serif
}

.form-wrap textarea.fui-input {
    height: 120px;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 1.67em
}

.form-wrap input[type=number] {
    padding-right: 0 !important
}

.strongtools .form-wrap ::-webkit-input-placeholder {
    color: #7d7c7c;
    font-weight: 700
}

.strongtools .form-wrap ::-moz-placeholder {
    color: #7d7c7c;
    font-weight: 700
}

.strongtools .form-wrap :-ms-input-placeholder {
    color: #7d7c7c;
    font-weight: 700
}

.strongtools .form-wrap :-moz-placeholder {
    color: #7d7c7c;
    font-weight: 700
}

.form-wrap .fui-select option[value=""], .form-wrap .fui-select:invalid {
    color: #7d7c7c;
    font-weight: 700
}

.form-wrap .fui-field:not(.fui-type-hidden-field) {
    margin-bottom: 40px
}

.form-wrap .fui-input.fui-error, .form-wrap .fui-select.fui-error {
    border-color: #bd0000
}

.form-wrap .fui-error .fui-label, .form-wrap .fui-error .fui-legend, .form-wrap .fui-required {
    color: #bd0000;
    font-size: 1.6rem;
    font-weight: 700
}

.form-wrap .fui-error-message {
    color: #bd0000;
    font: 600 1.6rem/1.5em Montserrat, sans-serif
}

.form-wrap .fui-alert-success {
    padding: 40px 20px;
    border-radius: 8px;
    font: 600 2.2rem/1.5em Montserrat, sans-serif
}

.form-wrap .fui-btn-container .fui-btn {
    width: auto;
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 12px 18px;
    display: inline-block;
    vertical-align: top;
    background: #1566db;
    border: 1px solid #1566db;
    border-radius: 8px;
    box-shadow: 4px 4px 0 #132a54;
    color: #fff;
    font: 700 1.6rem/1.5em Montserrat, sans-serif;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: border-color .3s ease-in-out, background-color .3s ease-in-out, color .3s ease-in-out;
    -webkit-appearance: none
}

.form-wrap .fui-btn-container {
    margin: 24px 0 0;
    padding: 0
}

.form-wrap .fui-btn-container .fui-btn {
    min-width: 138px;
    border-color: #f8c71a;
    background-color: #f8c71a;
    box-shadow: 4px 4px 0 #783510;
    color: #030a19
}

.form-wrap .fui-btn-container .fui-btn:focus, .form-wrap .fui-btn-container .fui-btn:hover {
    border-color: #ffdd64;
    background-color: #ffdd64
}

.form-wrap .fui-btn-container .fui-btn[type=submit] {
    padding-right: 46px
}

.form-wrap .fui-btn-container .fui-btn[type=submit]::before {
    content: '';
    width: 18px;
    height: 16px;
    background: url(../gfx/sprite.svg) no-repeat -20px 0;
    background-size: 300px auto;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 24px
}

.strongtools .form-wrap .fui-checkbox, .strongtools .form-wrap .fui-radio {
    margin: 16px 0
}

.form-wrap .fui-checkbox label, .form-wrap .fui-radio label {
    padding: 0 0 0 32px;
    font-size: 1.6rem;
    line-height: 1.5em;
    font-weight: 700
}

.form-wrap .fui-checkbox label:before, .form-wrap .fui-radio label:before {
    width: 24px;
    height: 24px;
    top: 0;
    background-color: #eeedf8;
    border: none;
    border-radius: 8px;
    transition: none
}

.form-wrap .fui-radio label:before {
    border-radius: 50%
}

.form-wrap .fui-checkbox input:checked+label:before, .form-wrap .fui-radio input:checked+label:before {
    background: #1566db url(../gfx/sprite.svg) no-repeat -200px 0;
    background-size: 300px auto
}

.form-wrap .fui-radio input:checked+label:before {
    background: 0 0;
    border: 6px solid #1566db
}

.form-wrap input[placeholder="Please specify"] {
    margin-top: -32px
}

.form-wrap .fui-type-file-upload .fui-input-container {
    padding: 24px;
    background-color: #eeedf8;
    border-radius: 8px
}

.form-wrap .fui-group {
    max-width: 896px
}

.strongtools .form-wrap .fui-instructions {
    margin: 0 0 14px;
    color: #030a19;
    font-size: 1.4rem;
    line-height: 1.14em
}

.form-wrap .fui-legend {
    color: #1c1d26;
    font: 600 2.2rem/1.16em 'Work Sans', sans-serif
}

.form-wrap .fui-fieldset .fui-fieldset .fui-legend {
    font-size: 1.8rem
}

.form-wrap .fui-fieldset .fui-fieldset .fui-field {
    margin: 8px 0
}

.form-wrap .fui-group {
    padding: 0;
    border: none
}

.form-wrap .fui-type-name .fui-row {
    margin: 0;
    display: block
}

.strongtools .form-wrap .fui-field {
    margin: 0;
    padding: 0
}

.form-wrap .fui-type-name .fui-field {
    margin: 16px 0
}

.forms-single .form-wrap .fui-row.fui-page-row {
    margin: 24px 0
}

.forms-single .form-wrap .fui-page-container>.fui-row.fui-page-row+.fui-row.fui-page-row {
    padding-top: 24px;
    border-top: 1px solid rgba(19, 42, 84, .5)
}

.form-wrap.alt1 .fui-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.form-wrap.alt1 .fui-row.fui-page-row {
    margin: 16px 0
}

@media all and (min-width:700px) {
    .fui-group>.fui-fieldset {
        position: relative
    }

    .fui-group>.fui-fieldset>.fui-legend {
        width: 34.82%;
        padding: 0 20px 0 0;
        position: absolute;
        top: 0;
        left: 0
    }

    .fui-group>.fui-fieldset>.fui-field-rows {
        margin: -32px 0 -24px;
        padding-left: 34.82%
    }

    .form-wrap .fui-page-container>.fui-row.fui-page-row+.fui-row.fui-page-row .fui-group>.fui-fieldset>.fui-field-rows {
        margin-top: -24px
    }

    .forms-single .form-wrap .fui-btn-container {
        padding-left: 34.82%
    }
}

@media all and (min-width:900px) {
    .form-wrap .fui-btn-container .fui-btn {
        padding: 15px 24px
    }

    .form-wrap .fui-btn-container .fui-btn[type=submit] {
        min-width: 144px;
        padding-right: 56px
    }

    .form-wrap .fui-type-name .fui-row {
        display: grid;
        gap: 40px;
        grid-template-columns: 1fr 1fr
    }

    .forms-single .form-wrap .fui-row.fui-page-row {
        margin: 40px 0
    }

    .forms-single .form-wrap .fui-page-container>.fui-row.fui-page-row+.fui-row.fui-page-row {
        padding-top: 76px
    }

    .forms-single .form-wrap .fui-page-container>.fui-row.fui-page-row+.fui-row.fui-page-row .fui-group>.fui-fieldset>.fui-field-rows {
        margin-top: -40px
    }

    .form-wrap .fui-legend {
        font-size: 3.5rem;
        font-weight: 600
    }

    .form-wrap .fui-fieldset .fui-fieldset .fui-legend {
        font-size: 2.2rem
    }

    .fui-group>.fui-fieldset>.fui-legend {
        width: 34.82%;
        padding-right: 40px
    }

    .form-mod {
        padding-bottom: 112px
    }
}

@media all and (min-width:936px) {
    .forms-single .form-wrap .fui-btn-container {
        padding-left: 312px
    }
}

.form-wrap.no-parent-group {
    max-width: 584px
}

.form-wrap.no-parent-group .fui-page-container>.fui-row.fui-page-row+.fui-row.fui-page-row {
    padding-top: 0;
    border-top: none
}

.form-wrap.no-parent-group .fui-field {
    margin: 24px 0
}

.form-wrap.no-parent-group .fui-field-rows .fui-row, .form-wrap.no-parent-group .fui-row.fui-page-row {
    margin-right: 0;
    margin-left: 0
}

.form-wrap.no-parent-group .fui-legend {
    margin: 0;
    color: #030a19;
    font: 700 1.6rem/1.5em Montserrat, sans-serif
}

@media all and (max-width:599px) {
    .form-wrap.no-parent-group .fui-field-rows .fui-row, .form-wrap.no-parent-group .fui-row.fui-page-row {
        display: block
    }
}

@media all and (min-width:600px) {
    .form-wrap.no-parent-group .fui-field-rows .fui-row, .form-wrap.no-parent-group .fui-row.fui-page-row {
        margin-right: 0;
        margin-left: 0;
        gap: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .form-wrap.no-parent-group .fui-row.fui-page-row {
        margin: 0
    }

    .form-wrap.no-parent-group .fui-field {
        margin: 12px 0
    }
}

.mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .85);
    visibility: hidden;
    opacity: 0
}

.modal {
    width: calc(100% - 40px);
    max-width: 1170px;
    max-height: calc(100vh - 40px);
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #fff
}

.modal .video {
    width: 100%
}

.modal.modal-on {
    visibility: visible;
    opacity: 1;
    z-index: 1200
}

.modal.modal-on+.mask {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
    display: block
}

.btn-close {
    width: 42px;
    min-height: 42px;
    overflow: hidden;
    position: fixed;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 520;
    transition: min-height .3s ease-in-out
}

.btn-close i, .btn-close i::after, .btn-close i::before {
    width: 32px;
    height: 2px;
    position: absolute;
    background-color: #000;
    border-radius: 2px;
    transition: all .3s ease-in-out
}

.btn-close i {
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -16px;
    background-color: transparent;
    display: block
}

.btn-close i::after, .btn-close i::before {
    content: '';
    top: 50%;
    left: 0
}

.btn-close i::before {
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -1px
}

.btn-close i::after {
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -1px
}

.video-modal {
    max-width: 1080px;
    overflow: visible
}

.video-modal .btn-close {
    top: auto;
    bottom: 100%;
    margin-bottom: 20px
}

.video-modal .btn-close i::after, .video-modal .btn-close i::before {
    background-color: #fff
}

.video-modal-box {
    position: relative
}

.video-modal-box.embed-box::before {
    content: '';
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    z-index: 0;
    border: 1px solid #fff;
    border-top-color: #33bf0a;
    border-radius: 50%;
    -webkit-animation: spinner .6s linear infinite;
    animation: spinner .6s linear infinite
}

.video-modal-box::after {
    content: '';
    padding-top: 56.25%;
    display: block
}

.video-modal-box iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.modal .btn-close {
    top: 32px;
    right: 32px;
    background-color: #1566db;
    border-radius: 8px;
    transition: background-color .3s ease-in-out
}

.modal .btn-close:focus, .modal .btn-close:hover {
    background-color: #1c1d26
}

.modal .btn-close i::after, .modal .btn-close i::before {
    background-color: #fff
}

.btn-bio span, .btn-close span, .tgl-btn span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.video-modal .btn-close {
    top: auto;
    right: 0;
    bottom: 100%;
    margin-bottom: 20px
}

@media all and (min-width:900px) {
    .modal {
        width: calc(100% - 60px)
    }
}

#content {
    min-height: calc(100vh - 80px - 260px)
}

#wrapper {
    padding-top: 60px
}

#header {
    min-height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 600;
    background-color: #1c1d26;
    transition: min-height .3s ease-in-out
}

#header .strongtools-logo {
    position: absolute;
    top: 16px;
    left: 24px;
    z-index: 220;
    transition: top .3s ease-in-out;
    background-image: url(../gfx/logo.png)
}

.menu-btn {
    width: 78px;
    min-height: 60px;
    overflow: hidden;
    position: fixed;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 520;
    background-color: #1c1d26;
    transition: min-height .3s ease-in-out
}

.menu-btn span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.menu-btn i, .menu-btn i::after, .menu-btn i::before {
    width: 22px;
    height: 3px;
    position: absolute;
    background-color: #eeedf8;
    transition: all .3s ease-in-out
}

.menu-btn i {
    top: 50%;
    left: 50%;
    margin: -1.5px 0 0 -11px
}

.menu-btn i::after, .menu-btn i::before {
    content: '';
    top: 50%;
    left: 0
}

.menu-btn i::before {
    margin-top: -9.5px
}

.menu-btn i::after {
    margin-top: 6.5px
}

.menu .item:focus, .menu .item:hover {
    color: #864bfa;
    text-decoration: none
}

@media all and (max-width:899px) {
    .menu-on #menu {
        right: 0;
        visibility: visible
    }

    .menu-on .menu-btn i {
        background-color: transparent
    }

    .menu-on .menu-btn i::before {
        -webkit-transform: translateZ(0) scale(1, 1);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -2px
    }

    .menu-on .menu-btn i::after {
        -webkit-transform: translateZ(0) scale(1, 1);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -2px
    }

    #menu {
        width: 100%;
        position: fixed;
        top: 60px;
        right: 100%;
        bottom: 0;
        z-index: 500;
        overflow: visible;
        background: #1c1d26;
        color: #fff;
        transition: all .3s ease-in-out;
        visibility: hidden
    }

    .menu {
        padding: 6px 32px
    }

    .menu .item {
        padding: 12px 0;
        position: relative;
        display: inline-block;
        vertical-align: top;
        color: #fff;
        font: 700 1.6rem/1.5em Montserrat, sans-serif
    }

    .menu .active .item {
        color: #1566db
    }

    .menu .wrap {
        padding: 0 24px
    }

    .menu .dd ul {
        margin-bottom: 6px
    }

    .menu-1~.btn {
        margin-top: 20px
    }

    .menu .tgl-item .dd {
        display: none
    }

    .menu .tgl-item.opened .dd {
        display: block
    }
}

@media all and (min-width:900px) {
    #wrapper {
        padding-top: 80px
    }

    #gnavtoggle {
        display: none
    }

    #header {
        min-height: 80px
    }

    #header .strongtools-logo {
        top: 26px;
        left: 20px
    }

    .menu, .menu-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .menu {
        position: relative;
        z-index: 200;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: space-between;
    }

    .menu-1 {
        width: calc(100% - 90px);
        max-width: 900px;
        padding: 0 13px 0 130px;
        text-align: right;
        align-items: center;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

    .menu-1 li {
        margin: 0 7px
    }

    .menu .tgl-item {
        position: relative
    }

    .menu .dd {
        min-width: 240px;
        position: absolute;
        background-color: #fff;
        border-radius: 8px;
        text-align: left;
        display: none
    }

    .menu .dd .wrap {
        padding: 6px 11px
    }

    .menu .dd li {
        margin: 5px 0
    }

    .menu .dd a {
        min-height: auto;
        padding: 5px;
        color: #000;
        font-size: 1.4rem;
        line-height: 1.21em;
        font-weight: 400
    }

    .menu .tgl-item:hover .dd {
        display: block
    }

    .menu .item {
        min-height: 80px;
        padding: 32px 0 27px;
        position: relative;
        display: inline-block;
        vertical-align: top;
        color: #fff;
        font: 600 1.3rem/1.5em Montserrat, sans-serif;
        letter-spacing: -.2px;
        transition: min-height .3s ease-in-out, padding .3s ease-in-out
    }

    .menu .active .item {
        color: #1566db
    }

    .strongtools .menu-1~.btn {
        padding: 8px 20px;
        font-size: 1.4rem;
        font-weight: 600;
        box-shadow: none
    }

    .menu-1~.btn .ico {
        display: none
    }

    .scrolled #header, .scrolled .menu-1>li>.item {
        min-height: 60px
    }

    .scrolled .menu-1>li>.item {
        padding-top: 22px;
        padding-bottom: 17px
    }

    .scrolled #header .strongtools-logo {
        top: 16px
    }
}

@media all and (min-width:1024px) {
    .menu .item {
        font-size: 1.4rem
    }
}

.nav-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: #834bf9;
    font-size: 25px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1566db), color-stop(70%, #9747ff));
    background: -o-linear-gradient(top, #1566db 0, #9747ff 70%);
    background: linear-gradient(180deg, #1566db 0, #9747ff 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;

}

@media all and (min-width:1100px) {
    .menu-1 li {
        margin: 0 16px
    }

}

.gfooter {
    padding: 24px 0 48px;
    background-color: #1c1d26;
    color: #fff
}

.gfooter .strongtools-logo {
    margin: 0 0 32px;
    background-image: url(../gfx/strongtools-logo-fff.svg)
}

.gfooter .links {
    margin: 0 0 -16px
}

.gfooter li {
    margin: 16px 0;
    list-style: none
}

.strongtools .gfooter a {
    color: #fff
}

.foot-bottom {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 2px solid #2d96ff;
    font-size: 1.4rem
}

.foot-bottom .copyr, .foot-bottom .links {
    margin-top: 32px
}

.soc-links {
    margin: -8px
}

.soc-links li {
    margin: 8px;
    display: inline-block;
    vertical-align: top
}

.soc-ico {
    width: 24px;
    height: 0;
    padding-top: 24px;
    display: block;
    overflow: hidden;
    background: url(../gfx/sprite.svg) no-repeat 1000%;
    background-size: 300px auto
}

.soc-ico.fb {
    background-position: 0 -40px
}

.soc-ico.it {
    background-position: -40px -40px
}

.soc-ico.in {
    background-position: -80px -40px
}

.soc-ico.tw {
    background-position: -120px -40px
}

.soc-ico.yt {
    background-position: -160px -40px
}

.soc-ico.me {
    background-position: -200px -40px
}

.soc-ico.te {
    background-position: -240px -40px
}

.soc-ico.dc {
    background-position: -240px -80px
}

.soc-ico.tt {
    background-position: -200px -80px
}

.soc-ico.alt1 {
    width: 32px;
    padding-top: 32px
}

.soc-ico.alt1.fb {
    background-position: -40px -120px
}

.soc-ico.alt1.tw {
    background-position: 0 -120px
}

.soc-ico.alt1.in {
    background-position: -80px -120px
}

.soc-ico.alt1.link {
    background-position: -120px -120px
}

@media all and (min-width:700px) {
    .gfooter {
        padding-top: 40px
    }

    .gfooter .strongtools-logo {
        margin: 0
    }

    .gfooter .foot-bottom, .gfooter .foot-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .gfooter .links {
        margin: 6px -6px 0
    }

    .foot-bottom .links li, .foot-top li {
        margin: 0 6px;
        display: inline-block;
        vertical-align: middle
    }

    .foot-bottom {
        border: none
    }

    .gfooter .foot-bottom {
        padding: 0
    }

    .foot-bottom .copyr {
        margin: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .foot-bottom .soc-links {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .foot-bottom .links {
        margin: 0 -6px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media all and (min-width:900px) {
    .gfooter .strongtools-logo {
        width: 182px;
        padding-top: 41px
    }

    .gfooter .foot-top .links {
        margin-top: 10px
    }

    .foot-top li {
        margin: 0 18px
    }

    .soc-links {
        margin: 0
    }

    .soc-links li {
        margin: 0 12px
    }
}

.hero {
    padding: 0px 0 48px;
    position: relative;
    background-color: #1c1d26;
    color: #fff
}

.hero.alt1 .hd1 strong {
    background: -webkit-gradient(linear, left top, left bottom, from(#1566db), color-stop(70%, #9747ff));
    background: -o-linear-gradient(top, #1566db 0, #9747ff 70%);
    background: linear-gradient(180deg, #1566db 0, #9747ff 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600
}

.hero .con {
    margin-top: 1em
}

.hero .cards {
    margin-top: 32px;
    display: block;
    border-top: 2px solid #1566db
}

.card {
    display: block;
    list-style: none
}

.card .card-top {
    padding: 0 0 16px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card.tgl-item .card-top {
    padding-top: 16px
}

.card .icon {
    min-width: 48px;
    margin-right: 16px
}

.hero .tgl-btn {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.hero .tgl-btn .arr {
    position: absolute;
    top: 36px;
    right: 12px
}

.hero .tgl-item {
    border-bottom: 2px solid #1566db
}

.hero .tgl-body {
    padding: 0 0 32px;
    display: none
}

.hero .tgl-item.opened .tgl-body {
    display: block
}

.foot {
    margin: 8px -10px -10px
}

.foot .btn, .foot .txt-link {
    margin: 8px 10px
}

@media all and (min-width:900px) {
    .foot {
        margin-top: 24px
    }
}

.kicker+.hd1 {
    margin-top: 8px
}

.img {
    width: 100%;
    position: relative;
    display: block;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

img.img {
    background-color: transparent
}

.hero .img {
    width: auto;
    height: 325px;
    position: absolute;
    top: 0;
    right: -36px;
    left: -36px
}

.hero .hero-slider {
    margin: 52px -24px -48px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.hero .hero-slider.flickity-enabled, .hero .hero-slider.n-1 {
    opacity: 1
}

.hero-slider .item {
    width: 100%;
    max-width: 450px;
    height: 325px;
    margin: 0 22px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background-color: #030a19;
    border-radius: 210px 210px 0 0;
    font-size: 1.6rem;
    white-space: normal
}

.strongtools .hero-slider.n-1 .item {
    margin: 0 auto;
    display: block
}

.hero-slider .item .body {
    width: 100%;
    padding: 24px 15px;
    position: relative;
    z-index: 15;
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(25.03%, rgba(0, 0, 0, .8)), color-stop(96.12%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(0, rgba(0, 0, 0, .8) 25.03%, rgba(0, 0, 0, 0) 96.12%);
    background: linear-gradient(0, rgba(0, 0, 0, .8) 25.03%, rgba(0, 0, 0, 0) 96.12%)
}

.hero-slider .item.is-selected .body, .hero-slider .item.is-selected .img, .hero-slider.n-1 .item .body, .hero-slider.n-1 .item .img {
    opacity: 1
}

.hero-slider .item .body, .hero-slider .item .img {
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.hero-slider .item .foot {
    margin-top: 5px
}

.hero-slider .item .foot a {
    font-weight: 600
}

.hero-slider.flickity-enabled .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.hero.alt2 {
    background-color: #eeedf8;
    color: #1c1d26
}

.hero.alt2 .hero-slider .item {
    background-color: rgba(28, 29, 38, .05)
}

@media all and (max-width:499px) {
    .hero-slider .item:first-of-type {
        margin-left: 0
    }
}

@media all and (min-width:600px) {
    .hero.alt1::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        background: url(../gfx/bk-hero.svg) no-repeat 50% 0;
        background-size: 100% auto
    }

    .hero.alt1 .con, .hero.alt1 .hd1 {
        width: 60%;
        max-width: 622px
    }

    .hero.alt1 .hd1 {
        width: 60%;
        width: calc(60% + 40px);
        max-width: 622px
    }
}

@media all and (min-width:700px) {
    .hero .cards {
        margin-top: 48px;
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr 1fr;
        border-top: none
    }

    .hero .card {
        border-bottom: none
    }

    .hero .tgl-body {
        display: block
    }

    .hero .tgl-btn {
        display: none
    }

    .hero .card.tgl-item .card-top {
        padding-top: 0;
        display: block
    }

    .hero .card .icon {
        margin-bottom: 16px
    }

    .hero.alt1 .wrap {
        display: block
    }
}

@media all and (min-width:900px) {
    .hero:not(.alt1) {
        min-height: 485px
    }

    .hero.alt1 .hd1 {
        font-size: 7.2rem;
        line-height: .87em
    }

    .hero.alt1 .hd1 strong {
        font-weight: 700
    }

    .hero .wrap {
        min-height: 325px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .hero .hero-con {
        width: calc(100% - 300px - 68px);
        max-width: 622px;
        position: relative;
        z-index: 5
    }

    .hero .kicker+.hd1 {
        margin-top: 24px
    }

    .hero .hero-slider-wrap {
        height: 325px;
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1
    }

    .hero .hero-slider .item {
        width: 300px
    }

    .hero .img {
        height: 100%
    }

    .hero .hero-slider-wrap .hero-slider {
        width: 100%;
        margin: 0 -20px
    }

    .hero .flickity-viewport {
        overflow: visible
    }

    .hero .cards {
        margin-top: 88px;
        gap: 40px
    }

    .hero .cards .body {
        max-width: 360px
    }

    .hero .cards .btn {
        min-width: 180px
    }

    .hero.alt1 .hero-con {
        width: 100%;
        max-width: 100%
    }

    .hero.alt1 .con {
        font-size: 2.2rem
    }

    .strongtools .hero-slider.n-1 .item {
        position: absolute;
        top: 0;
        right: 20px
    }
}

@media all and (min-width:1120px) {
    .hero:not(.alt1) {
        min-height: 560px
    }

    .hero .wrap {
        min-height: 400px
    }

    .hero .hero-con {
        width: calc(100% - 450px - 68px)
    }

    .hero .hero-slider .item {
        width: 450px;
        height: 400px
    }
}

@media all and (min-width:1440px) {
    .hero.alt1::before {
        content: '';
        width: 1440px;
        position: absolute;
        top: 0;
        right: auto;
        left: 50%;
        z-index: 0;
        margin: 0 0 0 -720px
    }
}

.txt-img-mod.alt1 {
    background-color: #21232e;
    color: #fff
}

.txt-img-mod .img-wrap {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2
}

.txt-img-mod .img {
    height: 320px;
    background-size: contain
}

.txt-img-mod .hd2, .txt-img-mod .hd3 {
    margin-bottom: 16px
}

.txt-img-mod .cards-items {
    margin-top: 40px
}

@media all and (min-width:700px) {
    .txt-img-mod .grid {
        display: grid;
        gap: 0 40px;
        grid-template-columns: 1fr 1fr
    }

    .txt-img-mod .con {
        grid-column: 1;
        grid-row: 1
    }

    .txt-img-mod .img-wrap {
        grid-column: 2;
        grid-row: 1
    }

    .txt-img-mod .img {
        height: 460px;
        margin: 0;
        display: inline-block;
        vertical-align: top
    }

    .txt-img-mod.alt2 .grid {
        gap: 40px;
        grid-template-columns: 1fr
    }

    .txt-img-mod.alt2 .img-wrap {
        grid-column: 1;
        grid-row: 2
    }

    .txt-img-mod.alt2 .body {
        max-width: 895px
    }

    .txt-img-mod .cards-items {
        display: block
    }

    .txt-img-mod .cards {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media all and (min-width:900px) {
    .txt-img-mod .grid {
        grid-template-columns: 7fr 5fr
    }

    .txt-img-mod .con {
        padding-right: 12.91%
    }

    .txt-img-mod .hd2, .txt-img-mod .hd3 {
        margin-bottom: 24px
    }

    .txt-img-mod.alt1 .body {
        max-width: 650px;
        font-size: 2.2rem
    }

    .get-started-mod .con, .txt-img-mod .card .con {
        padding-right: 0
    }

    .txt-img-mod .card .body {
        font-size: 1.8rem
    }

    .txt-img-mod.alt2 .grid {
        gap: 72px
    }
}

.partnerships-mod {
    text-align: center
}

.partnership-items {
    list-style: none;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr
}

.partnership-items .item {
    height: 58px;
    padding: 12px 24px;
    position: relative;
    border: 1px solid #c7c7c7;
    border-radius: 8px
}

.partnership-items .item .img {
    width: 100%;
    height: 100%;
    background-size: contain
}

.partnership-items .item a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    transition: background-color .3s ease-in-out
}

.partnership-items .item a:hover::before {
    background-color: rgba(199, 199, 199, .2)
}

@media all and (min-width:600px) {
    .partnership-items {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media all and (min-width:700px) {
    .partnership-items {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

@media all and (min-width:900px) {
    .partnership-items {
        gap: 40px
    }

    .partnership-items .item {
        height: 100px;
        padding: 22px 44px
    }
}

.monetize-mod {
    padding: 48px 0 0;
    background-color: #1c1d26;
    color: #fff
}

.monetize-mod .grid {
    gap: 32px
}

.monetize-mod .card-top {
    margin: 0 0 16px;
    padding: 0
}

.monetize-mod .hd2+.body {
    margin-top: 1em
}

.monetize-mod .img-wrap {
    margin: 48px -24px 0;
    padding: 0
}

.monetize-mod .img {
    height: 320px
}

.cards {
    display: grid;
    gap: 48px;
    grid-template-columns: 1fr
}

@media all and (min-width:700px) {
    .monetize-mod .body {
        max-width: 440px
    }

    .monetize-mod .grid {
        gap: 48px
    }

    .monetize-mod .cards {
        display: grid;
        gap: 0 40px;
        grid-template-columns: 1fr 1fr
    }

    .card .icon {
        min-width: 64px;
        height: 64px
    }
}

@media all and (min-width:900px) {
    .monetize-mod {
        padding: 0
    }

    .monetize-mod .grid {
        padding: 100px 0 155px
    }

    .monetize-mod .wrap {
        display: grid;
        gap: 0 40px;
        grid-template-columns: 8fr 4fr
    }

    .monetize-mod .img-wrap {
        height: 100%;
        margin: 0 -20px 0 0
    }

    .monetize-mod .img {
        width: auto;
        height: 100%
    }

    .monetize-mod .card-top {
        display: block
    }

    .monetize-mod .card-top .icon {
        margin-bottom: 16px
    }
}

@media all and (min-width:1288px) {
    .monetize-mod .img-wrap {
        margin: 0
    }

    .monetize-mod .img {
        margin-right: calc(((100vw - 1288px)/ -2) - 20px)
    }
}

.video-mod {
    padding: 32px 24px
}

.video-mod .wrap {
    padding: 72px 20px;
    background-color: #1c1d26;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 8px;
    color: #fff;
    text-align: center
}

.video-mod .hd2 {
    margin-bottom: 16px
}

@media all and (min-width:900px) {
    .video-mod .wrap {
        width: calc(100% - 40px);
        max-width: 1248px;
        margin: 92px auto;
        padding-top: 170px;
        padding-bottom: 155px
    }

    .video-mod .hd2 {
        margin-bottom: 32px
    }
}

#root #footer-section, #root .App>div>header, #root .App>div>header+div {
    display: none
}

#header .strongtools-logo.strongtoolsMusic, .gfooter .strongtools-logo.strongtoolsMusic {
    width: 116px;
    padding-top: 41px;
    top: 10px;
    background-image: url(../gfx/strongtools-music-logo-fff.svg)
}

.gfooter .strongtools-logo.strongtoolsMusic {
    background-image: url(../gfx/strongtools-music-logo-fff.svg)
}

.strongtoolsMusic .gn-sign-in .item {
    color: #f8c71a
}

.strongtoolsMusic .menu .item:focus, .strongtoolsMusic .menu .item:hover {
    color: #a862ec
}

.hero.alt3 .img {
    right: 0;
    left: 0
}

.strongtoolsMusic .hero.alt3 .kicker, .strongtoolsMusic .txt-link, .strongtoolsMusic a {
    color: #a862ec
}

.strongtoolsMusic .modal .btn-close {
    background-color: #9645e8
}

.strongtoolsMusic .txt-link .ico.chev, .strongtoolsMusic a .ico.chev {
    background-position: -40px 0
}

.artists-mod .kicker {
    color: #9645e8
}

.team-mod.featured-team-mod {
    margin-bottom: 0;
    padding-bottom: 48px;
    background-color: #eeedf8
}

.featured-team-mod .con {
    max-width: 792px
}

.featured-team-mod .hd2 {
    margin-bottom: 18px
}

.featured-team-mod .team-cards {
    margin-top: 44px
}

.featured-team-mod .team-card>.btn-bio::before {
    background-color: transparent
}

.royalties-mod {
    background-color: #f7f7fc
}

.royalties-mod .body {
    max-width: 911px
}

.royalties-mod .img-wrap, .royalties-mod .partnership-items, .royalties-mod .video-box {
    margin-top: 32px
}

.royalties-mod .partnership-items .item {
    padding: 0;
    background-color: #fff
}

.video-box {
    width: 100%;
    overflow: hidden
}

.royalties-mod .video-box {
    border-radius: 8px
}

.video-box video {
    width: 100%
}

@media all and (min-width:700px) {
    .royalties-mod .partnership-items {
        grid-template-columns: 1fr 1fr 1fr
    }

    .power-mod .grid {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    @media all and (min-width:900px) {
        #header .strongtools-logo.strongtoolsMusic {
            top: 20px
        }

        .scrolled #header .strongtools-logo.strongtoolsMusic {
            top: 10px
        }

        .hero.alt3 .hd1 {
            font-size: 7.2rem;
            line-height: .86em
        }

        .hero.alt3 .wrap {
            min-height: 0
        }

        .royalties-mod .img-wrap, .royalties-mod .partnership-items, .royalties-mod .video-box {
            margin-top: 40px
        }

        .royalties-mod .partnership-items {
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
        }

        .royalties-mod .partnership-items .item {
            height: 70px
        }

        .team-mod.featured-team-mod {
            padding-bottom: 68px
        }

        .team-mod.featured-team-mod .team-cards {
            margin-top: 88px
        }
    }

    @media all and (min-width:1120px) {
        .hero.alt3 {
            min-height: 518px
        }
    }
}


.feature-box{
    width: 400px;
    background: #1c1d26;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}

.features{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
    gap: 24px;
}

.feature-list{
    z-index: 3;
    position: relative;
    margin-top: 30px;
}

.feature-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 3%;
    list-style: none;
}

.feature-list ul li{
    background: #21232e;
    border-radius: 15px;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 48.5%;
    margin-bottom: 3%;

}

.features .feature-box i{
    color: #ffffff;
    font-size: 25px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    transition: all 0.3s ease;
}

.features .feature-box i .featurer-bg-i{
    background: linear-gradient(0deg, #a662ec 0%, #1a66dc 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.features .feature-box i:before{
    z-index: 1;
}




.review-card{
    background: #1c1d26;
    width: 48%;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 40px;
}

.review-container{
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}

.review-card-header{
    display: flex;
    justify-content: space-between;
}
.review-card-header-right-icon{
    color: #7564e7;
}

.review-card-header-right-text p{
    text-align: right;
}

.review-card-header-left-text p{
    font-size: 12px;
    color: #7564e7;
    text-transform: uppercase;

}

.review-card-header-left-text{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

.review-card-header-right{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.review-card-body{
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .review-card{
        width: 100%;
    }
}


.feature-box img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: auto;
}

.features .feature-box h3{
    color: #ffffff;
    font-size: 26px;
    margin: 20px 0;
    z-index: 2;
    position: relative;
}

.features .feature-box p{
    color: #d7d7d7;
    font-size: 15px;
    z-index: 2;
    position: relative;
}

.featurer-bg{
    background: linear-gradient(0deg, #a662ec 0%, #1a66dc 100%);
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.feature-box:hover .featurer-bg{
    opacity: 1;
}

.feature-box:hover i{
    background: #ffffff00;
}



.faq-card{
    background: #1c1d26;
    width: 100%;
    padding: 20px 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.faqs-container{
    display: flex;
    flex-wrap: wrap;
}

.faq-card-header-right{
    display: none;
}

.faq-card-header-right p{
    font-size: 14px;
    color: #7564e7;
    margin: 10px;
}

.faq-card-header-left-text h3{
    font-size: 18px;
}


.mb-2{
    margin-bottom: 50px !important;
}