body {
    font-family: Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "pnum";
}

html {
    --bg-body: #fff;
    --bg-header: #fff;
    --bg-gradient: linear-gradient(150deg,#4553ff 15%,#05d5ff 70%,#05d5ff 94%);
    --background-image2: url("/themes/t2/images/world/q-4b5ee648-white.webp");
    --world-box: 0 56px 88px #D7DBDF inset;
    --road-map:url("/themes/t2/images/roads.webp");

    --text-top:#fff;
    --text-brand:#0D67F4;
    --text-slideInDown:#0E1729;
    --text-top-reg:#fff;
    --text-top-reg-slideInDown:#fff;
    --color-bg: #FFFFFF;
    --color-bg-mute: rgba(4,120,87,.08);
    --buttonColor:#fff;
    --buttonHoverColor:hsla(0,0%,100%,0.9);
    --bg-map:rgba(208,214,219,0.4);
    --PhoneGraphic: #F6F8FB;
    --PhoneGraphic-2: #fff;

    --PhoneGraphic-shadow: 0 50px 100px -20px rgba(50, 50, 93, .25), 0 30px 60px -30px rgba(0, 0, 0, .3), inset 0 -2px 6px 0 rgba(10, 37, 64, .35);
    scroll-behavior: smooth;

    /* Общие */
    --text-color: #0E1729;
    --text-project: #0D67F4;
    --iti-selected-country: #0E1729;
    --bg-transparent: #fff;
    --input-number: #F6F8FB;
}

html.dark {
    --bg-body: #08090A;

    --bg-gradient: linear-gradient(#0D67F4,#0D67F4 20%,#252a34 58%,#252a34 58%,#08090A 72%);
    --background-image2: url("/themes/t2/images/world/q-4b5ee648.webp");
    --world-box: 0 56px 88px #e2e8ff1f inset;
    --road-map:url("/themes/t2/images/roads_dark.webp");
    --bg-header:linear-gradient(137deg, rgba(17, 18, 20, .75) 4.87%, rgba(12, 13, 15, .9) 75.88%);

    --text-top:#fff;
    --text-brand:#0D67F4;
    --text-slideInDown:#fff;
    --text-top-reg:#fff;
    --text-top-reg-slideInDown:#fff;

    --buttonColor:#fff;
    --buttonHoverColor:hsla(0,0%,100%,0.9);
    --bg-map:rgba(54,59,70,0.4);
    --PhoneGraphic: #1D1D20;
    --PhoneGraphic-2: #1D1D20;

    --PhoneGraphic-shadow: 0 50px 100px -20px rgba(49, 56, 68, 1), 0 30px 60px -30px rgba(0, 0, 0, .3), inset 0 -2px 6px 0 #37383C;
    scroll-behavior: smooth;

    /* Общие */
    --text-color: #fff;
    --text-project: #0D67F4;
    --iti-selected-country: #fff;
    --bg-transparent: #1D1D20;
    --input-number: #1D1D20;
  }

/* Общие */
.text-project {
    color: var(--text-project);
}
.bg-project {
    background-color: var(--text-project)
}
.body {
    background: var(--bg-body);
}

.bg-body {
    background: var(--bg-body);
}
.text-top {
    color: var(--text-top);
}
.bg-transparent {
    background: var(--bg-transparent);
}
.slideInDown .text-top {
    color: var(--text-slideInDown);
}
.text-logo {
    color:#fff
}
.slideInDown .text-logo {
    color: #0D67F4;
}
.slideInDown .button-top {
background: #2683FF;
}
.CheckoutPhoneGraphic2 {
    background: var(--CheckoutPhoneGraphic2);
}
.slideInDown .text-top-reg {
   color: var(--text-top-reg-slideInDown);
}
.text-top-reg {
    color: var(--text-top-reg);
}

.text-brand, .text-code-keyword {
    --tw-text-opacity: 1;
    color: rgb(255 98 67/var(--tw-text-opacity));
}
.common-Button--default {
    color: #fff !important;
    background-color: #3ecf8e !important;
    border: none !important;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.bg-button {
    background: hsla(0,0%,100%,0.2);
}

a {
    cursor: pointer
}
.page-header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100%;
    z-index: 6;
}

@media (min-width: 769px) {
    .page-header {
        position: absolute;
    }


}

.page-header.site-header--fixed, .site-header--fixed .site-header__bottom-wrapper {
    background: var(--bg-header);

    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .03);
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated_hidden {
    display: none;
}

.site-header--fixed .animated_hidden {
    display: block;
}

.site-header--fixed .site-header__bottom-wrapper {

    position: fixed;
    width: 100%;
    top: 0;
    z-index: 25;
    animation-duration: 0.5s;
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

main {
    position: relative;
    display: block
}

main {
    position: relative;
    display: block
}

main header {
    border-top: 1px solid transparent
}

@media (min-width: 670px) {
    main header {
        border: none
    }
}
main .bg-fon, main .bg-fon2, main .bg-fon3 {
    position: absolute;
    z-index: 0;
    width: 100%;
    display: grid;
    -webkit-transform: skewY(-12deg);
    transform: skewY(-12deg)
}
main header .bg-fon {
    top: -30px;
    grid:repeat(5, 150px)/repeat(5, 1fr);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#4553ff),
    color-stop(10%, #05d5ff), color-stop(38%, var(--bg-body)), color-stop(48%, var(--bg-main-2)), color-stop(62%, var(--bg-main)));
    background: var(--bg-gradient)
}
main header .bg-fon2 {
    top: -170px;
    grid:repeat(5, 170px)/repeat(5, 1fr);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    background: var(--bg-gradient2)

}
main header .bg-fon3 {
    top: -170px;
    grid:repeat(5, 170px)/repeat(5, 1fr);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    background: var(--bg-gradient3)
}

main header .bg-fon :nth-child(2), main header .bg-fon2 :nth-child(2), main header .bg-fon3 :nth-child(2) {
    grid-area: 3 / span 3 /auto/ -1
}

main header .bg-fon :nth-child(3), main header .bg-fon2 :nth-child(3), main header .bg-fon3 :nth-child(3) {
    grid-row: 4;
    grid-column: span 5
}

main header .bg-fon :nth-child(4), main header .bg-fon2 :nth-child(4), main header .bg-fon3 :nth-child(4) {
    grid-area: 4 / span 5 /auto/ -1
}

main header .bg-fon :nth-child(5), main header .bg-fon2 :nth-child(5), main header .bg-fon3 :nth-child(5) {
    grid-area: auto/1/-1/-1;
    background: -webkit-gradient(linear, left top, right top, color-stop(80%, var(--bg-main)), to(var(--bg-span-tg)));
    background: linear-gradient(100grad, var(--bg-main) 80%, var(--bg-span-tg))
}
@media (max-width: 870px) {
    main header .bg-fon, main header .bg-fon2, main header .bg-fon3 {
        top: -50px;
    }
}
@media (min-width: 670px) {


    main header .bg-fon :nth-child(2), main header .bg-fon2 :nth-child(2), main header .bg-fon3 :nth-child(2) {
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 119, 204, 0)), color-stop(40%, rgba(0, 119, 204, .05)), to(rgba(0, 119, 204, .35)));
        background: linear-gradient(100grad, rgba(0, 119, 204, 0), rgba(0, 119, 204, .05) 40%, rgba(0, 119, 204, .35))
    }

    main header .bg-fon :nth-child(3), main header .bg-fon2 :nth-child(3), main header .bg-fon3 :nth-child(3) {
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--bg-main)), to(hsla(0, 0%, 100%, 0)));
        background: linear-gradient(100grad, var(--bg-main) 50%, hsla(0, 0%, 100%, 0))
    }

    main header .bg-fon :nth-child(4), main header .bg-fon2 :nth-child(4), main header .bg-fon3 :nth-child(4) {
        background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(0, 119, 204, 0)), to(rgba(0, 119, 204, .05)));
        background: linear-gradient(100grad, rgba(0, 119, 204, 0) 10%, rgba(0, 119, 204, .05))
    }
}

.outline-brand {
    outline-color: rgb(62, 207, 142);
}

.shadow-brand-button-shadow {
    --tw-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2), 0px 1px 4px 0px rgba(0, 0, 0, .5), 0px 1px 0px 0px hsla(0, 0%, 100%, .2) inset, 0px 3px 20px 0px rgba(0, 142, 94, 1.0);
    --tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color), 0px 1px 4px 0px var(--tw-shadow-color), inset 0px 1px 0px 0px var(--tw-shadow-color), 0px 3px 20px 0px var(--tw-shadow-color);
}

.bg-brand-button {
    transition: 0.2s ease-in-out;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), rgb(0, 207, 138);
    text-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px;
}
.sub-title > span::after {
    content: '';
    width: 20px;
    height: 2px;
    background: #3B7EFF;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    z-index: 1;
}
.sub-title > span {
    padding: 0 0 0 35px;
    position: relative;
}


.AdvantageGlobalGrowth__graphic .map-dashes {
    stroke-dashoffset:64;
    animation:5s AdvantageGlobalGrowth__dashes linear infinite;
}
@keyframes AdvantageGlobalGrowth__dashes {
    0% {
        stroke-dashoffset:64
    }
    to {
        stroke-dashoffset:0
    }
}

.HoverArrow {
    --arrowSpacing: 5px;
    --arrowHoverTransition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
    --arrowHoverOffset: translateX(3px);
    --arrowTipTransform: none;
    --arrowLineOpacity: 0;
    position: relative;
    top: 1px;
    margin-left: var(--arrowSpacing);
    stroke-width: 2px;
    fill: none;
    stroke: currentColor
}

.HoverArrow--sizeSmall {
    --arrowSpacing: 4px;
    stroke-width: 1.5px
}

.HoverArrow__linePath {
    opacity: var(--arrowLineOpacity);
    transition: opacity var(--hoverTransition, var(--arrowHoverTransition))
}

.HoverArrow__tipPath {
    transform: var(--arrowTipTransform);
    transition: transform var(--hoverTransition, var(--arrowHoverTransition))
}

@media (pointer: fine) {
    a:hover .HoverArrow__linePath,
    button:hover .HoverArrow__linePath {
        --arrowLineOpacity: 1
    }

    a:hover .HoverArrow__tipPath,
    button:hover .HoverArrow__tipPath {
        --arrowTipTransform: var(--arrowHoverOffset)
    }
}

@media (pointer: coarse) {
    a:active .HoverArrow__linePath,
    button:active .HoverArrow__linePath {
        --arrowLineOpacity: 1
    }

    a:active .HoverArrow__tipPath,
    button:active .HoverArrow__tipPath {
        --arrowTipTransform: var(--arrowHoverOffset)
    }
}

.HomepageDashboardGraphic {
    display: grid;

    gap: 24px;
    width: 710px;

    border-radius: 8px;

    box-shadow: inset 0 1px 1px 0 hsla(0, 0%, 100%, .1), 0 50px 100px -20px rgba(50, 50, 93, .25), 0 30px 60px -30px rgba(0, 0, 0, .3);
    font-size: 11px;
    font-weight: 300;
    letter-spacing: .2px;
    line-height: 14px;
    color: #425466;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.HomepageDashboardGraphic__company {
    display: grid;
    grid:max-content/auto-flow max-content;
    gap: 8px;
    align-items: center;
    font-weight: 620;

    letter-spacing: .8px;
    text-transform: uppercase
}

.HomepageDashboardGraphic__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-right: 16px
}

.HomepageDashboardGraphic__searchBar {
    display: flex;
    align-items: center;
    border-radius: 4px;
    height: 20px;
    width: 278px;
    background: #fff;
    color: #62788d
}

.HomepageDashboardGraphic__searchIcon {
    width: 10px;
    margin: 1px 5px 0 6px
}

.HomepageDashboardGraphic__body {
    display: grid;
    grid:auto/1fr 20px;
    gap: 12px;
    margin-right: 12px;
    z-index: 10;
    position: relative;
}

.HomepageDashboardGraphic__content {
    display: grid;
    gap: 12px
}

.HomepageDashboardGraphic__topSection {

    border-radius: 4px;

}

.HomepageDashboardGraphic__title {
    font: var(--fontWeightBold) 17px/22.9px var(--fontFamily);
    color: #414552;
    border-bottom: 1px solid #ebeef1;
    padding-bottom: 5px
}

.HomepageDashboardGraphic__todaySection {
    display: grid;
    grid-template-columns:2fr 1fr;
    gap: 46px;
    padding: 20px 0 0
}

.HomepageDashboardGraphic__todaySection--right {
    display: grid;
    gap: 20px
}

.HomepageDashboardGraphic__netVolumeLayout {
    display: flex;
    justify-content: space-between;
    width: 255px
}

.HomepageDashboardGraphic__copy--XSmall {
    font: var(--fontWeightNormal) 10px/12px var(--fontFamily);
    color: #727f96
}

.HomepageDashboardGraphic__copy--XSmall b {
    color: #15be53;
    font: var(--fontWeightSemibold) 10px/12px var(--fontFamily)
}

.HomepageDashboardGraphic__copy--XSmallFancy {
    color: #635bff
}

.HomepageDashboardGraphic__copy--small {
    font: var(--fontWeightNormal) 11px/14px var(--fontFamily);
    letter-spacing: -.1px;
    color: #727f96
}

.HomepageDashboardGraphic__copy--small b {
    font: var(--fontWeightSemibold) 11px/14px var(--fontFamily);
    letter-spacing: -.1px;
    color: #0a2540
}

.HomepageDashboardGraphic__copy--smallInvoices {
    font: var(--fontWeightNormal) 11px/14px var(--fontFamily);
    letter-spacing: -.1px;
    color: #0a2540
}

.HomepageDashboardGraphic__copy--smallHeaderFancy {
    font: var(--fontWeightSemibold) 11px/14px var(--fontFamily);
    color: #635bff;
    align-self: start;
    margin-top: 2px
}

.HomepageDashboardGraphic__copy--medium {
    font: var(--fontWeightNormal) 12px/15px var(--fontFamily);
    letter-spacing: -.1px;
    color: #727f96
}

.HomepageDashboardGraphic__copy--medium b {
    font: var(--fontWeightBold) 12px/15px var(--fontFamily);
    letter-spacing: -.1px;
    color: #0a2540
}

.HomepageDashboardGraphic__copy--large,
.HomepageDashboardGraphic__copy--large b {
    font: var(--fontWeightNormal) 14px/18px var(--fontFamily);
    color: #0a2540
}

.HomepageDashboardGraphic__flexGroup {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.HomepageDashboardGraphic__flexGroup--baseline {
    align-items: baseline
}

.HomepageDashboardGraphic__flexGroup--gap {
    display: flex;
    gap: 6px;
    align-items: baseline
}

.HomepageDashboardGraphic__flexGroup--gap svg {
    flex-shrink: 0
}


.HomepageHeroGraphic {
    position: relative;
    z-index: 2
}
.ClimateHeroGraphic__phone {
    z-index: 5;
    position: absolute;
    right: 0;

}
.HomepageHeroGraphic__phone  {

    position: relative;
    margin-top: 40px;
    left: 80px;
    overflow: hidden;
}

.HomepageHeroGraphic__dashboard {
    position: absolute;
    top: 0;
    left: 153px;
    min-height: 500px;
    box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25),0 8px 16px -8px rgba(0,0,0,0.3);
    overflow: hidden;
    z-index:0
}

@media screen and (max-width: 991px) {


    .HomepageHeroGraphic__dashboard {
        position: absolute;
        top: 0;
        left: 30px;
    }
    .HomepageHeroGraphic__phone {
        position: relative;
        left: 80px;
        overflow: hidden;
    }

}



.PhoneGraphic, .PhoneGraphic_v2 {
    --phoneBorderRadius: 36px;
    --phoneScreenBorderRadius: 29px;

    width: 270px;
    height: 536px;
    padding: 10px;
    border-radius: var(--phoneBorderRadius);
    background: var(--PhoneGraphic);
    box-shadow: var(--PhoneGraphic-shadow);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 16px;
    position: absolute;
}

.HubPage .PhoneGraphic {
    --phoneGraphicShadow: 0px 20px 39px -20px rgba(0, 0, 0, 0.3), 0px 32px 66px -13px rgba(50, 50, 93, 0.25), 0px -1px 3px 0px rgba(10, 37, 64, 0.35) inset
}


.PhoneGraphic__screen {
    position: relative;
    height: 100%;
    border-radius: var(--phoneScreenBorderRadius);
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);

}


.pulse_z {
    border: 1px solid #fff;
    background: #1EAF63;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
}


.pulse_z::after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -14px 0 0 -14px;
    -webkit-animation: pulsate_geo 1s ease-out;
    /*! -moz-animation: pulsate_geo 1s ease-out; */
    -o-animation: pulsate_geo 1s ease-out;
    -ms-animation: pulsate_geo 1s ease-out;
    animation: pulsate_geo 1s ease-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 0 1px 2px #1EAF63;
    box-shadow: 0 0 1px 2px #1EAF63;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    animation-delay: 1.1s;

}
@-moz-keyframes pulsate_geo {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-webkit-keyframes pulsate_geo {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-o-keyframes pulsate_geo {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@keyframes pulsate_geo {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-moz-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@-o-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

.Checkoutgraze {
    height: 100%;
    border-radius: 28px;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}


.BillingLifecycleAnimation {
    --lifecycleAnimationCardSize:72px;
    --lifecycleAnimationSpacing:16px;
    --lifecycleAnimationVisibleEvents:3;
    --lifecycleAnimationShadowPadding:32px;
    position:relative;

    height:calc(72px*3 + 16px*(3 - 1))
}
.BillingLifecycleAnimation--animating {
    --transitionDuration:500ms;
    --transitionEasing:cubic-bezier(0.645,0.045,0.355,1.000)
}
.BillingLifecycleAnimation__masked {
    position:absolute;
    width: 100%;
    top: calc((var(--lifecycleAnimationCardSize) + var(--lifecycleAnimationSpacing))*-1);
    left: auto;
    right: auto;
    bottom:0;
    overflow:hidden;
    -webkit-mask-image:-webkit-gradient(linear,left bottom,left top,from(transparent),color-stop(25%,#000));
    -webkit-mask-image:linear-gradient(0deg,transparent 0,#000 25%);
    mask-image:-webkit-gradient(linear,left bottom,left top,from(transparent),color-stop(25%,#000));
    mask-image:linear-gradient(0deg,transparent 0,#000 25%)
}
@media (max-width:670px) {.BillingLifecycleAnimation__masked {
    width: 100%;
}
    .BillingLifecycleAnimation {
        margin-top: 30px;
    }
}
.BillingLifecycleAnimation__container {
    position:absolute;
    top:0;
    max-width: 28rem;
    left:10px;
    right:10px;
    height:90%
}
.BillingLifecycleCard {
    position:absolute;
    top:0;
    left:0;
    width:100%;

    height:72px;
    -webkit-transform: translateY(calc(var(--index)*(var(--lifecycleAnimationCardSize) + var(--lifecycleAnimationSpacing))));
    transform: translateY(calc(var(--index)*(var(--lifecycleAnimationCardSize) + var(--lifecycleAnimationSpacing))));
}
.BillingLifecycleCard--active {
    --index:1;
    z-index:4
}
.BillingLifecycleCard--inactive {
    --index:4
}
.BillingLifecycleCard--inactive:nth-of-type(2) {
    --index:2
}
.BillingLifecycleCard--inactive:nth-of-type(3) {
    --index:3
}
.BillingLifecycleCard:after,
.BillingLifecycleCard:before {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius:8px;
    -webkit-transition:opacity 500ms cubic-bezier(0.645,0.045,0.355,1.000);
    transition:opacity 500ms cubic-bezier(0.645,0.045,0.355,1.000);
    content:""
}
.BillingLifecycleCard:before {
    box-shadow:0 6px 12px -2px rgba(50,50,93,0.25),0 3px 7px -3px rgba(0,0,0,0.3);
    opacity:0
}
.BillingLifecycleCard:after {
    box-shadow:0 30px 60px -12px rgba(50,50,93,0.25),0 18px 36px -18px rgba(0,0,0,0.3)
}
.BillingLifecycleCard--inactive:before {
    opacity:1
}
.BillingLifecycleCard--inactive:after {
    opacity:0
}
.BillingLifecycleCard__card {
    height:72px;
    border-radius:8px;
    background:var(--imessage)
}
.BillingLifecycleCard__card,
.BillingLifecycleCard__iconContainer {
    display:-webkit-box;
    display:flex;
    -webkit-box-align:center;
    align-items:center
}
.BillingLifecycleCard__iconContainer {
    -webkit-box-flex:0;
    flex:0 0 auto;
    -webkit-box-pack:center;
    justify-content:center;
    width:72px;
    height:inherit;
    position:relative;
    color:#fff;
    overflow:hidden
}
.BillingLifecycleCard__iconContainer,
.BillingLifecycleCard__iconContainer:after,
.BillingLifecycleCard__iconContainer:before {
    -webkit-transition:opacity var(--transitionDuration) var(--transitionEasing);
    transition:opacity var(--transitionDuration) var(--transitionEasing);
    border-top-left-radius:8px;
    border-bottom-left-radius:8px
}
.BillingLifecycleCard__iconContainer:after,
.BillingLifecycleCard__iconContainer:before {
    content:"";
    position:absolute;

    left:0;
    width:100%;
    height:100%
}
.BillingLifecycleCard__iconContainer:before {
    background-color:#15BE53
}
.BillingLifecycleCard__iconContainer:after {
    background-color:#15BE53
}
.BillingLifecycleCard--inactive .BillingLifecycleCard__iconContainer:before {
    opacity:.19
}
.BillingLifecycleCard--inactive .BillingLifecycleCard__iconContainer:after {
    opacity:0
}
.BillingLifecycleCard__icon {
    position:relative;
    z-index:1
}
.BillingLifecycleCard__body {
    padding:12px 16px 15px;
    opacity:1;
    -webkit-transition:opacity var(--transitionDuration) var(--transitionEasing);
    transition:opacity var(--transitionDuration) var(--transitionEasing);
    overflow:hidden
}
.BillingLifecycleCard--inactive .BillingLifecycleCard__body {
    opacity:.35
}
.BillingLifecycleCard__label {
    width:100%;
    font:500 15px/1.6 "sohne-var","Helvetica Neue","Arial",sans-serif;
    letter-spacing:.2px;
    color:var(--text-color);
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    display: flex;
    align-items: center;
}
.BillingLifecycleCard_data {
    display: flex;
}
.BillingLifecycleCard__timestamp {
    font:500 15px/1.6 "sohne-var","Helvetica Neue","Arial",sans-serif;
    letter-spacing:.2px
}
.img_geo {
    width: 2rem;
    height: 2rem;

    z-index: 1;
}

.mask-image{
    -webkit-mask-image: radial-gradient(ellipse 90% 80% at 48% 78%, black 40%, transparent 50%);
    mask-image: radial-gradient(ellipse 100% 100% at 50% 48%, black 40%, transparent 50%);
}


section.resources {
    position: relative;
    padding: 20px 0 130px;
    margin-top: 190px;
    z-index: 12
}
section.resources .naitytel {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #4553ff, #05d5ff);
    top: -130px;
    transform: skewY(-12deg)
}
@media (max-width: 880px) {
    section.resources {
        padding: 20px 0 80px;
        margin-top: 100px;

    }
    section.resources .naitytel { top: -60px;}
}
@media (min-width: 880px) {
    section.resources {
        padding-bottom: 140px
    }
}



section.resources .naitytel .ntloc {
    position: absolute;
    height: 190px
}

section.resources .naitytel .s1 {
    top: 0;
    left: 12%;
    width: 40%;
    background: linear-gradient(90deg, #4553ff, #05d5ff);
}

section.resources .naitytel .s2 {
    bottom: 0;
    left: 0;
    width: 51%;
    background: linear-gradient(90deg, #4553ff, #05d5ff);
}

section.resources .container-lg {
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    max-width: 1140px;
    z-index: 1
}

@media (min-width: 420px) {
    section.resources .container-lg {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width: 880px) {
    section.resources .container-lg {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}


section.resources .copy {
    color: #fff
}

@media (min-width: 670px) {
    section.resources .copy {
        margin-right: 100px
    }
}

section.resources .copy h2, section.resources .copy h3 {
    color: #fff
}

section.resources .copy p {
    color: #ffffff
}

section.resources .copy .intro-copy {
    margin-bottom: 70px;
    text-align: left
}

section.resources aside.guide {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 30px;
    margin-top: 50px
}

@media (min-width: 670px) {
    section.resources aside.guide {
        padding: 40px
    }
}

@media (min-width: 880px) {
    section.resources aside.guide {
        max-width: 390px;
        margin-top: 0
    }
}


@media (min-width: 670px) {
    section.resources aside.guide .cover {
        margin: -40px -40px 25px
    }
}

section.resources aside.guide .cover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    top: 100%;
    left: 0;
    background-color: #fff;
    transform: skewY(-12deg);
    transform-origin: 0 0
}

section.resources aside.guide h2 {
    margin-bottom: 20px;
    color: #32325d
}

section.resources aside.guide .common-Button--default {
    margin-top: 25px
}



.framer-1fyj4ao {
    align-content: flex-start;
    align-items: flex-start;
    aspect-ratio: 2.0833333333333335 / 1;

    border-radius: 20px;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    height: 480px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    will-change: none;
}

.framer-1ezwvky {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex: 1 0 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 1px;
    justify-content: space-between;
    overflow: hidden;
    padding: 40px;
    position: relative;
    width: 100%;
}

.framer-15gg39e {
    aspect-ratio: .6873198847262247 / 1;
    flex: none;
    height: 694px;
    overflow: hidden;
    position: absolute;
    right: -162px;
    top: 23%;
    transform: translateY(-50%);
    width: 477px;
    z-index: 1;
}

.framer-1735i5m {
    aspect-ratio: .6873198847262247 / 1;
    flex: none;
    height: 694px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 88%;
    transform: translateY(-50%);
    width: 477px;
    z-index: 1;
}

.framer-1gsqmfi {
    --framer-link-text-color: #0099ff;
    --framer-link-text-decoration: underline;
    flex: none;
    flex-shrink: 0;
    height: auto;
    max-width: 40%;
    position: relative;

    width: 100%;
    word-break: break-word;
    word-wrap: break-word;
}

.framer-110pesh {
    --framer-link-text-color: #0099ff;
    --framer-link-text-decoration: underline;
    flex: none;
    flex-shrink: 0;
    height: auto;
    max-width: 38%;
    position: relative;

    width: 100%;
    word-break: break-word;
    word-wrap: break-word;
}

@media (max-width: 789px) {
    .framer-1gsqmfi, .framer-110pesh, .framer-1mbcr9a, .framer-1gdu1lv {
        max-width: 100%;
    }


    .framer-15gg39e {
        height: 551px;
        right: 128px;
        top: 76%;
        width: 379px;
    }

    .framer-1fyj4ao {
        aspect-ratio: unset;
        height: 600px;
    }

    .framer-1ezwvky {
        gap: 20px;
        justify-content: flex-start;
        padding: 24px;
    }

    .framer-1735i5m {
        height: 551px;
        right: -213px;
        top: 92%;
        width: 379px;
    }

}

.research-radar-item {
    height: 100px;
    position: absolute;
    width: 100px
}

.research-radar-item-active div {
    animation: researchRadarItem 3s calc(var(--index) * .01s) cubic-bezier(.6, .6, 0, 1) 1
}

.research-radar-item div {
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    transform: scale(0)
}

.research-radar-item div:nth-child(1),
.research-radar-item div:nth-child(2),
.research-radar-item div:nth-child(3) {
    background: rgba(30, 175, 99, .08)
}

.research-radar-item div:nth-child(1) {
    height: 100px;
    width: 100px;
    left: calc(50% - 50px);
    top: calc(50% - 50px)
}

.research-radar-item div:nth-child(2) {
    height: 68px;
    width: 68px;
    left: calc(50% - 34px);
    top: calc(50% - 34px)
}

.research-radar-item div:nth-child(3) {
    height: 36px;
    width: 36px;
    left: calc(50% - 18px);
    top: calc(50% - 18px)
}

.research-radar-item div:nth-child(4) {
    height: 12px;
    width: 12px;
    left: calc(50% - 6px);
    top: calc(50% - 6px);
    background: rgba(30, 175, 99, .16);
    box-shadow: inset 0 0 6px 4px #1EAF630a, inset 0 0 8px #1EAF630f, inset 0 0 4px #1EAF630a
}

.research-radar-item div:nth-child(5) {
    height: 8px;
    width: 8px;
    left: calc(50% - 4px);
    top: calc(50% - 4px);
    background: rgba(30, 175, 99, .48);
    box-shadow: inset 0 0 6px 4px #1EAF630a, inset 0 0 8px #1EAF630f, inset 0 0 4px #1EAF630a
}

.research-radar-item div:nth-child(6) {
    height: 20px;
    width: 20px;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    background: rgba(30, 175, 99, .76);
    filter: blur(8px);
    mix-blend-mode: screen;
    transform: scaleY(-1)
}

.research-radar-item:nth-child(1) {
    left: 225px;
    top: 27px;
}

.research-radar-item:nth-child(2) {
    left: 203px;
    top: 215px
}

.research-radar-item:nth-child(3) {
    left: 147px;
    top: 91px
}

.research-radar-item:nth-child(4) {
    left: 399px;
    top: 78px;
}

.research-radar-item:nth-child(5) {
    left: 15px;
    top: 91px;
}

.research-radar-item:nth-child(6) {
    left: 311px;
    top: 291px;
}

.research-radar-item:nth-child(7) {
    left: 207px;
    top: 325px;
}

@keyframes researchRadarItem {
    0% {
        opacity: 0;
        transform: scale(0)
    }
    25% {
        opacity: 1
    }
    50%,
    75% {
        opacity: 1;
        transform: scale(1)
    }
    to {
        opacity: 0;
        transform: scale(1.2)
    }
}

.pin_c {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #1EAF63;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    -webkit-animation-name: bounce_c;
    -moz-animation-name: bounce_c;
    -o-animation-name: bounce_c;
    -ms-animation-name: bounce_c;
    animation-name: bounce_c;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
}
.pin_c:after {
    content: '';
    width: 14px;
    height: 14px;
    margin: 8px 0 0 8px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
}
.pulse_c {
    background: rgba(0,0,0,0.2);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 11px 0px 0px -12px;
    -webkit-transform: rotateX(55deg);
    -moz-transform: rotateX(55deg);
    -o-transform: rotateX(55deg);
    -ms-transform: rotateX(55deg);
    transform: rotateX(55deg);
    z-index: -2;
}
.pulse_c:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    -webkit-animation: pulsate_c 1s ease-out;
    -moz-animation: pulsate_c 1s ease-out;
    -o-animation: pulsate_c 1s ease-out;
    -ms-animation: pulsate_c 1s ease-out;
    animation: pulsate_c 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 0 1px 2px #1EAF63;
    box-shadow: 0 0 1px 2px #1EAF63;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

@-webkit-keyframes pulsate_c {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-o-keyframes pulsate_c {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@keyframes pulsate_c {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-moz-keyframes bounce_c {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@-webkit-keyframes bounce_c {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@-o-keyframes bounce_c {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@keyframes bounce_c {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
.via-primary {
    --tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);
    --tw-gradient-stops:var(--tw-gradient-from),#2683FF var(--tw-gradient-via-position),var(--tw-gradient-to)
}
.from-primary-text {
    --tw-gradient-from: #263DFF var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0,0%,100%,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}
.to-bg {
    --tw-gradient-to: rgb(var(--bg-default)) var(--tw-gradient-to-position)!important;
}


.gps-bg {
    height: 200px;
    border-radius: 25px;
    position: relative;
    perspective: 300px;
    overflow: hidden;
}


.gps-bg__guts {
    position: absolute;
    transform: rotateX(55deg);
    width: calc(100% + 1000px);
    height: 100%;
    left: -500px;
    z-index: 4
}

.gps-bg__bg {
    height: 1300px;
    background-image: var(--road-map);
    background-position: 50%;
    background-size: 25%;
    position: absolute;
z-index: -1;
    top: -162px;
    width: 100%;
    transform: translateY(-650px);
    -webkit-animation: driving 10000ms linear 0ms infinite;
    animation: driving 10000ms linear 0ms infinite;
}

.gps-bg__route {
    width: 1em;
    background-color: #fff;
    position: absolute;
    top: -162px;
    bottom: -162px;

    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 13px 5px rgba(46, 18, 107, 0.25);
}

.gps-bg__route:after {
    content: "";
    width: 60%;
    background-color: #31A3FF;
    position: absolute;
    top: 0;
    bottom: 35%;
    left: 50%;
    transform: translateX(-50%);
}

.gps-bg__fade {
    background-image: linear-gradient(to bottom, #A7D498 10%, rgba(172, 141, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10%;
    z-index: 1;
}

.gps-bg__marker {
    height: 3em;
    width: 3em;
    background-color: #fff;
    border-right: 1px solid #ddd;
    border-bottom: 3px solid #ddd;
    border-left: 1px solid #ddd;
    border-radius: 100%;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);

}

.gps-bg__marker:after {
    content: "";
    border-left: 0.7em solid transparent;
    border-right: 0.7em solid transparent;
    border-bottom: 1.5em solid #4C90F4;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 734px) {
    .gps-bg__marker {
        height: 2.5em;
        width: 2.5em;
    }

    .gps-bg__marker::after {
        content: "";
        border-left: 0.5em solid transparent;
        border-right: 0.5em solid transparent;
        border-bottom: 1em solid #4C90F4;
    }
}
@-webkit-keyframes driving {
    0% {
        transform: translateY(-650px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes driving {
    0% {
        transform: translateY(-650px);
    }
    100% {
        transform: translateY(0);
    }
}


.pin-perspective {
    transform: rotateX(70deg);
}

.pulse_pin {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 160px;
    height: 160px;
    border-radius: 50%;
    animation: pulse_pin 4.8s infinite ease-out;
    background: rgba(30, 175, 98, 0.5);
    opacity: 0;
}

.pulse_pin.delay-2 { animation-delay: 1.6s; }
.pulse_pin.delay-3 { animation-delay: 3.2s; }
.pulse_pin.delay-4 { animation-delay: 4.8s; }

@keyframes pulse_pin {
    0% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(0.2);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.5);
    }
}
.beam {
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: 1px;
    height: 160px;
    background: linear-gradient(transparent, rgba(30, 175, 98, 0.8));
    transform: translateY(14px);
    transition: height 0.7s;
}

.pin-container:hover .beam {
    height: 180px;
}
.glide__bullet--active {
    background: #1EAF62!important;
}
.glide__bullet {background: rgb(var(--slate-200));}
.dark .glide__bullet {background: rgb(var(--zinc-700));}



@media (min-width: 670px) {
    .illustration-column {
        display: block;
        position: absolute;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;

        z-index: -1;
        top: 0;
    }

}

@media (max-width: 670px) {
    .illustration-column {
        display: block;
        position: absolute;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;

        z-index: -1;
        top: 0;
    }
}

@media (min-width: 880px) {
    .illustration-column {
        padding-top: 0;
        margin-bottom: 0;

    }


}

.card-box {
    width: 100%;
    border-radius: 10px;
    isolation: isolate;
    overflow: hidden;
    position: relative
}


.world {

    position: absolute;
    top: 48px;
    transform: translate(-50%);


    border-radius: 50%;
    border: 1px solid rgba(226, 232, 255, .1);
    box-shadow: var(--world-box);
    animation: world-rotate 100s linear infinite
}

.world:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.world-mask {
    position: absolute;
    width: 100%;
    height: 100%
}

.world-mask img {
    transform: translateY(560px);
    width: 557px;
    height: 432.5px;
    animation: world-gradient 15s linear infinite
}

.world-line {
    position: absolute
}

.world-line:nth-child(1) {
    width: 205.787px;
    height: 108.755px;
    left: 108.16px;
    top: -33.53px
}

.world-line:nth-child(2) {
    width: 195.409px;
    height: 145.604px;
    left: 254.52px;
    top: -10.47px
}

.world-line:nth-child(3) {
    width: 70.938px;
    height: 132.863px;
    left: 275.51px;
    top: .23px
}

.world-line:nth-child(4) {
    width: 277.752px;
    height: 111.434px;
    left: 15.09px;
    top: 77.65px
}

.world-line:nth-child(5) {
    width: 295.033px;
    height: 134.371px;
    left: 244.25px;
    top: 39.73px
}

.world-line:nth-child(6) {
    width: 151.797px;
    height: 154.094px;
    left: 205.17px;
    top: -9.93px
}

.world-line div {
    transform: translate(-100%);
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, rgba(109, 46, 255, 0) 56.77%, rgba(21, 190, 83, .35) 70.83%, rgba(21, 190, 83, .7) 84.9%, #15BE53 99.99%, rgba(21, 190, 83, 0) 100%);
    animation: world-line 7s linear infinite
}

.world-line:nth-child(2) div,
.world-line:nth-child(3) div,
.world-line:nth-child(5) div {
    background-image: linear-gradient(to left, rgba(109, 46, 255, 0) 56.77%, rgba(21, 190, 83, .35) 70.83%, rgba(21, 190, 83, .7) 84.9%, #15BE53 99.99%, rgba(21, 190, 83, 0) 100%);
    transform: translate(300px);
    animation-name: world-line-reverse
}

.world-line:nth-child(1) div {
    animation-delay: .5s
}

.world-line:nth-child(2) div {
    animation-delay: 1s
}

.world-line:nth-child(3) div {
    animation-delay: 1.5s
}

.world-line:nth-child(4) div {
    animation-delay: 2s
}

.world-line:nth-child(5) div {
    animation-delay: 2.5s
}

.world-line:nth-child(6) div {
    animation-delay: 3s
}


@keyframes world-gradient {
    0% {
        transform: translateZ(0) translateY(560px)
    }
    to {
        transform: translateZ(0) translateY(-560px)
    }
}

@keyframes world-line {
    0%,
    40.0001% {
        transform: translateZ(0) translate(-100%)
    }
    40% {
        transform: translateZ(0) translate(300px)
    }
}

@keyframes world-line-reverse {
    0%,
    40.0001% {
        transform: translateZ(0) translate(300px)
    }
    40% {
        transform: translateZ(0) translate(-100%)
    }
}

@keyframes world-rotate {
    to {
        transform: translateZ(0) translate(-50%) rotate(1turn)
    }
}

.lazy-background-image {
    transition: 1s cubic-bezier(.6, .6, 0, 1) opacity
}

.lazy-background-image-hidden {
    opacity: 0
}

.lazy-background-image-backgroundImage {
    background-image: var(--background-image2);
    background-size: cover
}

.lazy-background-image-maskImage {
    -webkit-mask-image: var(--background-image);
    mask-image: var(--background-image);
    -webkit-mask-size: cover;
    mask-size: cover
}

.crafted {
    width: 1440px;
    height: 1512px;
    position: relative;
    padding: 116px 222px 0
}

.crafted .container-sm {
    content-visibility: auto
}

.crafted .square-frames {
    margin: 0 auto 20px;
    position: relative
}

.crafted .section-header {
    margin-bottom: 40px
}

.crafted-boxes {
    display: flex;
    gap: 24px;
    margin-top: 24px
}

.crafted-boxes .crafted-cmd {
    flex: 1
}

.crafted-edge {
    width: 1080px
}

@media (max-width: 996px) {
    .crafted {
        padding: 84px 0 0;
        width: 548px;
        height: 2016px
    }

    .crafted-boxes {
        margin-top: 36px;
        flex-direction: column
    }

    .crafted-boxes .crafted-cmd {
        flex: initial
    }

    .crafted-boxes .crafted-edge {
        width: auto;
        width: initial
    }
}

.crafted-edge .card-description {
    margin-bottom: 60px
}


.crafted-edge .card-box {
    height: 700px;
}
.CaseStudyCardOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-mask-image: linear-gradient(0deg,#000 15%,rgba(0,0,0,.5) 54.75%);
    mask-image: linear-gradient(0deg,#000 15%,rgba(0,0,0,.5) 54.75%);
    transition: transform .6s cubic-bezier(.7,0,0,1);
    pointer-events: none;
    display: block;
    transform: scaleY(1.2);
    transform-origin: 50% 0;
}



section.users .user-details .common-Card {
    display:block;
    width:100%;
    padding:0;
    margin-top:-30px;
    border-top-left-radius:8px;
    border-top-right-radius:8px
}
@media (min-width:670px) {
    section.users .user-details .common-Card {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        border-bottom-left-radius:8px
    }
}
section.users .user-details .common-Card .nav {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    position:absolute;
    width:48px;
    height:48px;
    top:50vw;
    top:calc(100vw * .5);
    margin-top:-24px;
    border-radius:50%;
    cursor:pointer
}
@media (min-width:670px) {
    section.users .user-details .common-Card .nav {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        top:50%
    }
}
section.users .user-details .common-Card .nav.prev {
    left:-15px
}
section.users .user-details .common-Card .nav.next {
    right:-15px
}
section.users .user-details .photos {
    position:relative;
    overflow:hidden;
    height:50vw;
    height:calc(100vw * .5);
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    -webkit-mask-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    mask-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC)
}
@media (min-width:670px) {
    section.users .user-details .photos {
        width:50%;
        height:auto;
        min-height:428px;
        border-top-right-radius:0;
        border-bottom-left-radius:8px
    }
}
section.users .user-details .photos .image {
    position:absolute;
    width:100%;
    top:0;
    bottom:0;
    left:0;
    background-size:cover;
    background-position:50%
}
section.users .user-details .photos .image .play {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    position:absolute;
    width:48px;
    height:48px;
    top:50%;
    margin-top:-24px;
    left:50%;
    margin-left:-36px;
    border-radius:50%;
    cursor:pointer;
    background-image:url(/images/globe-comment/play.svg);
    background-position:50%;
    background-repeat:no-repeat
}
section.users .user-details .photos .image.trestle {
    background-image:url(/images/globe-comment/Track-someone-geolocation.jpg)
}
section.users .user-details .photos .image.hourspent {
    background-image:url(/images/globe-comment/Track-someone-geolocation.jpg)
}
section.users .user-details .photos .image.coin_tracker {
    background-image:url(/images/globe-comment/Track-someone-geolocation.jpg)
}
section.users .user-details .photos .image.coin_tracker2 {
    background-image:url(/images/globe-comment/Track-someone-geolocation.jpg)
}
section.users .user-details .photos .image.cognition_ip {
    background-image:url(/images/globe-comment/cognition_ip.jpg)
}
section.users .user-details .photos .image.bmc {
    background-image:url(/images/globe-comment/Tracking-Data-Mechanisms.jpg)
}
section.users .user-details .photos .image.work_clout {
    background-image:url(/images/globe-comment/work_clout.jpg)
}
section.users .user-details .photos .image.tress {
    background-image:url(/images/globe-comment/work_clout.jpg)
}
section.users .user-details .photos .image.metafused {
    background-image:url(/images/globe-comment/work_clout.jpg)
}
section.users .user-details .descriptions {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    position:relative;
    padding:30px 10px
}
@media (min-width:670px) {
    section.users .user-details .descriptions {
        width:50%;
        padding:50px 50px 45px 20px
    }
}
section.users .user-details .descriptions:after {
    content:"";
    position:absolute;
    width:100%;
    bottom:0;
    background-color:#fff;
    left:0;
    top:0;
    -webkit-transform:skew(-12deg);
    transform:skew(-12deg);
    -webkit-transform-origin:0 0;
    transform-origin:0 0;
    pointer-events:none;
    display:none;
    border-top-right-radius:10px
}
@media (min-width:670px) {
    section.users .user-details .descriptions:after {
        display:block
    }
}
section.users .user-details .descriptions .mask-container {
    position:relative;
    width:100%;
    -webkit-mask-image:linear-gradient(90deg,transparent,#000 20px,#000 calc(100% - 20px),transparent);
    mask-image:linear-gradient(90deg,transparent,#000 20px,#000 calc(100% - 20px),transparent);
    z-index:1
}
section.users .user-details .descriptions .scroll-container {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    position:relative;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    overflow:hidden;
    padding-bottom:10px;
    margin-bottom:-10px;
    -webkit-mask-image:linear-gradient(180deg,#000,#000 calc(100% - 10px),transparent calc(100% - 10px),transparent);
    mask-image:linear-gradient(180deg,#000,#000 calc(100% - 10px),transparent calc(100% - 10px),transparent)
}
section.users .user-details .descriptions .scroll-container::-webkit-scrollbar {
    display:none
}
section.users .user-details .descriptions .scroll-container.scrollable {
    overflow:auto;
    -webkit-scroll-snap-type:mandatory;
    -webkit-overflow-scrolling:touch
}
section.users .user-details .descriptions .user {
    position:relative;
    -ms-flex-negative:0;
    flex-shrink:0;
    width:100%;
    padding:0 20px;
    -webkit-scroll-snap-coordinate:0 0
}
section.users .user-details .descriptions .user .quote-author {
    color:var(--p-comonbody);
    margin-top:20px;
    font-weight: 500;
}
section.users .user-details .descriptions .user blockquote:after,
section.users .user-details .descriptions .user blockquote:before {
    display:inline-block;
    position:relative;
    width:5px;
    height:5px
}
section.users .user-details .descriptions .user blockquote:before {
    content:"\201C";
    background-position:0 0;
    left:-3px;
    margin-left:-5px
}
section.users .user-details .descriptions .user blockquote:after {
    content:"\201D";
    background-position:100% 0;
    right:-2px
}
section.users .user-details .logo {
    margin-bottom:25px;
    will-change:transform
}
section.users .author {
    text-align: left;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section.users .avatar {
    margin-bottom: 0;
    margin-right: 25px;
}
section.users .avatar {
    position: relative;
    margin-bottom: 20px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
section.users .byline .name {
    color: #fcd669;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 6px;
}
.star {
    width: 20px;
}
section.users .user-details .logo.during {
    width:83px;
    height:17px;
    background-image:url(/img/avalar.jpg)
}
section.users .user-details .logo.iris {
    width:67px;
    height:78px;
    background-image:url(/images/globe-comment/iris.png)
}
section.users .user-details .logo.metafused {
    width:203px;
    height:72px;
    background-image:url(/images/globe-comment/pasilobus.png)
}
section.users .user-details .logo.pasilobus {
    width:194px;
    height:39px;
    background-image:url(/images/globe-comment/pasilobus.png)
}
section.users .user-details .logo.tress {
    width:121px;
    height:68px;
    background-image:url(/images/globe-comment/pasilobus.png)
}
section.users .user-details .logo.hourspent {
    width:121px;
    height:68px;
    background-image:url(/img/avalara.jpg)
}
section.users .user-details .logo.zumrod {
    width:142px;
    height:57px;
    background-image:url(/images/globe-comment/pasilobus.png)
}
section.users .user-details .logo.trakto {
    width:142px;
    height:34px;
    background-image:url(/images/globe-comment/pasilobus.png)
}
section.users .common-FinderGrid {
    bottom:-160px
}
@media (min-width:670px) {
    section.users .common-FinderGrid {
        bottom:-230px
    }
}
section.users .common-FinderGrid .finder:first-child {
    grid-row:-11;
    grid-column:span 4/6;

}
section.users .common-FinderGrid .finder:nth-child(2) {
    grid-row:-10;
    grid-column:span 4/5;
    background-color:#fcd669
}
section.users .common-FinderGrid .finder:nth-child(3) {
    grid-row:-8;
    grid-column:span 3/7;
    background-color:#3498db
}
section.users .common-FinderGrid .finder:nth-child(4) {
    grid-row:-9;
    grid-column:span 4/viewport-end;
    background-color:#3498db
}
section.users .common-FinderGrid .finder:nth-child(5) {
    grid-row:-8;
    grid-column:span 6/viewport-end;
    background-color:#fcd669
}
section.users .common-FinderGrid .finder:nth-child(6) {
    grid-row:-5;
    grid-column:span 6/viewport-end;

}
section.users .common-FinderGrid .finder:nth-child(7) {
    grid-row:-4;
    grid-column:span 4/viewport-end;
    background-color:#e6ebf1
}

.common-Card {
    position:relative;
    background-color:#fff;
    border-radius:8px;
    padding:30px;
    -webkit-box-shadow:0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3),0 -12px 36px -8px rgba(0,0,0,.025);
    box-shadow:0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3),0 -12px 36px -8px rgba(0,0,0,.025)
}
@media (min-width:880px) {
    .common-Card {
        padding:50px
    }
}

/* PhoneGraphic height force 2026-06-26 — RU fleet (Walrus) */
.PhoneGraphic, .PhoneGraphic_v2 { height: 536px !important; }

/* Hide language switcher on single-locale tenants 2026-06-28 — RU fleet (Walrus).
   Shared-safe: hides widget only when its lang menu has NO links (1 active locale → empty menu).
   EN parents keep many links → untouched. Also fixes RU header nav overflow. */
[x-data]:has(> .header-language-menu):not(:has(.header-language-menu a)) { display: none !important; }
/* Header nav overflow fix 2026-06-28 — RU fleet (Walrus). Long RU labels wrapped (flex
   shrank to min-content). nav nowrap; comfortable 16px gap >=1280, tighter 8px+font 11px
   only in the cramped 1024-1279 band. Generous spacing at wide, fits at narrow.
   Verified @1280 (gap16,hScroll0) + @1024 (gap8+font11,hScroll0). */
@media (min-width:1024px){
    header a.nav-item_span{white-space:nowrap !important;}
}
@media (min-width:1280px){
    header .lg\:gap-x-8, header .lg\:gap-x-5{gap:16px !important;}
}
@media (min-width:1024px) and (max-width:1279px){
    header .lg\:gap-x-8, header .lg\:gap-x-5{gap:8px !important;}
    header a.nav-item_span{font-size:11px !important;}
}
/* Top-bar text nowrap 2026-06-28 — RU fleet (Walrus). Date / "Мы работаем круглосуточно" /
   support shouldn't wrap to 2 lines at narrow desktop widths. Scoped to top-bar cells only
   (verified: matches just those 4 cells, header intact, no hScroll). */
nav ul.z-0 li > span { white-space: nowrap !important; }
