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

html {
    scroll-behavior: auto
}

body {
    margin: 0;
    position: relative;
    min-height: 100vh;
    font-family: 'Cabin', sans-serif
}

.sitehead {
    background: linear-gradient(160deg, #22055A 0%, #1a0a45 40%, #08A8FF 100%);
    position: relative;
    overflow: hidden
}

.sitehead::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #22055af2 0%, #08a8ff2e 100%);
    pointer-events: none
}

.sitehead-geo {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 320px;
    height: 320px;
    border: 1px solid #08a8ff26;
    border-radius: 24px;
    transform: rotate(22deg);
    pointer-events: none
}

.sitehead-geo2 {
    position: absolute;
    bottom: -20px;
    left: 60px;
    width: 180px;
    height: 180px;
    border: 1px solid #ffe5dc1a;
    border-radius: 14px;
    transform: rotate(-12deg);
    pointer-events: none
}

.topbar {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 40px 24px 12px
}

.logobox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px
}

.logoimgwrap {
    width: 90px;
    height: 90px;
    background: #ffffff1f;
    border-radius: 24px;
    border: 1px solid #08a8ff59;
    box-shadow: 0 1px 4px 0 #08a8ff0f 0 7px 28px 0 #08a8ff17;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px
}

.logoimgwrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.brandname {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.5px;
    color: #fff;
    text-align: center
}

.statusrow {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 6px 24px 24px
}

.availbadge {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #08a8ff26;
    border: 1px solid #08a8ff4d;
    border-radius: 40px;
    padding: 6px 24px;
    box-shadow: 0 1px 4px 0 #08a8ff0f
}

.availdot {
    width: 8px;
    height: 8px;
    border-radius: 40px;
    background: #08A8FF;
    flex-shrink: 0;
    box-shadow: 0 0 0 2px #08a8ff40
}

.availtext {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffffe6;
    font-family: 'Cabin', sans-serif
}

.sitenav {
    position: relative;
    z-index: 2;
    border-top: 1px solid #ffffff1a;
    padding: 0 24px
}

.navlist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch
}

.navlist li {
    display: flex;
    align-items: stretch
}

.navlist li+li {
    border-left: 1px solid #ffffff1a
}

.navlist li a {
    display: flex;
    align-items: center;
    padding: 24px;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffffd1;
    text-decoration: none;
    letter-spacing: .3px;
    transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 0;
    min-height: 44px
}

.navlist li a:hover {
    color: #fff;
    background-color: #08a8ff1f
}

.navlist li a:focus {
    outline: none;
    border: 1px solid #08A8FF;
    background-color: #08a8ff1a
}

.navlist li a[aria-current="page"] {
    color: #08A8FF
}

@media (max-width: 768px) {
    .navlist li a {
        padding: 24px 12px;
        font-size: 16px
    }

    .brandname {
        font-size: 32px
    }
}

@media (max-width: 480px) {
    .navlist {
        flex-direction: column;
        align-items: stretch
    }

    .navlist li {
        border-left: none;
        border-top: 1px solid #ffffff1a
    }

    .navlist li+li {
        border-left: none
    }

    .navlist li a {
        justify-content: center;
        padding: 24px 12px
    }
}

.sitefooter {
    background: linear-gradient(170deg, #22055A 0%, #1a0a45 55%, #08A8FF 100%);
    position: relative;
    overflow: hidden
}

.sitefooter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #22055af7 0%, #08a8ff1f 100%);
    pointer-events: none
}

.ftrgeo {
    position: absolute;
    top: 40px;
    right: -60px;
    width: 240px;
    height: 240px;
    border: 1px solid #08a8ff1a;
    border-radius: 14px;
    transform: rotate(15deg);
    pointer-events: none
}

.ftrinner {
    position: relative;
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
    padding: 80px 24px 40px
}

.ftrgrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px
}

.ftrbrand {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ftrlogowrap {
    width: 72px;
    height: 72px;
    background: #ffffff1a;
    border-radius: 14px;
    border: 1px solid #08a8ff4d;
    box-shadow: 0 1px 4px 0 #08a8ff0f 0 7px 28px 0 #08a8ff17;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px
}

.ftrlogowrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.ftrbrandname {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    color: #fff
}

.ftrcontact {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ftrcontactlabel {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #08A8FF;
    letter-spacing: .4px
}

.ftraddr,
.ftrphone,
.ftremail {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffffbf;
    text-decoration: none;
    font-style: normal
}

.ftrphone,
.ftremail {
    display: block;
    transition: color .5s ease-in-out
}

.ftrphone:hover,
.ftremail:hover {
    color: #fff
}

.ftrphone:focus,
.ftremail:focus {
    outline: none;
    border: 1px solid #08A8FF;
    background-color: #08a8ff1a
}

.ftrnav {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ftrnavlabel {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #08A8FF;
    letter-spacing: .4px
}

.ftrnavlist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.ftrnavlist li a {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffffbf;
    text-decoration: none;
    transition: color .5s ease-in-out;
    display: inline-block;
    min-height: 44px;
    display: flex;
    align-items: center
}

.ftrnavlist li a:hover {
    color: #fff
}

.ftrnavlist li a:focus {
    outline: none;
    border: 1px solid #08A8FF;
    background-color: #08a8ff1a
}

.ftrdivider {
    position: relative;
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
    border: none;
    border-top: 1px solid #ffffff1a;
    margin-left: 24px;
    margin-right: 24px
}

.ftrcopy {
    position: relative;
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
    padding: 24px 24px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px
}

.ftrcopytext {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff80
}

.ftrlegal {
    display: flex;
    gap: 24px;
    flex-wrap: wrap
}

.ftrlegal a {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff80;
    text-decoration: none;
    transition: color .55s ease-in-out
}

.ftrlegal a:hover {
    color: #ffffffd9
}

.ftrlegal a:focus {
    outline: none;
    border: 1px solid #08A8FF;
    background-color: #08a8ff1a
}

@media (max-width: 1024px) {
    .ftrgrid {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 768px) {
    .ftrgrid {
        grid-template-columns: 1fr;
        gap: 40px
    }

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

.cookietile {
    display: none;
    position: fixed;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 480px;
    max-width: calc(100vw - 48px);
    background: #fff;
    border-radius: 14px;
    border: 1px solid #08a8ff33;
    box-shadow: 0 10px 36px 0 #08a8ff1c;
    padding: 24px;
    z-index: 1000;
    font-family: 'Cabin', sans-serif
}

.cookiedesc {
    font-size: 16px;
    line-height: 1.6;
    color: #22055A;
    margin: 0 0 12px
}

.cookiebtns {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap
}

.cookieaccept {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    background: #08A8FF;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    cursor: pointer;
    min-height: 44px;
    transition: background-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cookieaccept:hover {
    background-color: #22055A
}

.cookieaccept:focus {
    outline: none;
    border: 1px solid #22055A;
    background-color: #22055A
}

.cookiedeny {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #22055A;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 12px 0;
    min-height: 44px;
    transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cookiedeny:hover {
    color: #08A8FF
}

.cookiedeny:focus {
    outline: none;
    border: 1px solid #08A8FF;
    background-color: #08a8ff0f
}

.text-fc-doc {
    max-width: 1140px;
    margin: 0 auto;
    padding: 80px 40px;
    color: #22055A;
    line-height: 1.9
}

.text-fc-doc h1 {
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #22055A;
    margin-bottom: 40px;
    margin-top: 0;
    padding-bottom: 24px;
    border-bottom: 2px solid #08A8FF
}

.text-fc-doc h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #22055A;
    margin-top: 80px;
    margin-bottom: 24px;
    padding-left: 12px;
    border-left: 4px solid #08A8FF;
    border-bottom: 1px solid #08a8ff26;
    padding-bottom: 12px
}

.text-fc-doc h3 {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #08A8FF;
    margin-top: 40px;
    margin-bottom: 12px;
    font-weight: 700
}

.text-fc-doc h4 {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .02em;
    color: #22055A;
    margin-top: 24px;
    margin-bottom: 12px;
    font-weight: 700
}

.text-fc-doc h5 {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .02em;
    color: #22055A;
    margin-top: 24px;
    margin-bottom: 6px;
    font-weight: 600;
    opacity: .85
}

.text-fc-doc h6 {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .01em;
    color: #22055A;
    margin-top: 12px;
    margin-bottom: 6px;
    font-weight: 600;
    opacity: .7
}

.text-fc-doc p {
    font-size: 16px;
    line-height: 1.9;
    color: #22055A;
    margin-top: 0;
    margin-bottom: 24px;
    opacity: .88
}

.text-fc-doc strong,
.text-fc-doc b {
    font-weight: 700;
    color: #22055A
}

.text-fc-doc em,
.text-fc-doc i {
    font-style: italic;
    color: #22055A;
    opacity: .9
}

.text-fc-doc ul,
.text-fc-doc ol {
    font-size: 16px;
    line-height: 1.9;
    color: #22055A;
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 40px;
    opacity: .88
}

.text-fc-doc ul li,
.text-fc-doc ol li {
    margin-bottom: 6px
}

.text-fc-doc a {
    color: #08A8FF;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .5s ease-in-out, opacity .5s ease-in-out
}

.text-fc-doc a:hover {
    color: #22055A;
    opacity: .8
}

.text-fc-doc hr {
    border: none;
    border-top: 1px solid #08a8ff33;
    margin-top: 40px;
    margin-bottom: 40px;
    background: none
}

.text-fc-doc table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 4px 0 #08a8ff0f 0 7px 28px 0 #08a8ff17
}

.text-fc-doc thead {
    background: #22055A
}

.text-fc-doc thead th {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .03em;
    padding: 12px 24px;
    text-align: left;
    border: none
}

.text-fc-doc tbody tr {
    background: #fff;
    transition: background-color .5s ease-in-out
}

.text-fc-doc tbody tr:nth-child(even) {
    background: #FFE5DC
}

.text-fc-doc tbody tr:hover {
    background: #08a8ff12
}

.text-fc-doc td {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.6;
    color: #22055A;
    border-bottom: 1px solid #22055a14;
    vertical-align: top
}

.text-fc-doc tbody tr:last-child td {
    border-bottom: none
}

.text-fc-doc div {
    font-size: 16px;
    line-height: 1.9
}

.text-fc-doc blockquote {
    margin: 40px 0;
    padding: 24px 40px;
    background: #FFE5DC;
    border-left: 4px solid #08A8FF;
    border-radius: 0 8px 8px 0;
    font-size: 16px;
    line-height: 1.9;
    color: #22055A;
    box-shadow: inset 0 1px 4px 0 #08a8ff0f
}

.text-fc-doc code {
    font-size: 16px;
    background: #08a8ff14;
    color: #22055A;
    padding: 2px 6px;
    border-radius: 3px;
    border: 1px solid #08a8ff2e
}

.text-fc-doc pre {
    background: #22055A;
    color: #fff;
    padding: 24px;
    border-radius: 8px;
    overflow-x: auto;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.6;
    box-shadow: 0 7px 28px 0 #22055a17
}

.text-fc-doc pre code {
    background: none;
    border: none;
    padding: 0;
    color: inherit
}

@media (max-width: 1024px) {
    .text-fc-doc {
        padding: 80px 40px
    }
}

@media (max-width: 768px) {
    .text-fc-doc {
        padding: 40px 24px
    }

    .text-fc-doc h1 {
        font-size: 32px
    }

    .text-fc-doc h2 {
        font-size: 32px;
        margin-top: 40px
    }

    .text-fc-doc table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .text-fc-doc thead th,
    .text-fc-doc td {
        padding: 12px
    }

    .text-fc-doc blockquote {
        padding: 24px;
        margin: 24px 0
    }
}

@media (max-width: 480px) {
    .text-fc-doc {
        padding: 40px 12px
    }

    .text-fc-doc h1 {
        font-size: 32px
    }

    .text-fc-doc h2 {
        font-size: 32px;
        padding-left: 12px
    }

    .text-fc-doc ul,
    .text-fc-doc ol {
        padding-left: 24px
    }
}

.wbdet {
    background: #fff;
    max-width: 100%;
    overflow-x: hidden
}

.wbdet .breadcrumb {
    background: #f4f0fa;
    padding: 12px 24px;
    border-bottom: 1px solid #08a8ff1f
}

.wbdet .breadcrumb ol {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    align-items: center
}

.wbdet .breadcrumb ol li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    line-height: 1.6;
    color: #22055A;
    opacity: .7
}

.wbdet .breadcrumb ol li a {
    color: #08A8FF;
    text-decoration: none;
    transition: color .5s ease-in-out
}

.wbdet .breadcrumb ol li a:hover {
    color: #22055A
}

.wbdet .breadcrumb ol li .bsep {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 2px solid #22055A;
    border-top: 2px solid #22055A;
    transform: rotate(45deg);
    opacity: .4;
    margin-left: 6px
}

.wbdet .breadcrumb ol li:last-child {
    opacity: 1;
    font-weight: 600;
    color: #22055A
}

.wbdet .titblk {
    background: #22055A;
    position: relative;
    padding: 80px 24px;
    overflow: hidden
}

.wbdet .titblk::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #08a8ff2e 0%, transparent 50%, #ffe5dc1a 100%);
    pointer-events: none
}

.wbdet .titblk .dotscatter {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.wbdet .titblk .dotscatter span {
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 40px;
    background: #08a8ff38
}

.wbdet .titblk .dotscatter span:nth-child(1) {
    top: 12%;
    left: 8%
}

.wbdet .titblk .dotscatter span:nth-child(2) {
    top: 30%;
    left: 20%;
    width: 3px;
    height: 3px;
    background: #ffe5dc40
}

.wbdet .titblk .dotscatter span:nth-child(3) {
    top: 60%;
    left: 5%
}

.wbdet .titblk .dotscatter span:nth-child(4) {
    top: 80%;
    left: 15%;
    width: 3px;
    height: 3px
}

.wbdet .titblk .dotscatter span:nth-child(5) {
    top: 10%;
    right: 10%;
    width: 3px;
    height: 3px;
    background: #ffe5dc33
}

.wbdet .titblk .dotscatter span:nth-child(6) {
    top: 45%;
    right: 8%
}

.wbdet .titblk .dotscatter span:nth-child(7) {
    top: 70%;
    right: 20%;
    width: 3px;
    height: 3px
}

.wbdet .titblk .dotscatter span:nth-child(8) {
    top: 20%;
    right: 35%;
    background: #ffe5dc2e
}

.wbdet .titblk .vigpulse {
    position: absolute;
    inset: 0;
    pointer-events: none;
    animation: vigbreathe 5s ease-in-out infinite;
    background: radial-gradient(ellipse at 20% 80%, #22055ab3 0%, transparent 55%), radial-gradient(ellipse at 80% 20%, #22055a99 0%, transparent 50%)
}

@keyframes vigbreathe {

    0%,
    100% {
        opacity: .6
    }

    50% {
        opacity: 1
    }
}

.wbdet .titblk .titwrap {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 40px;
    align-items: start
}

.wbdet .titblk .titmeta {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    align-items: center
}

.wbdet .titblk .titmeta .userfmt {
    background: #08a8ff33;
    color: #08A8FF;
    border: 1px solid #08a8ff66;
    border-radius: 3px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase
}

.wbdet .titblk .titmeta .readtime {
    color: #ffe5dcb3;
    font-size: 16px;
    line-height: 1.2;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px
}

.wbdet .titblk .titmeta .readtime svg {
    flex-shrink: 0
}

.wbdet .titblk .titmeta .pubdate {
    color: #ffffff73;
    font-size: 16px;
    line-height: 1.2
}

.wbdet .titblk .tit h1 {
    font-size: 44px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: -.02em;
    margin: 0 0 24px;
    font-weight: 700
}

.wbdet .titblk .tit h1 .accentword {
    color: #08A8FF
}

.wbdet .titblk .titactions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 24px
}

.wbdet .titblk .titactions .btnprint {
    background: transparent;
    border: 1px solid #ffffff4d;
    color: #ffffffb3;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.2;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    transition: border-color .5s ease-in-out, color .5s ease-in-out
}

.wbdet .titblk .titactions .btnprint:hover {
    border-color: #08A8FF;
    color: #08A8FF
}

.wbdet .titblk .titactions .btnprint svg {
    flex-shrink: 0
}

.wbdet .titimgcard {
    background: #ffffff0f;
    border: 1px solid #ffffff1f;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 7px 28px 0 #22055a17
}

.wbdet .titimgcard .imgwrap {
    overflow: hidden;
    position: relative
}

.wbdet .titimgcard .imgwrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    filter: saturate(0.85);
    transition: filter .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.wbdet .titimgcard .imgwrap img:hover {
    filter: saturate(0)
}

.wbdet .titimgcard .imgwrap .imgblur {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to top, #22055ab3, transparent);
    pointer-events: none
}

.wbdet .titimgcard .pricepanel {
    padding: 24px
}

.wbdet .titimgcard .pricepanel .priceamt {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    letter-spacing: -.02em;
    margin-bottom: 6px
}

.wbdet .titimgcard .pricepanel .pricedesc {
    font-size: 16px;
    line-height: 1.6;
    color: #ffe5dcbf;
    margin-bottom: 12px
}

.wbdet .titimgcard .pricepanel .pricenote {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff73;
    margin-bottom: 24px;
    font-style: italic
}

.wbdet .titimgcard .pricepanel .seatsleft {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    margin-bottom: 24px
}

.wbdet .titimgcard .pricepanel .seatsleft .seatdot {
    width: 8px;
    height: 8px;
    border-radius: 40px;
    background: #08A8FF;
    flex-shrink: 0;
    animation: seatlive 1.8s ease-in-out infinite
}

@keyframes seatlive {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .35
    }
}

.wbdet .titimgcard .pricepanel .seatsleft .seattxt {
    font-size: 16px;
    line-height: 1.2;
    color: #ffffffb3
}

.wbdet .titimgcard .pricepanel .seattxt strong {
    color: #FFE5DC
}

.wbdet .titimgcard .pricepanel .btnreg {
    display: block;
    width: 100%;
    background: #08A8FF;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background .5s ease-in-out, box-shadow .5s ease-in-out;
    box-shadow: 0 1px 4px 0 #08a8ff0f
}

.wbdet .titimgcard .pricepanel .btnreg:hover {
    background: #0090e0;
    box-shadow: 0 7px 28px 0 #08a8ff17
}

.wbdet .titimgcard .pricepanel .btncontact {
    display: block;
    width: 100%;
    background: transparent;
    color: #fff9;
    border: 1px solid #fff3;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.6;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin-top: 12px;
    transition: border-color .6s ease-in-out, color .6s ease-in-out
}

.wbdet .titimgcard .pricepanel .btncontact:hover {
    border-color: #ffffff80;
    color: #fff
}

.wbdet .svgdivider {
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.wbdet .svgdivider svg {
    display: block;
    width: 100%
}

.wbdet .descblk {
    background: #fff;
    padding: 80px 24px
}

.wbdet .descblk .descinner {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 40px;
    align-items: start
}

.wbdet .descblk .sidenote {
    position: sticky;
    top: 24px
}

.wbdet .descblk .sidenote .sidenotelabel {
    font-size: 16px;
    line-height: 1.6;
    color: #08A8FF;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block
}

.wbdet .descblk .sidenote .sidenotetxt {
    font-size: 16px;
    line-height: 1.9;
    color: #22055A;
    opacity: .6;
    border-top: 2px solid #08a8ff40;
    padding-top: 12px
}

.wbdet .descblk .sidenote .viewcount {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.2;
    color: #22055a80;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.wbdet .descblk .sidenote .viewcount strong {
    font-size: 32px;
    line-height: 1.2;
    color: #22055A;
    font-weight: 700;
    letter-spacing: -.02em
}

.wbdet .descblk .desctext {
    font-size: 16px;
    line-height: 1.9;
    color: #22055A
}

.wbdet .descblk .desctext h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #22055A;
    letter-spacing: -.02em;
    margin: 40px 0 12px
}

.wbdet .descblk .desctext h2:first-child {
    margin-top: 0
}

.wbdet .descblk .desctext p {
    margin: 0 0 24px
}

.wbdet .descblk .desctext mark {
    background: #08a8ff2e;
    color: #22055A;
    border-radius: 3px;
    padding: 0 6px
}

.wbdet .descblk .desctext ol {
    padding-left: 24px;
    margin: 0 0 24px
}

.wbdet .descblk .desctext ol li {
    margin-bottom: 12px
}

.wbdet .descblk .desctext blockquote {
    border-top: 2px dashed #08a8ff59;
    border-bottom: 2px dashed #08a8ff59;
    margin: 40px 0;
    padding: 24px;
    background: #ffe5dc33;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.9;
    color: #22055A
}

.wbdet .descblk .desctext blockquote cite {
    display: block;
    margin-top: 12px;
    font-style: normal;
    font-size: 16px;
    color: #08A8FF;
    font-weight: 600
}

.wbdet .descblk .desctext figure {
    margin: 40px 0
}

.wbdet .descblk .desctext figure figcaption {
    font-size: 16px;
    line-height: 1.6;
    color: #22055a8c;
    margin-top: 6px;
    font-style: italic
}

.wbdet .descblk .desctext details {
    border: 1px solid #08a8ff33;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden
}

.wbdet .descblk .desctext details summary {
    padding: 12px 24px;
    cursor: pointer;
    font-weight: 600;
    color: #22055A;
    background: #08a8ff0d;
    transition: background .5s ease-in-out;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.wbdet .descblk .desctext details summary:hover {
    background: #08a8ff1a
}

.wbdet .descblk .desctext details summary::after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid #08A8FF;
    border-bottom: 2px solid #08A8FF;
    transform: rotate(45deg);
    transition: transform .5s ease-in-out;
    flex-shrink: 0
}

.wbdet .descblk .desctext details[open] summary::after {
    transform: rotate(-135deg)
}

.wbdet .descblk .desctext details> :not(summary) {
    padding: 12px 24px 24px
}

.wbdet .svgdivider2 {
    background: #fff;
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.wbdet .svgdivider2 svg {
    display: block;
    width: 100%
}

.wbdet .progblk {
    background: linear-gradient(160deg, #ffe5dc80 0%, transparent 50%, #08a8ff0f 100%);
    padding: 80px 24px;
    position: relative
}

.wbdet .progblk::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='30' cy='30' r='1' fill='%2322055A' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none
}

.wbdet .progblk .proginner {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.wbdet .progblk .proghdr {
    text-align: right;
    margin-bottom: 40px
}

.wbdet .progblk .proghdr h2 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
    color: #22055A;
    letter-spacing: -.02em;
    margin: 0 0 12px
}

.wbdet .progblk .proghdr h2 .accentword {
    color: #08A8FF
}

.wbdet .progblk .proghdr p {
    font-size: 16px;
    line-height: 1.6;
    color: #22055aa6;
    margin: 0
}

.wbdet .progblk .progcols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    align-items: start
}

.wbdet .progblk .progcols .progcol {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 1px 4px 0 #08a8ff0f;
    transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden
}

.wbdet .progblk .progcols .progcol::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #08A8FF, #22055A);
    border-radius: 3px 3px 0 0
}

.wbdet .progblk .progcols .progcol:hover {
    box-shadow: 0 10px 36px 0 #08a8ff1c
}

.wbdet .progblk .progcols .progcol .colnum {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
    color: #08a8ff1f;
    letter-spacing: -.03em;
    margin-bottom: 6px
}

.wbdet .progblk .progcols .progcol .coltit {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    color: #22055A;
    margin-bottom: 12px
}

.wbdet .progblk .progcols .progcol .colcont {
    font-size: 16px;
    line-height: 1.9;
    color: #22055ab3
}

.wbdet .progblk .progcols .progcol .colcont h2,
.wbdet .progblk .progcols .progcol .colcont h3 {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    color: #22055A;
    margin: 12px 0 6px
}

.wbdet .progblk .progcols .progcol .colcont p {
    margin: 0 0 12px
}

.wbdet .progblk .progcols .progcol .colcont ul {
    padding-left: 24px;
    margin: 0 0 12px
}

.wbdet .progblk .progcols .progcol .colcont ul li {
    margin-bottom: 6px
}

.wbdet .progblk .progcols .progcol .colcont dl dt {
    font-weight: 600;
    color: #22055A;
    margin-top: 12px
}

.wbdet .progblk .progcols .progcol .colcont dl dd {
    margin: 0 0 6px;
    color: #22055aa6
}

.wbdet .progblk .progcols .progcol .colcont abbr {
    border-bottom: 1px dashed #08a8ff80;
    cursor: help
}

.wbdet .progblk .progcols .progcol .colcont blockquote {
    border-left: none;
    background: #08a8ff0f;
    border-radius: 8px;
    padding: 12px;
    margin: 12px 0;
    font-style: italic
}

.wbdet .progblk .progsharedtop {
    background: linear-gradient(90deg, #22055A 0%, #08A8FF 100%);
    border-radius: 14px 14px 0 0;
    padding: 24px;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.wbdet .progblk .progsharedtop .sharedlabel {
    font-size: 16px;
    line-height: 1.2;
    color: #ffffffbf;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 600
}

.wbdet .progblk .progsharedtop .sharedconnect {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

.wbdet .progblk .progsharedtop .sharedconnect .connnode {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    background: #fff9
}

.wbdet .progblk .progsharedtop .sharedconnect .connline {
    flex: 1;
    height: 1px;
    background: #ffffff40;
    min-width: 40px
}

.wbdet .progblk .progsharedtop .sharedconnect .connnode.active {
    background: #FFE5DC
}

.wbdet .progblk .progcolswrap {
    border-radius: 0 0 14px 14px;
    overflow: hidden;
    box-shadow: 0 7px 28px 0 #22055a17
}

.wbdet .progblk .progcols.joined {
    gap: 0;
    border-radius: 0 0 14px 14px;
    overflow: hidden
}

.wbdet .progblk .progcols.joined .progcol {
    border-radius: 0;
    box-shadow: none;
    border-right: 1px solid #08a8ff1a
}

.wbdet .progblk .progcols.joined .progcol:last-child {
    border-right: none
}

.wbdet .progblk .progcols.joined .progcol::before {
    display: none
}

.wbdet .progblk .progcols.joined .progcol:hover {
    background: #08a8ff08;
    box-shadow: none
}

.wbdet .progblk .progcols.joined .progcol:hover::after {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(-45deg, transparent, transparent 6px, #08a8ff0a 6px, #08a8ff0a 12px);
    pointer-events: none
}

@media (max-width: 1024px) {
    .wbdet .titblk .titwrap {
        grid-template-columns: 1fr
    }

    .wbdet .titimgcard {
        max-width: 480px
    }

    .wbdet .progblk .progcols {
        grid-template-columns: 1fr 1fr
    }

    .wbdet .progblk .progcols.joined {
        grid-template-columns: 1fr 1fr
    }

    .wbdet .progblk .progcols.joined .progcol:nth-child(2) {
        border-right: none
    }

    .wbdet .progblk .progcols.joined .progcol:nth-child(1),
    .wbdet .progblk .progcols.joined .progcol:nth-child(2) {
        border-bottom: 1px solid #08a8ff1a
    }
}

@media (max-width: 768px) {
    .wbdet .titblk {
        padding: 40px 24px
    }

    .wbdet .titblk .tit h1 {
        font-size: 32px
    }

    .wbdet .descblk .descinner {
        grid-template-columns: 1fr
    }

    .wbdet .descblk .sidenote {
        position: static;
        display: flex;
        flex-direction: row;
        gap: 24px;
        flex-wrap: wrap;
        align-items: flex-start;
        border-bottom: 1px solid #08a8ff26;
        padding-bottom: 24px
    }

    .wbdet .progblk .progcols {
        grid-template-columns: 1fr
    }

    .wbdet .progblk .progcols.joined {
        grid-template-columns: 1fr
    }

    .wbdet .progblk .progcols.joined .progcol {
        border-right: none;
        border-bottom: 1px solid #08a8ff1a
    }

    .wbdet .progblk .proghdr {
        text-align: left
    }

    .wbdet .progblk .proghdr h2 {
        font-size: 32px
    }
}

@media (max-width: 480px) {
    .wbdet .titblk {
        padding: 24px
    }

    .wbdet .titblk .tit h1 {
        font-size: 32px
    }

    .wbdet .descblk {
        padding: 40px 24px
    }

    .wbdet .progblk {
        padding: 40px 24px
    }

    .wbdet .titimgcard {
        max-width: 100%
    }
}

@media print {

    .wbdet .titblk .vigpulse,
    .wbdet .titblk .dotscatter,
    .wbdet .titblk .titactions .btnprint {
        display: none
    }

    .wbdet .titblk {
        background: #fff
    }

    .wbdet .titblk .tit h1,
    .wbdet .titblk .titmeta .userfmt {
        color: #22055A
    }
}

.ctus {
    background: #fff;
    overflow-x: clip
}

.ctus .grad-band {
    background: linear-gradient(170deg, #22055A 0%, #08A8FF 60%, #FFE5DC 100%);
    padding: 80px 24px
}

.ctus .grad-band-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 40px
}

.ctus .grad-left {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px
}

.ctus .grad-label {
    display: inline-block;
    font-size: 16px;
    letter-spacing: .12em;
    color: #FFE5DC;
    text-transform: uppercase;
    font-weight: 600;
    opacity: .85
}

.ctus .grad-h1 {
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #fff;
    font-weight: 800;
    margin: 0
}

.ctus .grad-h1 span {
    color: #FFE5DC;
    text-transform: uppercase
}

.ctus .grad-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #ffe5dce6;
    max-width: 420px;
    margin: 0
}

.ctus .info-pairs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px
}

.ctus .info-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    background: #ffffff12;
    border-radius: 8px;
    padding: 12px 24px;
    box-shadow: 0 1px 4px 0 #08a8ff0f
}

.ctus .info-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #08a8ff40;
    display: flex;
    align-items: center;
    justify-content: center
}

.ctus .info-icon svg {
    display: block
}

.ctus .info-lbl {
    font-size: 16px;
    color: #ffe5dca6;
    line-height: 1.2;
    margin: 0 0 4px;
    font-weight: 500
}

.ctus .info-val {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    margin: 0;
    word-break: break-word
}

.ctus .info-val a {
    color: #FFE5DC;
    text-decoration: none !important;
    border-bottom: 1px solid #ffe5dc59;
    transition: border-color .5s ease-in-out, color .5s ease-in-out
}

.ctus .info-val a:hover {
    color: #fff;
    border-bottom-color: #ffffffb3
}

.ctus .grad-right {
    flex: 0 0 480px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.ctus .form-card {
    background: #fff;
    border-radius: 14px;
    padding: 40px;
    box-shadow: 0 10px 36px 0 #22055a1c;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border: 1.5px dashed #08a8ff4d
}

.ctus .form-card-title {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #22055A;
    font-weight: 700;
    margin: 0
}

.ctus .form-card-sub {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin: 0;
    margin-top: -12px
}

.ctus .fld-grp {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.ctus .fld-lbl {
    font-size: 16px;
    color: #22055A;
    font-weight: 600;
    line-height: 1.2
}

.ctus .fld-input {
    font-size: 16px;
    line-height: 1.6;
    color: #22055A;
    background: #f5f5f7;
    border: 1.5px solid #22055a26;
    border-radius: 8px;
    padding: 12px 24px;
    outline: none;
    transition: border-color .5s ease-in-out, box-shadow .5s ease-in-out;
    box-shadow: inset 0 1px 4px 0 #22055a0f
}

.ctus .fld-input::placeholder {
    font-style: italic;
    opacity: .55;
    color: #22055A
}

.ctus .fld-input:focus {
    border-color: #08A8FF;
    box-shadow: inset 0 1px 4px 0 #08a8ff17 0 0 0 3px #08a8ff1f
}

.ctus .radio-grp {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ctus .radio-opt {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 12px 24px;
    border-radius: 8px;
    border: 1.5px solid #22055a21;
    background: #f5f5f7;
    transition: border-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ctus .radio-opt:hover {
    border-color: #08A8FF;
    background: #08a8ff0d
}

.ctus .radio-opt input[type="radio"] {
    accent-color: #08A8FF;
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0
}

.ctus .radio-opt-txt {
    font-size: 16px;
    color: #22055A;
    line-height: 1.6
}

.ctus .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0 0
}

.ctus .privacy-row input[type="checkbox"] {
    accent-color: #08A8FF;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 3px;
    cursor: pointer
}

.ctus .privacy-txt {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin: 0
}

.ctus .privacy-txt a {
    color: #08A8FF;
    text-decoration: none !important;
    border-bottom: 1px solid #08a8ff59;
    transition: border-color .5s ease-in-out, color .5s ease-in-out
}

.ctus .privacy-txt a:hover {
    color: #22055A;
    border-bottom-color: #22055a80
}

.ctus .submit-btn {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .04em;
    color: #fff;
    background: #08A8FF;
    border: none;
    border-radius: 8px;
    padding: 12px 40px;
    cursor: pointer;
    align-self: flex-start;
    box-shadow: 0 7px 28px 0 #08a8ff17;
    transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ctus .submit-btn:hover {
    background: #22055A;
    box-shadow: 0 10px 36px 0 #22055a1c
}

.ctus .submit-btn:focus {
    outline: 3px solid #08a8ff73;
    outline-offset: 2px
}

.ctus .submit-btn:active {
    background: #1a0447
}

.ctus .divider-band {
    background: #FFE5DC;
    height: 6px;
    width: 100%
}

.ctus .detail-sect {
    background: #fff;
    padding: 80px 24px
}

.ctus .detail-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: stretch
}

.ctus .detail-aside {
    flex: 0 0 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 6px
}

.ctus .aside-note {
    font-size: 16px;
    line-height: 1.9;
    color: #08A8FF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 0 0 12px
}

.ctus .aside-body {
    font-size: 16px;
    line-height: 1.9;
    color: #666;
    margin: 0
}

.ctus .detail-main {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.ctus .detail-h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #22055A;
    font-weight: 700;
    margin: 0
}

.ctus .detail-h2 span {
    text-transform: uppercase
}

.ctus .detail-para {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 0;
    max-width: 620px
}

.ctus .three-cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    align-items: start
}

.ctus .col-card {
    border-radius: 14px;
    background: #f5f5f7;
    padding: 24px;
    box-shadow: 0 1px 4px 0 #22055a0f;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow .55s ease-in-out, transform .55s ease-in-out
}

.ctus .col-card:hover {
    box-shadow: 0 7px 28px 0 #22055a17;
    transform: translateY(-3px)
}

.ctus .col-card.tall {
    background: #22055A;
    padding: 40px 24px
}

.ctus .col-card.tall .card-h {
    color: #FFE5DC
}

.ctus .col-card.tall .card-p {
    color: #ffe5dccc
}

.ctus .col-card.tall .card-num {
    color: #08A8FF
}

.ctus .card-num {
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #08A8FF;
    font-weight: 800;
    margin: 0
}

.ctus .card-h {
    font-size: 16px;
    line-height: 1.2;
    color: #22055A;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .05em
}

.ctus .card-p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin: 0
}

.ctus .img-pair {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: stretch
}

.ctus .img-wrap {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    flex: 1 1 0;
    min-height: 240px
}

.ctus .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ctus .img-wrap:hover img {
    filter: saturate(0)
}

.ctus .img-badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: #22055ad1;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 8px;
    padding: 6px 12px;
    color: #FFE5DC;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    pointer-events: none
}

.ctus .img-text-block {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    background: #FFE5DC;
    border-radius: 14px;
    padding: 40px 24px;
    text-align: right
}

.ctus .itb-h {
    font-size: 32px;
    line-height: 1.2;
    color: #22055A;
    font-weight: 700;
    margin: 0;
    letter-spacing: -.01em
}

.ctus .itb-p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 0
}

.ctus .itb-link {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #22055A;
    text-decoration: none !important;
    border-bottom: 2px solid #08A8FF;
    padding-bottom: 3px;
    align-self: flex-end;
    transition: color .5s ease-in-out, border-color .5s ease-in-out
}

.ctus .itb-link:hover {
    color: #08A8FF;
    border-color: #22055A
}

@keyframes ctusReveal {
    from {
        opacity: 0;
        transform: translateY(28px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.ctus .grad-h1,
.ctus .grad-desc,
.ctus .info-pairs,
.ctus .form-card {
    animation: ctusReveal .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.ctus .grad-h1 {
    animation-delay: .05s
}

.ctus .grad-desc {
    animation-delay: .15s
}

.ctus .info-pairs {
    animation-delay: .25s
}

.ctus .form-card {
    animation-delay: .1s
}

@media (max-width: 1024px) {
    .ctus .grad-band-inner {
        flex-direction: column
    }

    .ctus .grad-right {
        flex: unset
    }

    .ctus .detail-inner {
        flex-direction: column
    }

    .ctus .detail-aside {
        flex: unset
    }

    .ctus .three-cols {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 768px) {
    .ctus .grad-band {
        padding: 40px 24px
    }

    .ctus .form-card {
        padding: 24px
    }

    .ctus .three-cols {
        grid-template-columns: 1fr
    }

    .ctus .img-pair {
        flex-direction: column
    }

    .ctus .detail-sect {
        padding: 40px 24px
    }

    .ctus .grad-h1 {
        font-size: 32px
    }
}

@media (max-width: 480px) {
    .ctus .form-card-title {
        font-size: 32px
    }

    .ctus .submit-btn {
        width: 100%;
        text-align: center
    }

    .ctus .radio-opt {
        padding: 12px
    }
}

.lrnprog {
    max-width: 100%;
    overflow-x: hidden
}

.lrnprog .pgwrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px
}

.lrnprog .titblk {
    background: linear-gradient(157deg, #22055A 0%, #08A8FF 38%, #fff 65%, #FFE5DC 100%);
    padding: 80px 0;
    position: relative
}

.lrnprog .titblk .pgwrap {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 40px
}

.lrnprog .titzone {
    flex: 1 1 55%;
    padding: 40px 40px 40px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.lrnprog .titzone .eyebrow {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .12em;
    color: #08A8FF;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 12px
}

.lrnprog .titzone h1 {
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #fff;
    font-weight: 800;
    margin: 0 0 24px
}

.lrnprog .titzone h1 .accentword {
    color: #FFE5DC;
    text-transform: uppercase
}

.lrnprog .titzone .titdesc {
    font-size: 16px;
    line-height: 1.9;
    color: #ffffffe0;
    margin: 0 0 40px;
    max-width: 480px
}

.lrnprog .titzone .titactions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap
}

.lrnprog .titzone .btnprim {
    background: #08A8FF;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 7px 28px 0 #08a8ff17;
    transition: background-color .5s ease-in-out, box-shadow .55s ease-in-out
}

.lrnprog .titzone .btnprim:hover {
    background: #22055A;
    box-shadow: 0 10px 36px 0 #08a8ff1c
}

.lrnprog .titzone .btnprim:focus {
    outline: 3px solid #FFE5DC;
    outline-offset: 2px
}

.lrnprog .titzone .btnsec {
    background: transparent;
    color: #fff;
    border: 2px solid #ffffff80;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color .5s ease-in-out, background-color .5s ease-in-out
}

.lrnprog .titzone .btnsec:hover {
    border-color: #FFE5DC;
    background: #ffe5dc1f
}

.lrnprog .titzone .btnsec:focus {
    outline: 3px solid #08A8FF;
    outline-offset: 2px
}

.lrnprog .imgzone {
    flex: 1 1 45%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px
}

.lrnprog .imgzone .imgframe {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 36px 0 #22055a1c;
    position: relative
}

.lrnprog .imgzone .imgframe img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrnprog .imgzone .imgframe img:hover {
    filter: saturate(0)
}

.lrnprog .imgzone .badgecnt {
    position: absolute;
    bottom: 40px;
    left: 12px;
    background: #22055A;
    color: #fff;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 7px 28px 0 #22055a17;
    display: flex;
    flex-direction: column;
    align-items: center
}

.lrnprog .imgzone .badgecnt .badgenum {
    font-size: 32px;
    line-height: 1.2;
    color: #08A8FF;
    font-weight: 800
}

.lrnprog .divarrow {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    padding: 0 0 0 24px
}

.lrnprog .divarrow .shortline {
    width: 60px;
    height: 2px;
    background: #08A8FF
}

.lrnprog .divarrow .longline {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, #08A8FF 0%, #08a8ff26 100%)
}

.lrnprog .howblk {
    padding: 80px 0;
    background: #fff;
    position: relative
}

.lrnprog .howblk .pgwrap {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 40px;
    align-items: start
}

.lrnprog .howblk .sidenote {
    padding: 24px;
    border-radius: 14px;
    background: #FFE5DC;
    box-shadow: 0 1px 4px 0 #22055a0f;
    position: sticky;
    top: 24px
}

.lrnprog .howblk .sidenote .sntag {
    font-size: 16px;
    color: #22055A;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 12px
}

.lrnprog .howblk .sidenote p {
    font-size: 16px;
    line-height: 1.9;
    color: #22055A;
    margin: 0
}

.lrnprog .howblk .stepsgrid {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lrnprog .howblk .steptop {
    margin-bottom: 24px
}

.lrnprog .howblk .steptop h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #22055A;
    font-weight: 800;
    margin: 0 0 12px
}

.lrnprog .howblk .steptop p {
    font-size: 16px;
    line-height: 1.9;
    color: #444;
    margin: 0;
    max-width: 600px
}

.lrnprog .howblk .stepitem {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    padding: 24px;
    border-radius: 14px;
    border: 2px dashed #08a8ff4d;
    background: #fff;
    box-shadow: 0 1px 4px 0 #08a8ff0f;
    transition: border-color .5s ease-in-out, box-shadow .55s ease-in-out
}

.lrnprog .howblk .stepitem:hover {
    border-color: #08A8FF;
    box-shadow: 0 7px 28px 0 #08a8ff17
}

.lrnprog .howblk .stepnum {
    min-width: 40px;
    height: 40px;
    background: #22055A;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 800;
    flex-shrink: 0
}

.lrnprog .howblk .stepcont h3 {
    font-size: 16px;
    line-height: 1.6;
    color: #22055A;
    font-weight: 700;
    margin: 0 0 6px;
    letter-spacing: .01em
}

.lrnprog .howblk .stepcont p {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
    margin: 0
}

.lrnprog .courseblk {
    padding: 80px 0;
    background: linear-gradient(157deg, #FFE5DC 0%, #fff 40%, #fff 60%, #08a8ff14 100%);
    position: relative
}

.lrnprog .courseblk::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 50% at 50% 50%, #ffffffd9 30%, transparent 100%);
    pointer-events: none
}

.lrnprog .courseblk .pgwrap {
    position: relative
}

.lrnprog .courseblk .coursetop {
    text-align: center;
    margin-bottom: 40px
}

.lrnprog .courseblk .coursetop h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #22055A;
    font-weight: 800;
    margin: 0 0 12px
}

.lrnprog .courseblk .coursetop p {
    font-size: 16px;
    line-height: 1.9;
    color: #444;
    margin: 0 auto;
    max-width: 560px
}

.lrnprog .courseblk .crsegrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.lrnprog .courseblk .crsecard {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 7px 28px 0 #22055a17;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrnprog .courseblk .crsecard:hover {
    box-shadow: 0 10px 36px 0 #22055a1c;
    transform: translateY(-4px)
}

.lrnprog .courseblk .crsecard .crseiconwrap {
    width: 48px;
    height: 48px;
    background: linear-gradient(157deg, #22055A 0%, #08A8FF 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.lrnprog .courseblk .crsecard .crseiconwrap svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.lrnprog .courseblk .crsecard h3 {
    font-size: 16px;
    line-height: 1.6;
    color: #22055A;
    font-weight: 700;
    margin: 0
}

.lrnprog .courseblk .crsecard p {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
    margin: 0
}

.lrnprog .courseblk .crsecard .crsetag {
    display: inline-block;
    background: #08a8ff1a;
    color: #08A8FF;
    border-radius: 3px;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    align-self: flex-start
}

.lrnprog .courseblk .crsecard.featured {
    grid-column: span 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    background: #22055A;
    padding: 40px
}

.lrnprog .courseblk .crsecard.featured h3 {
    color: #fff;
    font-size: 32px;
    line-height: 1.2
}

.lrnprog .courseblk .crsecard.featured p {
    color: #fffc
}

.lrnprog .courseblk .crsecard.featured .crsetag {
    background: #08a8ff40;
    color: #08A8FF
}

.lrnprog .courseblk .crsecard.featured .featright {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center
}

.lrnprog .courseblk .crsecard.featured .featright .metarow {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #ffffff12;
    border-radius: 8px
}

.lrnprog .courseblk .crsecard.featured .featright .metarow svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #08A8FF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0
}

.lrnprog .courseblk .crsecard.featured .featright .metarow span {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffffe0
}

.lrnprog .faqblk {
    padding: 80px 0;
    background: #22055A;
    position: relative
}

.lrnprog .faqblk .bgtri {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none
}

.lrnprog .faqblk .bgtri svg {
    width: 100%;
    height: 100%;
    opacity: .06
}

.lrnprog .faqblk .pgwrap {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 80px;
    align-items: start
}

.lrnprog .faqblk .faqhead {
    position: sticky;
    top: 24px
}

.lrnprog .faqblk .faqhead h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #fff;
    font-weight: 800;
    margin: 0 0 24px
}

.lrnprog .faqblk .faqhead p {
    font-size: 16px;
    line-height: 1.9;
    color: #ffffffb3;
    margin: 0 0 24px
}

.lrnprog .faqblk .faqhead .faqcontact {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.lrnprog .faqblk .faqhead .faqcontact a {
    color: #08A8FF;
    font-size: 16px;
    line-height: 1.6;
    text-decoration: none;
    transition: color .5s ease-in-out
}

.lrnprog .faqblk .faqhead .faqcontact a:hover {
    color: #FFE5DC
}

.lrnprog .faqblk .faqlist {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.lrnprog .faqblk .faqitem {
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff0d;
    box-shadow: inset 0 0 0 1px #08a8ff33
}

.lrnprog .faqblk .faqitem details {
    padding: 0
}

.lrnprog .faqblk .faqitem details summary {
    padding: 24px;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    transition: background-color .5s ease-in-out
}

.lrnprog .faqblk .faqitem details summary::-webkit-details-marker {
    display: none
}

.lrnprog .faqblk .faqitem details summary:hover {
    background: #08a8ff1a
}

.lrnprog .faqblk .faqitem details summary:focus {
    outline: 2px solid #08A8FF;
    outline-offset: -2px
}

.lrnprog .faqblk .faqitem details summary .faqarrow {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrnprog .faqblk .faqitem details summary .faqarrow line,
.lrnprog .faqblk .faqitem details summary .faqarrow polyline {
    stroke: #08A8FF;
    stroke-width: 2;
    stroke-linecap: round
}

.lrnprog .faqblk .faqitem details[open] summary .faqarrow {
    transform: rotate(180deg)
}

.lrnprog .faqblk .faqitem details .faqans {
    padding: 0 24px 24px;
    font-size: 16px;
    line-height: 1.9;
    color: #ffffffbf
}

.lrnprog .divline2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 24px
}

.lrnprog .divline2 .longpart {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, #08a8ff26 0%, #08A8FF 100%)
}

.lrnprog .divline2 .shortpart {
    width: 40px;
    height: 2px;
    background: #08A8FF
}

@media (max-width: 1024px) {
    .lrnprog .titblk .pgwrap {
        flex-direction: column
    }

    .lrnprog .imgzone {
        padding: 0 24px
    }

    .lrnprog .courseblk .crsegrid {
        grid-template-columns: repeat(2, 1fr)
    }

    .lrnprog .courseblk .crsecard.featured {
        grid-column: span 2
    }

    .lrnprog .howblk .pgwrap {
        grid-template-columns: 1fr
    }

    .lrnprog .howblk .sidenote {
        position: static
    }
}

@media (max-width: 768px) {
    .lrnprog .titzone h1 {
        font-size: 32px
    }

    .lrnprog .courseblk .crsegrid {
        grid-template-columns: 1fr
    }

    .lrnprog .courseblk .crsecard.featured {
        grid-column: span 1;
        grid-template-columns: 1fr
    }

    .lrnprog .faqblk .pgwrap {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .lrnprog .faqblk .faqhead {
        position: static
    }

    .lrnprog .titzone {
        padding: 24px 12px
    }
}

@media (max-width: 480px) {
    .lrnprog .titzone h1 {
        font-size: 32px
    }

    .lrnprog .titzone .titactions {
        flex-direction: column
    }

    .lrnprog .howblk .stepitem {
        flex-direction: column
    }
}

.aboutus {
    max-width: 100%;
    overflow-x: hidden
}

.aboutus .au-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px
}

.aboutus .titblk {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #22055A 0%, #08A8FF 40%, #fff 70%, #FFE5DC 100%)
}

.aboutus .titblk-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px
}

.aboutus .titblk-txt {
    flex: 0 0 60%;
    position: relative;
    z-index: 2
}

.aboutus .titblk-gridlines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.aboutus .titblk-gridlines svg {
    width: 100%;
    height: 100%;
    opacity: .06
}

.aboutus .titlabel {
    display: inline-block;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .12em;
    color: #FFE5DC;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 600
}

.aboutus .titblk-h1 {
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 24px
}

.aboutus .titblk-h1 span {
    text-transform: uppercase;
    color: #FFE5DC
}

.aboutus .titblk-desc {
    font-size: 16px;
    line-height: 1.9;
    color: #ffffffe0;
    max-width: 520px;
    margin-bottom: 24px
}

.aboutus .titblk-link {
    display: inline-block;
    padding: 12px 40px;
    background: #FFE5DC;
    color: #22055A;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid transparent;
    transition: background .55s ease-in-out, color .55s ease-in-out, box-shadow .5s ease-in-out;
    box-shadow: 0 1px 4px 0 #08a8ff0f
}

.aboutus .titblk-link:hover {
    background: #22055A;
    color: #FFE5DC;
    box-shadow: 0 7px 28px 0 #08a8ff17
}

.aboutus .titblk-img {
    flex: 0 0 40%;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 36px 0 #22055a1c;
    position: relative;
    z-index: 2
}

.aboutus .titblk-img img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    filter: saturate(0.7) brightness(0.92);
    transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.aboutus .titblk-img:hover img {
    filter: saturate(0) brightness(0.88)
}

.aboutus .titblk-curl {
    position: absolute;
    bottom: 24px;
    right: 40px;
    width: 80px;
    height: 80px;
    opacity: .12;
    pointer-events: none
}

.aboutus .storyblk {
    padding: 80px 0;
    background: #fff;
    position: relative
}

.aboutus .storyblk-divider {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-top: 40px solid #f0f8ff
}

.aboutus .storyblk-grid {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start
}

.aboutus .storyblk-aside {
    flex: 0 0 200px;
    text-align: right
}

.aboutus .storyblk-sidenote {
    font-size: 16px;
    line-height: 1.6;
    color: #08A8FF;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase
}

.aboutus .storyblk-sidenote-sub {
    font-size: 16px;
    line-height: 1.9;
    color: #22055A;
    opacity: .55;
    margin-top: 6px
}

.aboutus .storyblk-body {
    flex: 1
}

.aboutus .storyblk-h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #22055A;
    font-weight: 700;
    margin-bottom: 24px
}

.aboutus .storyblk-h2 span {
    text-transform: uppercase
}

.aboutus .storyblk-p {
    font-size: 16px;
    line-height: 1.9;
    color: #22055A;
    opacity: .82;
    margin-bottom: 24px
}

.aboutus .statcards {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 40px
}

.aboutus .statcard {
    flex: 1;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 7px 28px 0 #22055a17;
    display: flex;
    flex-direction: column
}

.aboutus .statcard-top {
    background: #22055A;
    padding: 24px;
    text-align: center
}

.aboutus .statcard-num {
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #FFE5DC;
    font-weight: 700
}

.aboutus .statcard-unit {
    font-size: 16px;
    line-height: 1.6;
    color: #ffe5dcb3;
    margin-top: 6px
}

.aboutus .statcard-bot {
    background: #f5f0ff;
    padding: 24px;
    flex: 1
}

.aboutus .statcard-label {
    font-size: 16px;
    line-height: 1.6;
    color: #22055A;
    font-weight: 600
}

.aboutus .statcard-desc {
    font-size: 16px;
    line-height: 1.9;
    color: #22055A;
    opacity: .7;
    margin-top: 6px
}

.aboutus .teamblk {
    padding: 80px 0;
    background: linear-gradient(160deg, #FFE5DC 0%, #fff 50%, #08a8ff0f 100%);
    position: relative
}

.aboutus .teamblk-aurora {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.aboutus .teamblk-aurora-a {
    position: absolute;
    width: 500px;
    height: 300px;
    background: #08a8ff14;
    border-radius: 40px;
    top: -60px;
    right: -80px;
    animation: auroraA 7s ease-in-out infinite alternate
}

.aboutus .teamblk-aurora-b {
    position: absolute;
    width: 400px;
    height: 250px;
    background: #22055a0f;
    border-radius: 40px;
    bottom: -40px;
    left: -60px;
    animation: auroraB 9s ease-in-out infinite alternate
}

@keyframes auroraA {
    0% {
        transform: translateX(0) translateY(0) scale(1);
        opacity: .7
    }

    100% {
        transform: translateX(40px) translateY(30px) scale(1.12);
        opacity: 1
    }
}

@keyframes auroraB {
    0% {
        transform: translateX(0) translateY(0) scale(1);
        opacity: .5
    }

    100% {
        transform: translateX(-30px) translateY(-20px) scale(1.08);
        opacity: .9
    }
}

.aboutus .teamblk-head {
    text-align: right;
    margin-bottom: 40px;
    position: relative;
    z-index: 2
}

.aboutus .teamblk-h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #22055A;
    font-weight: 700
}

.aboutus .teamblk-h2 span {
    text-transform: uppercase;
    color: #08A8FF
}

.aboutus .teamblk-sub {
    font-size: 16px;
    line-height: 1.9;
    color: #22055A;
    opacity: .7;
    margin-top: 12px
}

.aboutus .teamgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    position: relative;
    z-index: 2
}

.aboutus .teamcard {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 7px 28px 0 #22055a17;
    overflow: hidden;
    transition: box-shadow .55s ease-in-out, transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.aboutus .teamcard:hover {
    box-shadow: 0 10px 36px 0 #22055a1c;
    transform: translateY(-4px)
}

.aboutus .teamcard-imgwrap {
    overflow: hidden;
    height: 220px
}

.aboutus .teamcard-imgwrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.aboutus .teamcard:hover .teamcard-imgwrap img {
    filter: saturate(0)
}

.aboutus .teamcard-info {
    padding: 24px
}

.aboutus .teamcard-name {
    font-size: 16px;
    line-height: 1.6;
    color: #22055A;
    font-weight: 700;
    margin-bottom: 6px
}

.aboutus .teamcard-role {
    font-size: 16px;
    line-height: 1.6;
    color: #08A8FF;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 12px
}

.aboutus .teamcard-bio {
    font-size: 16px;
    line-height: 1.9;
    color: #22055A;
    opacity: .72
}

.aboutus .teamcard-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
    overflow: hidden;
    max-height: 28px;
    transition: max-height .55s ease-in-out
}

.aboutus .teamcard:hover .teamcard-tags {
    max-height: 200px
}

.aboutus .teamcard-tag {
    font-size: 16px;
    line-height: 1.6;
    color: #22055A;
    background: #08a8ff1a;
    border-radius: 8px;
    padding: 0 12px;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.aboutus .teamcard:hover .teamcard-tag {
    opacity: 1;
    transform: translateY(0)
}

.aboutus .teamcard:hover .teamcard-tag:nth-child(1) {
    transition-delay: .05s
}

.aboutus .teamcard:hover .teamcard-tag:nth-child(2) {
    transition-delay: .1s
}

.aboutus .teamcard:hover .teamcard-tag:nth-child(3) {
    transition-delay: .15s
}

.aboutus .approachblk {
    padding: 80px 0;
    background: #22055A;
    position: relative
}

.aboutus .approachblk-curl {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 90px;
    height: 90px;
    opacity: .1;
    pointer-events: none
}

.aboutus .approachblk-divider {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-bottom: 50px solid #fff
}

.aboutus .approachblk-head {
    margin-bottom: 40px
}

.aboutus .approachblk-h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #FFE5DC;
    font-weight: 700;
    margin-bottom: 12px
}

.aboutus .approachblk-h2 span {
    text-transform: uppercase;
    color: #08A8FF
}

.aboutus .approachblk-sub {
    font-size: 16px;
    line-height: 1.9;
    color: #ffe5dcb3;
    max-width: 600px
}

.aboutus .approachgrid {
    display: grid;
    grid-template-columns: 60fr 40fr;
    gap: 40px;
    align-items: start
}

.aboutus .approachlist {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.aboutus .approachitem {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    background: #ffffff0d;
    border-radius: 14px;
    padding: 24px;
    box-shadow: inset 0 1px 4px 0 #08a8ff0f;
    transition: background .5s ease-in-out
}

.aboutus .approachitem:hover {
    background: #ffffff17
}

.aboutus .approachitem-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #08a8ff2e;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.aboutus .approachitem-icon svg {
    width: 22px;
    height: 22px
}

.aboutus .approachitem-body {
    flex: 1
}

.aboutus .approachitem-h {
    font-size: 16px;
    line-height: 1.6;
    color: #FFE5DC;
    font-weight: 700;
    margin-bottom: 6px
}

.aboutus .approachitem-p {
    font-size: 16px;
    line-height: 1.9;
    color: #ffe5dcb3
}

.aboutus .approachimg {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 36px 0 #08a8ff1c
}

.aboutus .approachimg img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    transition: filter .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.aboutus .approachimg:hover img {
    filter: saturate(0)
}

@media (max-width: 1024px) {
    .aboutus .titblk-grid {
        flex-direction: column
    }

    .aboutus .titblk-txt {
        flex: none;
        width: 100%
    }

    .aboutus .titblk-img {
        flex: none;
        width: 100%
    }

    .aboutus .storyblk-grid {
        flex-direction: column;
        gap: 24px
    }

    .aboutus .storyblk-aside {
        flex: none;
        width: 100%;
        text-align: left
    }

    .aboutus .approachgrid {
        grid-template-columns: 1fr
    }

    .aboutus .teamgrid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .aboutus .titblk-h1 {
        font-size: 32px
    }

    .aboutus .storyblk-h2,
    .aboutus .teamblk-h2,
    .aboutus .approachblk-h2 {
        font-size: 32px
    }

    .aboutus .statcards {
        flex-direction: column
    }

    .aboutus .teamgrid {
        grid-template-columns: 1fr
    }
}

@media (max-width: 480px) {
    .aboutus .titblk {
        padding: 40px 0
    }

    .aboutus .storyblk,
    .aboutus .teamblk,
    .aboutus .approachblk {
        padding: 40px 0
    }

    .aboutus .titblk-h1 {
        font-size: 32px
    }
}

.debu {
    max-width: 100%;
    overflow-x: hidden
}

.debu .dbwrap {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px
}

.debu .titlblk {
    position: relative;
    background: linear-gradient(155deg, #22055A 0%, #08A8FF 60%, #FFE5DC 100%);
    padding-top: 80px;
    padding-bottom: 80px
}

.debu .titlblk .dotscatter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.debu .titlblk .dotscatter span {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 40px;
    background: #ffffff2e
}

.debu .titlblk .dotscatter span:nth-child(1) {
    top: 12%;
    left: 8%
}

.debu .titlblk .dotscatter span:nth-child(2) {
    top: 25%;
    left: 20%
}

.debu .titlblk .dotscatter span:nth-child(3) {
    top: 60%;
    left: 5%
}

.debu .titlblk .dotscatter span:nth-child(4) {
    top: 80%;
    left: 15%
}

.debu .titlblk .dotscatter span:nth-child(5) {
    top: 40%;
    left: 85%
}

.debu .titlblk .dotscatter span:nth-child(6) {
    top: 70%;
    left: 90%
}

.debu .titlblk .dotscatter span:nth-child(7) {
    top: 10%;
    left: 75%
}

.debu .titlblk .dotscatter span:nth-child(8) {
    top: 50%;
    left: 50%
}

.debu .titlblk .dotscatter span:nth-child(9) {
    top: 88%;
    left: 60%
}

.debu .titlblk .dotscatter span:nth-child(10) {
    top: 35%;
    left: 40%
}

.debu .titlblk .tgrid {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 1
}

.debu .titlblk .tleft {
    flex: 0 0 30%
}

.debu .titlblk .tright {
    flex: 1
}

.debu .titlblk .bignum {
    font-size: 70px;
    line-height: 1.2;
    color: #ffffff1f;
    letter-spacing: -3px;
    font-weight: 900;
    user-select: none
}

.debu .titlblk .tagline {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffffb3;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 12px
}

.debu .titlblk .mfst {
    font-size: 44px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: -1px;
    font-weight: 800;
    margin-bottom: 24px
}

.debu .titlblk .mfst .acnt {
    text-transform: uppercase;
    color: #FFE5DC
}

.debu .titlblk .subtext {
    font-size: 16px;
    line-height: 1.9;
    color: #ffffffd1;
    max-width: 560px
}

.debu .titlblk .imgwrap {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    margin-top: 40px
}

.debu .titlblk .imgwrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    transition: filter .55s ease-in-out
}

.debu .titlblk .imgwrap:hover img {
    filter: saturate(0)
}

.debu .titlblk .imgtint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #08a8ff2e;
    pointer-events: none
}

.debu .hesit {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
    position: relative
}

.debu .hesit .vignette {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse 80% 80% at 50% 50%, transparent 40%, #22055a0d 100%);
    pointer-events: none
}

.debu .hesit .hgrid {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start
}

.debu .hesit .hside {
    flex: 0 0 30%
}

.debu .hesit .hside .sidenote {
    font-size: 16px;
    line-height: 1.6;
    color: #22055A;
    opacity: .55;
    letter-spacing: .04em;
    padding-top: 6px
}

.debu .hesit .hmain {
    flex: 1
}

.debu .hesit .hlabel {
    font-size: 16px;
    line-height: 1.6;
    color: #08A8FF;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 12px
}

.debu .hesit .hhead {
    font-size: 32px;
    line-height: 1.2;
    color: #22055A;
    letter-spacing: -.5px;
    font-weight: 700;
    margin-bottom: 24px
}

.debu .hesit .hhead .acnt {
    text-transform: uppercase
}

.debu .hesit .hbody {
    font-size: 16px;
    line-height: 1.9;
    color: #2d1a5e;
    margin-bottom: 24px
}

.debu .hesit .hcards {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 24px
}

.debu .hesit .hcard {
    flex: 1;
    background: #f4f0fa;
    border-radius: 14px;
    padding: 24px;
    border: 1.5px solid transparent;
    box-shadow: 0 1px 4px 0 #08a8ff0f;
    transition: border-color .5s ease-in-out, box-shadow .5s ease-in-out
}

.debu .hesit .hcard:hover {
    border-color: #08A8FF;
    border-style: dashed;
    box-shadow: 0 7px 28px 0 #08a8ff17
}

.debu .hesit .hcard .hcicon {
    width: 36px;
    height: 36px;
    margin-bottom: 12px
}

.debu .hesit .hcard .hctit {
    font-size: 16px;
    line-height: 1.6;
    color: #22055A;
    font-weight: 700;
    margin-bottom: 6px
}

.debu .hesit .hcard .hctext {
    font-size: 16px;
    line-height: 1.6;
    color: #3a2470
}

.debu .belong {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f7f4ff;
    position: relative
}

.debu .belong .concentric {
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 240px;
    height: 240px;
    pointer-events: none;
    overflow: hidden
}

.debu .belong .concentric svg {
    width: 100%;
    height: 100%;
    opacity: .07
}

.debu .belong .bgrid {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center
}

.debu .belong .bimgcol {
    flex: 0 0 40%;
    position: relative
}

.debu .belong .bimgcol .doubleborder {
    border: 3px solid #22055A;
    border-radius: 14px;
    padding: 6px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box
}

.debu .belong .bimgcol .doubleborder .innerb {
    border: 1.5px solid #08a8ff66;
    border-radius: 8px;
    overflow: hidden
}

.debu .belong .bimgcol img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.debu .belong .bimgcol img:hover {
    filter: saturate(0)
}

.debu .belong .btextcol {
    flex: 1
}

.debu .belong .blabel {
    font-size: 16px;
    line-height: 1.6;
    color: #08A8FF;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 12px
}

.debu .belong .bhead {
    font-size: 32px;
    line-height: 1.2;
    color: #22055A;
    font-weight: 700;
    letter-spacing: -.5px;
    margin-bottom: 24px
}

.debu .belong .blist {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.debu .belong .blist li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    line-height: 1.6;
    color: #2d1a5e
}

.debu .belong .blist li .bcheck {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px
}

.debu .belong .bnotfor {
    background: #FFE5DC;
    border-radius: 8px;
    padding: 24px;
    font-size: 16px;
    line-height: 1.6;
    color: #22055A;
    text-align: right
}

.debu .belong .bnotfor strong {
    display: block;
    font-weight: 700;
    margin-bottom: 6px
}

.debu .reput {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #22055A;
    position: relative
}

.debu .reput .vign2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse 80% 80% at 50% 50%, transparent 30%, #00000047 100%);
    pointer-events: none
}

.debu .reput .lines45 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.debu .reput .lines45::before {
    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background-image: repeating-linear-gradient(45deg, #ffffff06 0px, #ffffff06 1px, transparent 1px, transparent 18px)
}

.debu .reput .rgrid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    z-index: 1
}

.debu .reput .rtop {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-end
}

.debu .reput .rtopleft {
    flex: 0 0 30%
}

.debu .reput .rlabel {
    font-size: 16px;
    line-height: 1.6;
    color: #08A8FF;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 12px
}

.debu .reput .rhead {
    font-size: 32px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    letter-spacing: -.5px
}

.debu .reput .rhead .acnt {
    text-transform: uppercase;
    color: #FFE5DC
}

.debu .reput .rtopright {
    flex: 1;
    font-size: 16px;
    line-height: 1.9;
    color: #ffffffbf
}

.debu .reput .rcards {
    display: flex;
    flex-direction: row;
    gap: 24px
}

.debu .reput .rcard {
    flex: 1;
    background: #ffffff0f;
    border-radius: 14px;
    padding: 24px;
    border: 1px solid #ffffff1a;
    box-shadow: 0 1px 4px 0 #22055a0f;
    transition: background .5s ease-in-out, border-color .5s ease-in-out
}

.debu .reput .rcard:hover {
    background: #08a8ff1a;
    border-color: #08a8ff66;
    border-style: dashed
}

.debu .reput .rcard .rcnum {
    font-size: 44px;
    line-height: 1.2;
    color: #08A8FF;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 6px
}

.debu .reput .rcard .rctit {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    font-weight: 600;
    margin-bottom: 6px
}

.debu .reput .rcard .rctext {
    font-size: 16px;
    line-height: 1.6;
    color: #fff9
}

.debu .reput .rimgrow {
    display: flex;
    flex-direction: row;
    gap: 24px
}

.debu .reput .rimgitem {
    flex: 1;
    border-radius: 14px;
    overflow: hidden;
    position: relative
}

.debu .reput .rimgitem img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: filter .55s ease-in-out
}

.debu .reput .rimgitem:hover img {
    filter: saturate(0)
}

.debu .reput .rimgitem .rimgover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px;
    background: linear-gradient(transparent, #22055ad9);
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    font-weight: 600
}

.debu .invest {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
    position: relative
}

.debu .invest .igrid {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start
}

.debu .invest .ileft {
    flex: 0 0 30%;
    position: sticky;
    top: 40px
}

.debu .invest .ilabel {
    font-size: 16px;
    line-height: 1.6;
    color: #08A8FF;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 12px
}

.debu .invest .ihead {
    font-size: 32px;
    line-height: 1.2;
    color: #22055A;
    font-weight: 700;
    letter-spacing: -.5px;
    margin-bottom: 24px
}

.debu .invest .ihead .acnt {
    text-transform: uppercase
}

.debu .invest .inote {
    font-size: 16px;
    line-height: 1.6;
    color: #3a2470;
    opacity: .7
}

.debu .invest .iright {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.debu .invest .irow {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: stretch
}

.debu .invest .iblock {
    flex: 1;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 7px 28px 0 #08a8ff17;
    transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.debu .invest .iblock.light {
    background: #f7f4ff;
    border: 1.5px solid #22055a1a
}

.debu .invest .iblock.accent {
    background: linear-gradient(135deg, #22055A 0%, #08A8FF 100%);
    color: #fff
}

.debu .invest .iblock:hover {
    box-shadow: 0 10px 36px 0 #08a8ff1c;
    border-color: #08A8FF;
    border-style: dashed
}

.debu .invest .iblock.accent:hover {
    border-color: #ffffff80
}

.debu .invest .iblock .ibtit {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 6px
}

.debu .invest .iblock.light .ibtit {
    color: #22055A
}

.debu .invest .iblock.accent .ibtit {
    color: #FFE5DC
}

.debu .invest .iblock .ibtext {
    font-size: 16px;
    line-height: 1.6
}

.debu .invest .iblock.light .ibtext {
    color: #3a2470
}

.debu .invest .iblock.accent .ibtext {
    color: #ffffffd9
}

.debu .invest .iblock .ibimg {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin-bottom: 12px;
    transition: filter .6s ease-in-out
}

.debu .invest .iblock:hover .ibimg {
    filter: saturate(0)
}

.debu .environ {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #FFE5DC;
    position: relative
}

.debu .environ .concentric2 {
    position: absolute;
    top: -40px;
    left: -40px;
    width: 200px;
    height: 200px;
    pointer-events: none;
    overflow: hidden
}

.debu .environ .concentric2 svg {
    width: 100%;
    height: 100%;
    opacity: .1
}

.debu .environ .egrid {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start
}

.debu .environ .ehead {
    flex: 0 0 30%
}

.debu .environ .elabel {
    font-size: 16px;
    line-height: 1.6;
    color: #22055A;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 12px;
    opacity: .6
}

.debu .environ .etit {
    font-size: 32px;
    line-height: 1.2;
    color: #22055A;
    font-weight: 700;
    letter-spacing: -.5px
}

.debu .environ .etit .acnt {
    text-transform: uppercase
}

.debu .environ .ebody {
    flex: 1
}

.debu .environ .epara {
    font-size: 16px;
    line-height: 1.9;
    color: #22055A;
    margin-bottom: 24px
}

.debu .environ .epeerrow {
    display: flex;
    flex-direction: row;
    gap: 24px
}

.debu .environ .epeer {
    flex: 1;
    background: #ffffffb3;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 1px 4px 0 #22055a0f;
    transition: box-shadow .45s ease-in-out, border-color .45s ease-in-out;
    border: 1.5px solid transparent
}

.debu .environ .epeer:hover {
    box-shadow: 0 7px 28px 0 #22055a17;
    border-color: #22055A;
    border-style: dashed
}

.debu .environ .epeer .epname {
    font-size: 16px;
    line-height: 1.6;
    color: #22055A;
    font-weight: 700;
    margin-bottom: 6px
}

.debu .environ .epeer .eprole {
    font-size: 16px;
    line-height: 1.6;
    color: #3a2470;
    opacity: .7;
    margin-bottom: 12px
}

.debu .environ .epeer .epquote {
    font-size: 16px;
    line-height: 1.6;
    color: #22055A
}

.debu .environ .eimgrow {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 24px
}

.debu .environ .eimgitem {
    flex: 1;
    border-radius: 14px;
    overflow: hidden
}

.debu .environ .eimgitem img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    transition: filter .55s ease-in-out
}

.debu .environ .eimgitem:hover img {
    filter: saturate(0)
}

@keyframes scalein {
    from {
        opacity: 0;
        transform: scale(0.9)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.debu .titlblk .tright {
    animation: scalein .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.debu .titlblk .tleft {
    animation: scalein .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s both
}

@media (max-width: 1024px) {

    .debu .titlblk .tgrid,
    .debu .hesit .hgrid,
    .debu .reput .rtop,
    .debu .invest .igrid,
    .debu .environ .egrid {
        flex-direction: column
    }

    .debu .titlblk .tleft,
    .debu .hesit .hside,
    .debu .reput .rtopleft,
    .debu .invest .ileft,
    .debu .environ .ehead {
        flex: none;
        width: 100%
    }

    .debu .belong .bgrid {
        flex-direction: column
    }

    .debu .belong .bimgcol {
        flex: none;
        width: 100%
    }

    .debu .reput .rcards,
    .debu .reput .rimgrow {
        flex-direction: column
    }

    .debu .invest .irow {
        flex-direction: column
    }

    .debu .environ .epeerrow,
    .debu .environ .eimgrow {
        flex-direction: column
    }

    .debu .hesit .hcards {
        flex-direction: column
    }

    .debu .invest .ileft {
        position: static
    }
}

@media (max-width: 768px) {
    .debu .titlblk .mfst {
        font-size: 32px
    }

    .debu .titlblk .bignum {
        font-size: 44px
    }

    .debu .reput .rhead,
    .debu .belong .bhead,
    .debu .invest .ihead,
    .debu .environ .etit,
    .debu .hesit .hhead {
        font-size: 32px
    }

    .debu .titlblk {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .debu .hesit,
    .debu .belong,
    .debu .reput,
    .debu .invest,
    .debu .environ {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (max-width: 480px) {
    .debu .dbwrap {
        padding-left: 12px;
        padding-right: 12px
    }

    .debu .titlblk .mfst {
        font-size: 32px
    }
}

.webnrs {
    background: #fff;
    overflow-x: hidden
}

.webnrs .titblk {
    padding: 80px 24px;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 80px
}

.webnrs .titblk-txt {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.webnrs .titblk-img {
    flex: 0 0 420px;
    position: relative
}

.webnrs .titblk-img img {
    width: 420px;
    height: 520px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    filter: saturate(0.7) sepia(0.18) brightness(0.96);
    transition: filter .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 7px 28px 0 #08a8ff17
}

.webnrs .titblk-img img:hover {
    filter: saturate(1) sepia(0) brightness(1)
}

.webnrs .titblk-dots {
    position: absolute;
    bottom: -24px;
    left: -24px;
    width: 96px;
    height: 96px;
    pointer-events: none;
    overflow: hidden
}

.webnrs .titblk-dots svg {
    width: 96px;
    height: 96px
}

.webnrs .titblk-strokes {
    position: absolute;
    top: 12px;
    right: -32px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    pointer-events: none
}

.webnrs .titblk-strokes span {
    display: block;
    height: 3px;
    border-radius: 3px;
    background: #08A8FF;
    opacity: .5
}

.webnrs .lbl-accent {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #08A8FF;
    font-weight: 700
}

.webnrs .titblk-h1 {
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #22055A;
    font-weight: 800;
    margin: 0
}

.webnrs .titblk-h1 .word-cap {
    text-transform: uppercase;
    color: #08A8FF
}

.webnrs .titblk-h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #22055A;
    font-weight: 700;
    margin: 0
}

.webnrs .titblk-desc {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start
}

.webnrs .titblk-sidenote {
    flex: 0 0 100px;
    font-size: 16px;
    line-height: 1.6;
    color: #08A8FF;
    font-weight: 600;
    text-align: right;
    padding-top: 6px
}

.webnrs .titblk-para {
    flex: 1 1 0;
    font-size: 16px;
    line-height: 1.9;
    color: #3a2060
}

.webnrs .titblk-cta {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap
}

.webnrs .btn-prim {
    background: #22055A;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 7px 28px 0 #22055a17;
    transition: background .5s ease-in-out, box-shadow .5s ease-in-out
}

.webnrs .btn-prim:hover {
    background: #08A8FF;
    box-shadow: 0 10px 36px 0 #08a8ff1c
}

.webnrs .btn-sec {
    background: transparent;
    color: #22055A;
    border: 2px solid #22055A;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: border-color .5s ease-in-out, color .5s ease-in-out
}

.webnrs .btn-sec:hover {
    border-color: #08A8FF;
    color: #08A8FF
}

.webnrs .divider-wave {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    height: 32px
}

.webnrs .divider-wave svg {
    width: 100%;
    height: 32px;
    display: block
}

.webnrs .cardgrid-area {
    background: linear-gradient(157deg, #22055A 0%, #22055A 40%, #08A8FF 100%);
    padding: 80px 24px
}

.webnrs .cardgrid-inner {
    max-width: 1140px;
    margin: 0 auto
}

.webnrs .cardgrid-hd {
    margin-bottom: 40px
}

.webnrs .cardgrid-hd h2 {
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #fff;
    font-weight: 800;
    margin: 0 0 12px
}

.webnrs .cardgrid-hd p {
    font-size: 16px;
    line-height: 1.6;
    color: #ffe5dcd9;
    margin: 0;
    max-width: 540px
}

.webnrs .cardgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.webnrs .wcard {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 7px 28px 0 #22055a17;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.webnrs .wcard:hover {
    transform: translateY(-6px) perspective(600px) rotateX(2deg);
    box-shadow: 0 10px 36px 0 #22055a1c
}

.webnrs .wcard-imgwrap {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative
}

.webnrs .wcard-imgwrap img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    filter: saturate(0.75);
    transition: filter .6s ease-in-out
}

.webnrs .wcard:hover .wcard-imgwrap img {
    filter: saturate(1)
}

.webnrs .wcard-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #08A8FF;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    padding: 6px 12px;
    line-height: 1.2
}

.webnrs .wcard-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1 1 auto
}

.webnrs .wcard-meta {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center
}

.webnrs .wcard-meta-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #6a4fa0;
    line-height: 1.2
}

.webnrs .wcard-meta-item svg {
    flex-shrink: 0
}

.webnrs .wcard-userlvl {
    background: #FFE5DC;
    color: #22055A;
    border-radius: 40px;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2
}

.webnrs .wcard-title {
    font-size: 16px;
    line-height: 1.6;
    color: #22055A;
    font-weight: 700;
    margin: 0
}

.webnrs .wcard-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #3a2060;
    margin: 0
}

.webnrs .wcard-pricebox {
    background: linear-gradient(157deg, #FFE5DC 0%, #fff 100%);
    border-radius: 8px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    box-shadow: inset 0 1px 4px 0 #08a8ff0f
}

.webnrs .wcard-price {
    font-size: 32px;
    line-height: 1.2;
    color: #22055A;
    font-weight: 800;
    letter-spacing: -.02em
}

.webnrs .wcard-pricedes {
    font-size: 16px;
    line-height: 1.6;
    color: #6a4fa0
}

.webnrs .wcard-pricenote {
    font-size: 16px;
    line-height: 1.6;
    color: #08A8FF;
    font-weight: 600
}

.webnrs .wcard-seats {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #22055A;
    font-weight: 600
}

.webnrs .wcard-seats-dot {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    background: #08A8FF;
    flex-shrink: 0
}

.webnrs .wcard-foot {
    padding: 0 24px 24px
}

.webnrs .wcard-foot a {
    display: block;
    text-align: center;
    background: #22055A;
    color: #fff;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: background .5s ease-in-out
}

.webnrs .wcard-foot a:hover {
    background: #08A8FF
}

.webnrs .wcard-checklist {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.webnrs .wcard-checkitem {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    line-height: 1.6;
    color: #3a2060
}

.webnrs .wcard-checkitem .chk {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #22055A;
    display: flex;
    align-items: center;
    justify-content: center
}

.webnrs .wcard-checkitem .chk svg {
    display: block
}

.webnrs .divider-wave2 {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    height: 32px
}

.webnrs .divider-wave2 svg {
    width: 100%;
    height: 32px;
    display: block
}

.webnrs .diag-area {
    position: relative;
    padding: 80px 24px;
    overflow: hidden
}

.webnrs .diag-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none
}

.webnrs .diag-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #FFE5DC;
    clip-path: polygon(0 0, 58% 0, 42% 100%, 0 100%)
}

.webnrs .diag-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #fff;
    clip-path: polygon(58% 0, 100% 0, 100% 100%, 42% 100%)
}

.webnrs .diag-inner {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start
}

.webnrs .diag-left {
    flex: 1 1 0
}

.webnrs .diag-left h2 {
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #22055A;
    font-weight: 800;
    margin: 0 0 24px
}

.webnrs .diag-left p {
    font-size: 16px;
    line-height: 1.9;
    color: #3a2060;
    margin: 0 0 24px
}

.webnrs .diag-right {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 40px;
    text-align: right
}

.webnrs .diag-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 7px 28px 0 #08a8ff17;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-end;
    box-shadow: inset 0 1px 4px 0 #08a8ff0f 0 7px 28px 0 #22055a17
}

.webnrs .diag-card h4 {
    font-size: 16px;
    line-height: 1.6;
    color: #22055A;
    font-weight: 700;
    margin: 0
}

.webnrs .diag-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #6a4fa0;
    margin: 0
}

.webnrs .diag-dotgrid {
    position: absolute;
    right: 24px;
    bottom: 40px;
    width: 120px;
    height: 120px;
    pointer-events: none;
    z-index: 0
}

.webnrs .dotgrid-pat {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    width: 120px;
    height: 120px
}

.webnrs .dotgrid-pat span {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 40px;
    background: #08A8FF;
    opacity: .25
}

.webnrs .dotgrid-pat span:nth-child(even) {
    opacity: .12;
    margin-top: 6px
}

.webnrs .faq-area {
    background: #fff;
    padding: 80px 24px
}

.webnrs .faq-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start
}

.webnrs .faq-hd {
    flex: 0 0 320px
}

.webnrs .faq-hd h2 {
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #22055A;
    font-weight: 800;
    margin: 0 0 12px
}

.webnrs .faq-hd p {
    font-size: 16px;
    line-height: 1.9;
    color: #3a2060;
    margin: 0
}

.webnrs .faq-list {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.webnrs .faq-item {
    border-radius: 8px;
    background: #f4f0fa;
    overflow: hidden
}

.webnrs .faq-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none
}

.webnrs .faq-item label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #22055A;
    line-height: 1.6;
    gap: 12px;
    user-select: none;
    transition: background .5s ease-in-out
}

.webnrs .faq-item label:hover {
    background: #ede8f8
}

.webnrs .faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 40px;
    background: #22055A;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .5s ease-in-out, transform .5s ease-in-out
}

.webnrs .faq-item input:focus-visible+label .faq-icon {
    outline: 2px solid #08A8FF
}

.webnrs .faq-item input:checked+label .faq-icon {
    background: #08A8FF;
    transform: rotate(45deg)
}

.webnrs .faq-ans {
    max-height: 0;
    overflow: hidden;
    transition: max-height .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.webnrs .faq-item input:checked~.faq-ans {
    max-height: 300px
}

.webnrs .faq-ans-inner {
    padding: 0 24px 24px;
    font-size: 16px;
    line-height: 1.9;
    color: #3a2060
}

@media (max-width: 1024px) {
    .webnrs .titblk {
        flex-direction: column;
        gap: 40px
    }

    .webnrs .titblk-img {
        flex: 0 0 auto;
        width: 100%
    }

    .webnrs .titblk-img img {
        width: 100%;
        height: 320px
    }

    .webnrs .cardgrid {
        grid-template-columns: repeat(2, 1fr)
    }

    .webnrs .diag-inner {
        flex-direction: column;
        gap: 40px
    }

    .webnrs .faq-inner {
        flex-direction: column;
        gap: 40px
    }

    .webnrs .faq-hd {
        flex: 0 0 auto
    }

    .webnrs .titblk-h1 {
        font-size: 44px
    }
}

@media (max-width: 768px) {
    .webnrs .cardgrid {
        grid-template-columns: 1fr
    }

    .webnrs .titblk {
        padding: 40px 24px
    }

    .webnrs .cardgrid-area {
        padding: 40px 24px
    }

    .webnrs .diag-area {
        padding: 40px 24px
    }

    .webnrs .faq-area {
        padding: 40px 24px
    }

    .webnrs .titblk-h1 {
        font-size: 32px
    }

    .webnrs .titblk-h2 {
        font-size: 32px
    }

    .webnrs .diag-bg::before {
        clip-path: polygon(0 0, 100% 0, 100% 40%, 0 60%)
    }

    .webnrs .diag-bg::after {
        clip-path: polygon(0 60%, 100% 40%, 100% 100%, 0 100%)
    }
}

@media (max-width: 480px) {
    .webnrs .titblk-desc {
        flex-direction: column;
        gap: 12px
    }

    .webnrs .titblk-sidenote {
        text-align: left;
        flex: 0 0 auto
    }
}

.successPage {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    background: linear-gradient(160deg, #FFE5DC 0%, #fff 40%, #fff 60%, #e8f6ff 100%)
}

.successPage .successWrap {
    max-width: 560px;
    width: 100%;
    text-align: center
}

.successPage .iconRing {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: #08A8FF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
    box-shadow: 0 7px 28px 0 #08a8ff17
}

.successPage .iconRing svg {
    display: block
}

.successPage .successTitle {
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #22055A;
    margin: 0 0 24px;
    font-weight: 700
}

.successPage .successTitle span {
    text-transform: uppercase
}

.successPage .successText {
    font-size: 16px;
    line-height: 1.6;
    color: #22055A;
    opacity: .8;
    margin: 0 0 40px
}

.successPage .successDivider {
    width: 48px;
    height: 3px;
    border-radius: 3px;
    background: #08A8FF;
    margin: 0 auto 40px
}

.successPage .successActions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap
}

.successPage .btnPrimary {
    display: inline-block;
    padding: 12px 40px;
    background: #08A8FF;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid #08A8FF;
    cursor: pointer;
    transition: background-color .5s ease-in-out, border-color .5s ease-in-out, color .55s ease-in-out;
    box-shadow: 0 1px 4px 0 #08a8ff0f
}

.successPage .btnPrimary:hover {
    background: #22055A;
    border-color: #22055A;
    color: #fff
}

.successPage .btnPrimary:focus {
    outline: 3px solid #08A8FF;
    outline-offset: 3px
}

.successPage .btnSecondary {
    display: inline-block;
    padding: 12px 40px;
    background: transparent;
    color: #22055A;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid #22055A;
    cursor: pointer;
    transition: background-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.successPage .btnSecondary:hover {
    background: #22055A;
    color: #fff
}

.successPage .btnSecondary:focus {
    outline: 3px solid #22055A;
    outline-offset: 3px
}

@media (max-width: 480px) {
    .successPage {
        padding: 40px 24px
    }

    .successPage .successTitle {
        font-size: 32px
    }

    .successPage .successActions {
        flex-direction: column;
        align-items: center
    }

    .successPage .btnPrimary,
    .successPage .btnSecondary {
        width: 100%;
        text-align: center
    }
}