body {
    -webkit-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    -moz-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    -ms-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    animation: -amp-start 8s steps(1, end) 0s 1 normal both
}

@-webkit-keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@-moz-keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@-ms-keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@-o-keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

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

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

img, svg {
    vertical-align: middle
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1)
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: 700
}

.h1, h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.5rem
    }
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: 700
}

.h2, h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 2rem
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ol, ul {
    padding-left: 2rem
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px
    }
}

@media (min-width: 1024px) {
    .col-md-8 {
        flex: 0 0 auto;
        width: 75%
    }
}

@media (min-width: 1024px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 25%
    }
}

@media (min-width: 576px) {
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
}

@media (min-width: 1024px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #000;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

amp-sidebar {
    width: 240px
}

amp-sidebar .close-button {
    border: none;
    background: 0 0;
    font-size: 24px
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

@media (min-width: 1024px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
}

@media (min-width: 1024px) {
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
}

@media (min-width: 1024px) {
    .mb-md-0 {
        margin-bottom: 0
    }
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out
}

@media (min-width: 1024px) {
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (min-width: 1024px) {
    .navbar-expand-md .navbar-collapse {
        display: flex;
        flex-basis: auto
    }
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

hr {
    color: #fff
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

html {
    padding: 0;
    margin: 0;
    font-size: 16px;
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    background: #000
}

main {
    width: 100%;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

* {
    box-sizing: border-box
}

a {
    color: #708dfc
}

h3 {
    font-size: 1.3em
}

h1 {
    color: #fff
}

.navbar-nav {
    gap: 10px
}

header.navbar {
    padding: 5px 10px;
    background: #000
}

header.navbar .container {
    display: flex;
    width: 1140px
}

@media (min-width: 992px) {
    header.navbar .container {
        max-width: 100%
    }
}

@media (min-width: 768px) {
    header.navbar .container {
        max-width: 100%
    }
}

@media (min-width: 576px) {
    header.navbar .container {
        max-width: 100%
    }
}

header.navbar .container .wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

header.navbar .left-col {
    text-align: left;
    margin-right: auto
}

header.navbar .left-col .main-title {
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

@media (max-width: 500px) {
    header.navbar .left-col .main-title {
        font-size: 24px
    }
}

header.navbar .left-col .logo {
    width: 134px;
    height: 50px
}

@media (max-width: 570px) {
    header.navbar .left-col {
        margin-right: unset
    }
}

@media (max-width: 320px) {
    header.navbar .left-col {
        width: fit-content
    }
}

header.navbar .header-content {
    text-align: right;
    width: 100%;
    flex: 1;
    padding-right: 15px
}

header.navbar .menu-wrapper {
    justify-content: flex-end;
    display: flex
}

@media (max-width: 1024px) {
    header.navbar .menu-wrapper {
        display: none
    }
}

header.navbar .menu-wrapper ul.navbar li a {
    color: #fff
}

@media (max-width: 1024px) {
    header.navbar .menu-wrapper ul.navbar li a {
        color: #000
    }
}

header.navbar .menu-wrapper ul.navbar li .nav-children {
    padding: 5px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative
}

header.navbar .menu-wrapper ul.navbar li .nav-children .label {
    display: flex;
    align-items: center;
    gap: 8px
}

header.navbar .menu-wrapper ul.navbar li .nav-children .label path {
    fill: #fff
}

@media (max-width: 1024px) {
    header.navbar .menu-wrapper ul.navbar li .nav-children .label path {
        fill: #005e75
    }
}

@media (max-width: 1024px) {
    header.navbar .menu-wrapper ul.navbar li .nav-children span {
        color: #fff
    }
}

header.navbar .menu-wrapper ul.navbar li .nav-children:hover .children {
    display: flex
}

header.navbar .menu-wrapper ul.navbar li .nav-children:hover svg {
    transform: rotate(180deg)
}

@media (max-width: 1024px) {
    header.navbar .menu-wrapper ul.navbar li .nav-children {
        flex-direction: column;
        justify-content: center;
        position: unset
    }
}

header.navbar .menu-wrapper ul.navbar li .nav-children .children {
    min-width: 260px;
    padding: 0;
    margin: 0;
    right: 0;
    position: absolute;
    border-radius: 10px;
    background: #262626;
    box-shadow: 0 8px 16px 0 rgba(3, 7, 18, .08);
    display: none;
    padding: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

@media (max-width: 1024px) {
    header.navbar .menu-wrapper ul.navbar li .nav-children .children {
        min-width: unset;
        box-shadow: none;
        position: unset;
        width: 100%
    }

    header.navbar .menu-wrapper ul.navbar li .nav-children .children li {
        border-bottom: none
    }

    header.navbar .menu-wrapper ul.navbar li .nav-children .children li .nav-link {
        justify-content: center
    }
}

header.navbar .menu-wrapper ul.navbar li .nav-children .children li {
    width: 100%;
    list-style-type: none
}

header.navbar .menu-wrapper ul.navbar li .nav-children .children li .nav-link {
    width: 100%;
    background: #262626;
    display: flex;
    padding: 10px 12px;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    gap: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 1024px) {
    header.navbar .menu-wrapper ul.navbar li .nav-children .children li .nav-link {
        justify-content: center;
        color: #54595f
    }
}

header.navbar .menu-wrapper ul.navbar li .nav-children .children li .nav-link:hover {
    background: #323232
}

header.navbar .menu-wrapper ul.navbar li .nav-children .reverse {
    bottom: 100%
}

header.navbar .menu-wrapper ul.navbar li .nav-children .top {
    top: 100%
}

header.navbar .navbar-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    border: none;
    box-shadow: none
}

header.navbar .navbar-toggler:focus {
    border: none;
    box-shadow: none
}

header.navbar .navbar-toggler .bar {
    width: 30px;
    height: 3px;
    background: #aaa;
    position: absolute;
    left: 25px;
    margin-left: -15px;
    margin-top: -1px;
    transition: opacity .3s ease-in-out, top .3s ease-in-out, transform .3s ease-in-out
}

header.navbar .navbar-toggler .bar1 {
    transform: rotate(45deg);
    top: 25px
}

header.navbar .navbar-toggler .bar2 {
    opacity: 0;
    top: 25px
}

header.navbar .navbar-toggler .bar3 {
    transform: rotate(-45deg);
    top: 25px
}

header.navbar .navbar-toggler.collapsed .bar1 {
    transform: rotate(0);
    top: 10px
}

header.navbar .navbar-toggler.collapsed .bar2 {
    transform: rotate(0);
    top: 25px;
    opacity: 1
}

header.navbar .navbar-toggler.collapsed .bar3 {
    transform: rotate(0);
    top: 40px
}

@media (max-width: 1024px) {
    header.navbar .navbar-toggler {
        display: block;
        margin-left: auto
    }
}

header.navbar .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

header.navbar .quick-info {
    display: none
}

@media (max-width: 500px) {
    header.navbar .quick-info {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        padding: 12px 35px
    }

    header.navbar .quick-info .item {
        display: flex;
        align-items: center;
        gap: 5px
    }

    header.navbar .quick-info .item span {
        font-size: 12px;
        color: #fff
    }
}

.container {
    margin: 0 auto;
    width: 1140px;
    max-width: 100%
}

.rating {
    padding: 0;
    border: none;
    text-align: left;
    user-select: none;
    font-size: 16px;
    color: gold;
    width: 90px;
    position: relative;
    height: 22px;
    line-height: 22px
}

.rating .rating-inner {
    width: 60%;
    overflow: hidden;
    white-space: nowrap
}

.rating span {
    display: inline-block;
    position: relative;
    text-align: center;
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    letter-spacing: 3px
}

.rating .rating-back {
    position: absolute;
    color: #ccc;
    font-size: 15px;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

@media (max-width: 550px) {
    .rating {
        width: 80px
    }

    .rating span {
        width: 16px
    }
}

.pr-tnc {
    font-size: 11px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    width: 100%
}

.pr-tnc a {
    color: #fff;
    margin: auto;
    text-decoration: none
}

.pr-tnc a:hover {
    text-decoration: underline
}

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #54595f;
    fill: #54595f
}

@media (max-width: 900px) {
    .content-comparison > .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

.homepage-intro-content {
    display: flex;
    align-items: center;
    gap: 100px;
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .24)
}

@media (max-width: 1024px) {
    .homepage-intro-content {
        justify-content: center
    }
}

@media (max-width: 500px) {
    .homepage-intro-content {
        margin-left: -20px;
        margin-right: -20px
    }

    .homepage-intro-content h1 {
        font-size: 16px
    }
}

.homepage-intro-content h1 {
    margin: 0
}

@media (max-width: 750px) {
    .homepage-intro-content h1 {
        text-align: center
    }
}

.homepage-intro-content .row {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: nowrap
}

.homepage-intro-content .row .item {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0
}

@media (max-width: 1024px) {
    .homepage-intro-content .row .item {
        font-size: 12px
    }
}

@media (max-width: 1024px) {
    .homepage-intro-content .row .item svg {
        width: 25px;
        height: 25px
    }
}

@media (max-width: 1024px) {
    .homepage-intro-content .row {
        gap: 10px;
        flex-direction: column
    }
}

.homepage-intro-content .date {
    background: linear-gradient(90deg, #af7f1e 0, #dcb442 23.5%, #efce5a 53%, #edc865 77.5%, #ddb147 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 20px;
    font-weight: 500
}

.homepage-intro-content .sub-text {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

@media (max-width: 500px) {
    .homepage-intro-content .sub-text {
        display: none
    }
}

@media (max-width: 1024px) {
    .homepage-intro-content .country-flag {
        display: none
    }
}

.homepage-intro-content .bg-img {
    width: 100%;
    min-height: 250px;
    background-size: 100% 200%;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center
}

@media (max-width: 750px) {
    .homepage-intro-content .bg-img {
        min-height: 150px
    }

    .homepage-intro-content .bg-img .container {
        padding: 0
    }
}

.homepage-intro-content .bg-img .img-overlay {
    width: 100%;
    height: 100%;
    min-height: 250px;
    inset: 0;
    background-color: rgba(0, 0, 0, .3);
    flex: 1;
    display: flex;
    align-items: center
}

@media (max-width: 750px) {
    .homepage-intro-content .bg-img .img-overlay {
        min-height: 150px
    }
}

.homepage-intro-content .bg-img .text-overlay {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: unset;
    height: 100%;
    flex-direction: column;
    text-align: left;
    max-width: 500px;
    font-family: var(--bs-font-sans-serif)
}

@media (max-width: 750px) {
    .homepage-intro-content .bg-img .text-overlay {
        max-width: unset;
        min-height: 150px
    }
}

.homepage-intro-content .bg-img .text-overlay .main-text {
    font-size: 50px;
    width: 100%;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 0 15px #000
}

@media (max-width: 750px) {
    .homepage-intro-content .bg-img .text-overlay {
        text-align: center;
        width: 100%;
        padding: 20px;
        background: rgba(0, 0, 0, .5)
    }

    .homepage-intro-content .bg-img .text-overlay .main-text {
        font-size: 30px
    }

    .homepage-intro-content .bg-img .text-overlay .sub-text {
        font-size: 20px
    }
}

.homepage-intro-content .favorite-text {
    background: #361256;
    color: #fff;
    font-size: 30px;
    font-weight: 200;
    text-transform: capitalize;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px
}

.homepage-intro-content .favorite-text a {
    background-color: #708dfc;
    text-decoration: none;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    padding: 20px 40px;
    font-weight: 400;
    color: #fff;
    text-align: center
}

.homepage-intro-content .favorite-text a:hover {
    transition: all .3s;
    background-color: #361256
}

@media (max-width: 800px) {
    .homepage-intro-content .favorite-text {
        font-size: 20px
    }

    .homepage-intro-content .favorite-text a {
        font-size: 16px;
        padding: 10px 15px
    }
}

.contact-wrapper {
    max-width: 417px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    margin: auto;
    text-align: center
}

@media (max-width: 575px) {
    .contact-wrapper {
        padding-bottom: 30px
    }
}

.contact-wrapper .col-sm-6 {
    padding: 0
}

.contact-wrapper .form-group {
    width: 100%;
    text-align: center;
    padding: 0 12px
}

.contact-wrapper .row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

@media (max-width: 575px) {
    .contact-wrapper .row {
        flex-wrap: wrap;
        gap: 15px
    }
}

.contact-wrapper .phone {
    display: flex;
    width: 100%;
    padding: 0 12px;
    gap: 10px
}

.contact-wrapper .phone .form-group {
    padding: 0
}

.contact-wrapper .phone select {
    width: 100px
}

.contact-wrapper .input-wrapper {
    border: 1px solid #c8d5dc
}

.contact-wrapper .input-wrapper.input {
    width: 100%;
    padding: 6px 16px;
    min-height: 47px;
    font-size: 16px
}

.contact-wrapper .input-wrapper.input ::placeholder {
    color: #324a6d
}

.contact-wrapper .input-wrapper.textarea {
    width: 100%;
    padding: 6px 16px;
    font-size: 16px;
    min-height: 110px
}

.contact-wrapper .input-wrapper.textarea ::placeholder {
    color: #324a6d
}

.contact-wrapper .button {
    background-color: #708dfc;
    margin: auto;
    color: #fff;
    border-radius: 20px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 47px;
    text-transform: capitalize;
    cursor: pointer;
    padding: 16px 55px;
    font-size: 16px;
    border: none
}

.contact-wrapper .button:hover {
    transition: all .3s;
    background-color: rgb(106.9615384615, 35.6538461538, 170.3461538462)
}

.footer {
    margin: 0;
    box-sizing: border-box;
    min-width: 0;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 0 10px 30px 10px;
    font-family: var(--bs-font-sans-serif)
}

.footer img {
    max-width: 200px;
    max-height: 75px
}

.footer .footer-content {
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between
}

.footer .footer-content h4 {
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
    color: #fff
}

.footer .footer-content .footer-links {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    min-width: 200px;
    padding: 0
}

@media (max-width: 900px) {
    .footer .footer-content .footer-links {
        align-items: center
    }
}

@media (max-width: 520px) {
    .footer .footer-content .footer-links {
        flex-direction: column
    }
}

.footer .footer-content .footer-links a {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.footer .footer-content .col {
    gap: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start
}

.footer .footer-content .col .copyright {
    text-align: left;
    color: #fff
}

@media (max-width: 900px) {
    .footer .footer-content .col .copyright {
        text-align: center
    }
}

@media (max-width: 900px) {
    .footer .footer-content {
        gap: 15px;
        flex-direction: column-reverse;
        align-items: center
    }
}

@media (min-width: 1000px) {
    .footer .footer-content {
        grid-template-columns:230px 1fr;
        column-gap: 28px
    }
}

@media (min-width: 1200px) {
    .footer .footer-content {
        column-gap: 40px
    }
}

@media (min-width: 1000px) {
    .footer .footer-content {
        grid-template-rows:auto auto auto auto auto;
        grid-template-areas: "logo ." "top10-links legal-links" "copyright vision" "personal-info-us vision" "social vision"
    }
}

.footer ul.footer-menu {
    list-style: none;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0
}

.footer ul.footer-menu li {
    display: inline-block;
    padding: 0 15px
}

.footer ul.footer-menu li a {
    color: #fff;
    text-decoration: none
}

.footer ul.footer-menu li a:hover {
    text-decoration: underline
}

hr {
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-left: none;
    border-right: none;
    border-bottom: none;
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    margin: 20px 0
}

#sidebar1 {
    background: rgba(255, 255, 255, .9)
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #333;
    padding: 8px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10
}

amp-sidebar ul.navbar {
    margin-top: 40px;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px
}

amp-sidebar ul.navbar li {
    list-style-type: none
}

amp-sidebar ul.navbar svg {
    margin-left: 5px
}

.footer-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
}

.footer-link {
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    text-decoration: none
}

.footer-link:hover {
    color: #fff
}

.col-sm-4 {
    display: flex;
    align-self: flex-start;
    gap: 5px;
    flex-direction: column
}

.title-wrapper {
    min-height: 120px;
    line-height: 40px;
    color: #212529;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.title-wrapper h1 {
    line-height: 46px;
    margin: 0;
    font-weight: 700;
    font-family: var(--bs-font-sans-serif)
}

@media (max-width: 540px) {
    .title-wrapper h1 {
        line-height: 38px
    }
}

.main-content img {
    max-width: 100%
}

.main-content .main-column {
    margin-bottom: 50px
}

.main-content .content {
    line-height: 28px
}

.main-content .content-comparison .shadow .container {
    padding: 0
}

@media (max-width: 900px) {
    .main-content .content-comparison .shadow {
        padding: 0
    }
}

.page-list {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 80px;
    padding: 10px;
    box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, .12)
}

.page-list p {
    color: #7a7a7a;
    width: 100%
}

.page-list .img-frame {
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #fff;
    width: 50%;
    background-size: cover;
    height: 0;
    padding-bottom: 26%;
    background-repeat: no-repeat;
    background-position: center center;
    align-self: flex-start
}

@media (max-width: 750px) {
    .page-list .img-frame {
        height: 250px;
        padding-bottom: unset;
        align-self: unset;
        width: 70%
    }
}

@media (max-width: 390px) {
    .page-list .img-frame {
        height: 250px;
        padding-bottom: unset;
        align-self: unset;
        width: 80%
    }
}

.page-list .description {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    width: 60%
}

.page-list .description h2 {
    color: #1e1e1e;
    font-size: 32px;
    font-weight: 600;
    margin: 0
}

@media (max-width: 390px) {
    .page-list .description h2 {
        font-size: 25px
    }
}

@media (max-width: 750px) {
    .page-list .description {
        width: 100%
    }
}

@media (max-width: 390px) {
    .page-list .description {
        width: 100%
    }
}

@media (max-width: 750px) {
    .page-list .description p {
        align-self: flex-start
    }
}

@media (max-width: 390px) {
    .page-list .description p {
        font-size: 14px;
        width: 100%
    }
}

@media (max-width: 750px) {
    .page-list {
        flex-direction: column-reverse;
        gap: 20px
    }
}

.page-list-alternate {
    padding: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border: 10px solid #fff;
    margin-bottom: 80px;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, .12)
}

.page-list-alternate p {
    color: #7a7a7a;
    width: 100%;
    margin: 0
}

.page-list-alternate .img-frame {
    width: 50%;
    background-size: cover;
    height: 0;
    padding-bottom: 26%;
    background-repeat: no-repeat;
    background-position: center center;
    align-self: flex-start
}

@media (max-width: 900px) {
    .page-list-alternate .img-frame {
        height: 250px;
        padding-bottom: unset;
        align-self: unset;
        width: 100%
    }
}

@media (max-width: 390px) {
    .page-list-alternate .img-frame {
        height: 250px;
        padding-bottom: unset;
        align-self: unset;
        width: 80%
    }
}

.page-list-alternate .description {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    width: 60%
}

.page-list-alternate .description h2 {
    color: #1e1e1e;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    font-family: var(--bs-font-sans-serif)
}

@media (max-width: 390px) {
    .page-list-alternate .description h2 {
        font-size: 25px
    }
}

@media (max-width: 900px) {
    .page-list-alternate .description {
        width: 100%
    }
}

@media (max-width: 390px) {
    .page-list-alternate .description {
        width: 100%
    }
}

@media (max-width: 900px) {
    .page-list-alternate .description p {
        align-self: flex-start
    }
}

@media (max-width: 390px) {
    .page-list-alternate .description p {
        font-size: 14px;
        width: 100%
    }
}

.page-list-alternate .alternate {
    padding-left: 30px
}

.page-list-alternate .alternate a {
    align-self: flex-start
}

@media (max-width: 390px) {
    .page-list-alternate .alternate a {
        padding: 12px 24px;
        font-size: 16px;
        align-self: center
    }
}

@media (max-width: 900px) {
    .page-list-alternate .alternate a {
        align-self: center
    }
}

@media (max-width: 900px) {
    .page-list-alternate .alternate {
        padding-left: 0
    }
}

@media (max-width: 900px) {
    .page-list-alternate {
        flex-direction: column;
        gap: 20px
    }
}

.flashing-a {
    background-color: #708dfc;
    text-decoration: none;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    padding: 13px 25px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    align-self: flex-start
}

@media (max-width: 750px) {
    .flashing-a {
        align-self: center
    }
}

@media (max-width: 390px) {
    .flashing-a {
        padding: 12px 24px;
        font-size: 16px;
        align-self: center
    }
}

.flashing-a:hover {
    transition: all .3s;
    background-color: #361256
}

hr {
    color: #fff
}

.footer-text {
    color: #7a7a7a;
    text-align: center
}

.aside {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
}

.aside h3 {
    font-weight: 600;
    font-family: var(--bs-font-sans-serif);
    font-size: 28px
}

.recent-post-item {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9
}

.recent-post-item:last-child {
    border-bottom: unset
}

.recent-post-item .image {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center
}

@media (max-width: 767px) {
    .recent-post-item .image {
        width: 150px;
        height: 120px
    }
}

.recent-post-item .col {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: auto;
    padding-left: 10px;
    gap: 5px
}

.recent-post-item .col .header {
    color: #54595f;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--bs-font-sans-serif)
}

.recent-post-item .col .read-more {
    color: #a0a0a0;
    font-size: 10px
}

.recent-post-item a {
    text-decoration: none;
    display: flex
}

.row-container {
    display: flex;
    gap: 20px;
    width: 100%
}

@media (max-width: 900px) {
    .row-container {
        flex-direction: column;
        gap: 20px
    }
}

.page-image {
    width: 100%;
    padding: 4px 4px 4px 4px;
    border: 1px solid #d1d1d1;
    margin-bottom: 40px;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, .12)
}

.page-image img {
    width: 100%
}

.author-box {
    width: 100%;
    border-top: 4px solid #000;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.author-box section {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.author-box section h4 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 10px
}

.author-box section p {
    color: #7a7a7a
}

.author-box section h2 {
    font-size: 30px;
    color: #000
}

.author-box section .description {
    display: flex;
    align-self: center;
    gap: 20px
}

.author-box section .description img {
    border-radius: 8px;
    width: 123px;
    height: 123px
}

@media (max-width: 570px) {
    .author-box section .description {
        flex-direction: column
    }
}

.author-box section .description .column {
    width: 80%
}

.content {
    color: #fff
}

.content img {
    max-width: 100%;
    height: auto
}

.btn-list {
    font-size: 12px;
    font-weight: 700;
    position: relative;
    padding: 0;
    border: none;
    background: 0 0
}

.btn-arrow {
    width: 0;
    height: 0;
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    position: relative;
    top: 10px
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 350px;
    padding: 5px 0;
    margin: -1px 0 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    top: 100%;
    overflow-y: scroll;
    max-height: 300px
}

.dropdown-menu li {
    display: flex;
    gap: 10px;
    padding: 5px 15px;
    width: 100%
}

.dropdown-menu li :hover {
    background: #019eea;
    cursor: pointer;
    color: #fff
}

.dropdown-menu li img {
    width: 25px
}

.selected-country {
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
    border: 1px solid #c8d5dc;
    padding: 6px 16px
}

.selected-country img {
    width: 20px
}

.pr-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
    width: 100%
}

.col-sm-4 {
    align-items: center
}

.toc {
    cursor: pointer
}

.toc .toc-field {
    width: 100%;
    border: 1px solid #212529;
    padding: 15px 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.toc .toc-title {
    color: #212529;
    font-size: 20px
}

.toc i {
    cursor: pointer
}

.toc .toc-items {
    width: 100%;
    padding: 10px 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #212529;
    border-top: none;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    transition: height 1s ease-in-out
}

.toc .toc-items li {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0
}

.toc .toc-items a {
    width: 100%;
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    color: #212529
}

.toc .toc-items a:hover {
    background: #1e41d8;
    color: #fff
}

.toc .toc-close {
    height: 0;
    display: none;
    transition: height 1s ease-in-out
}

.toc .toc-open {
    height: fit-content;
    display: flex;
    transition: height 1s ease-in-out
}

.breadcrumbs {
    margin: 0;
    display: flex;
    padding: 0;
    width: 100%;
    gap: 15px
}

.breadcrumbs li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px
}

.breadcrumbs span {
    font-size: 14px
}

.breadcrumbs a {
    color: rgb(27.0815068493, 73.302739726, 250.2184931507);
    text-decoration: underline;
    font-size: 14px
}

@media (max-width: 570px) {
    .breadcrumbs {
        display: none
    }
}

.legal-links {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding: 0
}

@media (max-width: 900px) {
    .legal-links {
        align-items: center
    }
}

.legal-links h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 600
}

.legal-links a {
    text-decoration: none;
    color: #fff
}

.legal-links a:hover {
    color: #fff
}

.sticky-product-sidebar-space {
    width: 100%;
    background: #000
}

.topbar {
    background: #000;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    justify-content: center;
    font-family: var(--bs-font-sans-serif)
}

.topbar ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px
}

.topbar ul li {
    list-style: none
}

.topbar ul li a {
    font-size: 16px
}

@media (max-width: 570px) {
    .topbar ul li a {
        line-height: 20px;
        font-size: 14px
    }
}

@media (max-width: 570px) {
    .topbar {
        padding: 4px 0
    }
}

.topbar-wrapper {
    background: #f0f0f0;
    padding: 5px 0;
    line-height: 24px;
    font-family: var(--bs-font-sans-serif)
}

@media (max-width: 570px) {
    .topbar-wrapper {
        display: none
    }
}

.overlay {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 10
}

h2 {
    margin: 0
}

.mobile-bars {
    z-index: 30;
    display: none;
    color: #000;
    font-size: 32px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    top: 50%;
    position: absolute;
    top: 10px;
    right: 15px
}

@media (max-width: 1023px) {
    .mobile-bars {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 10px
    }
}

@media (max-width: 500px) {
    .mobile-bars {
        gap: 8px
    }
}

.mobile-bars span {
    height: 3px;
    width: 32px;
    left: 0;
    transition: all .3s ease-in-out
}

.mobile-bars span.bar1 {
    background: #fff;
    top: 0
}

.mobile-bars span.bar2 {
    background: #fff;
    top: 15px
}

.mobile-bars span.bar3 {
    background: #fff;
    top: 29px
}

.bars-active {
    position: absolute;
    right: 20px;
    top: 8px;
    z-index: 55
}

.bars-active span {
    background: #fff
}

.bars-active .bar1 {
    position: absolute;
    top: 50%;
    background: #000;
    transform: rotate(45deg)
}

.bars-active .bar3 {
    position: absolute;
    top: 50%;
    background: #000;
    transform: rotate(-45deg)
}

.bars-active .bar2 {
    opacity: 0
}

.navbar-mobile {
    display: none
}

@media (max-width: 570px) {
    .navbar-mobile {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        position: absolute;
        color: #708dfc;
        z-index: 11;
        background: #fff;
        margin: 0;
        top: 0
    }
}

.navbar-mobile li {
    list-style: none
}

.visible {
    display: block
}

.menu-visible {
    display: block;
    position: absolute;
    z-index: 50;
    background: #fff;
    height: fit-content;
    inset: 0;
    width: 100%
}

.menu-visible .navbar {
    display: flex;
    touch-action: pan-y;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    top: 0;
    gap: 10px
}

.menu-visible .navbar li {
    list-style: none
}

.menu-visible .navbar li a {
    color: #2d2d2d;
    text-decoration: none
}

@media (max-width: 900px) {
    .menu-visible .navbar .menu-container {
        opacity: 1
    }
}

.col-start {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

@media (max-width: 900px) {
    .col-start {
        align-items: center
    }
}

.col-start h4 {
    font-size: 15px
}

.col-start li {
    list-style: none
}

.col-start li a {
    font-size: 13px
}

.page-index {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding-bottom: 60px;
    flex-wrap: wrap
}

.page-index-mini {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px 10px;
    padding-bottom: 60px
}

.page-index-item, .page-index-item-mini {
    display: flex;
    flex-direction: column;
    width: 350px;
    min-height: 370px;
    height: fit-content;
    text-decoration: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, .2);
    background: #fff;
    overflow: hidden
}

.page-index-item a, .page-index-item-mini a {
    text-decoration: none
}

.page-index-item img, .page-index-item-mini img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    height: 200px
}

.page-index-item .description, .page-index-item-mini .description {
    color: #fff;
    display: flex;
    align-self: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 15px;
    flex: 1
}

.page-index-item .description .author-name, .page-index-item-mini .description .author-name {
    color: #505050;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal
}

.page-index-item .description .title, .page-index-item-mini .description .title {
    color: #000;
    font-size: 20px;
    line-height: 26px;
    font-style: normal;
    font-weight: 600;
    margin: 0
}

.page-index-mini .page-index-item-mini {
    width: 31%
}

.page-index-mini .page-index-item-mini img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    height: 180px
}

@media (max-width: 800px) {
    .page-index-mini .page-index-item-mini {
        width: 48%
    }
}

@media (max-width: 450px) {
    .page-index-mini .page-index-item-mini {
        width: 100%
    }
}

.social-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap
}

.footer .social-btns .rounded-social-btn {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer .social-btns .rounded-social-btn path {
    fill: #000
}

.search-container {
    display: flex;
    align-items: center;
    width: 100%;
    height: fit-content;
    padding: 40px 0;
    justify-content: center
}

.search-container .input-container {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 5px;
    width: 250px
}

.search-container .input-container .search-input {
    border: none;
    outline: 0;
    color: #000;
    width: 100%
}

.search-container button {
    cursor: pointer;
    border: none
}

.sponsers-template {
    padding-top: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px
}

.sponsers-template .sponsers-row {
    display: flex;
    align-items: center;
    gap: 50px
}

@media (max-width: 900px) {
    .sponsers-template {
        flex-direction: column
    }
}

@media (max-width: 520px) {
    .sponsers-template {
        gap: 50px
    }
}

.disclosure {
    padding: 40px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: center
}

.date-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    line-height: 25px
}

.date-info .datetime {
    display: flex;
    align-items: center;
    gap: 5px
}

.date-info .publish-date {
    color: #aaa;
    font-size: 14px
}

.breaking-news-container {
    background: #fff;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
    max-width: 300px;
    min-width: 300px;
    padding: 10px;
    height: fit-content;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px
}

@media (max-width: 1024px) {
    .breaking-news-container {
        max-width: 100%;
        width: 100%
    }
}

.breaking-news-container .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.breaking-news-container .header h3 {
    margin: 0;
    color: #000;
    font-size: 24px;
    font-weight: 600
}

.breaking-news-container .header .live {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
    font-size: 16px;
    font-weight: 600
}

@-webkit-keyframes blink {
    0%, 100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@-moz-keyframes blink {
    0%, 100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@-o-keyframes blink {
    0%, 100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@keyframes blink {
    0%, 100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

.breaking-news-container .header .live .dot {
    width: 15px;
    height: 15px;
    background: #f90504;
    border-radius: 50%;
    -webkit-animation: blink 1s infinite;
    -moz-animation: blink 1s infinite;
    -o-animation: blink 1s infinite;
    animation: blink 1s infinite
}

.breaking-news-container .items {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.breaking-news-container .items .breaking-news-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border-bottom: 1px solid #7a7a7a;
    padding: 5px;
    width: 100%
}

.breaking-news-container .items .breaking-news-item:last-child {
    border-bottom: none
}

.breaking-news-container .items .breaking-news-item .title {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none
}

.breaking-news-container .items .breaking-news-item .learn-more {
    color: #7a7a7a;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: .2px
}

.hot-news-container {
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 5px;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, .2);
    background: #f0f0f0;
    margin-top: 20px
}

.hot-news-container .title-box {
    background: #708dfc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    color: #fff;
    min-width: 105px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-1750px)
    }
}

.hot-news-container .slider {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center
}

.hot-news-container .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg)
}

.hot-news-container .slider::before {
    left: 0;
    top: 0
}

.hot-news-container .slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: 3500px;
    align-items: center;
    gap: 10px;
    height: 24px;
    line-height: 24px
}

.hot-news-container .slider .slide-track .slide {
    min-width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px
}

.hot-news-container .slider .slide-track .slide a {
    color: #000;
    text-decoration: none
}

.hot-news-container .slider .slide-track .slide a:hover {
    text-decoration: underline
}

.main-article {
    border-radius: 5px;
    background: #fff;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, .2);
    text-decoration: none;
    max-width: 588px
}

.main-article article img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    max-height: 230px
}

.main-article article .description {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 16px 30px 30px 16px
}

.main-article article .description p {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 400
}

.main-article article .description .author-name {
    color: #505050;
    font-size: 14px;
    font-weight: 400
}

.main-article .title {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: .163px;
    margin: 0
}

.col-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    width: 100%
}

.layout-col {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 100%
}

@media (max-width: 1024px) {
    .layout-col .row-container {
        flex-direction: column;
        align-items: center
    }
}

@media (max-width: 1024px) {
    .layout-col {
        width: 100%
    }
}

.pr-tiles-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 10px
}

@media (max-width: 1024px) {
    .pr-tiles-container {
        width: 100%;
        padding-bottom: 40px
    }
}

.pr-tiles-container .row-container {
    flex-direction: row;
    align-items: flex-start
}

@media (max-width: 1024px) {
    .pr-tiles-container .row-container {
        align-items: center;
        justify-content: space-around
    }
}

.pr-tiles-container .row-container .toggle-collapse {
    display: none;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 800;
    padding-right: 10px;
    background: 0 0;
    border: none;
    cursor: pointer
}

@media (max-width: 1024px) {
    .pr-tiles-container .row-container .toggle-collapse {
        display: flex
    }
}

@media (max-width: 900px) {
    .pr-tiles-container .row-container .toggle-collapse {
        display: block
    }
}

.pr-tiles-container h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 600
}

@media (max-width: 1024px) {
    .pr-tiles-container h2 {
        text-align: center
    }
}

.pr-tiles-container .overflow-container {
    width: 100%
}

.pr-tiles-container .pr-wrapper, .pr-tiles-container .pr-wrapper-short {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 10px
}

.pr-tiles-container .pr-wrapper .item, .pr-tiles-container .pr-wrapper-short .item {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 10px 0;
    transition: .3s padding
}

.pr-tiles-container .pr-wrapper .item:hover, .pr-tiles-container .pr-wrapper-short .item:hover {
    padding: 14px 0
}

.pr-tiles-container .pr-wrapper .item img, .pr-tiles-container .pr-wrapper-short .item img {
    padding-left: 10px;
    width: 90px;
    height: 45px;
    border-radius: 7px
}

.pr-tiles-container .pr-wrapper .item span, .pr-tiles-container .pr-wrapper-short .item span {
    color: #000;
    font-size: 16px;
    font-weight: 700
}

@media (max-width: 1024px) {
    .pr-tiles-container .pr-wrapper {
        align-items: center
    }

    .pr-tiles-container .pr-wrapper .item:nth-child(n+4) {
        display: none
    }
}

.pr-tiles-container.pr-tiles-container-expanded .pr-wrapper .item:nth-child(n+4) {
    display: flex
}

.main-content .pr-tiles-container {
    width: 100%;
    margin-bottom: 50px
}

.quiz-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
    width: fit-content
}

.quiz-container .question {
    border-radius: 5px;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, .12)
}

.quiz-container .question img {
    width: 100%;
    height: 340px
}

.quiz-container .question .description {
    color: #212529;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    padding: 20px 10px
}

.quiz-container .question-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 24px;
    margin: auto
}

.quiz-container .question-list .question-item {
    border-radius: 5px;
    border: none;
    box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, .12);
    background: #fff;
    display: flex;
    width: 295px;
    height: 176px;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    transition: all .5s
}

.quiz-container .question-list .question-item:hover {
    border-radius: 5px;
    background: #f8f8f8;
    box-shadow: 15px 15px 20px 0 rgba(0, 0, 0, .12)
}

.quiz-container .question-list .correct {
    background: #7cdd7a;
    color: #fff
}

.quiz-container .question-list .correct:hover {
    background: #7cdd7a
}

.quiz-container .question-list .wrong {
    background: #dd7a7a;
    color: #fff
}

.quiz-container .question-list .wrong:hover {
    background: #dd7a7a
}

.progress-wrapper {
    display: none;
    width: 300px;
    height: 300px;
    position: relative;
    border-radius: 50%
}

.progress-wrapper .result {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.progress-wrapper .result span {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px
}

.progress-circle {
    fill: none;
    stroke: #faa205;
    stroke-width: 20
}

.progress-bar {
    fill: none;
    stroke: #437cf9;
    stroke-width: 20;
    stroke-linecap: round;
    stroke-dasharray: 0 1000;
    transition: stroke-dasharray 1s;
    position: absolute;
    left: 0;
    transform: rotate(-90deg);
    transform-origin: center
}

.row-home-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%
}

@media (max-width: 1024px) {
    .row-home-container {
        flex-direction: column;
        gap: 20px
    }
}

.col-left {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    width: 75%
}

@media (max-width: 1024px) {
    .col-left {
        width: 100%
    }
}

.col-left .container {
    padding: 0
}

.col-right {
    width: 25%
}

@media (max-width: 1024px) {
    .col-right {
        width: 100%
    }
}

.pr-list {
    padding: 20px 0;
    display: flex;
    align-items: center;
    flex-direction: column
}

@media (max-width: 900px) {
    .pr-list {
        padding-top: 5px;
        margin-left: -20px;
        margin-right: -20px
    }
}

.pr-list .pr-item {
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, .1);
    width: 100%;
    border-radius: 10px;
    background: #fff
}

@media (max-width: 900px) {
    .pr-list .pr-item {
        display: none
    }
}

.pr-list .pr-item .pr-item-content {
    display: flex;
    width: 100%;
    flex-direction: row
}

@media (max-width: 900px) {
    .pr-list .pr-item .pr-item-content {
        gap: 15px;
        width: 100%;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }
}

.pr-list .pr-item .pr-score {
    width: 20%;
    text-align: center;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-left: auto
}

.pr-list .pr-item .pr-score .gid_box_item_features {
    margin: 0;
    padding: 0;
    margin-left: auto
}

.pr-list .pr-item .pr-score .gid_box_item_features .gid_box_item_feature_list {
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px
}

.pr-list .pr-item .pr-score .gid_box_item_features .gid_box_item_feature_list span {
    text-align: left
}

.pr-list .pr-item .pr-score .gid_box_item_features .gid_box_item_feature_list svg {
    width: 12px;
    height: 12px
}

@media (max-width: 1024px) {
    .pr-list .pr-item .pr-score .gid_box_item_features .gid_box_item_feature_list {
        font-size: 14px
    }
}

.pr-list .pr-item .pr-score .rating {
    margin: 0 auto;
    color: gold;
    width: 90px
}

.pr-list .pr-item .pr-score .rating .rating-inner {
    width: 80%;
    overflow: hidden;
    white-space: nowrap
}

.pr-list .pr-item .pr-score .rating span {
    display: inline-block;
    position: relative;
    text-align: center;
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    letter-spacing: 3px
}

.pr-list .pr-item .pr-score .rating .rating-back {
    position: absolute;
    color: #ccc;
    font-size: 15px;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.pr-list .pr-item .pr-score .pr-score-title {
    font-size: 16px
}

.pr-list .pr-item .pr-score span {
    color: #000;
    font-size: 32px;
    font-weight: 600
}

@media (max-width: 1024px) {
    .pr-list .pr-item .pr-score {
        width: 215px
    }
}

@media (max-width: 900px) {
    .pr-list .pr-item .pr-score {
        width: 200px;
        margin-left: 0
    }
}

@media (max-width: 500px) {
    .pr-list .pr-item .pr-score {
        background: #fff
    }
}

@media (max-width: 700px) {
    .pr-list .pr-item .pr-score {
        width: auto
    }

    .pr-list .pr-item .pr-score .pr-score-title {
        display: none;
        width: auto
    }
}

@media (max-width: 550px) {
    .pr-list .pr-item .pr-score {
        padding-right: 10px
    }

    .pr-list .pr-item .pr-score .score {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-left: 5px
    }
}

.pr-list .pr-item .pr-score-content {
    display: flex;
    align-items: center;
    flex-direction: column
}

.pr-list .pr-item .pr-img-wrapper {
    width: 20%;
    text-align: center;
    padding: 20px
}

@media (max-width: 1024px) {
    .pr-list .pr-item .pr-img-wrapper {
        width: 165px
    }
}

@media (max-width: 860px) {
    .pr-list .pr-item .pr-img-wrapper {
        padding: 20px 10px
    }
}

@media (max-width: 500px) {
    .pr-list .pr-item .pr-img-wrapper {
        box-shadow: none;
        padding-bottom: 0;
        width: 160px;
        padding-top: 10px
    }

    .pr-list .pr-item .pr-img-wrapper img {
        width: 120px;
        height: 61px
    }
}

.pr-list .pr-item .pr-title-block {
    width: 20%;
    align-items: center;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center
}

@media (max-width: 1100px) {
    .pr-list .pr-item .pr-title-block {
        width: 250px
    }
}

.pr-list .pr-item .pr-title-block .pr-title {
    color: #4d4d4d;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

@media (max-width: 1024px) {
    .pr-list .pr-item .pr-title-block .pr-title {
        font-size: 14px
    }
}

.pr-list .pr-item .pr-title-block .pr-sub-title {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

@media (max-width: 1024px) {
    .pr-list .pr-item .pr-title-block .pr-sub-title {
        font-size: 16px
    }
}

@media (max-width: 415px) {
    .pr-list .pr-item .pr-title-block .pr-sub-title {
        text-align: center
    }
}

@media (max-width: 800px) {
    .pr-list .pr-item .pr-title-block .pr-title {
        font-size: 16px
    }
}

@media (max-width: 780px) {
    .pr-list .pr-item .pr-title-block {
        width: 240px;
        flex: 1
    }
}

.pr-list .pr-item .pr-description {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 5px
}

.pr-list .pr-item .pr-description .min-dep-l {
    font-size: 16px
}

.pr-list .pr-item .pr-description .min-dep-v {
    font-weight: 600;
    font-size: 36px;
    background: #3752af;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width: 940px) {
    .pr-list .pr-item .pr-description .min-dep-l {
        font-size: 14px
    }

    .pr-list .pr-item .pr-description .min-dep-v {
        font-size: 30px
    }
}

.pr-list .pr-item .pr-button-wrapper {
    width: 20%;
    align-items: center;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding: 20px
}

.pr-list .pr-item .pr-button-wrapper .pr-btn {
    width: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    padding: 8px;
    font-size: 1rem;
    border-radius: 5px;
    transition: 1s;
    color: #2d2d2d;
    background: linear-gradient(90deg, #af7f1e 0, #dcb442 23.5%, #efce5a 53%, #edc865 77.5%, #ddb147 100%);
    cursor: pointer
}

.pr-list .pr-item .pr-button-wrapper .pr-btn a {
    text-decoration: none;
    color: #2d2d2d
}

@media (max-width: 500px) {
    .pr-list .pr-item .pr-button-wrapper .pr-btn {
        width: 100%
    }
}

@media (max-width: 860px) {
    .pr-list .pr-item .pr-button-wrapper {
        width: 180px;
        padding: 10px
    }
}

@media (max-width: 700px) {
    .pr-list .pr-item .pr-button-wrapper {
        padding-bottom: 0
    }
}

@media (max-width: 550px) {
    .pr-list .pr-item .pr-button-wrapper {
        width: auto;
        padding-left: 0
    }

    .pr-list .pr-item .pr-button-wrapper .pr-btn {
        width: 100%;
        font-size: 16px
    }
}

@media (max-width: 500px) {
    .pr-list .pr-item .pr-button-wrapper {
        width: 200px
    }
}

.pr-list .pr-item-mobile {
    display: none
}

@media (max-width: 900px) {
    .pr-list .pr-item-mobile {
        display: flex;
        flex-direction: column;
        position: relative;
        justify-content: center;
        box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, .1);
        width: 100%;
        border-radius: 0;
        background: #fff
    }
}

.pr-list .pr-item-mobile .left {
    background: #fff;
    box-shadow: 1px 0 4px 0 rgba(0, 0, 0, .25);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 8px
}

.pr-list .pr-item-mobile .right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 10px 0
}

.pr-list .pr-item-mobile .pr-item-content {
    min-height: 160px;
    display: flex;
    width: 100%;
    flex-direction: row
}

.pr-list .pr-item-mobile .pr-score {
    display: none
}

.pr-list .pr-item-mobile .pr-score-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-direction: column
}

.pr-list .pr-item-mobile .pr-img-wrapper {
    width: 20%;
    text-align: center;
    padding: 20px;
    background: #fff
}

@media (max-width: 1024px) {
    .pr-list .pr-item-mobile .pr-img-wrapper {
        width: 165px
    }
}

@media (max-width: 860px) {
    .pr-list .pr-item-mobile .pr-img-wrapper {
        padding: 5px 10px
    }
}

@media (max-width: 500px) {
    .pr-list .pr-item-mobile .pr-img-wrapper {
        box-shadow: none;
        width: 160px;
        padding-top: 10px
    }

    .pr-list .pr-item-mobile .pr-img-wrapper img {
        width: 120px;
        height: 61px;
        background: #fff;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25)
    }
}

.pr-list .pr-item-mobile .pr-title-block {
    width: fit-content;
    align-items: center;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center
}

.pr-list .pr-item-mobile .pr-title-block .pr-title {
    color: #4d4d4d;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.pr-list .pr-item-mobile .pr-title-block .pr-sub-title {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

@media (max-width: 1024px) {
    .pr-list .pr-item-mobile .pr-title-block .pr-sub-title {
        font-size: 16px
    }
}

@media (max-width: 415px) {
    .pr-list .pr-item-mobile .pr-title-block .pr-sub-title {
        text-align: center
    }
}

.pr-list .pr-item-mobile .pr-description {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 5px
}

.pr-list .pr-item-mobile .pr-description .min-dep-l {
    font-size: 16px
}

.pr-list .pr-item-mobile .pr-description .min-dep-v {
    font-weight: 600;
    font-size: 24px;
    background: #3752af;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.pr-list .pr-item-mobile .pr-btn {
    width: 110px;
    height: 35px;
    font-size: 16px;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
    transition: 1s;
    background: #3752af;
    cursor: pointer
}

.pr-list .pr-item-mobile .pr-btn a {
    text-decoration: none;
    color: #fff
}

.pr-list .pr-item-mobile .pr-btn:hover {
    transition: .3s;
    background: #1f3377
}

.pr-badge {
    position: absolute;
    left: 21px;
    top: -10px;
    font-size: 14px;
    z-index: 1;
    padding: 0 10px;
    line-height: 26px;
    height: 26px;
    color: #2d2d2d;
    border-radius: 5px;
    background: linear-gradient(90deg, #af7f1e 0, #dcb442 23.5%, #efce5a 53%, #edc865 77.5%, #ddb147 100%)
}

.pr-button-wrapper {
    width: 200px;
    align-items: center;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding: 20px 20px 20px 0
}

@media (max-width: 1024px) {
    .pr-button-wrapper {
        padding: 20px 0
    }
}

@media (max-width: 860px) {
    .pr-button-wrapper {
        width: 180px
    }
}

@media (max-width: 700px) {
    .pr-button-wrapper {
        padding-bottom: 0
    }
}

@media (max-width: 550px) {
    .pr-button-wrapper {
        width: auto;
        padding-left: 0
    }

    .pr-button-wrapper .pr-btn {
        width: 100%;
        font-size: 16px
    }
}

@media (max-width: 500px) {
    .pr-button-wrapper {
        width: 200px
    }
}

.rating {
    padding: 0;
    border: none;
    text-align: left;
    user-select: none;
    font-size: 16px;
    color: gold;
    width: 90px;
    position: relative;
    height: 22px;
    line-height: 22px
}

.rating .rating-inner {
    width: 80%;
    overflow: hidden;
    white-space: nowrap
}

.rating span {
    display: inline-block;
    position: relative;
    text-align: center;
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    letter-spacing: 3px
}

.rating .rating-back {
    position: absolute;
    color: #ccc;
    font-size: 15px;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.table-header {
    width: 100%;
    background: linear-gradient(180deg, #3b3d47 28%, rgba(59, 61, 71, 0) 100%);
    display: flex;
    padding: 14px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-around
}

.table-header span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    width: 20%;
    text-align: center
}

@media (max-width: 900px) {
    .table-header {
        display: none
    }
}

.review-list {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    margin: 40px 0
}

.page-list-tiles, .review-item {
    padding: 25px 36px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    width: 545px;
    min-height: 265px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}

.page-list-tiles img, .review-item img {
    width: 72px;
    height: 72px
}

.page-list-tiles .intro-text, .review-item .intro-text {
    color: #6a6a6a;
    text-align: center;
    font-size: 16px;
    font-weight: 400
}

.page-list-tiles .title, .review-item .title {
    color: #e30613;
    font-size: 20px;
    line-height: 26px;
    font-style: normal;
    font-weight: 600;
    margin: 0
}

.review-item {
    min-height: 315px
}

.page-list-tiles {
    width: 352px;
    min-height: 215px
}

.page-list-tiles article .description {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.page-list-tiles article .description p {
    margin-bottom: 0
}

.page-list-tiles a {
    border-radius: 5px;
    border: 1px solid #e30613;
    padding: 10px;
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: .3s
}

.page-list-tiles a:hover {
    background: #e30613;
    color: #fff
}

.page-list-tiles-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px
}

.faq-list {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    gap: 5px;
    font-family: var(--bs-font-sans-serif);
    margin-bottom: 40px
}

.faq-list .faq-btn {
    padding: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    border: none;
    cursor: pointer;
    gap: 10px
}

.faq-list .faq-btn .faq-question {
    font-family: var(--bs-font-sans-serif);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 900px) {
    .faq-list .faq-btn .faq-question {
        gap: 10px
    }
}

.faq-list .faq-btn .faq-question span {
    color: #3b3b3b;
    font-size: 20px;
    font-weight: 400
}

@media (max-width: 900px) {
    .faq-list .faq-btn .faq-question span {
        text-align: left
    }
}

.faq-list .faq-btn .faq-question .show {
    display: block
}

.faq-list .faq-btn .faq-question .hide {
    display: none
}

.faq-list .faq-btn .faq-answer {
    font-family: var(--bs-font-sans-serif);
    display: none;
    width: 70%;
    margin: 0;
    font-weight: 300;
    color: #3b3b3b;
    font-size: 16px;
    text-align: left
}

.faq-list .faq-btn:hover .faq-question span {
    color: #e30613
}

.shadow {
    background: #000;
    padding: 10px
}

@media (max-width: 1024px) {
    .desktop {
        display: none
    }
}

.popup {
    position: fixed;
    align-items: center;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid #ccc;
    justify-content: space-between;
    padding: 20px;
    display: none;
    z-index: 9999;
    width: 90%
}

.popup p {
    margin: 0
}

@media (max-width: 900px) {
    .popup {
        flex-direction: column;
        width: 60%;
        gap: 20px
    }
}

.popup .btn-container {
    display: flex;
    align-items: center;
    gap: 15px
}

.popup .btn-container button {
    cursor: pointer;
    border: none;
    background: #3752af;
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px
}

#popup-overlay {
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    animation: overlay-bg 2s forwards;
    animation-delay: 3s;
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    z-index: 100
}

#popup-overlay .promotion-popup-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow: auto
}

#popup-overlay .promotion-popup {
    display: flex;
    padding-bottom: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    border-radius: 10px;
    width: fit-content;
    border: 6px solid #fff;
    max-width: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0;
    top: -250%;
    margin-left: auto;
    margin-right: auto;
    animation: center-pop 1s forwards;
    animation-delay: 3s;
    position: relative
}

@media (max-width: 730px) {
    #popup-overlay .promotion-popup {
        width: 90%;
        gap: 10px;
        padding-bottom: 10px
    }
}

@media (max-width: 400px) {
    #popup-overlay .promotion-popup {
        margin: 5px;
        width: auto
    }
}

#popup-overlay .promotion-popup .header {
    background: linear-gradient(90deg, #af7f1e 0, #dcb442 23.5%, #efce5a 53%, #edc865 77.5%, #ddb147 100%);
    width: 100%;
    padding: 20px 0;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center
}

@media (max-width: 500px) {
    #popup-overlay .promotion-popup .header {
        padding: 5px 0
    }
}

#popup-overlay .promotion-popup .header span {
    color: #2d2d2d;
    font-size: 32px;
    font-weight: 700
}

@media (max-width: 650px) {
    #popup-overlay .promotion-popup .header span {
        font-size: 24px;
        width: 60%
    }
}

@media (max-width: 500px) {
    #popup-overlay .promotion-popup .header span {
        font-size: 20px;
        width: 80%
    }
}

#popup-overlay .promotion-popup .header .close {
    position: absolute;
    background: 0 0;
    cursor: pointer;
    border: none;
    display: flex;
    top: 8px;
    right: 0;
    align-items: center
}

#popup-overlay .promotion-popup section {
    padding: 0 60px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px
}

@media (max-width: 600px) {
    #popup-overlay .promotion-popup section {
        padding: 0 5px
    }
}

@media (max-width: 400px) {
    #popup-overlay .promotion-popup section {
        gap: 10px
    }
}

#popup-overlay .promotion-popup section .col-center {
    width: 50%
}

#popup-overlay .promotion-popup .pr-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 20px 40px;
    border-radius: 10px;
    background: #fff
}

#popup-overlay .promotion-popup .pr-item .img-wrapper {
    width: 177px;
    height: 90px
}

@media (max-width: 600px) {
    #popup-overlay .promotion-popup .pr-item {
        padding: 10px 5px
    }
}

@media (max-width: 500px) {
    #popup-overlay .promotion-popup .pr-item {
        gap: 5px
    }

    #popup-overlay .promotion-popup .pr-item .img-wrapper {
        width: 100%;
        height: auto
    }
}

@media (max-width: 400px) {
    #popup-overlay .promotion-popup .pr-item {
        gap: 5px
    }
}

#popup-overlay .promotion-popup .pr-item .pr-sub-title {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    text-align: center
}

@media (max-width: 500px) {
    #popup-overlay .promotion-popup .pr-item .pr-sub-title {
        font-size: 12px
    }
}

#popup-overlay .promotion-popup .pr-item .pr-title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-align: center
}

@media (max-width: 500px) {
    #popup-overlay .promotion-popup .pr-item .pr-title {
        font-size: 16px
    }
}

#popup-overlay .promotion-popup .pr-item .min-dep-v {
    background: linear-gradient(180deg, #3752af 28%, rgba(98, 84, 255, .2) 100%);
    background-clip: text;
    font-size: 30px;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center
}

@media (max-width: 500px) {
    #popup-overlay .promotion-popup .pr-item .min-dep-v {
        font-size: 24px
    }
}

#popup-overlay .promotion-popup .pr-item .rating {
    margin: 0 auto;
    color: gold;
    width: 90px
}

#popup-overlay .promotion-popup .pr-item .rating .rating-inner {
    width: 80%;
    overflow: hidden;
    white-space: nowrap
}

#popup-overlay .promotion-popup .pr-item .rating span {
    display: inline-block;
    position: relative;
    text-align: center;
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    letter-spacing: 3px
}

#popup-overlay .promotion-popup .pr-item .rating .rating-back {
    position: absolute;
    color: #ccc;
    font-size: 15px;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

#popup-overlay .promotion-popup .pr-item .pr-btn {
    border-radius: 5px;
    background: linear-gradient(90deg, #af7f1e 0, #dcb442 23.5%, #efce5a 53%, #edc865 77.5%, #ddb147 100%);
    display: flex;
    width: 113px;
    height: 37px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer
}

#popup-overlay .promotion-popup .pr-item .pr-btn a {
    text-decoration: none;
    color: #2d2d2d
}

#popup-overlay .promotion-popup .pr-tnc {
    margin-top: 10px;
    font-size: 11px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    width: 100%
}

#popup-overlay .promotion-popup .pr-tnc a {
    color: #fff;
    margin: auto;
    text-decoration: none
}

#popup-overlay .promotion-popup .pr-tnc a:hover {
    text-decoration: underline
}

.col-center {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px
}

@keyframes center-pop {
    from {
        top: -100%;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes overlay-bg {
    from {
        background: rgba(0, 0, 0, 0);
        pointer-events: none
    }

    to {
        background: rgba(0, 0, 0, .6);
        pointer-events: all
    }
}

#privacyPopup {
    display: flex
}

.popup-hidden {
    display: none
}

amp-script {
    opacity: 1
}

.main-with-bg {
    background-image: url(./images/danske-bg.webp);
}
