.preLoader {
    position: fixed;
    z-index: 999999999999;
    width: 100%;
    height: 100%
}

.preLoader .item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%)
}

body .wrapper {
    min-height: 100%;
    color: #6bd57e;
    background: #6bd57e
}

body[data-items-color=custom] .wrapper,
body[data-items-color=dark] .wrapper {
    color: #fff;
    background: #fff
}

body .wrapper>* {
    color: #fff
}

body[data-items-color=custom] .wrapper>*,
body[data-items-color=dark] .wrapper>* {
    color: #38a24b
}

.fw-100 {
    font-weight: 100
}

.hide {
    display: none
}

.bg-light a,
body[data-items-color=custom] a,
body[data-items-color=dark] a {
    color: rgba(56, 162, 75, .8)
}

.bg-light a:hover,
body[data-items-color=custom] a:hover,
body[data-items-color=dark] a:hover {
    color: rgba(56, 162, 75, 1)
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    overflow-y: scroll
}

h1 {
    margin: 0 0 .6rem;
    font-size: 2.8em;
    font-weight: 400;
    letter-spacing: 0
}

.title {
    font-weight: 400
}

.title>span {
    font-weight: 100
}

h2 {
    margin: .8rem 0 0;
    font-size: 1.667em;
    font-weight: 300;
    line-height: 1.3em
}

h3 {
    margin: .2rem 0 0;
    font-size: 1.112em;
    font-weight: 300
}

header {
    position: relative;
    padding-top: 20px
}

header h2 {
    font-size: 1.15em
}

.la-docs-header-container>.left,
.la-docs-header-container>.right {
    height: 100%
}

.la-docs-header-container,
main {
    z-index: 9;
    width: 80%;
    max-width: 1100px;
    padding: 3em 0 0;
    margin: 0 auto;
    opacity: .01;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear
}

main.no-padding-bottom {
    padding-bottom: 0
}

.bg-light {
    color: #555 !important;
    background: #fff
}

main.configuration {
    width: 60%;
    max-width: 700px
}

main.configuration h2 {
    font-size: 32px;
    font-weight: 100;
    color: rgba(255, 255, 255, .7);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px
}

main.configuration h3 {
    margin: 20px 0 0;
    font-size: 21px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px
}

.la-docs-header-container {
    padding: 4em 0
}

.la-docs-header-container:after {
    display: block;
    clear: both;
    content: ""
}

.la-docs-header-container.is-loaded,
main.is-loaded {
    opacity: 1
}

.filter-parent {
    position: relative;
    padding-top: 30px;
    margin: 0 auto 10px;
    font-size: 18px
}

.filter-parent label {
    position: absolute;
    top: 45px;
    left: 20px;
    z-index: 100;
    color: #777
}

.filter-parent>div {
    position: relative
}

.filter-parent .page-header {
    padding-bottom: 0;
    margin: 40px 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.filter-parent .filter-input {
    position: relative
}

.filter-parent #filter-by {
    display: block;
    width: 100%;
    height: 56px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 50px;
    font-size: 18px;
    line-height: 1.33;
    color: #555;
    background-color: #fff;
    border: 0;
    -webkit-border-radius: 200px;
    border-radius: 200px;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.filter-parent #filter-clear {
    position: absolute;
    top: 19px;
    right: 20px;
    color: #ff6f6f;
    text-decoration: none
}

.filter-parent .css-change-size {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0
}

.filter-parent .css-change-size .button {
    padding: 0 1.1rem;
    line-height: 42px
}

#filter h2 small {
    color: inherit
}

main .items {
    display: block;
    width: 100%;
    position: relative
}

main .items:after {
    display: table;
    float: none;
    clear: both;
    content: ""
}

main .items .item {
    position: relative;
    width: 25%;
    height: 180px;
    text-align: center;
    float: left;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear
}

main .items .item .item-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

main .auto-height .item {
    height: auto
}

main .auto-height:not(.title) .item {
    padding: 45px 0 50px
}

main .showroom .item {
    width: 29.333333%
}

main .showroom .item:first-child {
    width: 12%;
    text-align: left;
    position: initial
}

main .showroom .item:first-child h3 {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
    line-height: .8em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

main .items .fix-position>div {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.items-list-helper {
    position: relative;
    margin: 1em 0 1.4em;
    font-size: 26px;
    font-weight: 200;
    text-align: center;
    letter-spacing: 1px;
    opacity: .5
}

.items-list-helper:before {
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    z-index: 1;
    content: "";
    border-top: 1px solid #fff
}

.items-list-helper span {
    position: relative;
    z-index: 2;
    display: inline-block;
    max-width: 80%;
    padding: 0 20px;
    line-height: 1.2em;
    background: #6bd57e
}

main .items-list .item:hover {
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1), 0 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1), 0 0 0 3px rgba(0, 0, 0, .1)
}

main .items-list .item .item-loader-container div,
main .items-list .item .item-loader-container div:after,
main .items-list .item .item-loader-container div:before {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused
}

main .items-list .item:hover .item-loader-container div,
main .items-list .item:hover .item-loader-container div:after,
main .items-list .item:hover .item-loader-container div:before {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running
}

main .items .item .item-ribbon-wrapper {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 55px;
    height: 55px;
    overflow: hidden
}

main .items .item .item-ribbon-wrapper .item-ribbon {
    position: relative;
    top: 10px;
    left: -40px;
    width: 120px;
    padding: 2px 0 4px;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    text-align: center;
    background-color: #ff6f6f;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

main .items .item .item-title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 12px;
    line-height: 1em;
    text-align: center
}

main .items .item .item-title a,
main .items .item .item-title button {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0;
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
    cursor: pointer;
    background: 0;
    border: 0;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

main .items .item .item-title a:hover,
main .items .item .item-title button:hover {
    color: #fff
}

main .items .item.bg-light .item-title a,
main .items .item.bg-light .item-title button {
    color: #777
}

main .items .item.bg-light .item-title a:hover,
main .items .item.bg-light .item-title button:hover {
    color: #333
}

.bg-light main .items .item .item-title a,
.bg-light main .items .item .item-title button,
body[data-items-color=custom] main .items .item .item-title a,
body[data-items-color=dark] main .items .item .item-title a {
    color: rgba(56, 162, 75, .8)
}

.bg-light main .items .item .item-title a:hover,
.bg-light main .items .item .item-title button:hover,
body[data-items-color=custom] main .items .item .item-title a:hover,
body[data-items-color=dark] main .items .item .item-title a:hover {
    color: rgba(56, 162, 75, 1)
}

main .items .item .item-title a span {
    position: absolute;
    top: 10px;
    opacity: 0;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px)
}

main .items .item .item-title a:hover span {
    opacity: 1;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}

.la-docs-prev-next {
    position: fixed;
    top: 50%;
    left: 5%;
    z-index: 99;
    width: 42px;
    height: 56px;
    padding: 6px 0;
    margin-top: -28px;
    margin-left: -21px;
    color: rgba(0, 0, 0, .25);
    text-align: center;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.la-docs-prev-next[href=""] {
    display: none
}

.la-docs-prev-next:hover {
    color: #3f3f3f;
    background-color: rgba(0, 0, 0, .1)
}

.la-docs-prev-next .fa {
    top: 0;
    margin-top: 0;
    font-size: 72px;
    line-height: 40px;
    vertical-align: baseline
}

.la-docs-prev-next.la-docs-goto-next {
    right: 5%;
    left: auto;
    width: 42px;
    margin-right: -21px;
    margin-left: 0
}

.la-docs-prev-next span {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 15px;
    font-size: 36px;
    font-weight: 100;
    line-height: 56px;
    color: #3f3f3f;
    letter-spacing: 0;
    white-space: nowrap;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    opacity: 0;
    -webkit-transition: all .15s ease, visibility .15s ease .2s;
    -moz-transition: all .15s ease, visibility .15s ease .2s;
    -o-transition: all .15s ease, visibility .15s ease .2s;
    transition: all .15s ease, visibility .15s ease .2s
}

.la-docs-prev-next:hover span {
    left: 130%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.la-docs-prev-next.la-docs-goto-next span {
    right: 0;
    left: auto
}

.la-docs-prev-next.la-docs-goto-next:hover span {
    right: 130%
}

.la-docs-info-container {
    padding: 40px 20px 0;
    margin: 0 0 40px
}

.la-docs-info-container .la-docs-icon {
    display: inline-block;
    padding: 20px;
    margin: 0 auto 30px;
    font-size: 108px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    cursor: default;
    background-color: rgba(255, 255, 255, .05);
    border: 1px solid currentColor;
    -webkit-border-radius: .25em;
    border-radius: .25em
}

.la-docs-info-container .la-docs-icon:before {
    margin-right: -2px;
    content: "L"
}

.la-docs-info-container .la-docs-icon:after {
    margin-left: -2px;
    content: "A"
}

.la-docs-info-container h2 {
    margin-top: 0;
    margin-bottom: 20px
}

.la-docs-info-container h2+p {
    margin: 10px 0
}

.la-docs-info-container .button.large {
    margin: 0
}

.la-docs-info-container .version {
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: 400;
    opacity: .6
}

.la-docs-features {
    margin-top: 60px
}

.la-docs-features>main {
    padding: 70px 0 30px
}

.la-docs-features .col-sm-6 {
    margin-bottom: 40px;
    font-size: 14px
}

.la-docs-features h4 {
    margin-top: 0;
    font-size: 18px
}

.la-docs-footer {
    padding-top: 0;
    padding-bottom: 10px;
    margin: 4em auto 0;
    font-size: .85em;
    text-align: center
}

.la-docs-footer p,
.la-docs-footer ul {
    margin: 10px 0
}

.la-docs-footer-links li {
    display: inline;
    padding: 0 2px
}

.left {
    float: left
}

.right {
    float: right
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.cf {
    display: table;
    clear: both;
    content: ""
}

.button {
    display: inline-block;
    padding: .75rem 1.25rem;
    margin: 2rem 0;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: 0;
    border: 2px solid #fff;
    -webkit-border-radius: .334em;
    border-radius: .334em;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .1s ease-out, background-color .15s ease-out, color .1s ease-out;
    -moz-transition: border .1s ease-out, background-color .15s ease-out, color .1s ease-out;
    -o-transition: border .1s ease-out, background-color .15s ease-out, color .1s ease-out;
    transition: border .1s ease-out, background-color .15s ease-out, color .1s ease-out
}

.button.large {
    padding: .7rem 1.25rem;
    margin: 2rem 0;
    font-size: 18px
}

.button.active,
.button:active,
.button:hover {
    color: #333;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

body[data-items-color=custom] .button,
body[data-items-color=dark] .button {
    color: #38a24b;
    border-color: #38a24b
}

body[data-items-color=custom] .button.active,
body[data-items-color=custom] .button:active,
body[data-items-color=custom] .button:hover,
body[data-items-color=dark] .button.active,
body[data-items-color=dark] .button:active,
body[data-items-color=dark] .button:hover {
    color: #fff;
    background: #38a24b;
    border-color: #38a24b
}

.buttongroup {
    display: inline-block;
    margin: 11px 0 0;
    font-size: 0;
    line-height: 1;
    white-space: nowrap
}

.buttongroup+.buttongroup {
    margin-left: 10px
}

.buttongroup .button {
    display: inline-block;
    margin: 0;
    text-decoration: none;
    border-left-width: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0
}

.buttongroup .button:first-child {
    border-left-width: 2px;
    border-top-left-radius: .6em;
    border-bottom-left-radius: .6em;
    -webkit-border-top-left-radius: .6em;
    -webkit-border-bottom-left-radius: .6em
}

.buttongroup .button:last-child {
    border-top-right-radius: .6em;
    border-bottom-right-radius: .6em;
    -webkit-border-top-right-radius: .6em;
    -webkit-border-bottom-right-radius: .6em
}

.css-change-size .button .small {
    display: none
}

@media screen and (max-width:820px) {
    main .items-list .item {
        width: 33.33334%
    }

    .la-docs-header-container {
        padding: 1em 0 2em
    }

    .la-docs-header-container>.left,
    .la-docs-header-container>.right {
        float: none;
        width: 100%;
        text-align: center
    }

    header h2 {
        font-size: 85%
    }

    .buttongroup {
        margin-top: 0;
        margin-bottom: 10px
    }
}

@media screen and (min-width:821px) and (max-width:1259px) {
    .la-docs-header-container {
        padding: 2em 0
    }

    header h2 {
        font-size: 100%
    }
}

@media screen and (min-width:1260px) {
    main .items-list .item {
        width: 20%
    }
}

@media screen and (max-width:960px) {
    .css-change-size .button .small {
        display: block
    }

    .css-change-size .button .full {
        display: none
    }
}

pre[class*=language-] {
    font-family: Consolas, Monaco, "Andale Mono", monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    color: #333;
    text-align: left;
    word-spacing: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    white-space: pre;
    direction: ltr
}

pre[class*=language-] {
    padding: 1em;
    margin: 20px 0 40px;
    overflow: auto;
    font-size: 12px;
    background: rgba(250, 250, 250, .7);
    border: 0;
    border-radius: 0
}

pre[class*=language-]::-webkit-scrollbar-thumb {
    border-width: 0
}

.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
    color: #708090
}

.token.punctuation {
    color: #999
}

.namespace {
    opacity: .7
}

.token.boolean,
.token.constant,
.token.number,
.token.property,
.token.symbol,
.token.tag {
    color: #905
}

.token.attr-name,
.token.builtin,
.token.selector,
.token.string {
    color: #690
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url,
.token.variable {
    color: #a67f59
}

.token.atrule,
.token.attr-value,
.token.keyword {
    color: #07a
}

.token.important,
.token.regex {
    color: #e90
}

.token.important {
    font-weight: 700
}

.token.entity {
    cursor: help
}

.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.nano>.nano-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    overflow-x: hidden
}

.nano>.nano-content:focus {
    outline: thin dotted
}

.nano>.nano-content::-webkit-scrollbar {
    display: none
}

.has-scrollbar>.nano-content::-webkit-scrollbar {
    display: block
}

.nano>.nano-pane {
    position: absolute;
    top: 4px;
    right: 2px;
    bottom: 4px;
    width: 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.nano>.nano-pane>.nano-slider {
    position: relative;
    margin: 0 1px;
    background: #444;
    background: rgba(0, 0, 0, .45);
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.nano-pane.active,
.nano-pane.flashed,
.nano:hover>.nano-pane {
    opacity: 1
}

.la-docs-social-sharing-container {
    position: relative;
    z-index: 10;
    padding-bottom: 0;
    padding-top: 0;
    text-align: left
}

.la-docs-social-sharing-container:before {
    position: absolute;
    top: -12px;
    right: -18px;
    bottom: -12px;
    left: -18px;
    z-index: 1;
    content: "";
    background-color: rgba(0, 0, 0, .05);
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.la-docs-social-sharing-container>* {
    position: relative;
    z-index: 2
}

.social-sharing-title {
    padding-right: 8px;
    font-size: 15px;
    line-height: 20px;
    vertical-align: text-top
}

.social-sharing {
    display: block;
    width: 100%
}

.social-sharing * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.social-sharing>a,
.social-sharing>span {
    display: inline-block;
    height: 20px;
    margin: 3px 10px 3px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.social-sharing>span {
    position: absolute;
    right: 0;
    bottom: 3px;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.social-sharing a:hover {
    color: #fff
}

.social-sharing span {
    display: inline-block;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
    vertical-align: top
}

.social-sharing .fa {
    padding: 0 5px 0 10px;
    color: #fff
}

.social-sharing .fa:before {
    line-height: 20px
}

.social-sharing.is-large a {
    height: 44px;
    line-height: 44px
}

.social-sharing.is-large a span {
    height: 44px;
    font-size: 18px;
    line-height: 44px
}

.social-sharing.is-large a .fa {
    padding: 0 10px 0 18px
}

.social-sharing.is-large a .fa:before {
    line-height: 44px
}

.share-title {
    padding-right: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #fff
}

.is-large .share-title {
    padding-right: 16px
}

.share-facebook {
    background-color: #3b5998
}

.share-facebook:hover {
    background-color: #2d4373
}

.share-twitter {
    background-color: #00aced
}

.share-twitter:hover {
    background-color: #0087ba
}

.share-pinterest {
    background-color: #cb2027
}

.share-pinterest:hover {
    background-color: #9f191f
}

.share-fancy {
    background-color: #4999dc
}

.share-fancy:hover {
    background-color: #2780cb
}

.share-google {
    background-color: #dd4b39
}

.share-google:hover {
    background-color: #c23321
}

.share-github {
    background-color: #7c7c7c
}

.share-github:hover {
    background-color: #626262
}

.share-count {
    position: relative;
    padding: 0 8px;
    margin-right: -2px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ececec;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.share-count.is-loaded {
    opacity: 1
}

.share-count:after,
.share-count:before {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    margin-top: -6px;
    content: "";
    border-top: 6px solid transparent;
    border-right: 6px solid;
    border-bottom: 6px solid transparent
}

.share-count:before {
    left: -6px;
    border-right-color: #ececec
}

.share-count:after {
    left: -5px;
    border-right-color: #fff
}

a:hover .share-count {
    background-color: #f5f5f5
}

a:hover .share-count:after {
    border-right-color: #f5f5f5
}

.is-large .share-count {
    padding: 0 14px;
    font-size: 18px
}

.social-sharing.is-clean a {
    height: 30px;
    line-height: 30px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ececec
}

.social-sharing.is-clean a span {
    height: 30px;
    font-size: 13px;
    line-height: 30px
}

.social-sharing.is-clean a:hover {
    background-color: #ececec
}

.social-sharing.is-clean a:hover .share-count {
    background-color: #fff
}

.social-sharing.is-clean a:hover .share-count:after {
    border-right-color: #fff
}

.social-sharing.is-clean a .share-title {
    font-weight: 400
}

.social-sharing.is-clean .share-count {
    top: -1px
}

.social-sharing.is-clean .fa-facebook {
    color: #3b5998
}

.social-sharing.is-clean .fa-twitter {
    color: #00aced
}

.social-sharing.is-clean .fa-pinterest {
    color: #cb2027
}

.social-sharing.is-clean .fa-fancy {
    color: #4999dc
}

.social-sharing.is-clean .fa-google {
    color: #dd4b39
}

.la-docs-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2000;
    width: 60%;
    min-width: 320px;
    max-width: 630px;
    height: auto;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.la-docs-modal-dropdown {
    display: none;
    position: fixed;
    background: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.la-docs-modal.la-docs-modal-is-visible {
    z-index: 9999;
    pointer-events: auto;
    visibility: visible
}

.la-docs-modal.la-docs-modal-is-visible+.la-docs-modal-dropdown {
    z-index: 9990;
    display: block
}

.la-docs-modal .la-docs-modal-body {
    text-align: center;
    background: #977dda;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(35%);
    -moz-transform: translateY(35%);
    -ms-transform: translateY(35%);
    -o-transform: translateY(35%);
    transform: translateY(35%)
}

.la-docs-modal.la-docs-modal-is-visible .la-docs-modal-body {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.la-docs-modal p {
    margin: 2em 0;
    line-height: 1.6;
    color: #fff
}

.la-docs-modal.la-docs-modal-is-visible .la-docs-modal-body {
    -webkit-overflow-scrolling: touch
}

.la-docs-modal .la-docs-modal-body>h3 {
    padding: 20px;
    margin: 0;
    font-size: 2.4em;
    font-weight: 300;
    text-align: center;
    background: #6bd57e;
    color: #fff;
    line-height: 40px
}

.la-docs-modal .la-docs-modal-content {
    padding: 2em 5%;
    text-align: left;
    overflow: auto
}

.la-docs-modal .la-docs-modal-content pre {
    color: #555
}

@media only screen and (max-width:500px) {
    .button {
        padding: .25rem .5rem
    }
}

@media only screen and (min-width:768px) {
    .la-docs-modal .la-docs-modal-content {
        padding: 3em 10%
    }
}

@media only screen and (min-width:1170px) {
    .la-docs-modal .la-docs-modal-content {
        padding: 6em 20%
    }

    .la-docs-modal p {
        font-size: 2rem;
        line-height: 2
    }
}

[data-type=la-docs-modal-trigger] {
    position: relative;
    outline: 0 !important
}

[data-type=la-docs-modal-trigger] .button,
[data-type=la-docs-modal-trigger] .la-docs-modal-bg {
    display: inline-block;
    height: 4em;
    background-color: rgba(74, 48, 141, .65)
}

[data-type=la-docs-modal-trigger] .button {
    width: 12.5em;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    line-height: 4em;
    color: #fff;
    white-space: nowrap;
    -webkit-border-radius: 5em;
    border-radius: 5em;
    -webkit-transition: color .2s .3s, width .3s 0s;
    -moz-transition: color .2s .3s, width .3s 0s;
    -o-transition: color .2s .3s, width .3s 0s;
    transition: color .2s .3s, width .3s 0s;
    -moz-osx-font-smoothing: grayscale
}

[data-type=la-docs-modal-trigger] .button.to-circle {
    width: 4em;
    color: transparent;
    -webkit-transition: color .2s 0s, width .3s .2s;
    -moz-transition: color .2s 0s, width .3s .2s;
    -o-transition: color .2s 0s, width .3s .2s;
    transition: color .2s 0s, width .3s .2s
}

[data-type=la-docs-modal-trigger] .la-docs-modal-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 1em;
    height: 1em;
    cursor: auto;
    visibility: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: visibility 0s .5s;
    -moz-transition: visibility 0s .5s;
    -o-transition: visibility 0s .5s;
    transition: visibility 0s .5s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

[data-type=la-docs-modal-trigger] .la-docs-modal-bg.is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    -webkit-transition: visibility 0s .25s;
    -moz-transition: visibility 0s .25s;
    -o-transition: visibility 0s .25s;
    transition: visibility 0s .25s
}

.la-docs-modal-close {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 0 14px;
    font-family: "Roboto Slab", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    background: rgba(0, 0, 0, .1);
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
    line-height: 16px
}

.la-docs-modal-close:hover {
    background: rgba(0, 0, 0, .2)
}

button.to-circle {
    visibility: visible;
    opacity: 1;
    z-index: 999
}

.text-red {
    color: red
}

.pages {
    .btn-primary {
        background-color: #c9f269 !important;
        color: #002121 !important;
        border-radius: 8px !important;
        border-color: transparent !important
    }

    .btn-primary:hover {
        background-color: #78e930 !important;
        color: #fff !important;
        border-radius: 8px;
        border-color: transparent !important
    }

    .btn-primary:active {
        background-color: #78e930 !important;
        color: #fff !important;
        border-radius: 8px;
        border-color: transparent !important
    }

    .btn-primary:focus {
        background-color: #c9f269 !important;
        color: #002121 !important;
        border-radius: 8px;
        border-color: transparent;
        box-shadow: 0 0 0 3px rgba(130, 188, 29, 0.6) !important
    }
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media(prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

button:focus:not(:focus-visible) {
    outline: 0
}

.banner_pos1 {
    background-image: url(/assets/img/pagaqui/pagaqui_navegante.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 700px;
    background-repeat: no-repeat
}

.estrelas_img {
    background-image: url(/assets/img/pagaqui/estrelas_2026.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 700px;
    background-repeat: no-repeat
}

.imagem_para_animar_img {
    background-image: url(/assets/img/pagaqui/campanha_nova.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 700px;
    background-color: #46e144;
    background-repeat: no-repeat
}

.paysafecard_img {
    background-image: url(/assets/img/pagaqui/paysafecard.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 700px;
    background-color: #46e144;
    background-repeat: no-repeat
}

.paysafecard_logo {
    background-image: url(/assets/img/pagaqui/paysafecard_logo.png);
    background-position: left;
    background-size: contain;
    width: 491px;
    max-width: 100%;
    height: 47px;
    background-repeat: no-repeat;
    margin-bottom: 30px
}

.paysafecard_title {
    font-weight: 800;
    font-size: 115px;
    line-height: 125%;
    color: #e1e1e2;
    text-shadow: 0 0 72.3929px rgba(98, 194, 253, 0.77), 0 -1.15072px 27.1109px #62c2fd;
    line-height: 1;
    text-transform: uppercase;
    display: block
}

.paysafecard_subtitle {
    font-weight: 800;
    font-size: 50.5px;
    line-height: 125%;
    color: #ffe1f4;
    text-shadow: 0 -0.716386px 19.8017px #ff33ba, 0 -0.716386px 19.8017px #ff33ba;
    text-transform: uppercase;
    line-height: 1.2;
    display: block
}

#builder-sections #buttonv2_1707235975085_75459569888 button.btn-style-base-custom.paysafecard_button {
    background: radial-gradient(57.81% 391.02% at 25.57% 34.38%, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0) 100%), radial-gradient(100.45% 338.21% at -3.98% 12.5%, #ff33ba 19.65%, rgba(237, 66, 179, 0) 100%), radial-gradient(68.78% 100% at 43.75% 114.06%, #ad12f5 0, #62fafd 80.98%), #55128a;
    box-shadow: 0 4.36132px 10.4672px rgba(0, 0, 0, 0.25), -15.1973px -7.59867px 37.9934px rgba(102, 67, 242, 0.5), 7.59867px 15.1973px 60.7894px rgba(218, 37, 156, 0.3), 0 7.59867px 45.592px rgba(125, 20, 208, 0.8), inset 0 0 15.1973px rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    border: 0;
    color: #fff !important
}

.pages {

    .js-consent-form h3,
    .js-consent-form p {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .js-consent-form .js-save-cookie {
        background-color: var(--surface-brand) !important;
        color: #fff !important
    }

    .js-consent-form .js-change-preferences {
        color: unset !important;
        background-color: unset !important;
        border-color: unset !important
    }
}

.js-consent-form .js-save-cookie:hover {
    color: var(--cor5) !important;
    background-color: var(--cor2) !important
}

.login-link-color {
    color: #20d47f !important
}

@media screen and (max-width:920px) {
    .estrelas_img {
        background-image: url(/assets/img/pagaqui/estrelas_tablet.jpg);
        background-position: right
    }

    .textslider2 {
        margin-top: 30px !important
    }

    .textslider2 span {
        font-size: 67px !important;
        line-height: 85px !important
    }

    .textslider1 span {
        font-size: 67px !important;
        line-height: 65px
    }

    .slider-text-mobile span {
        font-size: 56px !important;
        line-height: 70px !important
    }

    .subtextslider2 span,
    .subtextslider1 span {
        font-size: 35px !important
    }
}

@media screen and (max-width:500px) {
    .estrelas_img {
        background-image: url(/assets/img/pagaqui/estrelas_mobile.jpg)
    }

    .imagem_para_animar_video {
        display: none
    }

    .textslider2 span {
        font-size: 47px !important;
        line-height: 60px !important
    }

    .textslider1 span {
        font-size: 43px !important;
        line-height: 50px !important
    }

    .subtextslider2 span,
    .subtextslider1 span {
        font-size: 22px !important;
        line-height: 30px !important
    }

    .subtextslider2 p {
        width: 60% !important
    }

    .textslider2 {
        margin-top: 180px !important
    }
}

@media screen and (max-width:350px) {
    .textslider2 span {
        font-size: 35px !important
    }

    .textslider1 span {
        font-size: 35px !important
    }
}

.testimonials-section {
    width: 100%;
    padding: 100px 20px;
    text-align: center;
    background: #fff;
}

.testimonials-section h2 {
    display: inline-block;
    margin-bottom: 90px;
    padding-bottom: 8px;
    font-size: 32px;
    font-weight: 800;
    color: #063f32;
    border-bottom: 3px solid #c9ef4f;
}

.video-carousel {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video-wrapper {
    width: 100%;
    max-width: 580px;
    aspect-ratio: 16 / 9;
    background: #000;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.video-viewport {
    width: 100%;
    max-width: 580px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
}

.video-track {
    display: flex;
    height: 100%;
    transition: transform 600ms ease-in-out;
}

.video-slide {
    min-width: 100%;
    height: 100%;
    flex-shrink: 0;
}

.video-slide iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}

.dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #e6e6e6;
    cursor: pointer;
    appearance: none;
}

.dot.active {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1ed760;
    border: none;
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 70px 16px;
    }

    .testimonials-section h2 {
        font-size: 24px;
        margin-bottom: 50px;
    }

    .video-wrapper {
        max-width: 100%;
    }
}

.cta-section {
    padding: 70px 20px !important;
    background-color: #f0f5f4 !important;
    padding: 62px 0 !important;
}

.cta-content-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    margin: 0 auto;

    border-radius: 25px;
    padding: 108px 140px !important;
    min-height: 486px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background-image: url("/assets/img/pagaqui/Rectangle_30.webp");
    background-size: cover;
    background-position: center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.cta-overlay {
    display: none;
}

.cta-text-content {
    max-width: 585px;
}

.cta-title {
    margin: 0 0 24px;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
}

.cta-title span {
    color: #c9f269;
}

.cta-description {
    max-width: 600px;
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
}

.cta-description strong {
    color: #78e930;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 180px;
    height: 56px;
    padding: 0 34px;
    border-radius: 6px;

    background: #c9f269;
    color: #031f1a;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

.cta-button:hover {
    color: #031f1a;
    background: #c9f269;
}

@media (max-width: 992px) {
    .cta-content-wrapper {
        flex-direction: column;
        align-items: flex-start;
        padding: 50px 30px;
        min-height: auto;
    }

    .cta-title {
        font-size: 42px;
    }

    .cta-description {
        font-size: 20px;
    }

    .cta-button {
        width: 100%;
        max-width: 280px;
        height: 70px;
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .cta-section {
        padding: 60px 16px;
    }

    .cta-content-wrapper {
        border-radius: 24px;
        padding: 40px 24px;
    }

    .cta-title {
        font-size: 32px;
    }

    .cta-description {
        font-size: 17px;
    }

    .cta-button {
        width: 100%;
        max-width: 100%;
        font-size: 20px;
    }
}

.district-section {
    padding: 80px 20px 90px;
    background: #f4f4f4;
    text-align: center;
}

.locations-title {
    display: inline-block;
    margin: 0 0 90px;
    padding-bottom: 8px;
    color: #202124;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    border-bottom: 4px solid #c9f269;
}

.locationlinks {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 14px;
}

.locationlinks .fcol {
    display: flex;
}

.locationlinks a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 40px;
    padding: 0 24px;

    border-radius: 20px;
    background: #fff;
    color: #202124;

    font-size: 16px;
    font-weight: 400;
    text-decoration: none;

    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.18);
}

.locationlinks a:hover {
    color: #202124;
    background: #fff;
}

.partner-page {
    background: #fff;
    padding: 110px 20px 80px;
    padding-top: 150px;
}

.partner-container {
    margin: 0 auto;
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    color: #111;
}

.partner-container h1 {
    margin: 0 0 28px;
    color: #32cd32;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.15;
    margin-top: 0;
}

.partner-section h3 {
    margin: 0 0 24px;
    color: #32cd32;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
}

.partner-intro {
    margin-bottom: 40px;
    font-size: 14px;
}

.partner-hero {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 370px;
    align-items: start;
    gap: 0;
    margin-bottom: 60px;
}

.partner-benefits {
    padding-top: 12px;
    font-size: 14px;
    font-weight: 700;
}

.partner-benefits hr {
    margin: 0 0 28px;
}

.partner-benefits p {
    margin: 0 0 18px;
}

.partner-hero-image {
    width: 370px;
    height: 500px;
    object-fit: cover;
}

.partner-section {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid #d8d8d8;
}

.partner-section h2 {
    margin: 0 0 32px;
    color: #32cd32;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.25;
}

.partner-section p,
.partner-section li {
    font-size: 14px;
    line-height: 1.75;
}

.partner-video-text {
    margin-top: 28px;
}

.partner-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-top: 28px;
    background: #000;
}

.partner-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.partner-section ul {
    margin: 30px 0 0 18px;
    padding: 0;
}

.partner-section li {
    margin-bottom: 14px;
}

.partner-checks p {
    margin-bottom: 22px;
}

.partner-form {
    margin-top: 35px;
}

.partner-form h3 {
    margin: 35px 0 20px;
    color: #111;
    font-size: 14px;
    font-weight: 800;
}

.partner-form label {
    display: block;
    margin: 0 0 6px;
    font-size: 13px;
    font-weight: 700;
}

.partner-form input,
.partner-form select {
    width: 100%;
    height: 44px;
    margin-bottom: 18px;
    padding: 10px;
    border: 0;
    background: #f1f1f1;
    font-size: 14px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.form-grid.two {
    grid-template-columns: repeat(2, 1fr);
}

.partner-form button {
    margin-top: 20px;
    width: 150px;
    height: 46px;
    border: 0;
    background: #32cd32;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.partner-links {
    margin-top: 60px;
    font-size: 14px;
}

.partner-links a {
    color: #111;
}

@media (max-width: 768px) {
    .partner-page {
        padding: 90px 18px 60px;
    }

    .partner-container h1 {
        font-size: 30px;
    }

    .partner-hero {
        display: flex;
        flex-direction: column-reverse;
    }

    .partner-hero-image {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .partner-section h2 {
        font-size: 24px;
    }

    .form-grid,
    .form-grid.two {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.partner-page,
.partner-page * {
    animation: none !important;
    transition-property: color, background-color, border-color, opacity !important;
}

.partner-page {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.partner-container,
.partner-hero,
.partner-section,
.partner-video,
.partner-form {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.formularioagente .agent-map {
    display: flex;
}

.formularioagente #map-wrapper {
    width: 100%;
    height: 540px;
    min-height: 540px;
    position: relative;
}

.formularioagente #map {
    height: 540px;
    width: 100%;
    min-height: 540px;
}

.leaflet-container {
    width: 100%;
    height: 100%;
}

.pq-agent-detail-page,
.pq-agent-detail-page * {
    opacity: 1 !important;
    visibility: visible !important;
}

.pq-agent-detail-page {
    padding: 70px 20px 90px;
    color: #071330;
}

.pq-agent-detail-card {
    max-width: 980px;
    margin: 0 auto;
    padding: 36px 64px 60px;
    background: #fff;
    border-radius: 6px;
    color: #071330;
}

.pq-agent-detail-actions,
.pq-agent-detail-footer-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
}

.pq-agent-back,
.pq-agent-share {
    color: #071330 !important;
    background: transparent;
    border: 0;
    text-decoration: none;
    font-weight: 600;
}

.pq-agent-detail-card h1 {
    margin: 0 0 28px;
    color: #071330 !important;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
}

.pq-agent-detail-map {
    width: 100%;
    height: 260px;
    margin-bottom: 70px;
}

.pq-agent-detail-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 70px;
    align-items: start;
}

.pq-agent-address-panel {
    display: flex;
    gap: 22px;
    color: #071330 !important;
}

.pq-agent-address-panel p {
    color: #071330 !important;
    font-size: 15px;
    line-height: 1.6;
}

.pq-agent-address-panel h2 {
    margin: 28px 0 8px;
    color: #1ed45a !important;
    font-size: 16px;
    font-weight: 800;
}

.pq-agent-address-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #1ed45a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pq-agent-services-card {
    padding: 34px 40px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.15);
}

.pq-agent-services-card img {
    width: 170px;
    margin-bottom: 28px;
}

.pq-agent-service-group {
    margin-bottom: 22px;
}

.pq-agent-service-group h2 {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 700;
}

.pq-agent-service-group--load h2 {
    color: #7cc9dd !important;
}

.pq-agent-service-group--pay h2 {
    color: #d6b729 !important;
}

.pq-agent-service-group--buy h2 {
    color: #e9a7c6 !important;
}

.pq-agent-service-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pq-agent-service-group li {
    margin-bottom: 8px;
    color: #071330 !important;
    font-size: 15px;
}

.pq-agent-service-detail {
    margin-top: 70px;
    padding: 34px 42px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}

.pq-agent-service-detail h2 {
    margin: 0 0 28px;
    color: #1ed45a !important;
    font-size: 16px;
    font-weight: 800;
}

.pq-agent-service-detail img {
    width: 160px;
    margin-bottom: 28px;
}

.pq-agent-service-detail p {
    color: #071330 !important;
    font-size: 15px;
    line-height: 1.7;
}

.pq-agent-detail-footer-actions {
    margin-top: 46px;
    padding-top: 24px;
    border-top: 1px solid #ddd;
}

.pq-agent-detail-footer-actions p {
    display: none;
}

@media (max-width: 768px) {
    .pq-agent-detail-card {
        padding: 28px 20px 40px;
    }

    .pq-agent-detail-card h1 {
        font-size: 24px;
    }

    .pq-agent-detail-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .pq-agent-services-card {
        padding: 28px;
    }
}

ol.pages_hotlinks {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: inherit;
    margin-top: 20px;
    display: inline-block;
    border: 1px solid var(--btn-light);
    border-radius: var(--btn-radius-medium);
    overflow: hidden;
}

ol.pages_hotlinks li a {
    display: inline-flex;
    width: 100%;
    padding: 8px 20px;
    color: var(--link-font);
    box-sizing: border-box;
    align-items: center;
    text-decoration: none;
}

ol.pages_hotlinks li:not(:last-child) {
    border-bottom: 1px solid var(--btn-light);
}

.formularioagente .sub-sections {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: var(--cor5) !important;
    box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.1);
}

.formularioagente .agent-list-container {
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 0;
    background-color: #f9f9f9;
    margin-top: 20px;
}

.formularioagente .loading-overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    height: 100%;
    right: 0;
    bottom: 0;
}

.formularioagente .spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #c9f269;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.formularioagente .loading-overlay p {
    margin-top: 10px;
    color: white;
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.formularioagente .agent-map-loading-overlay {
    position: absolute;
    inset: 0;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.82);
    color: #002121;
    font-size: 16px;
    font-weight: 700;
}

.formularioagente .agent-map-loading-overlay[hidden] {
    display: none;
}

.formularioagente .agent-map-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 112px;
    color: #002121;
    font-weight: 700;
    cursor: default;
}

.formularioagente .agent-map-loading:hover {
    background-color: #f9f9f9;
}

.formularioagente .agent-map-loading-spinner {
    width: 24px;
    height: 24px;
    border: 3px solid #dfe3e8;
    border-top-color: #1ed45a;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    flex: 0 0 auto;
}

.formularioagente .btn-primary {
    background-color: #c9f269;
    color: #002121;
    border-radius: 8px;
    border-color: transparent;
}

.formularioagente .btn-primary:hover {
    background-color: #78e930;
    color: #fff;
    border-radius: 8px;
    border-color: transparent;
}

.formularioagente .btn-primary:active {
    background-color: #78e930;
    color: #fff;
    border-radius: 8px;
    border-color: transparent;
}

.formularioagente .btn-primary:focus {
    background-color: #c9f269;
    color: #002121;
    border-radius: 8px;
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(130, 188, 29, 0.6);
}

.formularioagente .btn-primary:disabled {
    background-color: #e0e0e0;
    color: #b0b0b0;
    border-radius: 8px;
    border-color: transparent;
    cursor: not-allowed;
}

.formularioagente .agent-list-container li {
    padding: 10px;
    margin: 5px 0;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-top: none;
    border-right: none;
    border-left: none;
    transition: background-color 0.3s ease;
}

.formularioagente .agent-list-container li:hover {
    background-color: #c9f269;
    cursor: pointer;
}

.formularioagente .agent-list-container li.active {
    background-color: #c9f269;
    border-color: #1ed45a;
}

.formularioagente .agent-list-container li.agent-map-empty {
    color: #6b7280;
    cursor: default;
}

.formularioagente .agent-list-container li.agent-map-empty:hover {
    background-color: #f9f9f9;
}

.formularioagente .agent-map-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 14px 0 0;
}

.formularioagente .agent-map-pagination[hidden] {
    display: none;
}

.formularioagente .agent-map-pagination-btn {
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    border: 1px solid #dfe3e8;
    border-radius: 4px;
    background: #ffffff;
    color: #212b36;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    cursor: pointer;
}

.formularioagente .agent-map-pagination-btn:hover,
.formularioagente .agent-map-pagination-btn.active {
    border-color: #1ed45a;
    color: #00bf58;
}

.formularioagente .agent-map-pagination-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.formularioagente .agent-map-pagination-ellipsis {
    min-width: 24px;
    color: #6b7280;
    text-align: center;
    font-weight: 700;
}

ol.breadcrumbs_list li {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--cor3);

}

ol.breadcrumbs_list li {
    display: flex;
    align-items: center;
}

ol.breadcrumbs_list li:last-child {
    color: var(--light-font);
}

ol.breadcrumbs_list li:not(:last-child):after {
    content: "›";
    color: hsl(0 0 0 / 30%);
    font-size: 17px;
    line-height: 1;
}
