@font-face {
    font-display: block;
    font-display: swap;
    font-family: ag-icons;
    font-style: normal;
    font-weight: 400;
    src: url(./assets/ag-icons.woff) format("truetype"), url(./assets/ag-icons.woff) format("woff"), url(./assets/ag-icons.woff) format("svg")
}

*,
:after,
:before {
    box-sizing: border-box
}

body,
div,
form,
h1,
h2,
h3,
input,
p {
    margin: 0;
    padding: 0
}

main,
section {
    display: block
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

a {
    text-decoration: none;
    transition: .3s
}

a:active,
a:focus,
a:hover {
    outline: none
}

strong {
    font-weight: 700
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    vertical-align: middle;
    width: 100%
}

form {
    margin: 0
}

label {
    cursor: pointer
}

button,
input {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button,
input {
    background-color: transparent;
    border: 0;
    line-height: normal
}

button {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled] {
    cursor: default
}

input[type=search],
input[type=text] {
    appearance: none;
    box-shadow: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input:invalid {
    background-color: #f0dddd
}

input {
    outline: none
}

html {
    scroll-behavior: smooth;
    scroll-padding: 5.5rem
}

@font-face {
    font-display: block;
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    font-family: ag-icons !important;
}

i[class^=icon-] {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: ag-icons !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.icon-deposit-limit-tool:before {
    color: #707070;
    content: "\ebea"
}

.icon-self-exclusion-register-participation:before {
    color: #707070;
    content: "\ebeb"
}

.icon-self-exclusion-tool:before {
    color: #707070;
    content: "\ebec"
}

.icon-withdrawal-methods:before {
    color: #707070;
    content: "\ebed"
}

.icon-thumbs-up:before {
    color: #55a270;
    content: "\ebe9"
}

.icon-ag-affiliate:before {
    color: #707070;
    content: "\ebc6"
}

.icon-ag-casino-type:before {
    color: #707070;
    content: "\ebc8"
}

.icon-ag-chat:before {
    color: #707070;
    content: "\ebca"
}

.icon-ag-cooling-off-time-out:before {
    color: #707070;
    content: "\ebcc"
}

.icon-ag-currencies:before {
    color: #707070;
    content: "\ebcd"
}

.icon-ag-deposit-methods:before {
    color: #707070;
    content: "\ebce"
}

.icon-ag-established:before {
    color: #707070;
    content: "\ebcf"
}

.icon-ag-languages:before {
    color: #707070;
    content: "\ebd4"
}

.icon-ag-license:before {
    color: #707070;
    content: "\ebd5"
}

.icon-ag-loss-limit-tool:before {
    color: #707070;
    content: "\ebd6"
}

.icon-ag-mail:before {
    color: #707070;
    content: "\ebd7"
}

.icon-ag-official-website:before {
    color: #707070;
    content: "\ebd8"
}

.icon-ag-owner:before {
    color: #707070;
    content: "\ebd9"
}

.icon-ag-pending-period:before {
    color: #707070;
    content: "\ebdb"
}

.icon-ag-reality-check-tool:before {
    color: #707070;
    content: "\ebdc"
}

.icon-ag-return-to-player:before {
    color: #707070;
    content: "\ebdf"
}

.icon-ag-self-assessment:before {
    color: #707070;
    content: "\ebe0"
}

.icon-ag-software:before {
    color: #707070;
    content: "\ebe1"
}

.icon-ag-time-session-limit:before {
    color: #707070;
    content: "\ebe2"
}

.icon-ag-wager-limit:before {
    color: #707070;
    content: "\ebe5"
}

.icon-ag-withdrawal-lock:before {
    color: #b3b3b3;
    content: "\ebe7"
}

.icon-ios-arrow-down:before {
    content: "\e90e"
}

.icon-ios-close-circle:before {
    content: "\e94f"
}

.icon-ios-close:before {
    content: "\e950"
}

.icon-ios-menu:before {
    content: "\e9bf"
}

.icon-ios-search:before {
    content: "\ea04"
}

.icon-md-close:before {
    content: "\eacb"
}

.grid-container {
    padding-left: 1.6rem;
    padding-right: 1.6rem
}

[class^=grid-col-] {
    margin-bottom: 1rem
}

@media(min-width:480px) {
    .grid-container {
        margin: 0 auto;
        max-width: 144rem;
        padding-left: 2.4rem;
        padding-right: 2.4rem
    }
}

@media(min-width:768px) {
    .grid-container {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .grid-row {
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 -1.5rem
    }

    [class^=grid-col-] {
        flex-basis: 0;
        flex-grow: 1;
        margin-bottom: 0;
        max-width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .grid-col-12 {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%
    }
}

@media(min-width:1024px) {
    .grid-container {
        padding-left: 7.8rem;
        padding-right: 7.8rem
    }

    .grid-row {
        margin: 0 -3.9rem
    }

    [class^=grid-col-] {
        padding-left: 3.9rem;
        padding-right: 3.9rem
    }
}

@media(min-width:1480px) {
    .grid-container {
        padding-left: .6rem;
        padding-right: .6rem
    }

    .grid-row {
        margin: 0 -.3rem
    }

    [class^=grid-col-] {
        padding-left: .3rem;
        padding-right: .3rem
    }
}

body {
    background-color: #f5f5f5;
    color: #1c1c1c;
    font-family: Noto Sans, Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    line-height: 1
}

h1 {
    font-size: 3.2rem;
    line-height: 3.6rem
}

h1,
h2 {
    font-weight: 400;
    margin-bottom: 0
}

h2 {
    font-size: 2.4rem;
    letter-spacing: .015rem;
    line-height: 3.2rem
}

.h3,
h3 {
    font-size: 2rem;
    letter-spacing: .015rem;
    line-height: 2.8rem
}

.h3,
h3 {
    font-weight: 600;
    margin-bottom: 0
}

p {
    font-size: 1.6rem;
    letter-spacing: .05rem;
    line-height: 2.4rem
}

.small,
p {
    font-weight: 400
}

.small {
    font-size: 1.4rem;
    letter-spacing: .04rem;
    line-height: 2rem
}

.small-x {
    font-size: 1.2rem;
    line-height: 1.6rem
}

.small-x,
.small-xx {
    font-weight: 400;
    letter-spacing: .01rem
}

.small-xx {
    text-decoration-line: underline
}

.overline,
.small-xx {
    font-size: 1rem;
    line-height: 1.2rem
}

.overline {
    font-weight: 600;
    letter-spacing: .15rem;
    margin-bottom: 0;
    text-transform: uppercase
}

ul {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: .05rem;
    line-height: 2.4rem;
    margin-top: 0;
    padding-left: 1.5rem
}

@media(min-width:1024px) {

    h1 {
        font-size: 4.8rem;
        line-height: 5.2rem
    }

    h2 {
        font-size: 3.2rem;
        letter-spacing: 0;
        line-height: 3.6rem
    }

    .h3,
    h3 {
        font-size: 2.4rem;
        line-height: 3.2rem
    }
}

.richtext {
    color: #1c1c1c
}

.richtext h2,
.richtext p {
    margin-bottom: 2.4rem
}

.richtext a {
    color: #2396f7
}

.has-fixed-header {
    padding-top: 6.4rem
}

.base-header {
    background-color: #272b2f;
    left: 0;
    position: fixed;
    top: 0;
    transition: all .5s ease-in;
    width: 100%;
    z-index: 11
}


.base-header__modal {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 .4rem .8rem #b3b3b3;
    overflow: hidden;
    position: absolute
}

.base-header__secondary-notification-modal {
    border-radius: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
    left: 0;
    top: 0;
    width: 100%
}

.base-header__notification-modal-menu {
    align-items: center;
    background-color: #272b2f;
    display: flex;
    height: 6.4rem;
    justify-content: space-around
}

.base-header__notification-modal-menu-logged-out {
    justify-content: center
}

.base-header__notification-modal-logged-out-close-btn {
    font-size: 3rem;
    order: 3;
    position: absolute;
    right: 1rem
}

.base-header__notification-modal-btn {
    color: #fff;
    flex-grow: 1;
    padding: .9rem 0;
    text-align: center
}

.base-header__notification-modal-content {
    flex-grow: 1;
    height: 24.2rem;
    overflow-y: scroll;
    padding: 1.6rem 3rem 0 3.4rem
}

.base-header__notification-modal-footer {
    align-items: center;
    border-top: .1rem solid #d9d9d9;
    display: flex;
    height: 4.8rem;
    justify-content: center
}

.base-header__hidden {
    display: none
}

.base-header__main {
    align-items: center;
    background-color: #272b2f;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 1.2rem 1.6rem
}

.base-header__hidden-mobile {
    margin-top: -100%;
    opacity: 0
}

.base-header__main-logo {
    background-size: cover;
    text-transform: uppercase;
    cursor: pointer;
    height: 4rem;
    left: 0;
    min-height: 4rem;
    min-width: 17.6rem;
    opacity: 1;
    position: relative;
    transition: all .5s ease-in;
    font-size: 35px;
    color: white;
    font-weight: 200;

}

.base-header__secondary-menu {
    flex-grow: 1;
    justify-content: space-between
}

.base-header__secondary-menu,
.base-header__secondary-menu-main {
    align-items: center;
    display: flex
}

.base-header__secondary-menu-return {
    align-items: center;
    display: flex;
    height: 4rem;
    transition: top .5s ease-in
}

.base-header__secondary-menu-item {
    color: #d9d9d9;
    cursor: pointer;
    font-size: 2rem;
    margin-left: 2rem;
    min-height: 2rem;
    min-width: 2rem
}

@media(min-width:481px) {

    .base-header__secondary-menu {
        flex-grow: 0;
        width: 60%
    }

    .base-header__secondary-menu-return {
        transition: all .5s ease-in
    }

    .base-header__secondary-notification-modal {
        border-radius: 1rem;
        height: auto;
        left: auto;
        right: 2rem;
        top: 7rem;
        width: 39.2rem
    }

    .base-header__notification-modal-btn {
        color: #1c1c1c
    }

    .base-header__notification-modal-menu {
        background-color: #fff;
        color: #272b2f
    }

    .base-header__notification-modal-logged-out-close-btn {
        display: none
    }

    .base-header__notification-modal-content {
        padding: 0 3rem 0 3.4rem
    }
}

@media(min-width:1025px) {
    .has-fixed-header {
        padding-top: 9.6rem
    }

    .base-header__main {
        height: 6.4rem;
        justify-content: start;
        padding: 0 1.6rem
    }

    .base-header__hidden-mobile {
        display: flex;
        margin-top: 0;
        opacity: 1;
        transition: none
    }

    .base-header__secondary-menu {
        display: none;
        width: auto
    }

    .base-header__secondary-menu-return {
        display: none
    }
}

.base-search__form-input-wrapper {
    align-items: center;
    display: flex;
    transition: width .25s ease-in;
    width: 100%
}

.base-search-mobile__form-dropdown-search-content {
    min-height: 10rem;
    position: relative
}

.base-search__form-dropdown-info-header {
    align-items: center;
    background-color: #f5f5f5;
    display: flex;
    height: 3.2rem;
    justify-content: space-between;
    padding: .8rem 1.6rem
}

.base-search-mobile__form-dropdown-info-clear {
    color: #2396f7
}

.base-search-mobile__form-input::-ms-clear,
.base-search-mobile__form-input::-ms-reveal {
    display: none;
    height: 0;
    width: 0
}

.base-search-mobile__form-input::-webkit-search-cancel-button,
.base-search-mobile__form-input::-webkit-search-decoration,
.base-search-mobile__form-input::-webkit-search-results-button,
.base-search-mobile__form-input::-webkit-search-results-decoration {
    display: none
}

.base-search__close-input-btn {
    font-size: 3rem;
    margin-left: 1rem
}

.base-search__form-dropdown-search-header {
    align-items: center;
    background-color: #f5f5f5;
    display: flex;
    overflow-x: scroll;
    padding: 1rem 1.6rem
}

.base-search-mobile__form-dropdown-search-header-item {
    background-color: #fff;
    border: .1rem solid #272b2f;
    border-radius: 3.6rem;
    height: fit-content;
    margin-right: 1rem;
    min-width: fit-content;
    padding: .9rem 1.6rem
}

.base-search-mobile__form-dropdown-search-header-item--active {
    border: .1rem solid #2396f7;
    color: #2396f7
}

.base-search-mobile {
    align-items: center;
    cursor: pointer;
    font-size: 2rem
}

.base-search-mobile__btn {
    min-height: 2rem;
    min-width: 2rem;
    position: relative;
    top: .2rem
}

.base-search-mobile__form-dropdown {
    background-color: #fff;
    border-radius: 0 0 .8rem .8rem;
    box-shadow: 0 .4rem .8rem #b3b3b3;
    color: #272b2f;
    height: calc(100vh - 6.4rem);
    left: 0;
    overflow: scroll;
    position: absolute;
    top: 6.4rem;
    transition: height .5s ease-in-out;
    visibility: visible;
    width: 100%
}

.base-search-mobile__drop-hidden {
    height: 0;
    transition: visibility .5s ease-in-out;
    visibility: hidden
}

.base-search-mobile__form {
    background-color: #272b2f;
    padding: 1rem 2rem;
    position: absolute;
    right: 0;
    top: 0;
    transition: width .5s ease-in;
    width: 100%
}

.base-search-mobile__form-input {
    background-color: #373b40;
    border: none;
    border-radius: 0 .8rem .8rem 0;
    color: #fff;
    height: 4rem;
    outline: none;
    padding-right: 2rem;
    width: 100%
}

.base-search-mobile__form-input-cancel-button {
    color: #d9d9d9;
    position: absolute;
    right: 7rem
}

.base-search-mobile__form-hidden {
    transition: width .25s ease-in;
    visibility: hidden;
    width: 0
}

.base-search-mobile__form-btn {
    align-items: center;
    background-color: #373b40;
    border-radius: .8rem 0 0 .8rem;
    color: #fff;
    display: flex;
    font-size: 2.4rem;
    height: 4rem;
    justify-content: center;
    opacity: 1;
    width: 5rem
}

@media(min-width:1025px) {
    .base-search-mobile {
        display: flex
    }
}

.ag-section {
    margin-top: 2.4rem
}

@media(min-width:769px) {
    .ag-section {
        margin-top: 3.2rem
    }
}

@media(min-width:1025px) {
    .ag-section {
        margin-top: 4.8rem
    }
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%
}

@media(min-width:360px) {
    .container {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media(min-width:768px) {
    .container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media(min-width:1024px) {
    .container {
        padding-left: 78px;
        padding-right: 78px
    }
}

@media(min-width:1480px) {
    .container {
        max-width: 1440px;
        padding-left: 6px;
        padding-right: 6px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px
}

@media(min-width:768px) {
    .row {
        margin-left: -6px;
        margin-right: -6px
    }
}

.col {
    padding-left: 6px;
    padding-right: 6px;
    position: relative;
    width: 100%
}

@media(min-width:768px) {

    .col {
        padding-left: 8px;
        padding-right: 8px
    }
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.reset-typography.slider-cards h3 {
    font-weight: 400
}

@media(max-width:480px) {
    .no-container-spacing-sm {
        overflow: hidden;
        padding-left: 0;
        padding-right: 0
    }
}

.select-none {
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.casino-review {
    overflow-x: hidden
}

.casino-review section {
    padding: 1.2rem 0;
    position: relative
}

.casino-review section:after,
.casino-review section:before {
    background-color: inherit;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw
}

.casino-review section:before {
    left: -100vw
}

.casino-review section:after {
    right: -100vw
}

@media(min-width:769px) {
    .casino-review {
        overflow-x: clip
    }
}

@media(min-width:1025px) {
    .casino-review__wrapper {
        display: flex;
        justify-content: space-between
    }

    .review__wide-column {
        width: calc(100% - 53.2rem)
    }
}

.button {
    background-color: transparent;
    border: .1rem solid transparent;
    border-radius: .6rem;
    color: #1c1c1c;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 143%;
    outline: none;
    padding: .8rem 1.2rem;
    text-align: center;
    text-decoration: none;
    transition: .3s
}

.button:disabled,
.button[disabled] {
    cursor: not-allowed;
    opacity: .38;
    pointer-events: none
}

.button--blue {
    color: #fff
}

.button--blue,
.button--blue:hover {
    background-color: #0a8af6
}

.button--blue:focus {
    background-color: #087ddf
}

.button--light-blue {
    background-color: #e8f4fe;
    color: #2396f7
}

.button--light-blue:hover {
    background-color: #b7dcfc
}

.button--light-blue:focus {
    background-color: #85c5fb
}

.button--icon-left {
    align-items: baseline;
    display: flex
}

.button--icon-left i[class^=icon-] {
    margin-right: 1rem
}

.button--link {
    background-color: transparent;
    border: none;
    color: #2396f7;
    padding: 0
}

.button--link:hover {
    background-color: transparent;
    color: #0a8af6
}

.button--link:focus {
    background-color: transparent;
    color: #087ddf
}

.button--link-gray,
.button--link-gray:focus,
.button--link-gray:hover {
    color: #707070
}

.button--link-dark,
.button--link-dark:focus,
.button--link-dark:hover {
    color: #1c1c1c
}

.button--block {
    display: block;
    width: 100%
}

.button--underline {
    text-decoration: underline
}

.button-save {
    background-color: transparent;
    color: #707070;
    font-size: 1.4rem;
    font-weight: 600
}

.button-save:before {
    content: "";
    font-family: ag-icons;
    margin-right: .2rem;
    vertical-align: middle
}

.review-intro,
.review-intro__wrapper {
    margin-bottom: 2.4rem
}

.review-intro {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 2.4rem
}

.review-logo {
    border: .1rem solid #d9d9d9;
    border-radius: 50%;
    flex-shrink: 0;
    height: 9.6rem;
    justify-self: center;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    width: 9.6rem
}

.review-intro__main {
    display: flex;
    flex-direction: column
}

h1.review-intro__title {
    font-size: 3.2rem;
    margin-bottom: 3.4rem;
    text-align: center
}

.review-intro-rating .rating-circle:not(:last-child) {
    margin-bottom: 1.6rem;
    margin-right: 2.4rem
}

.review-intro__text {
    color: #1c1c1c;
    display: inline-block
}

.review-intro__text a {
    color: inherit
}

@media(min-width:769px) {
    .review-intro__wrapper {
        margin-bottom: 1.6rem
    }

    .review-intro {
        justify-content: space-between;
        margin-bottom: 4.8rem;
        padding-top: 0
    }

    .review-intro,
    .review-intro__main {
        align-items: center;
        flex-direction: row
    }

    .review-logo {
        align-self: center;
        justify-self: left;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }

    h1.review-intro__title {
        align-self: center;
        margin-bottom: 0;
        margin-left: 2.4rem;
        margin-top: 0;
        text-align: left
    }

    .review-intro-rating {
        display: flex;
        margin-left: 2.4rem;
        margin-top: 3.2rem
    }

    .review-intro-rating .rating-circle:not(:last-child) {
        margin-bottom: 0;
        margin-right: 4rem
    }
}

@media(min-width:1025px) {
    .review-logo {
        height: 15.6rem;
        width: 15.6rem
    }
}

.rating-circle {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.rating-ring {
    color: #1c1c1c;
    flex-shrink: 0;
    font-size: 1.4rem;
    font-weight: 700;
    height: 4rem;
    overflow: hidden;
    position: relative;
    width: 4rem
}

.rating-ring:after,
.rating-ring:before {
    background-color: #edd34c;
    border-radius: 100% 0 0 100%/50% 0 0 50%;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transform-origin: 100% 50%;
    width: 50%
}

.rating-ring:before {
    border-right: none;
    z-index: 2
}

.rating-ring:after {
    border-left: none;
    opacity: 0;
    transform: rotate(180deg);
    z-index: 3
}

.rating-icon {
    height: 4rem;
    width: 4rem
}

.rating-ring__number {
    z-index: 5
}

.rating-ring__background,
.rating-ring__number {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.rating-ring__background {
    background-color: #fdef73;
    border-radius: 50%;
    height: 3.2rem;
    width: 3.2rem;
    z-index: 4
}

.rating-ring__mask {
    height: 100%;
    position: absolute;
    width: 100%
}

.rating-ring__mask:after,
.rating-ring__mask:before {
    background-color: #fbe44c;
    border-radius: 100% 0 0 100%/50% 0 0 50%;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transform-origin: 100% 50%;
    width: 50%
}

.rating-ring__mask:before {
    border-right: none;
    z-index: 3
}

.rating-ring__mask:after {
    border-left: none;
    transform: rotate(180deg);
    z-index: 1
}

.rating-info {
    align-items: flex-start;
    color: #1c1c1c;
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    letter-spacing: .01rem;
    margin-left: .8rem
}

.rating-info__text {
    color: #707070;
    letter-spacing: .04rem
}

.rating-ring--green:after,
.rating-ring--green:before {
    background-color: #88ba57;
    content: ""
}

.rating-ring--green .rating-ring__background {
    background-color: #c5df96
}

.rating-ring--green .rating-ring__mask:after,
.rating-ring--green .rating-ring__mask:before {
    background-color: #9dcb6b
}

.rating--10:before {
    animation-duration: .8s;
    animation-fill-mode: forwards;
    animation-name: rota1-10
}

@keyframes rota1-10 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(36deg)
    }
}

.rating--80:before {
    animation-duration: .8s;
    animation-fill-mode: forwards;
    animation-name: rota1-80
}

.rating--80:after {
    animation-delay: .8s;
    animation-duration: .48s;
    animation-fill-mode: forwards;
    animation-name: rota2-80
}

@keyframes rota1-80 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes rota2-80 {
    0% {
        opacity: 1;
        transform: rotate(180deg)
    }

    to {
        opacity: 1;
        transform: rotate(288deg)
    }
}

.rating--90:before {
    animation-duration: .8s;
    animation-fill-mode: forwards;
    animation-name: rota1-90
}

.rating--90:after {
    animation-delay: .8s;
    animation-duration: .64s;
    animation-fill-mode: forwards;
    animation-name: rota2-90
}

@keyframes rota1-90 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes rota2-90 {
    0% {
        opacity: 1;
        transform: rotate(180deg)
    }

    to {
        opacity: 1;
        transform: rotate(324deg)
    }
}

.rating--100:before {
    animation-duration: .8s;
    animation-fill-mode: forwards;
    animation-name: rota1-100
}

.rating--100:after {
    animation-delay: .8s;
    animation-duration: .8s;
    animation-fill-mode: forwards;
    animation-name: rota2-100
}

@keyframes rota1-100 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes rota2-100 {
    0% {
        opacity: 1;
        transform: rotate(180deg)
    }

    to {
        opacity: 1;
        transform: rotate(1turn)
    }
}

.author-avatar__wrapper {
    align-items: center;
    column-gap: .8rem;
    display: flex
}

.author-avatar__user-image {
    border-radius: 50%;
    flex-shrink: 0;
    height: 2.4rem;
    overflow: hidden;
    width: 2.4rem
}

.review-pros-cons-col {
    color: #1c1c1c;
    display: flex;
    flex-direction: column;
    text-align: left
}

.review-pros-cons__title {
    display: block;
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: .6rem
}

.review-pros-cons-wrapper {
    margin-bottom: 2.4rem
}

.review-pros-cons__list {
    list-style: none
}

.review-pros-cons__list-item {
    display: flex;
    line-height: 2.4rem;
    margin-bottom: .6rem
}

.review-pros-cons__list-item:last-child {
    margin-bottom: 0
}

.review-pros-cons__list-item:before {
    color: #707070;
    font-family: ag-icons;
    margin-right: 1.2rem
}

.review-pros-cons__list-item--pros:before {
    content: ""
}

.review-pros-cons__list-item--cons:before {
    content: ""
}

@media(min-width:481px) {
    .review-pros-cons-col {
        flex-direction: row;
        justify-content: space-between
    }

    .review-pros-cons-wrapper {
        margin-bottom: 0;
        width: 50%
    }
}

@media(min-width:1025px) {
    .review-pros-cons-col {
        align-items: flex-start
    }

    .review-pros-cons-wrapper {
        width: 45%
    }
}

.review-details-section .tab-slider-container {
    border-bottom: .01rem solid #ececec;
    height: auto;
    padding-bottom: 3.4rem;
    visibility: visible
}

.review-details-section .tab-slider-tabs {
    background-color: transparent;
    display: block;
    overflow: auto;
    white-space: nowrap
}

.review-details-section .tab-slider-body {
    display: flex;
    flex-direction: column
}

.review-details-section .tab-slider-tabs li {
    border-radius: .6rem;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 .4rem;
    padding: .8rem 1.2rem;
    width: auto
}

.review-details-section .tab-slider-tabs li.active {
    background-color: #d9d9d9
}

.review-details-section .tab-slider-tabs li:first-child {
    margin-left: 0
}

.review-details-section .tab-slider-tabs li:last-child {
    margin-right: 0
}

.review-details-wrapper {
    color: #707070;
    font-size: 1.6rem;
    margin-bottom: 1.2rem
}

.review-details-wrapper:last-child {
    margin-bottom: 0
}

.review-details__item {
    margin-bottom: 1.2rem
}

.review-details__item:last-child {
    margin-bottom: 0
}

.review-details__title {
    color: #1c1c1c;
    font-weight: 600;
    letter-spacing: .015rem;
    line-height: 2.4rem
}

.review-details__title i[class^=icon-] {
    font-size: 2.1rem;
    vertical-align: middle
}

.review-details__title span {
    display: inline-block;
    margin-left: 1.8rem;
    vertical-align: middle
}

.review-details__text {
    letter-spacing: .05rem;
    line-height: 2.4rem;
    padding-left: 4.4rem
}

@media(min-width:769px) {
    .review-details-section .tab-slider-tabs {
        display: inline-flex
    }

    .review-details-section .tab-slider-tabs li {
        display: block
    }

    .review-details-section .tab-slider-body {
        flex-direction: row;
        justify-content: space-between
    }

    .review-details-section .tab-slider-tabs li {
        font-size: 1.6rem
    }

    .review-details-wrapper {
        margin-bottom: 0;
        width: 48%
    }
}

.ag-btn {
    border: .1rem solid transparent;
    border-radius: .6rem;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 143%;
    outline: none;
    padding: .8rem 1.2rem;
    text-align: center;
    transition: .3s
}

.ag-btn:disabled {
    cursor: not-allowed;
    opacity: .38;
    pointer-events: none
}

.ag-btn {
    background-color: #d9d9d9;
    color: #1c1c1c;
    text-decoration: none
}

.ag-btn:hover {
    background-color: #c6c6c6
}

.ag-btn:focus {
    background-color: #b3b3b3
}

.ag-btn.primary-btn {
    color: #fff
}

.ag-btn.primary-btn,
.ag-btn.primary-btn:hover {
    background-color: #0a8af6
}

.ag-btn.primary-btn:focus {
    background-color: #087ddf
}

.ag-btn.regular-btn {
    background-color: #e8f4fe;
    color: #2396f7
}

.ag-btn.regular-btn:hover {
    background-color: #b7dcfc
}

.ag-btn.regular-btn:focus {
    background-color: #85c5fb
}

.review-list-action,
.review-list__title {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.4rem
}

.review-list-action {
    border-bottom: .1rem solid #ececec;
    padding-bottom: 1.4rem
}

.review-sort {
    align-items: center;
    color: #707070;
    display: flex;
    font-size: 1.4rem;
    position: relative
}

.button-sort {
    text-transform: capitalize
}

.button-sort {
    background-color: transparent;
    border: .1rem solid #c6c6c6;
    border-radius: 2.4rem;
    color: #707070;
    font-weight: 600;
    line-height: 2rem;
    margin-left: .8rem;
    padding: .4rem 1.2rem
}

.button-sort:after {
    content: "";
    font-family: ag-icons;
    margin-left: 1rem;
    vertical-align: middle
}

.review-dropdown-list {
    background-color: #fff;
    border-radius: .4rem;
    box-shadow: 0 .2rem .4rem -.1rem rgba(0, 0, 0, .14), 0 .4rem .5rem rgba(0, 0, 0, .1), 0 .1rem 1rem rgba(0, 0, 0, .08);
    color: #707070;
    display: none;
    font-size: 1.4rem;
    left: 5.2rem;
    padding: .8rem 0;
    position: absolute;
    top: 3.2rem;
    width: 19.2rem;
    z-index: 11
}

.review-dropdown__item {
    background-color: transparent;
    color: #707070;
    cursor: pointer;
    line-height: 2rem;
    padding: 1.1rem 1.6rem;
    text-align: left;
    text-decoration: none
}

.review-dropdown__item:hover {
    background-color: #e8f4fe;
    color: #1c1c1c
}

.review-list-wrapper {
    position: relative
}

.review-list-item {
    border-bottom: .1rem solid #ececec;
    padding: 3.4rem 0 2.4rem
}

.review-list-item__head {
    align-items: center;
    display: flex
}

.review-list-item__head .rating-circle {
    margin-left: auto
}

.review-user {
    color: #707070;
    display: flex;
    font-size: 1.4rem;
    font-weight: 400
}

.review-user-avatar {
    border-radius: 50%;
    height: 4rem;
    margin-right: .8rem;
    overflow: hidden;
    position: relative;
    width: 4rem
}

.review-username {
    color: #1c1c1c;
    font-weight: 700
}

.review-user-info span:before {
    background-color: #c6c6c6;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: .4rem;
    margin: 0 .5rem;
    vertical-align: middle;
    width: .4rem
}

.review-date {
    color: #1c1c1c
}

.review-comment__text {
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 1.6rem;
    overflow: hidden
}

.review-comment__text:before {
    display: inline-block;
    font-family: ag-icons;
    margin-right: .8rem;
    vertical-align: bottom
}

.review-comment__text--pros:before {
    color: #55a270;
    content: ""
}

.review-comment__text--cons:before {
    color: #ff5562;
    content: ""
}

.review-comment-action {
    align-items: center;
    display: flex;
    margin-top: 3.2rem;
    position: relative
}

.review-comment-action .button--link {
    color: #707070;
    font-size: 1.4rem;
    letter-spacing: .01rem;
    line-height: 2rem
}

.review-comment-action .button--link:active,
.review-comment-action .button--link:focus,
.review-comment-action .button--link:hover {
    color: #707070
}

.review-comment-action__item {
    margin: 0 2rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s ease
}

.review-comment-action__item i[class^=icon-] {
    margin-right: 1rem
}

.review-comment-action__item i[class^=icon-]:before {
    color: #707070
}

.review-comment-form-wrapper {
    position: relative
}

.review-reply-list {
    position: relative
}

@media(min-width:769px) {
    .review-comment__text {
        -webkit-line-clamp: 4
    }

    .review-comment {
        margin-left: 5rem
    }

    .review-comment__text {
        margin-bottom: 2.4rem
    }

    .review-comment-action {
        margin-top: 2.2rem
    }
}

.review-claim {
    background-color: #fff;
    border-radius: 1.2rem 1.2rem 0 0;
    bottom: 0;
    box-shadow: 0 -.2rem .4rem -.1rem rgba(0, 0, 0, .14), 0 -.4rem .5rem rgba(0, 0, 0, .1), 0 -.1rem 1rem rgba(0, 0, 0, .08);
    height: auto;
    left: 0;
    max-height: 9rem;
    padding: 3.2rem 1.6rem 1.6rem;
    position: fixed;
    transition: max-height .3s ease-out;
    width: 100%;
    z-index: 10
}

.review-claim--has-terms {
    max-height: 10rem
}

.review-claim__item {
    border: .1rem solid #ececec;
    border-radius: .8rem;
    padding: 1.6rem
}

.review-claim__item-inner-action {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.review-claim__header {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.review-claim__body {
    margin-top: 1.6rem
}

.review-claim__welcome-bonus-text {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.review-claim__claim-offer-btn,
.review-claim__visit-casino-link {
    display: block;
    margin-bottom: 1rem;
    width: 100%
}

.review-claim__terms-link {
    color: #0a8af6;
    display: inline-block;
    margin-bottom: 1.6rem
}

.review-claim__save-btn {
    border-top: .1rem solid #ececec;
    justify-content: center;
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    width: 100%
}

.review-claim__trigger {
    height: .4rem;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: .5rem;
    transform: translateX(-50%);
    width: 3.6rem
}

.review-claim__trigger img {
    height: 1.6rem;
    width: 3.6rem
}

@media(min-width:481px) {
    .review-claim {
        left: 2rem;
        width: calc(100% - 4rem)
    }

    .review-claim__body {
        margin-top: 0
    }
}

@media(min-width:769px) {
    .review-claim {
        left: 3.2rem;
        width: calc(100% - 6.4rem)
    }

    .review-claim__item-welcome-bonus {
        display: flex;
        justify-content: space-between
    }

    .review-claim__item-welcome-bonus>:first-child {
        margin-right: 1rem
    }
}

@media(max-width:1024px) {

    .review-claim__footer {
        text-align: center
    }

    .review-claim__cta {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 1.6rem;
        width: 100%
    }

    .review-claim__cta>:first-child {
        margin-bottom: .6rem;
        width: 100%
    }

    .review-claim__cta .small-xx {
        color: #707070
    }
}

@media(min-width:1025px) {
    .review-claim {
        align-self: flex-start;
        border-radius: 2.4rem;
        bottom: auto;
        box-shadow: 0 .8rem 1rem -.5rem rgba(0, 0, 0, .14), 0 1.6rem 2.4rem .2rem rgba(0, 0, 0, .1), 0 .6rem 3rem .5rem rgba(0, 0, 0, .08);
        left: auto;
        margin-bottom: 2.4rem;
        max-height: 100%;
        padding: 2.4rem;
        position: -webkit-sticky;
        position: sticky;
        top: 11rem;
        width: 48.3rem
    }

    .review-claim__item-welcome-bonus {
        display: block
    }

    .review-claim__item-welcome-bonus>:first-child {
        margin-right: 0
    }

    .review-claim__item {
        padding: 2.4rem
    }

    .review-claim__trigger {
        display: none
    }
}

.ag-modal__overlay {
    backdrop-filter: blur(1.6rem);
    background-color: rgba(0, 0, 0, .75);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 10
}

.ag-modal__body {
    animation-direction: normal;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-name: modal-out;
    animation-timing-function: ease;
    background-color: #fff;
    border-radius: 1.2rem;
    box-shadow: 0 1.1rem 1.5rem -.7rem rgba(0, 0, 0, .14), 0 2.4rem 3.8rem .3rem rgba(0, 0, 0, .1), 0 .9rem 4.6rem .8rem rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column;
    height: 100%;
    left: 50%;
    max-height: calc(100vh - 16rem);
    overflow: hidden;
    position: relative;
    top: 50%;
    visibility: hidden;
    width: calc(100% - 3.2rem);
    z-index: 5
}

.ag-modal__body .icon-md-close {
    cursor: pointer;
    font-size: 1.4rem;
    position: absolute;
    right: 3rem;
    top: 3rem
}

.ag-modal__header {
    align-items: center;
    border-bottom: .1rem solid #ececec;
    display: flex;
    justify-content: space-between;
    padding: 2.4rem;
    text-align: left
}

.ag-modal__header-title {
    color: #1c1c1c;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .01em;
    width: 95%
}

.ag-modal__main {
    color: #1c1c1c;
    height: 100%;
    overflow-y: scroll;
    padding: 1.6rem 2.4rem;
    position: relative
}

.ag-modal__main>:not(:last-child) {
    margin-bottom: 1.6rem
}

.ag-modal__footer {
    display: flex;
    justify-content: space-between
}

.ag-modal__footer {
    align-items: center;
    border-top: .1rem solid #ececec;
    padding: 1.6rem 2.4rem
}

@media(min-width:1025px) {
    .ag-modal__body {
        width: 48rem
    }

    .ag-modal__body--large {
        width: 72rem
    }
}

@keyframes modal-out {
    0% {
        transform: translate(-50%, -50%)
    }

    to {
        transform: translate(-50%, 100rem)
    }
}

.select {
    text-align: left;
    width: 100%
}

.select__label {
    color: #707070;
    font-size: 1.6rem;
    letter-spacing: .05rem;
    line-height: 2.4rem;
    transition: transform .1s ease-out, font-size .1s ease-out, font-weight .1s ease-out
}

.select__trigger {
    background-color: #fff;
    border: .1rem solid #c6c6c6;
    border-radius: .4rem;
    height: 5.6rem;
    padding: 1.5rem 4rem 1.5rem 1.2rem;
    position: relative;
    text-align: left;
    transition: .3s ease;
    width: 100%
}

.select__trigger i[class^=icon-] {
    color: #707070;
    cursor: pointer;
    font-size: 1.6rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%)
}

.select__trigger--searchable {
    align-items: center;
    display: flex
}

.select__trigger-wrapper {
    width: 100%
}

.select__input {
    border: 0;
    color: #707070;
    display: none;
    outline: none;
    width: 100%
}

.select__options {
    background-color: #fff;
    border-radius: .4rem;
    box-shadow: 0 .2rem .4rem -.1rem rgba(0, 0, 0, .014), 0 .4rem .5rem rgba(0, 0, 0, .1), 0 .1rem 1rem rgba(0, 0, 0, .008);
    display: none;
    list-style: none;
    margin: 0;
    max-height: 22.6rem;
    overflow-y: scroll;
    padding: .8rem 0
}

.select__option {
    align-items: center;
    background-color: #fff;
    color: #707070;
    cursor: pointer;
    display: flex;
    font-size: 1.4rem;
    letter-spacing: .04rem;
    line-height: 2rem;
    margin-bottom: 0;
    padding: 1.1rem 1.6rem;
    transition: .3s ease
}

.select__option:hover {
    background-color: #e8f4fe;
    color: #1c1c1c
}

.select__option-image {
    border-radius: 50%;
    flex-shrink: 0;
    height: 1.6rem;
    margin-right: 2rem;
    width: 1.6rem
}

.form-group {
    color: #707070;
    position: relative
}

.form__label {
    font-size: 1.6rem;
    left: 1.4rem;
    margin: auto 0;
    position: absolute;
    top: 1.7rem;
    transition: transform .1s ease-out, font-size .1s ease-out, font-weight .1s ease-out;
    z-index: 1
}

.form__input {
    border: .1rem solid #c6c6c6;
    border-radius: .4rem;
    color: #1c1c1c;
    line-height: 2.2rem;
    outline: 0;
    padding: 1.6rem 4.4rem 1.6rem 1.2rem;
    position: relative;
    width: 100%
}

.form__input:focus {
    border-color: #2396f7
}

.most-popular-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto
}

@media(min-width:1025px) {
    .most-popular-wrapper {
        overflow-x: visible
    }
}

.most-popular-wrapper .col {
    flex: 0 0 14.44rem;
    padding-left: .6rem;
    padding-right: .6rem
}

@media(min-width:481px) {
    .most-popular-wrapper .col {
        flex: 0 0 14rem
    }
}

@media(min-width:1025px) {
    .most-popular-wrapper .col {
        flex: 0 0 14.44rem
    }
}

@media(max-width:1024px) {
    .most-popular-wrapper:after {
        content: "";
        flex: 0 0 1.6rem
    }
}

@media(max-width:1024px) {
    .most-popular.most-popular--promotion .most-popular-wrapper .col:first-child() {
        margin-left: 0
    }
}

.tab-slider-nav {
    margin-bottom: 2.6rem;
    padding: 0 .6rem
}

@media(min-width:481px) {
    .tab-slider-nav {
        padding: 0
    }
}

.tab-slider-tabs {
    background: #d9d9d9;
    border-radius: 6px;
    display: inline-flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    max-width: 52.6rem;
    padding: .2rem;
    position: relative;
    width: 100%
}

@media(min-width:769px) {
    .tab-slider-tabs {
        max-width: 100%;
        width: auto
    }
}

.tab-slider-tabs li {
    width: 33.22%
}

@media(min-width:769px) {
    .tab-slider-tabs li {
        width: 17.4rem
    }
}

.tab-slider-trigger {
    color: #1c1c1c;
    font-size: 1.4rem;
    line-height: 1.25;
    margin-bottom: 0;
    overflow: hidden;
    padding: .6rem 1.6rem;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    z-index: 1
}

.tab-slider-trigger:hover {
    cursor: pointer
}

.tab-slider-container {
    overflow: hidden
}

@media(min-width:768px) {
    .tab-slider-container {
        height: 100px;
        margin: 0 -2.2rem;
        position: relative;
        visibility: hidden
    }
}

.tab-slider-scroller {
    display: flex;
    flex-wrap: nowrap;
    transition: transform .7s cubic-bezier(.1, .67, .29, .98)
}

.tab-slider-body {
    flex-shrink: 0;
    padding: 0 .6rem;
    width: 100%
}

@media(min-width:481px) {
    .tab-slider-body {
        padding: 0
    }
}

@media(min-width:768px) {
    .tab-slider-body {
        padding: 0 2.2rem
    }
}

.ag-card {
    background-color: #fff;
    border-radius: .8rem;
    margin-bottom: 1.2rem
}

@media(min-width:769px) {
    .ag-card {
        margin-bottom: 1.6rem
    }
}

.ag-card a {
    text-decoration: none
}

.ag-card-header {
    align-items: center;
    border-radius: .8rem .8rem 0 0;
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    position: relative
}

.ag-card-header:after {
    box-shadow: inset 0 -1px 3px rgba(0, 0, 0, .06);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.slider-cards .ag-cards-wrapper {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden
}

@media(min-width:769px) {

    .slider-cards .ag-cards-wrapper {
        flex-wrap: wrap;
        overflow-x: hidden
    }
}

.ag-cards-wrapper .col {
    flex: 0 0 50%
}

@media(min-width:769px) {
    .ag-cards-wrapper .col {
        flex: 0 0 25%
    }
}

@media(min-width:1025px) {
    .ag-cards-wrapper .col {
        flex: 0 0 20%
    }

    .ag-cards-wrapper .col:last-child:not(:first-child) {
        display: block
    }
}

.slider-cards .ag-cards-wrapper .col {
    flex: 0 0 44%
}

@media(max-width:480px) {
    .slider-cards .ag-cards-wrapper .col:first-child() {
        margin-left: 2.4rem
    }
}

.slider-cards .ag-cards-wrapper .col:last-child:not(:first-child),
.slider-cards .ag-cards-wrapper .col:nth-child(4) {
    display: block
}

@media(min-width:768px) {
    .slider-cards .ag-cards-wrapper .col {
        flex: 0 0 25%
    }
}

@media(min-width:1025px) {
    .slider-cards .ag-cards-wrapper .col {
        flex: 0 0 20%
    }

    .slider-cards .ag-cards-wrapper .col:nth-child(4) {
        display: block
    }
}

.casino-complaint-service .ag-cards-wrapper .col:first-child() {
    margin-left: 2.4rem
}

@media(min-width:481px) {
    .casino-complaint-service .ag-cards-wrapper .col:first-child() {
        margin-left: 3rem
    }
}

@media(min-width:769px) {
    .casino-complaint-service .ag-cards-wrapper .col:first-child() {
        margin-left: 7.8rem
    }
}

@media(min-width:1025px) {
    .casino-complaint-service .ag-cards-wrapper .col:first-child() {
        margin-left: 0
    }
}

.about-prove-section .ag-cards-wrapper .col:first-child() {
    margin-left: 0
}

.bonuses-review__header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.bonuses-review__info-link {
    margin-bottom: 2.2rem
}

@media(min-width:481px) {
    .bonuses-review__info-link {
        margin-bottom: 3rem
    }
}

.circular .ag-card {
    box-shadow: 0 3px 8px rgba(0, 0, 0, .02), 0 5px 6px rgba(0, 0, 0, .04), 0 1px 5px rgba(0, 0, 0, .1)
}

.circular .ag-card-header {
    margin-bottom: .8rem
}

.circular .ag-card-header:after {
    box-shadow: none
}

.ag-card-header img {
    border-radius: .8rem .8rem 0 0;
    display: block;
    width: 100%
}

.circular .ag-card-header img {
    border: 1px solid #f5f5f5;
    border-radius: 50%;
    height: 12.2rem;
    margin: 1.36rem 0;
    width: 12.2rem
}

.top-10-card .ag-card-header img {
    height: 9.6rem;
    margin: 0;
    width: 9.6rem
}

.ag-card-header-logo {
    height: 0;
    margin: 3.13% auto;
    padding-top: 50%;
    position: relative;
    width: 50%
}

.ag-card-header-logo img {
    border-radius: 50%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.bonus-card .ag-card-header-logo {
    border-radius: 50%;
    overflow: hidden
}

.ag-card-body-info {
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 2.4rem;
    min-height: 5rem;
    padding: 1rem
}

.ag-card-body-info span.text-uppercase {
    font-size: 1.2rem;
    letter-spacing: .15em
}

.ag-card-body-info-type {
    color: #888;
    font-size: 1.1rem;
    letter-spacing: .03em;
    line-height: 1.6rem;
    text-transform: uppercase
}

@media(min-width:769px) {
    .ag-card-body-info-type {
        font-size: 1.2rem;
        height: 3rem;
        letter-spacing: .15em
    }
}

.bonus-card .ag-card-body-info {
    justify-content: left;
    padding: 1rem 1.2rem;
    text-align: left
}

@media(min-width:769px) {

    .bonus-card .ag-card-body-info {
        padding: 1rem 1.6rem
    }
}

@media(max-width:1024px) {

    .bonus-card .ag-card-body-info {
        height: 5.2rem
    }
}

.ag-card-body-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #1c1c1c;
    display: -webkit-box;
    font-size: 1.6rem;
    height: 4rem;
    line-height: 125%;
    margin-bottom: 1rem;
    overflow: hidden;
    padding: 0 1.2rem
}

@media(min-width:769px) {
    .ag-card-body-title {
        padding: 0 1.6rem
    }
}

.top-10-card .ag-card-body-title {
    margin-bottom: .8rem;
    padding: 0
}

.bonus-card .ag-card-body-title {
    margin-bottom: 1.8rem
}

.bonus-card .ag-card-body-title {
    -webkit-line-clamp: 3;
    height: 6rem;
    justify-content: left;
    letter-spacing: .01em;
    text-align: left
}

@media(min-width:769px) {

    .bonus-card .ag-card-body-title {
        -webkit-line-clamp: 2;
        height: 4rem
    }
}

.bonus-card .ag-card-body-title {
    height: 5.6rem
}

@media(min-width:769px) {
    .bonus-card .ag-card-body-title {
        -webkit-line-clamp: 2;
        height: 4rem
    }
}

.ag-card-body-title h3 {
    font-size: 1.6rem;
    line-height: 125%
}

.ag-card-body-title h3 {
    margin-bottom: 0
}

.ag-card-footer {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 7rem
}

.circular .ag-card-footer {
    height: 6rem
}

@media(min-width:1025px) {
    .circular .ag-card-footer {
        height: 5rem
    }
}

.ag-card-footer .ag-btn {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    max-width: 11rem;
    min-width: 10rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
    width: auto
}

@media(min-width:769px) {
    .ag-card-footer .ag-btn {
        max-width: 16rem
    }
}

@media(min-width:1025px) {
    .ag-card-footer .ag-btn {
        max-width: 24rem;
        overflow: visible;
        text-overflow: unset
    }
}

.circular .ag-card-footer .ag-btn {
    margin-bottom: 0
}

.ag-card-footer .ag-btn-link {
    color: #0a8af6;
    font-size: 1rem;
    margin-bottom: 0
}

.ag-card-footer .terms-link {
    margin-top: .8rem;
    text-align: center
}

.ag-card-footer .top10__visit {
    height: auto;
    position: static
}

.top-10-card {
    padding: 1.2rem
}

@media(max-width:480px)and (max-width:480px) {
    .no-container-spacing-sm .ag-cards-wrapper:after {
        content: "";
        flex: 0 0 2.4rem
    }
}

.card__media--overlay-top10-img {
    left: 0;
    position: absolute;
    top: 0
}

.top-10-card .card__media--overlay {
    height: 9.6rem;
    position: relative;
    width: 9.6rem
}

.review-media {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.review-media__image {
    cursor: pointer;
    height: 27.7rem;
    width: 31.8%
}

.review-media__image.lazy {
    background-image: none !important
}

.title-intro {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.2rem
}

@media(min-width:481px) {
    .title-intro {
        flex-wrap: nowrap;
        margin-bottom: 3rem
    }

    .title-intro__content {
        display: flex;
        flex-direction: column
    }
}

.rating-stars:not(:checked)>.rating-star:hover path,
.rating-stars:not(:checked)>.rating-star:hover~.rating-star path {
    fill: #55a270
}

.color-gray-50 {
    color: #707070
}

.color-gray-100 {
    color: #1c1c1c
}

.color-cyan-30 {
    color: #2396f7
}

.bg-transparent {
    background-color: transparent
}

.bg-white {
    background-color: #fff
}

.bg-gray-0 {
    background-color: #ececec
}

.text-align-center {
    text-align: center
}

.text-uppercase {
    text-transform: uppercase
}

.underline {
    text-decoration: underline
}

.bold {
    font-weight: 600
}

.bg-image-top {
    background-repeat: no-repeat;
    background-size: cover
}

.bg-image-top {
    background-position: top
}

.is-hidden {
    display: none
}

.is-block {
    display: block
}

.show-desktop {
    display: none
}

@media(min-width:1025px) {
    .show-desktop {
        display: block
    }
}

.show-below-desktop {
    display: none
}

@media(max-width:1024px) {
    .show-below-desktop {
        display: flex
    }
}

.height-zero {
    height: 0;
    overflow: hidden
}

.strikethrough {
    color: #707070;
    text-decoration: line-through
}

.loader-overlay {
    background-color: hsla(0, 0%, 100%, .82);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10
}

.loader-overlay .spinner {
    top: 50%
}

.loader-overlay.review-list--loader .spinner {
    top: 5%
}

.spinner {
    animation: spinning 1.4s ease-in-out infinite both;
    position: relative
}

.spinner:after {
    border: 2px solid #2396f7;
    border-radius: 50%;
    border-right-color: transparent;
    content: "";
    display: inline-block;
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px
}