@font-face {
    font-family: 'Sohne';
    src: url("../fonts/Sohne-Regular.woff") format("woff"), url("../fonts/Sohne-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: 'Sohne Schmal';
    src: url("../fonts/SohneSchmal-Bold.woff") format("woff"), url("../fonts/SohneSchmal-Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: 'Sohne';
    src: url("../fonts/Sohne-SemiBold.woff") format("woff"), url("../fonts/Sohne-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: 'Sohne';
    src: url("../fonts/Sohne-Bold.woff") format("woff"), url("../fonts/Sohne-Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap
}

*, *::before, *::after {
    box-sizing: border-box
}

ul[class], ol[class] {
    padding: 0;
    margin: 0
}

body, h1, h2, h3, h4, p, li, figure, figcaption, blockquote, dl, dd {
    margin: 0
}

html {
    font-size: 10px
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.6
}

ul[class], ol[class] {
    list-style: none
}

a:not([class]) {
    text-decoration: none;
    cursor: pointer;
    color: #006dd0
}

a:not([class]):hover {
    text-decoration: underline
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

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

section > * + *, article > * + * {
    margin-top: 1em
}

input, button, textarea, select {
    font: inherit
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important
    }
}

a {
    text-decoration: none
}

.o-button {
    border: none;
    background: transparent
}

.o-title {
    display: block;
    font-size: 2.6rem;
    margin-bottom: 2rem;
    font-weight: bold;
    color: #161d35;
    font-family: 'Sohne Schmal', sans-serif;
    line-height: 1.1;
    letter-spacing: 1px
}

.no-scroll {
    overflow: hidden
}

.o-center {
    text-align: center;
    display: block
}

.c-main {
    padding-top: 5.6rem
}

.o-container {
    width: 100%;
    max-width: 1304px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px
}

body {
    font-family: "Sohne", sans-serif;
    font-size: 1.6rem;
    background-color: #f0f4fa;
    color: #000;
    font-weight: 400
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #161d35;
    font-family: 'Sohne Schmal', sans-serif;
    line-height: 1.1;
    letter-spacing: 1px
}

li:not([class]) {
    margin-bottom: 1rem;
    margin-top: 1rem
}

h1 {
    font-size: 3.2rem
}

h2 {
    font-size: 2.8rem
}

h3 {
    font-size: 2.4rem
}

h4 {
    font-size: 2rem
}

button {
    cursor: pointer
}

.o-table-wrap {
    padding-bottom: 0.5rem;
    overflow-x: auto
}

.o-table-wrap::-webkit-scrollbar {
    width: 10px;
    height: 5px
}

.o-table-wrap::-webkit-scrollbar-thumb {
    border-radius: 5rem;
    background: #000
}

.o-table-wrap::-webkit-scrollbar-track {
    background: transparent
}

table {
    border-collapse: collapse;
    margin: 1rem auto;
    overflow: hidden;
    text-align: center
}

tr {
    margin: 0
}

thead {
    color: #fff;
    background: #000
}

th, td {
    padding: 1.2rem;
    min-width: 12rem;
    border: 0.1rem solid #000
}

@media (min-width: 768px) {
 
    h1 {
        font-size: 3.8rem
    }

    h2 {
        font-size: 3.4rem
    }

    h3 {
        font-size: 3rem
    }

    h4 {
        font-size: 2.6rem
    }

    .o-title {
        font-size: 3.2rem
    }
}

.is-overflow {
    overflow: hidden
}

.c-headers {
    background-color: #060322;
    position: fixed;
    height: 5.6rem;
    z-index: 6;
    width: 100%;
    left: 0
}

.c-headers__overlay {
    top: 0;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
    display: none
}

.c-headers__overlay.is-active {
    display: block
}

.c-headers__menu {
    display: none
}

.c-headers__open {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px
}

.c-headers__open svg {
    flex-shrink: 0
}

.c-headers__wrap {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    -moz-column-gap: 8px;
    column-gap: 8px
}

.c-headers__buttons {
    background-color: #060322;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.c-headers__left {
    display: flex;
    align-items: center
}

.c-headers__logo {
    margin-left: 0.8rem
}

.c-headers__log {
    text-align: center;
    display: block;
    border-radius: 4px;
    padding: 0.8rem 3rem;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid white;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    min-height: 44px
}

.c-headers__log:hover {
    color: #d8e1e3;
    background-color: transparent;
    border-color: #d8e1e3
}

.c-headers__reg {
    display: block;
    text-align: center;
    border-radius: 4px;
    padding: 0.8rem 3rem;
    background: #00f5ff;
    text-transform: uppercase;
    color: #060322;
    font-weight: 600;
    margin-left: 1.6rem;
    min-height: 44px;
    transition: background .3s linear
}

.c-headers__reg:hover {
    background: #00c0db
}

.c-headers__right-help {
    display: flex;
    justify-content: center;
    align-items: center
}

.c-header-menu {
    display: flex;
    z-index: 6;
    flex-direction: column;
    align-items: center;
    width: 296px;
    background: #fff;
    transform: translateX(-100%);
    transition: transform .4s linear;
    position: absolute;
    left: 0;
    top: 0;
    overflow-y: auto;
    height: 100vh;
    padding: 2.4rem 2.4rem 10px;
    box-shadow: -2px 3px 3px 0 rgba(0, 0, 0, 0.25)
}

.c-header-menu::-webkit-scrollbar {
    width: 1px;
    height: 10px
}

.c-header-menu::-webkit-scrollbar-thumb {
    background: transparent
}

.c-header-menu::-webkit-scrollbar-track {
    background: transparent
}

.c-header-menu__close {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-bottom: 3rem
}

.c-header-menu__close svg {
    height: 20px;
    width: 20px
}

.c-header-menu__btns {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2.4rem
}

.c-header-menu__reg {
    font-size: 1.4rem;
    height: 38px;
    margin-bottom: 1.6rem;
    margin-left: 0;
    min-height: auto
}

.c-header-menu__log {
    min-height: auto;
    font-size: 1.4rem;
    height: 38px;
    border: none;
    background: #090539
}

.c-header-menu__log:hover {
    background: #060322;
    color: #f6f8f8
}

.c-header-menu__items {
    width: 100%
}

.c-header-menu__item + .c-header-menu__item {
    margin-top: 1.6rem
}

.c-header-menu__item-link {
    font-weight: 600;
    padding: 0.7rem 2.4rem;
    display: flex;
    align-items: center;
    border-radius: 1000px;
    text-align: center;
    font-size: 1.4rem;
    color: #737779;
    transition: background .3s linear
}

.c-header-menu__item-link img {
    margin-right: 1.6rem
}

.c-header-menu__item-link:hover {
    background: #c8ccda;
}

.c-header-menu__list[class] {
    width: 100%;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    border-top: 1px solid #d8e1e3
}

.c-header-menu__list-item + .c-header-menu__list-item {
    margin-top: 1.8rem
}

.c-header-menu__list-link {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    color: #737779;
    transition: color .3s linear
}

.c-header-menu__list-link img {
    margin-right: 1.6rem
}

.c-header-menu__list-link:hover {
    color: #25292a
}

.c-header-menu.is-active {
    transform: translateX(0)
}

@media (min-width: 620px) {
    .c-headers__right {
        display: flex;
        align-items: center
    }

    .c-headers__buttons {
        padding: 0;
        position: static;
        width: auto;
        background-color: transparent;
        margin-left: 2.4rem
    }

    .c-headers__log {
        font-size: 1.4rem;
        height: 38px;
        min-height: auto;
        padding-left: 4.6rem;
        padding-right: 4.6rem
    }

    .c-headers__reg {
        min-height: auto;
        height: 38px;
        font-size: 1.4rem;
        padding-left: 2.7rem;
        padding-right: 2.7rem
    }
}

@media (min-width: 1200px) {
    .c-headers__wrap {
        -moz-column-gap: 1.6rem;
        column-gap: 1.6rem
    }

    .c-headers__menu[class] {
        margin-right: auto;
        margin-left: 2.4rem
    }

    .c-headers__logo {
        margin-left: 1.6rem
    }

    .c-headers__logo img {
        width: 80px;
        height: 49px
    }

    .c-headers__menu {
        display: flex;
        align-items: center;
        gap: 1.6rem
    }

    .c-headers__menu-link {
        font-size: 1.4rem;
        font-weight: 600;
        color: white;
        transition: color .3s linear
    }

    .c-headers__menu-link:hover {
        color: #d8e1e3
    }
}

.c-hero {
    height: 451px;
    margin-bottom: 3rem;
    position: relative
}

.c-hero__img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -o-object-position: top;
    object-position: top
}

.c-hero__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.c-hero__wrap {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0
}

.c-hero__title {
    font-size: 4rem;
    color: #00f6ff;
    font-family: 'Sohne Schmal', sans-serif;
    letter-spacing: 1px;
    line-height: 1
}

.c-hero__text {
    color: white;
    font-weight: 600;
    margin-bottom: 1.6rem
}

.c-hero__link {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-bottom: 0.5rem;
    margin-left: 0
}

.c-hero__age {
    font-weight: 600;
    font-size: 1.2rem;
    color: white
}

@media (min-width: 900px) {
    .c-hero {
        height: 352px
    }

    .c-hero__title {
        font-size: 8rem
    }

    .c-hero .o-container {
        padding-left: 14.6rem
    }

    .c-hero__wrap {
        align-items: flex-start;
        height: 100%;
        padding-bottom: 4rem;
        justify-content: flex-end
    }

    .c-hero__text {
        font-size: 2rem;
        margin-bottom: 2.5rem
    }

    .c-hero__link {
        height: 44px;
        margin-bottom: 2.5rem
    }

    .c-hero__age {
        font-weight: 400
    }

    .c-hero__inner {
        align-items: flex-start
    }
}

.c-content-list {
    margin-bottom: 3.2rem;
    margin-top: 3.2rem
}

.c-content-list__inner {
    border-radius: 0 0 4px 4px;
    border: 1px solid #000
}

.c-content-list__list[class] {
    margin: 0;
    list-style: auto;
    padding: 1rem 4rem 2rem 4.5rem
}

.c-content-list__list[class] li {
    color: black
}

.c-content-list__list[class] li + li {
    margin-top: 1.3rem
}

.c-content-list__list-link {
    color: black
}

.c-content-list__list-link:hover {
    text-decoration: underline
}

.c-content-list summary {
    border-radius: 4px 4px 0 0;
    display: block;
    padding: 1.6rem 2rem 1.6rem 2rem;
    cursor: pointer;
    font-size: 2rem;
    outline: none;
    font-weight: 600;
    color: white;
    background: #000
}

.c-content-list summary span {
    display: flex;
    justify-content: center;
    align-items: center
}

.c-content-list summary span svg {
    transition: transform .3s linear;
    width: 28px;
    height: 28px;
    margin-left: 2.5rem;
    transform: rotate(90deg)
}

.c-content-list details[open] summary span svg {
    transform: rotate(270deg)
}

.c-content-list__link {
    text-decoration: none
}

.c-content-list__link:hover {
    text-decoration: underline
}

@media (min-width: 768px) {
    .c-content-list__list[class] {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        margin: 0 auto;
        -moz-column-count: 2;
        column-count: 2;
        max-width: 768px
    }

    .c-content-list__list[class] li {
        margin-top: 0
    }

    .c-content-list summary {
        padding-top: 1.8rem;
        padding-bottom: 1.8rem
    }
}

.c-bonuses {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    background: #060322;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

.c-bonuses__title {
    color: #06f4ff;
    font-family: 'Sohne Schmal', sans-serif;
    font-weight: bold;
    font-size: 2.8rem;
    letter-spacing: 1px;
    margin-bottom: 1rem
}

.c-bonuses__item {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.c-bonuses__img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 1rem
}

.c-bonuses__item-name {
    font-size: 3.5rem;
    letter-spacing: 1px;
    font-family: 'Sohne Schmal', sans-serif;
    font-weight: bold;
    color: #06f4ff;
    line-height: 1.2
}

.c-bonuses__text {
    display: block;
    font-size: 1.6rem;
    color: white
}

.c-bonuses__link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.5rem;
    margin-left: 0;
    font-size: 1.4rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem
}

@media (min-width: 620px) {
    .c-bonuses__title {
        font-size: 3.2rem
    }
}

@media (min-width: 900px) {
    .c-bonuses__items {
        display: flex;
        -moz-column-gap: 1.6rem;
        column-gap: 1.6rem
    }
}

.c-info {
    padding-top: 1.5rem;
    padding-bottom: 3.5rem;
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    background: #f4f4f4
}

.c-info__title {
    display: block;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    margin-bottom: 0.5rem;
    color: #161d35
}

.c-info__list-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.2rem 0
}

.c-info__list-item img {
    margin-bottom: 3.2rem
}

.c-info__list-name {
    color: black;
    font-size: 2.5rem;
    display: block;
    font-family: 'Sohne Schmal', sans-serif;
    font-weight: bold;
    letter-spacing: 1px
}

.c-info__link {
    margin-top: 2rem;
    margin-left: 0;
    height: 44px;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 900px) {
    .c-info__list {
        display: flex;
        flex-wrap: wrap;
        -moz-column-gap: 1.6rem;
        column-gap: 1.6rem
    }

    .c-info__list-item {
        width: calc(100% / 3 - 1.1rem)
    }
}

.c-games__items {
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.c-games__item {
    width: calc(100% / 2 - 0.8rem);
    margin-bottom: 1.6rem;
    overflow: hidden
}

.c-games__item:hover {
    cursor: pointer
}

.c-games__item:hover .c-games__item-overlay {
    opacity: 1
}

.c-games__item-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    align-items: center;
    overflow: hidden;
    font-size: 1.4rem;
    color: white;
    font-weight: 600;
    text-align: center
}

.c-games__img {
    position: relative;
    overflow: hidden;
    border-radius: 3px
}

.c-games__img img {
    width: 100%;
    height: auto
}

.c-games__item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    opacity: 0;
    transition: opacity .5s linear;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(18, 18, 18, 0.85);
    border-radius: 3px
}

.c-games__btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.c-games__play {
    margin-left: 0;
    padding: 1rem;
    width: 100%;
    max-width: 145px;
    font-size: 1.4rem;
    margin-bottom: 1rem
}

.c-games__demo {
    font-size: 1.4rem;
    padding: 1rem;
    width: 100%;
    max-width: 145px
}

@media (min-width: 480px) {
    .c-games__item {
        width: calc(100% / 3 - 1.1rem)
    }
}

@media (min-width: 620px) {
    .c-games__play {
        height: 44px;
        font-size: 1.4rem
    }

    .c-games__demo {
        font-size: 1.4rem;
        height: 44px
    }

    .c-games__item {
        width: calc(100% / 4 - 1.2rem)
    }
}

@media (min-width: 992px) {
    .c-games__item {
        width: calc(100% / 5 - 1.3rem)
    }
}

@media (min-width: 1200px) {
    .c-games__item {
        width: calc(100% / 6 - 1.4rem)
    }
}

@media (min-width: 1400px) {
    .c-games__item-overlay {
        padding: 24px 10px 14px
    }
}

.c-comments {
    margin-top: 3rem;
    margin-bottom: 5.5rem
}

.c-comments__item {
    border-radius: 0.4rem;
    position: relative;
    background: #060322;
    padding: 2.5rem 2rem 4.7rem;
    color: white
}

.c-comments__item + .c-comments__item {
    margin-top: 4.2rem
}

.c-comments__info {
    margin-right: 3rem;
    margin-bottom: .5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.c-comments__name {
    color: white;
    margin-bottom: 0.6rem;
    display: flex;
    align-items: flex-end;
    margin-right: 1rem;
    font-weight: bold
}

.c-comments__name span {
    font-size: 1.4rem;
    font-weight: 500;
    display: block;
    margin-left: 1.3rem
}

.c-comments__btn {
    font-size: 1.6rem;
    position: absolute;
    padding: 0.7rem 2rem;
    right: 3%;
    bottom: -1.9rem;
    min-height: 38px
}

@media (min-width: 992px) {
    .c-comments__btn {
        padding: 0.7rem 2.8rem
    }
}

.c-faqs {
    margin-bottom: 5rem
}

.c-faqs summary {
    font-weight: bold;
    padding: 1.7rem 0.5rem 1.7rem 0.5rem;
    display: block;
    font-size: 1.8rem;
    cursor: pointer;
    position: relative;
    outline: none
}

.c-faqs details {
    border-radius: 4px;
    margin-bottom: 1.5rem;
    background-color: #060322;
    color: #fff;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.c-faqs summary:before {
    content: "";
    display: block;
    float: right;
    font-weight: bold;
    margin: 0rem 0 0 1.5rem;
    padding: 0;
    text-align: center;
    height: 3rem;
    width: 3rem;
    background-image: url("../img/arrow-down.svg");
    transition: transform .3s linear
}

.c-faqs details[open] summary:before {
    transform: rotate(180deg)
}

.c-faqs details[open] summary {
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #d8e1e3
}

.c-faqs details > div {
    padding: 1.2rem 0.5rem 2.5rem;
    text-align: left
}

@media (min-width: 992px) {
    .c-faqs summary {
        font-size: 2rem
    }
}

.c-footer {
    padding-top: 4.8rem;
    padding-bottom: 11rem;
    background: #060322
}

.c-footer__top {
    margin-bottom: 4rem
}

.c-footer__list[class] + .c-footer__list[class] {
    margin-top: 2.5rem
}

.c-footer__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem
}

.c-footer__item {
    margin-bottom: 3rem
}

.c-footer__list-item {
    margin-bottom: 1rem
}

.c-footer__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    margin-bottom: 2rem
}

.c-footer__item-name {
    display: block;
    font-size: 2.4rem;
    color: white;
    font-family: 'Sohne Schmal', sans-serif;
    line-height: 1.1;
    letter-spacing: 1px;
    font-weight: bold
}

.c-footer__item-link {
    color: white;
    opacity: 0.72
}

.c-footer__line {
    color: white;
    font-size: 1.4rem;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-top: 1px solid #2e2b45;
    border-bottom: 1px solid #2e2b45;
    margin-bottom: 3.5rem
}

.c-footer__title {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    color: white;
    text-align: center;
    margin-bottom: 1.7rem
}

.c-footer__margin[class] {
    margin-bottom: 4rem
}

.c-footer__bottom {
    text-align: center;
    font-size: 1.1rem;
    color: #8b8b8b;
    line-height: 1.3;
    margin-bottom: 4rem
}

.c-footer__copy {
    display: block;
    font-size: 1.4rem;
    color: white;
    text-align: center
}

@media (min-width: 620px) {
    .c-footer {
        padding-bottom: 4rem
    }
}

@media (min-width: 1200px) {
    .c-footer__top {
        margin-bottom: 6rem;
        display: flex;
        justify-content: center;
        align-items: flex-start
    }

    .c-footer__list {
        max-width: 380px
    }

    .c-footer__list[class] + .c-footer__list[class] {
        margin-top: 0
    }

    .c-footer__pay {
        width: 60px;
        height: 25px
    }

    .c-footer__margin {
        max-width: none
    }
}



.content_hook ol{
	    list-style: auto;
    margin-left: 30px;
}

.content_hook ul:not(.c-games__items){
	    list-style: disc;
    margin-left: 30px;
}

blockquote, blockquote.wp-block-quote {
    font-family: Roboto, sans-serif;
    color: #151515;
    font-size: 21px;
    line-height: 1.2em !important;
    font-weight: 900;
	position: relative;
	    padding-top: 50px;
}

blockquote.wp-block-quote:before, blockquote:before {
content: '';
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-image: url(../img/q.png);
    background-size: cover;
    position: absolute;
    top: -10px;
    left: 50%;
}

blockquote p{
	    text-align: center;
		    font-family: "Baloo Paaji 2", sans-serif;
}

.glow-button{
	text-decoration: none !important;
    display: inline-block;
    padding: 15px 30px;
    margin: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 40px 40px #a21ac3 inset, 0 0 0 0 #a21ac3;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff !important;
    transition: .15s ease-in-out;
}


.wp-block-quote>cite {
    display: block;
    margin-top: 25px;
}



.topBtn {
    padding: 15px;
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    border-radius: 50%;
    overflow: hidden;
    display: none;
    background: #239c6b;
    box-shadow: 1px 2px 4px #00000061;
    transition: .3s ease-in-out;
    opacity: .85
}

.topBtn:hover {
    opacity: 1;
    cursor: pointer;
    box-shadow: 2px 4px 8px #00000064
}

.topBtn__arrow {
    border: solid #fff;
    border-width: 0 .375rem .375rem 0;
    display: inline-block;
    padding: 2px;
    top: 2px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    height: .375rem;
    width: .375rem;
    position: relative;
    border-radius: 15%;
    border-bottom-right-radius: 0
}



@media (max-width: 768px) {
	.topBtn {
    bottom: 9rem !important; 
	}
}