html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

body {
    box-sizing: border-box
}

body *, body *:before, body *:after {
    box-sizing: inherit
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

svg {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    height: auto;
    fill: currentColor
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    transition: all .3s ease-out;
    color: inherit
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: bold
}

strong {
    font-weight: bold
}

em {
    font-style: italic
}

del {
    text-decoration: line-through
}

th, td {
    vertical-align: top
}

th {
    font-weight: normal;
    text-align: left
}

address, cite, dfn {
    font-style: normal
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

::-webkit-input-placeholder {
    color: #5a5a5a;
    opacity: 1
}

::-moz-placeholder {
    color: #5a5a5a;
    opacity: 1
}

input[type=tel], input[type=number], input[type=url], input[type=password], input[type=text], input[type=email], input[type=reset], input[type=button], input[type=submit], button, textarea {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
    color: inherit
}

input[type=number] {
    -moz-appearance: textfield
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

a[href], label[for], select, input[type=checkbox], input[type=radio] {
    cursor: pointer
}

button, input[type=button], input[type=image], input[type=reset], input[type=submit] {
    padding: 0;
    outline: none;
    overflow: visible;
    cursor: pointer
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=image]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
    border: 0
}

textarea {
    overflow: auto;
    resize: none
}

button {
    background: none;
    padding: 0;
    border: 0;
    outline: none
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    border-radius: .8rem;
    border: 1px solid rgba(6, 16, 43, .1);
    background: none;
    height: 5.7rem;
    line-height: 5.5rem;
    font-size: 1.6rem;
    padding-right: 4rem;
    color: rgba(6, 16, 43, .5);
    user-select: none;
    -webkit-user-select: none
}

.select2-container.select2-container--open .select2-selection--single {
    border-color: rgba(6, 16, 43, .32)
}

.select2-container.select2-container--open .select2-selection--single:before {
    transform: scaleY(-1)
}

.select2-container .select2-selection--single:before {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'><path d='M2.66669 6L8.00002 11.3333L13.3334 6' stroke='%2306102B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat 100% 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 5;
    margin: auto;
    content: "";
    right: 1.6rem;
    width: 1.6rem;
    height: 1.6rem
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding: 0 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #06102b
}

.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: rgba(6, 16, 43, .5)
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    font-size: 1em
}

.select2-dropdown {
    border-radius: .8rem;
    border: 1px solid rgba(6, 16, 43, .32);
    background: #fff;
    border-radius: .4rem;
    box-sizing: border-box;
    display: block;
    position: absolute;
    padding: .3rem;
    margin-top: .4rem;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block;
    max-height: 30rem;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; 
}

.select2-results::-webkit-scrollbar { 
    display: none;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option.select2-results__option--selected, .select2-results__option.select2-results__option--highlighted {
    background: rgba(6, 16, 43, .05)
}

.select2-results__option {
    padding: 1.2rem;
    font-size: 1.6rem;
    border-radius: .4rem;
    font-weight: 400;
    line-height: 2.2rem;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.air-datepicker-cell.-year-.-other-decade-, .air-datepicker-cell.-day-.-other-month- {
    color: var(--adp-color-other-month)
}

.air-datepicker-cell.-year-.-other-decade-:hover, .air-datepicker-cell.-day-.-other-month-:hover {
    color: var(--adp-color-other-month-hover)
}

.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
    color: var(--adp-color-other-month)
}

.-selected-.air-datepicker-cell.-year-.-other-decade-, .-selected-.air-datepicker-cell.-day-.-other-month- {
    color: #fff;
    background: var(--adp-background-color-selected-other-month)
}

.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
    background: var(--adp-background-color-selected-other-month-focused)
}

.-in-range-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.air-datepicker-cell.-day-.-other-month- {
    background-color: var(--adp-background-color-in-range);
    color: var(--adp-color)
}

.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
    background-color: var(--adp-background-color-in-range-focused)
}

.air-datepicker-cell.-year-.-other-decade-:empty, .air-datepicker-cell.-day-.-other-month-:empty {
    background: none;
    border: none
}

.air-datepicker-cell {
    border-radius: var(--adp-cell-border-radius);
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.air-datepicker-cell.-focus- {
    background: var(--adp-cell-background-color-hover)
}

.air-datepicker-cell.-current- {
    color: var(--adp-color-current-date)
}

.air-datepicker-cell.-current-.-focus- {
    color: var(--adp-color)
}

.air-datepicker-cell.-current-.-in-range- {
    color: var(--adp-color-current-date)
}

.air-datepicker-cell.-disabled- {
    cursor: default;
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-disabled-.-focus- {
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-disabled-.-in-range- {
    color: var(--adp-color-disabled-in-range)
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-in-range- {
    background: var(--adp-cell-background-color-in-range);
    border-radius: 0
}

.air-datepicker-cell.-in-range-:hover, .air-datepicker-cell.-in-range-.-focus- {
    background: var(--adp-cell-background-color-in-range-hover)
}

.air-datepicker-cell.-range-from- {
    border: 1px solid var(--adp-cell-border-color-in-range);
    background-color: var(--adp-cell-background-color-in-range);
    border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)
}

.air-datepicker-cell.-range-to- {
    border: 1px solid var(--adp-cell-border-color-in-range);
    background-color: var(--adp-cell-background-color-in-range);
    border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0
}

.air-datepicker-cell.-range-to-.-range-from- {
    border-radius: var(--adp-cell-border-radius)
}

.air-datepicker-cell.-selected- {
    color: #fff;
    border: none;
    background: var(--adp-cell-background-color-selected)
}

.air-datepicker-cell.-selected-.-current- {
    color: #fff;
    background: var(--adp-cell-background-color-selected)
}

.air-datepicker-cell.-selected-.-focus- {
    background: var(--adp-cell-background-color-selected-hover)
}

.air-datepicker-body {
    transition: all var(--adp-transition-duration) var(--adp-transition-ease)
}

.air-datepicker-body.-hidden- {
    display: none
}

.air-datepicker-body--day-names {
    display: grid;
    grid-template-columns:repeat(7, var(--adp-day-cell-width));
    margin: 8px 0 3px
}

.air-datepicker-body--day-name {
    color: var(--adp-day-name-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em
}

.air-datepicker-body--day-name.-clickable- {
    cursor: pointer
}

.air-datepicker-body--day-name.-clickable-:hover {
    color: var(--adp-day-name-color-hover)
}

.air-datepicker-body--cells {
    display: grid
}

.air-datepicker-body--cells.-days- {
    grid-template-columns:repeat(7, var(--adp-day-cell-width));
    grid-auto-rows: var(--adp-day-cell-height)
}

.air-datepicker-body--cells.-months- {
    grid-template-columns:repeat(3, 1fr);
    grid-auto-rows: var(--adp-month-cell-height)
}

.air-datepicker-body--cells.-years- {
    grid-template-columns:repeat(4, 1fr);
    grid-auto-rows: var(--adp-year-cell-height)
}

.air-datepicker-nav {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--adp-border-color-inner);
    min-height: var(--adp-nav-height);
    padding: var(--adp-padding);
    box-sizing: content-box
}

.-only-timepicker- .air-datepicker-nav {
    display: none
}

.air-datepicker-nav--title, .air-datepicker-nav--action {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

.air-datepicker-nav--action {
    width: var(--adp-nav-action-size);
    border-radius: var(--adp-border-radius);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.air-datepicker-nav--action:hover {
    background: var(--adp-background-color-hover)
}

.air-datepicker-nav--action:active {
    background: var(--adp-background-color-active)
}

.air-datepicker-nav--action.-disabled- {
    visibility: hidden
}

.air-datepicker-nav--action svg {
    width: 32px;
    height: 32px
}

.air-datepicker-nav--action path {
    fill: none;
    stroke: var(--adp-nav-arrow-color);
    stroke-width: 2px
}

.air-datepicker-nav--title {
    border-radius: var(--adp-border-radius);
    padding: 0 8px
}

.air-datepicker-nav--title i {
    font-style: normal;
    color: var(--adp-nav-color-secondary);
    margin-left: .3em
}

.air-datepicker-nav--title:hover {
    background: var(--adp-background-color-hover)
}

.air-datepicker-nav--title:active {
    background: var(--adp-background-color-active)
}

.air-datepicker-nav--title.-disabled- {
    cursor: default;
    background: none
}

.air-datepicker-buttons {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column
}

.air-datepicker-button {
    display: inline-flex;
    color: var(--adp-btn-color);
    border-radius: var(--adp-btn-border-radius);
    cursor: pointer;
    height: var(--adp-btn-height);
    border: none;
    background: hsla(0, 0%, 100%, 0)
}

.air-datepicker-button:hover {
    color: var(--adp-btn-color-hover);
    background: var(--adp-btn-background-color-hover)
}

.air-datepicker-button:focus {
    color: var(--adp-btn-color-hover);
    background: var(--adp-btn-background-color-hover);
    outline: none
}

.air-datepicker-button:active {
    background: var(--adp-btn-background-color-active)
}

.air-datepicker-button span {
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.air-datepicker {
    --adp-font-family: inherit;
    --adp-font-size: 1.6rem;
    --adp-width: 29rem;
    --adp-z-index: 100;
    --adp-padding: 4px;
    --adp-grid-areas: "nav" "body" "timepicker" "buttons";
    --adp-transition-duration: .3s;
    --adp-transition-ease: ease-out;
    --adp-transition-offset: 8px;
    --adp-background-color: #fff;
    --adp-background-color-hover: #f0f0f0;
    --adp-background-color-active: #eaeaea;
    --adp-background-color-in-range: rgba(92, 196, 239, .1);
    --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
    --adp-background-color-selected-other-month-focused: #35A679;
    --adp-background-color-selected-other-month: #35A679;
    --adp-color: #4a4a4a;
    --adp-color-secondary: #9c9c9c;
    --adp-accent-color: #35A679;
    --adp-color-current-date: var(--adp-accent-color);
    --adp-color-other-month: #dedede;
    --adp-color-disabled: #aeaeae;
    --adp-color-disabled-in-range: #939393;
    --adp-color-other-month-hover: #c5c5c5;
    --adp-border-color: rgba(6, 16, 43, 0.32);
    --adp-border-color-inner: rgba(6, 16, 43, 0.32);
    --adp-border-radius: 4px;
    --adp-border-color-inline: rgba(6, 16, 43, 0.32);
    --adp-nav-height: 32px;
    --adp-nav-arrow-color: var(--adp-color-secondary);
    --adp-nav-action-size: 32px;
    --adp-nav-color-secondary: var(--adp-color-secondary);
    --adp-day-name-color: #35A679;
    --adp-day-name-color-hover: #35A679;
    --adp-day-cell-width: 1fr;
    --adp-day-cell-height: 32px;
    --adp-month-cell-height: 42px;
    --adp-year-cell-height: 56px;
    --adp-pointer-size: 10px;
    --adp-poiner-border-radius: 2px;
    --adp-pointer-offset: 14px;
    --adp-cell-border-radius: 4px;
    --adp-cell-background-color-hover: var(--adp-background-color-hover);
    --adp-cell-background-color-selected: #35A679;
    --adp-cell-background-color-selected-hover: #35A679;
    --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
    --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
    --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
    --adp-btn-height: 32px;
    --adp-btn-color: var(--adp-accent-color);
    --adp-btn-color-hover: var(--adp-color);
    --adp-btn-border-radius: var(--adp-border-radius);
    --adp-btn-background-color-hover: var(--adp-background-color-hover);
    --adp-btn-background-color-active: var(--adp-background-color-active);
    --adp-time-track-height: 1px;
    --adp-time-track-color: #dedede;
    --adp-time-track-color-hover: #b1b1b1;
    --adp-time-thumb-size: 12px;
    --adp-time-padding-inner: 10px;
    --adp-time-day-period-color: var(--adp-color-secondary);
    --adp-mobile-font-size: 16px;
    --adp-mobile-nav-height: 40px;
    --adp-mobile-width: 320px;
    --adp-mobile-day-cell-height: 38px;
    --adp-mobile-month-cell-height: 48px;
    --adp-mobile-year-cell-height: 64px
}

.air-datepicker-overlay {
    --adp-overlay-background-color: rgba(0, 0, 0, .3);
    --adp-overlay-transition-duration: .3s;
    --adp-overlay-transition-ease: ease-out;
    --adp-overlay-z-index: 99
}

.air-datepicker {
    background: var(--adp-background-color);
    border: 1px solid var(--adp-border-color);
    border-radius: var(--adp-border-radius);
    box-sizing: content-box;
    display: grid;
    grid-template-columns:1fr;
    grid-template-rows:repeat(4, max-content);
    grid-template-areas:var(--adp-grid-areas);
    font-family: var(--adp-font-family), sans-serif;
    font-size: var(--adp-font-size);
    color: var(--adp-color);
    width: var(--adp-width);
    max-width: calc(100vw - 5rem);
    position: absolute;
    transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
    z-index: var(--adp-z-index);
    border-radius: .8rem;
    border: 1px solid rgba(6, 16, 43, .32);
    background: #fff;
    border-radius: .4rem
}

.air-datepicker:not(.-custom-position-) {
    opacity: 0
}

.air-datepicker.-from-top- {
    transform: translateY(calc(var(--adp-transition-offset) * -1))
}

.air-datepicker.-from-right- {
    transform: translateX(var(--adp-transition-offset))
}

.air-datepicker.-from-bottom- {
    transform: translateY(var(--adp-transition-offset))
}

.air-datepicker.-from-left- {
    transform: translateX(calc(var(--adp-transition-offset) * -1))
}

.air-datepicker.-active-:not(.-custom-position-) {
    transform: translate(0, 0);
    opacity: 1
}

.air-datepicker.-active-.-custom-position- {
    transition: none
}

.air-datepicker.-inline- {
    border-color: var(--adp-border-color-inline);
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    transform: none
}

.air-datepicker.-inline- .air-datepicker--pointer {
    display: none
}

.air-datepicker.-is-mobile- {
    --adp-font-size: var(--adp-mobile-font-size);
    --adp-day-cell-height: var(--adp-mobile-day-cell-height);
    --adp-month-cell-height: var(--adp-mobile-month-cell-height);
    --adp-year-cell-height: var(--adp-mobile-year-cell-height);
    --adp-nav-height: var(--adp-mobile-nav-height);
    --adp-nav-action-size: var(--adp-mobile-nav-height);
    position: fixed;
    width: var(--adp-mobile-width);
    border: none
}

.air-datepicker.-is-mobile- * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
    display: none
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
    transform: translate(-50%, calc(-50% + var(--adp-transition-offset)))
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
    transform: translate(-50%, -50%)
}

.air-datepicker.-custom-position- {
    transition: none
}

.air-datepicker-global-container {
    position: absolute;
    left: 0;
    max-width: 100%;
    top: 0
}

.air-datepicker--pointer {
    --pointer-half-size: calc(var(--adp-pointer-size) / 2);
    position: absolute;
    width: var(--adp-pointer-size);
    height: var(--adp-pointer-size);
    z-index: -1
}

.air-datepicker--pointer:after {
    content: "";
    position: absolute;
    background: #fff;
    border-top: 1px solid var(--adp-border-color-inline);
    border-right: 1px solid var(--adp-border-color-inline);
    border-top-right-radius: var(--adp-poiner-border-radius);
    width: var(--adp-pointer-size);
    height: var(--adp-pointer-size);
    box-sizing: border-box
}

.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer, [data-popper-placement^=top] .air-datepicker--pointer {
    top: calc(100% - var(--pointer-half-size) + 1px)
}

.-top-left- .air-datepicker--pointer:after, .-top-center- .air-datepicker--pointer:after, .-top-right- .air-datepicker--pointer:after, [data-popper-placement^=top] .air-datepicker--pointer:after {
    transform: rotate(135deg)
}

.-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer, [data-popper-placement^=right] .air-datepicker--pointer {
    right: calc(100% - var(--pointer-half-size) + 1px)
}

.-right-top- .air-datepicker--pointer:after, .-right-center- .air-datepicker--pointer:after, .-right-bottom- .air-datepicker--pointer:after, [data-popper-placement^=right] .air-datepicker--pointer:after {
    transform: rotate(225deg)
}

.-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer, [data-popper-placement^=bottom] .air-datepicker--pointer {
    bottom: calc(100% - var(--pointer-half-size) + 1px)
}

.-bottom-left- .air-datepicker--pointer:after, .-bottom-center- .air-datepicker--pointer:after, .-bottom-right- .air-datepicker--pointer:after, [data-popper-placement^=bottom] .air-datepicker--pointer:after {
    transform: rotate(315deg)
}

.-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer, [data-popper-placement^=left] .air-datepicker--pointer {
    left: calc(100% - var(--pointer-half-size) + 1px)
}

.-left-top- .air-datepicker--pointer:after, .-left-center- .air-datepicker--pointer:after, .-left-bottom- .air-datepicker--pointer:after, [data-popper-placement^=left] .air-datepicker--pointer:after {
    transform: rotate(45deg)
}

.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
    left: var(--adp-pointer-offset)
}

.-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
    right: var(--adp-pointer-offset)
}

.-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer {
    left: calc(50% - var(--adp-pointer-size) / 2)
}

.-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer {
    top: var(--adp-pointer-offset)
}

.-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
    bottom: var(--adp-pointer-offset)
}

.-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer {
    top: calc(50% - var(--adp-pointer-size) / 2)
}

.air-datepicker--navigation {
    grid-area: nav
}

.air-datepicker--content {
    box-sizing: content-box;
    padding: var(--adp-padding);
    grid-area: body
}

.-only-timepicker- .air-datepicker--content {
    display: none
}

.air-datepicker--time {
    grid-area: timepicker
}

.air-datepicker--buttons {
    grid-area: buttons
}

.air-datepicker--buttons, .air-datepicker--time {
    padding: var(--adp-padding);
    border-top: 1px solid var(--adp-border-color-inner)
}

.air-datepicker-overlay {
    position: fixed;
    background: var(--adp-overlay-background-color);
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
    transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
    z-index: var(--adp-overlay-z-index)
}

.air-datepicker-overlay.-active- {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s
}

.swiper {
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: rgba(0, 0, 0, 0)
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.icv {
    position: relative;
    overflow: hidden;
    cursor: row-resize
}

.icv__icv--vertical {
    cursor: row-resize
}

.icv__icv--horizontal {
    cursor: col-resize
}

.icv__img {
    pointer-events: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: none;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    top: 0;
    display: block
}

.icv__is--fluid .icv__img {
    display: none
}

.icv__img-a {
    height: auto;
    position: static;
    z-index: 1;
    left: 0px
}

.icv__img-b {
    height: 100%;
    position: absolute;
    z-index: 2;
    left: auto;
    right: 0px;
    width: auto
}

.icv__icv--vertical .icv__img-b {
    width: 100%;
    height: auto
}

.icv__imposter {
    z-index: 4;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%
}

.icv__wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 3
}

.icv__is--fluid .icv__wrapper, .icv__icv--vertical .icv__wrapper {
    width: 100% !important
}

.icv__is--fluid .icv__wrapper, .icv__icv--horizontal .icv__wrapper {
    height: 100% !important
}

.icv__fluidwrapper {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.icv__control {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    top: 0px;
    z-index: 5
}

.icv__icv--vertical .icv__control {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 0;
    width: 100%
}

.icv__control-line {
    box-shadow: none !important;
    height: 50%;
    margin-left: .15rem !important;
    width: .3rem !important;
    background: #35a679 !important;
    z-index: 6
}

.icv__icv--vertical .icv__control-line {
    width: 50%
}

.icv__theme-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    -webkit-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s;
    z-index: 5
}

.icv__arrow-wrapper {
    display: none
}

.icv__icv--vertical .icv__theme-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.icv__body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
    border-radius: 5.2rem
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat
}

.noUi-connect {
    background: #35a679
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: .8rem;
    border-radius: 10rem;
    border: .5px solid rgba(53, 166, 121, .24);
    background: rgba(53, 166, 121, .2)
}

.noUi-horizontal .noUi-handle {
    border-radius: 3.2rem;
    border: 1px solid #35a679;
    background: #35a679;
    width: 2.4rem;
    height: 2.4rem;
    right: -1.2rem;
    box-shadow: inset 0 0 0 .5rem #fff;
    top: -0.9rem
}

.noUi-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: .4rem;
    padding: 0 .6rem;
    line-height: 2.3rem;
    color: #06102b;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
    border-radius: .4rem;
    border: .5px solid rgba(6, 16, 43, .12);
    background: #fff;
    text-align: center
}

html {
    font-size: 10px
}

html {
    height: 100%
}

::-webkit-input-placeholder {
    color: rgba(6, 16, 43, .5)
}

::-moz-placeholder {
    color: rgba(6, 16, 43, .5);
    opacity: 1
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    color: #fff
}

.header .container {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transition: .3s ease-out;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header .container .logo {
    transition: none
}

.tab-c:not(.active) {
    display: none
}

.header .container, .header {
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out
}

.main-menu .menu-wrap {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.main-menu .menu-wrap, .main-menu a.user {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.main-menu a {
    display: block;
    font-size: 1.6rem;
    line-height: 1.9rem;
    padding: 3.8rem 0;
    -webkit-transition: padding .3s ease-out, -webkit-box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out, padding .3s ease-out, -webkit-box-shadow .3s ease-out;
    -o-transition: box-shadow .3s ease-out, padding .3s ease-out
}

.main-menu a.btn-white {
    color: #06102B;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: .8rem;
    padding: 1.3rem 3rem;
    background: #fff;
    transition: .3s ease-out
}

.main-menu a.btn-white:hover {
    background: #06102B;
    color: #fff
}

.main-menu a.user {
    display: flex;
    margin: -2rem 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-flex-align: center;
    align-items: center
}

.main-menu a.user .extra {
    position: absolute;
    left: -0.9rem;
    bottom: -1px;
    width: 1.8rem;
    height: 1.8rem
}

.main-menu a.user .icon {
    position: relative;
    margin-right: .3rem
}

.main-menu a.user .info {
    color: #35a679;
    min-width: 18rem;
    white-space: nowrap;
    margin-right: 1rem
}

.main-menu a.user svg {
    min-width: 2.6rem;
    width: 2.6rem;
    height: 2.6rem
}

.main-menu li {
    padding: 0 2rem;
    position: relative
}

.dt-input, input.form-control, select.form-control, textarea.form-control {
    width: 100%;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.2rem;
    border: 1px solid #06102B;
    border-radius: .9rem;
    outline: 0;
    padding: .5rem 1.6rem;
    height: 5.8rem;
    color: #06102B
}

input.form-control.light, select.form-control.light, .dt-input, textarea.form-control.light {
    height: 5.2rem;
    background: 0 0;
    background: none;
    color: #06102b;
    border: 1px solid #e5e5e5
}

input.form-control.light.dt-input, input.form-control.light.js-datepicker, select.form-control.light.dt-input, select.form-control.light.js-datepicker, .dt-input.dt-input, .dt-input.js-datepicker, textarea.form-control.light.dt-input, textarea.form-control.light.js-datepicker {
    padding-left: 4.4rem;
    height: 5.7rem;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20'><path fill='rgba(6, 16, 43, .5)' d='M8.01 11.25H8c-.2 0-.39.08-.53.22s-.22.33-.22.53c0 .21.08.4.22.54s.33.22.53.22h.01c.2 0 .39-.08.53-.22s.22-.33.22-.53c0-.21-.08-.4-.22-.54s-.33-.22-.53-.22M10.01 13.25H10c-.2 0-.39.08-.53.22s-.22.33-.22.53c0 .21.08.4.22.54s.33.22.53.22h.01c.2 0 .39-.08.53-.22s.22-.33.22-.53c0-.21-.08-.4-.22-.54s-.33-.22-.53-.22M10.01 11.25H10c-.2 0-.39.08-.53.22s-.22.33-.22.53c0 .42.34.76.75.76h.01c.2 0 .39-.08.53-.22s.22-.33.22-.53c0-.21-.08-.4-.22-.54s-.33-.22-.53-.22M6.01 13.25H6c-.2 0-.39.08-.53.22s-.22.33-.22.53c0 .42.34.76.75.76h.01c.2 0 .39-.08.53-.22s.22-.33.22-.53c0-.21-.08-.4-.22-.54s-.33-.22-.53-.22M6.01 11.25H6c-.2 0-.39.08-.53.22s-.22.33-.22.53c0 .21.08.4.22.54s.33.22.53.22h.01c.2 0 .39-.08.53-.22s.22-.33.22-.53c0-.21-.08-.4-.22-.54s-.33-.22-.53-.22M8.01 13.25H8c-.2 0-.39.08-.53.22s-.22.33-.22.53c0 .42.34.76.75.76h.01c.2 0 .39-.08.53-.22s.22-.33.22-.53c0-.21-.08-.4-.22-.54s-.33-.22-.53-.22M10.01 9.25H10c-.2 0-.39.08-.53.22s-.22.33-.22.53c0 .21.08.4.22.54s.33.22.53.22h.01c.2 0 .39-.08.53-.22s.22-.33.22-.53c0-.21-.08-.4-.22-.54s-.33-.22-.53-.22M12.01 13.25H12c-.2 0-.39.08-.53.22s-.22.33-.22.53c0 .42.34.76.75.76h.01c.2 0 .39-.08.53-.22s.22-.33.22-.53c0-.21-.08-.4-.22-.54s-.33-.22-.53-.22M14.01 9.25H14c-.2 0-.39.08-.53.22s-.22.33-.22.53c0 .21.08.4.22.54s.33.22.53.22h.01c.2 0 .39-.08.53-.22s.22-.33.22-.53c0-.21-.08-.4-.22-.54s-.33-.22-.53-.22M14.01 11.25H14c-.2 0-.39.08-.53.22s-.22.33-.22.53c0 .42.34.76.75.76h.01c.2 0 .39-.08.53-.22s.22-.33.22-.53c0-.21-.08-.4-.22-.54s-.33-.22-.53-.22M12.01 9.25H12c-.2 0-.39.08-.53.22s-.22.33-.22.53c0 .42.34.76.75.76h.01c.2 0 .39-.08.53-.22s.22-.33.22-.53c0-.21-.08-.4-.22-.54s-.33-.22-.53-.22M12.01 11.25H12c-.2 0-.39.08-.53.22s-.22.33-.22.53c0 .21.08.4.22.54s.33.22.53.22h.01c.2 0 .39-.08.53-.22s.22-.33.22-.53c0-.21-.08-.4-.22-.54s-.33-.22-.53-.22'/><path fill='rgba(6, 16, 43, .5)' d='M17.19 4.81c-.52-.52-1.22-.81-1.94-.81H15V2.75c0-.2-.08-.39-.22-.53S14.45 2 14.25 2s-.39.08-.53.22-.22.33-.22.53V4h-7V2.75c0-.2-.08-.39-.22-.53S5.95 2 5.75 2s-.39.08-.53.22-.22.33-.22.53V4h-.25c-.73 0-1.43.29-1.94.81C2.29 5.33 2 6.03 2 6.75v8.5c0 .73.29 1.43.81 1.94.52.52 1.22.81 1.94.81h10.5c.73 0 1.43-.29 1.94-.81.52-.52.81-1.22.81-1.94v-8.5c0-.73-.29-1.43-.81-1.94m-.69 10.44c0 .69-.56 1.25-1.25 1.25H4.75c-.69 0-1.25-.56-1.25-1.25v-6.5c0-.69.56-1.25 1.25-1.25h10.5c.69 0 1.25.56 1.25 1.25z'/></svg>") no-repeat 1.5rem 50%;
    background-size: 2rem
}

button, input, select, textarea {
    font-family: Inter, sans-serif
}

.input-group {
    display: flex;
    position: relative
}

.main-menu li.hover ul, .main-menu li:hover ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.main-menu ul {
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.main-menu ul .with-sub svg {
    width: 1.4rem;
    margin-bottom: .4rem;
    height: 1.4rem
}

.main-menu ul ul {
    position: absolute;
    top: 100%;
    right: 2rem;
    color: #06102B;
    margin: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    display: block;
    opacity: 0;
    padding: 1.3rem 3rem;
    background: #fff
}

.main-menu ul ul li {
    padding: 0
}

.main-menu ul ul li a {
    padding: 1rem
}

.menu-trigger {
    display: none;
    position: absolute;
    z-index: 109;
    top: 2.2rem;
    right: 3.2rem;
    padding: 1.6rem;
    margin: -1.6rem;
    cursor: pointer
}

.menu-trigger svg {
    pointer-events: none
}

.header .line {
    background: currentColor;
    height: 1px;
    width: 100%;
    opacity: .1;
    margin-bottom: -1px
}

.header-white .header, .header-moved .header {
    background: #f8f8f9;
    color: #06102b;
    transition: .3s ease-out
}

.header-white .header .n-top-links.user .plan, .header-moved .header .n-top-links.user .plan {
    color: rgba(6, 16, 43, .7)
}

.header-white .header .lang-select:before, .header-moved .header .lang-select:before {
    background: rgba(6, 16, 43, .3)
}

.header-white .header .n-btn.n-btn-outline, .header-moved .header .n-btn.n-btn-outline {
    color: #f8f8f9;
    background: #06102b
}

.header-white .header .n-btn.n-btn-outline:hover, .header-moved .header .n-btn.n-btn-outline:hover {
    color: #f8f8f9;
    background: #35a679
}

.header-moved .header .container {
    padding-top: .6rem
}

.main-menu a {
    padding: 3.2rem 0;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .014rem
}

.n-btn {
    display: inline-flex;
    border-radius: 1.2rem;
    background: #06102b;
    padding: 1.8rem 2.8rem;
    font-size: 1.8rem;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    transition: all .3s ease-in-out;
    gap: 1rem;
    border: 0
}

.n-btn.n-btn-block {
    width: 100%
}

.n-btn svg {
    margin: -0.2rem 0;
    width: 2rem;
    height: 2rem
}

.n-btn.n-btn-sm {
    padding: 1.2rem 2.4rem;
    font-size: 1.4rem
}

.n-top-links .n-btn.n-btn-sm {
    border-radius: .8rem;
    padding: 1.2rem 1.6rem
}

.n-btn.n-btn-outline {
    box-shadow: inset 0 0 0 1px rgba(53, 166, 121, .32);
    background: #fff;
    color: #06102b
}

.n-btn.n-btn-outline:hover {
    color: #fff;
    background: #35a679
}

.n-btn.n-btn-tran-3-outline {
    box-shadow: inset 0 0 0 1px rgba(6, 16, 43, .5);
    background: rgba(0, 0, 0, 0);
    color: #06102b
}

.n-btn.n-btn-tran-3-outline:hover {
    color: #fff;
    background: #35a679;
    box-shadow: inset 0 0 0 1px #35a679
}

.n-btn.n-btn-tran-2-outline {
    box-shadow: inset 0 0 0 1px rgba(6, 16, 43, .12);
    background: rgba(0, 0, 0, 0);
    color: #06102b
}

.n-btn.n-btn-tran-2-outline:hover {
    box-shadow: inset 0 0 0 1px rgba(6, 16, 43, .32);
    background: rgba(0, 0, 0, 0);
    color: #06102b
}

.n-btn.n-btn-tran {
    background: none;
    color: #06102b
}

.n-btn.n-btn-tran:hover {
    color: #35a679;
    background: none
}

.n-btn.n-btn-tran-outline {
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .32);
    background: none;
    color: #fff
}

.n-btn.n-btn-tran-outline:hover {
    color: #fff;
    background: #35a679
}

.n-btn.n-btn-white {
    background: #fff;
    color: #06102b
}

.n-section-hero .n-btn.n-btn-white {
    padding: 1.8rem 3.2rem;
    border-radius: 5rem
}

.n-btn.n-btn-white:hover {
    color: #fff;
    background: #35a679
}

.n-btn.n-btn-gray {
    background: rgba(6, 16, 43, .08);
    color: #06102b
}

label:hover .n-btn.n-btn-gray, .n-btn.n-btn-gray:hover {
    background: rgba(6, 16, 43, .16)
}

.n-btn:hover {
    background: #fff;
    color: #06102b
}

.container {
    width: 128.8rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.4rem
}

.main-menu {
    margin: auto
}

.alert-trigger {
    border-radius: 5.3486rem;
    border: .5px solid rgba(6, 16, 43, .12);
    background: #f8f8f9;
    display: flex;
    width: 3.6rem;
    height: 3.6rem;
    justify-content: center;
    align-items: center
}

.active-alert .alert-trigger {
    background: #f0f0f2
}

.n-top-links.user {
    cursor: pointer;
    gap: 1.6rem
}

.user-r .plan {
    font-size: 1.4rem;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .7);
    line-height: 100%
}

.alert-holder {
    position: relative;
    padding-bottom: 1.2rem;
    margin-bottom: -1.2rem
}

.alert-modal {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 48.8rem;
    padding: .4rem;
    border-radius: 2.4rem;
    border: 1px solid rgba(6, 16, 43, .12);
    background: #f8f8f9;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .02)
}

.alert-modal .bottom {
    padding: 1.6rem 2.4rem 1rem
}

.active-alert .alert-modal {
    display: block
}

.alert-head {
    display: flex;
    gap: 1rem;
    padding: 1.2rem 2.4rem;
    margin-bottom: .4rem;
    align-items: center;
    justify-content: space-between
}

.alert-t {
    color: #06102b;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: .014rem
}

.alert-t .count {
    color: rgba(6, 16, 43, .5)
}

.plan-badge {
    display: inline-block;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    color: #fff;
    border-radius: .3rem;
    vertical-align: middle;
    margin-left: .2rem;
    padding: .2rem .4rem;
    background: #06102B
}

.plan-badge.red {
    background: #d61b1b
}

.user-drop {
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: normal;
    gap: .6rem
}

.user-drop svg {
    width: 1.6rem;
    opacity: .7;
    height: 1.6rem
}

.n-top-links {
    display: flex;
    margin-left: auto;
    font-weight: 600;
    align-items: center;
    gap: 2.4rem
}

.n-top-links a:not(.n-btn):hover {
    color: #35a679
}

.header {
    background: #06102b;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    user-select: none;
    z-index: 99
}

.header .container {
    display: flex;
    padding-top: 0;
    align-items: center
}

.header .lang-select {
    padding-left: 1.2rem;
    margin-left: 2.4rem;
    position: relative;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    font-weight: 600
}

.header .lang-select .current {
    cursor: default;
    padding: 2rem 1.2rem;
    display: flex;
    align-items: center
}

.header .lang-select:focus-within svg, .header .lang-select:hover svg {
    transform: scaleY(-1)
}

.header .lang-select:focus-within ul, .header .lang-select:hover ul {
    display: flex
}

.header .lang-select ul {
    position: absolute;
    top: 100%;
    left: 2.4rem;
    display: none;
    padding: 1.7rem;
    color: #06102b;
    min-width: 16rem;
    flex-direction: column;
    border-radius: 2.4rem;
    border: 1px solid rgba(6, 16, 43, .1);
    background: #fff;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .02)
}

.header .lang-select ul a {
    display: block;
    padding: .6rem
}

.header .lang-select svg {
    width: 1.6rem;
    opacity: .7;
    height: 1.6rem;
    display: block;
    margin-left: .4rem
}

.header .lang-select:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 1.6rem;
    width: 1px;
    background: #fff;
    opacity: .3
}

.header .logo {
    width: 13.6rem;
    height: 5.2rem
}

.header .logo svg {
    width: inherit;
    height: inherit
}

.footer .copy, .social {
    display: -webkit-box;
    display: -ms-flexbox
}

.social {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 2.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social li {
    margin-right: 1.2rem
}

.social svg {
    height: 2.4rem;
    width: 2.4rem
}

.footer {
    background: #06102b;
    color: #fff;
    font-weight: 700;
    padding: 21rem 0 3.2rem
}

.footer .copy {
    padding-top: 3.2rem;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.8rem;
    border-top: 1px solid hsla(0, 0%, 100%, .3)
}

.footer .copy ul, .section-project .badges-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer .copy ul li {
    margin: 0 0 0 4.8rem
}

.footer .logo {
    margin-bottom: 5.6rem;
    display: block;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.footer li {
    margin-bottom: 2.6rem
}

body {
    font: 1.4rem/1.72 Inter, sans-serif;
    background: #f8f8f9;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    color: #06102b;
    padding-top: 8.1rem
}

.how-number-item .video-h {
    padding-bottom: 65%;
    margin: -0.8rem -1rem 0 1rem;
    cursor: pointer;
    display: block;
    position: relative;
    border-radius: 1.2rem;
    overflow: hidden;
    color: #fff
}

.how-number-item .video-h .label {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.2rem
}

.how-number-item .video-h .label svg {
    width: 4.6rem;
    height: 4.6rem;
    display: block;
    margin: 0 auto 1.2rem
}

.project-item .image {
    position: relative;
    z-index: 1
}

.progress-bar .ins {
    height: .8rem;
    width: 0
}

.how-number-item .video-h .over {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(95, 204, 161, .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer {
    font-size: 1.6rem;
    line-height: 1.9rem
}

.bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: contain;
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    width: 100%;
    z-index: -2
}

.n-row {
    display: flex;
    flex-wrap: wrap
}

.n-section {
    background: #fff;
    padding: 10rem 0
}

.n-link-more {
    display: inline-flex;
    color: #06102b;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: normal;
    align-items: center
}

.n-link-more svg {
    margin-left: .6rem;
    width: 1.6rem;
    height: 1.6rem
}

.n-section-projects .container {
    position: relative
}

.n-section-projects .n-h2 {
    margin-bottom: 4.2rem
}

.n-section-projects .swiper-slide {
    width: 39.7rem;
    max-width: 100%
}

.n-swiper-h {
    margin: -10rem -1rem;
    padding: 10rem 1rem;
    overflow: hidden
}

.n-swiper-h .swiper {
    overflow: visible
}

.n-section-news {
    position: relative
}

.n-section-news .bg-t {
    position: absolute;
    top: 2.4rem;
    max-width: 50%;
    right: 0;
    width: 70.8rem;
    height: 95.9rem
}

.n-section-news .container {
    position: relative;
    z-index: 2
}

.n-section-news .n-hero-text {
    padding-bottom: 7.2rem;
    margin-top: -2rem
}

.n-section-news .n-hero-text .n-h1 {
    margin-bottom: 1rem
}

.n-section-news .n-hero-text p {
    color: #06102b;
    font-size: 17px;
    font-weight: 400;
    max-width: 53rem;
    line-height: 150%
}

.n-section-news .load-more {
    margin-top: 8rem
}

.n-section-news .n-h2 {
    margin-bottom: 4.2rem
}

.n-section-news .swiper-slide {
    width: 39.7rem;
    max-width: 100%
}

.n-btn.n-btn-primary.disabled, .n-btn.n-btn-primary[disabled] {
    color: #fff;
    background: rgba(6, 16, 43, .3);
    pointer-events: none
}

.n-btn.n-btn-primary:hover {
    color: #fff;
    background: #35a679
}

input.form-control-f {
    display: block;
    width: 100%;
    height: 5.4rem;
    border-radius: .8rem;
    background: none;
    font-size: 1.6rem;
    background: #fff;
    padding: 1.5rem;
    border: 1px solid rgba(6, 16, 43, .1)
}

input.form-control-f[disabled] {
    background: rgba(6, 16, 43, .07)
}

.text-right {
    text-align: right
}

.invest-table .image {
    border-radius: 2rem;
    width: 12rem;
    height: 9.4rem;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    overflow: hidden
}

.invest-table .name {
    font-size: 1.6rem;
    margin-bottom: .4rem;
    font-weight: 700;
    line-height: 2.4rem;
    display: flex;
    align-items: center;
    letter-spacing: 0;
    text-transform: none;
    gap: .6rem
}

.invest-table .name .n-tooltip {
    margin: 0 0 0 .2rem
}

.invest-table .name svg {
    width: 2rem;
    height: 2rem
}

.invest-table p {
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    line-height: 2.4rem;
    opacity: .7
}

.invest-table .intro-td {
    display: flex;
    align-items: center
}

.invest-table .intro-td .right {
    padding-left: 1.6rem
}

.invest-table .right p a {
    display: flex;
    gap: .6rem;
    opacity: .7;
    align-items: center
}

.invest-table .right p a:hover {
    opacity: 1
}

.invest-table .right p a svg {
    width: 2rem;
    height: 2rem
}

.invest-table .td-numbers {
    flex-grow: 1;
    gap: 1rem 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    padding-right: 2.2rem
}

.invest-table .td-numbers .n-btn {
    margin-left: auto;
    letter-spacing: 0;
    text-transform: none
}

.invest-table .td {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: .1rem;
    text-transform: uppercase
}

.invest-table .t-tr {
    padding: .3rem;
    display: flex;
    margin: 1.6rem 0;
    align-items: center;
    border-radius: 2.4rem;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .02)
}

.invest-table .t-tr, .invest-table .t-head {
    gap: 4rem
}

.invest-table .t-head {
    border-bottom: 2px solid #f1f4fa;
    display: flex
}

.invest-table .th {
    color: #06102b;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: .1rem;
    padding: 1.6rem 0;
    text-transform: uppercase
}

.n-btn-link {
    font-size: 1.4rem;
    display: inline-block;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
    color: #d61b1b
}

.n-btn-link:hover {
    text-decoration: underline
}

.time-share-form .n-btn {
    min-width: 29.4rem;
    margin-top: 2.4rem
}

.time-share-form .check-label {
    line-height: 2.4rem;
    font-size: 1.6rem;
    display: block
}

.time-share-form textarea.form-control.light {
    min-height: 16rem;
    padding-top: 1.5rem
}

.time-share-form textarea.form-control.light, .time-share-form input.form-control.light.dt-input, .time-share-form input.form-control.light.js-datepicker, .time-share-form select.form-control.light.dt-input, .time-share-form select.form-control.light.js-datepicker, .time-share-form .dt-input.dt-input, .time-share-form .dt-input.js-datepicker, .time-share-form textarea.form-control.light.dt-input, .time-share-form textarea.form-control.light.js-datepicker, .time-share-form .form-control.light {
    background-color: #fff
}

.form-row {
    margin-bottom: 2.4rem;
    gap: 2.4rem
}

.form-row .form-group {
    width: calc(50% - 1.2rem)
}

.selects-row {
    margin-bottom: 4rem;
    gap: 2rem
}

.selects-row .form-group {
    width: 29.5rem;
    max-width: calc(25% - 1.5rem)
}

.btns-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem
}

.form-group .select2-container, .form-group select {
    min-width: 100%
}

.form-group label {
    display: block;
    font-size: 1.6rem;
    color: #06102b;
    margin-bottom: .4rem
}

.modal-over {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    display: flex;
    padding: 1.4rem;
    z-index: 999;
    background: rgba(6, 16, 43, .5)
}

.modal-over:not(.active) {
    display: none
}

.modal-over .n-h5 {
    margin-bottom: 2.4rem
}

.modal-over .form-group {
    margin-bottom: 2.4rem
}

.modal-over .box {
    width: 58.4rem;
    max-width: 100%;
    background: #fff;
    padding: 2.4rem;
    border-radius: 2rem;
    margin: auto
}

.modal-over .box.v2 .form-group .form-note {
    margin-top: .8rem
}

.modal-over .box.v2 .close svg {
    width: 2rem;
    height: 2rem
}

.modal-over .btn-h {
    display: flex;
    margin-bottom: 2.4rem;
    gap: 1.2rem
}

.modal-over .btn-h + .form-note {
    text-align: center;
    margin-bottom: 0
}

.modal-over .btn-h .btn {
    flex: 1
}

.modal-over .close {
    float: right;
    width: 3rem;
    height: 3rem;
    display: flex;
    margin: -0.2rem;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

.modal-over .close svg {
    width: 3rem;
    pointer-events: none;
    height: 3rem
}

.modal-over .n-btn {
    width: 100%
}

.form-note {
    color: rgba(6, 16, 43, .7);
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 2.4rem
}

.checkbox-toggler {
    margin: 1.6rem 0;
    display: flex;
    gap: .8rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    user-select: none;
    align-items: center;
    color: rgba(6, 16, 43, .7);
    width: fit-content;
}

.checkbox-toggler a {
    text-decoration: underline
}

.checkbox-toggler a:hover {
    text-decoration: none
}

.checkbox-toggler.lg input {
    width: 4rem;
    height: 2.4rem
}

.checkbox-toggler.lg input:before {
    margin: .4rem
}

.checkbox-toggler input {
    width: 3.6rem;
    height: 2rem;
    border-radius: 1.2rem;
    flex-shrink: 0;
    appearance: none;
    display: block;
    position: relative;
    cursor: pointer;
    margin: 0;
    transition: all .3s ease-in-out;
    background: rgba(6, 16, 43, .1)
}

.checkbox-toggler input:checked {
    background: #35a679
}

.checkbox-toggler input:checked:before {
    transform: translateX(1.6rem)
}

.checkbox-toggler input:before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    transition: all .3s ease-in-out;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 1px rgba(6, 16, 43, .06);
    margin: .2rem
}

.checkbox {
    margin: 1.6rem 0;
    display: flex;
    gap: .8rem;
    user-select: none;
    font-size: 1.4rem;
    line-height: 1.2;
    color: rgba(6, 16, 43, .7)
}

.checkbox.lg {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
    align-items: center
}

.inner.lg + .checkbox:not(.inner).lg {
    margin-top: 3.6rem
}

.checkbox.inner {
    margin-left: 2.4rem
}

.checkbox.center {
    align-items: center
}

.checkbox a {
    text-decoration: underline;
    color: #35a679;
}

.checkbox a:hover {
    text-decoration: none
}

.checkbox input {
    width: 2.4rem;
    border-radius: .8rem;
    border: 1px solid rgba(6, 16, 43, .1);
    height: 2.4rem;
    flex-shrink: 0;
    appearance: none;
    display: block;
    position: relative;
    margin: 0
}

.checkbox input:hover {
    border-color: rgba(6, 16, 43, .24)
}

.checkbox input:checked {
    background: #35a679
}

.checkbox input:checked:hover {
    border-color: rgba(6, 16, 43, .16)
}

.checkbox input:checked:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 1.6rem;
    height: 1.6rem;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path fill='white' d='M12.4168 3.37576a.74996.74996 0 0 1 .208 1.04L7.62482 11.9158a.751.751 0 0 1-.23797.2267.751.751 0 0 1-.31206.1032.749.749 0 0 1-.32623-.0402.7494.7494 0 0 1-.27774-.1757l-3-3.00004a.75.75 0 0 1 1.06-1.06l2.353 2.35304 4.49298-6.74004a.75.75 0 0 1 .4772-.31882.75.75 0 0 1 .5628.11182'/></svg>") no-repeat 50% 50%;
    background-size: contain
}

.press-item {
    border-radius: 2.4rem;
    border: 1px solid rgba(6, 16, 43, .12);
    background: #fff;
    padding: 2.7rem;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    flex-direction: column;
    min-height: 21rem;
    color: #06102b;
    box-shadow: 0 1px .2rem 0 rgba(0, 0, 0, .05)
}

.press-item .logo {
    height: auto;
    padding-bottom: 1.6rem;
    margin-bottom: auto
}

.blog-item {
    border-radius: 2.4rem;
    border: 1px solid rgba(6, 16, 43, .12);
    background: #fff;
    padding: .4rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    color: #06102b;
    flex-grow: 1;
    box-shadow: 0 1px .2rem 0 rgba(0, 0, 0, .05);
    min-height: 50.1rem;
    height: 100%;
}

.blog-item .image {
    padding-bottom: 71.2401%;
    border-radius: 2rem;
    margin-bottom: .4rem;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.blog-item .text {
    padding: 2rem;
}

.blog-item .stretched {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-item .n-link-more {
    margin-top: auto
}

.blog-item h4 {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 600;
    overflow: hidden;
    margin-bottom: 2.4rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: normal
}

.blog-item .date {
    border-radius: 5.2rem;
    border: 1px solid rgba(53, 166, 121, .12);
    background: linear-gradient(180deg, rgba(53, 166, 121, 0.1) 0%, rgba(53, 166, 121, 0.12) 100%);
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, .15) inset;
    color: #06102b;
    padding: 0;
    margin: 0;
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
    padding: 1px .6rem;
    display: inline-block;
    letter-spacing: 0;
    text-transform: none;
    align-items: center;
    font-weight: 400;
    margin-right: auto;
    line-height: 150%;
    flex-shrink: 0
}

.progress-bar {
    padding: 1.6rem 0 1.6rem;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    gap: 1.6rem;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0;
    line-height: 150%;
    border-top: 1px solid #ececef
}

.progress-bar .bar {
    flex-grow: 1;
    margin: 0;
    height: .8rem;
    border-radius: 5.2rem;
    background: rgba(6, 16, 43, .1)
}

.right-col .progress-bar .bar {
    background: hsla(0, 0%, 100%, .12)
}

.progress-bar .bar .ins {
    border-radius: 5.2rem;
    background: #35a679
}

.project-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.project-text .n-btn + .n-btn {
    margin-top: 1.6rem
}

.project-text dl {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    width: calc(50% - 1.8rem)
}

.project-text dl svg {
    width: 1.6rem;
    height: 1.6rem;
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.2rem;
    color: #35a679
}

.project-text dl dt {
    display: block;
    margin: 0;
    letter-spacing: 0;
    color: #838895;
    font-size: 1.4rem;
    padding: 0;
    text-transform: none;
    font-weight: 400;
    line-height: 150%;
    text-align: left
}

.project-text dl dt strong {
    color: #06102b
}

.project-text dl dd {
    text-align: left;
    display: block;
    margin: .2rem 0 0;
    letter-spacing: 0;
    padding: 0;
    text-transform: none;
    color: #06102b;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%
}

.project-text .n-h5 {
    margin-bottom: -0.5rem
}

.project-text .role {
    order: 5
}

.project-text .n-row {
    gap: 1.6rem 3.6rem;
    padding-top: 2rem;
    border-top: 1px solid #ececef
}

.project-text .top {
    display: flex;
    align-items: flex-start;
    padding-bottom: 2rem;
    margin-bottom: auto;
    gap: .8rem
}

.location {
    border-radius: 5.2rem;
    border: 1px solid rgba(53, 166, 121, .12);
    background: linear-gradient(180deg, rgba(53, 166, 121, 0.1) 0%, rgba(53, 166, 121, 0.12) 100%);
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, .15) inset;
    padding: 0;
    margin: 0;
    font-size: 1.4rem;
    margin-left: auto;
    padding: .4rem .9rem;
    display: flex;
    letter-spacing: 0;
    text-transform: none;
    min-height: 3.1rem;
    align-items: center;
    font-weight: 400;
    line-height: 2rem;
    flex-shrink: 0
}

.location svg {
    color: #35a679;
    width: 2rem;
    height: 2rem;
    margin-right: .2rem
}

.bg-gray .n-section {
    background: #f8f8f9
}

.n-search-form {
    max-width: 41.3rem;
    margin-bottom: 2rem
}

.n-search-form .input-group input.form-control {
    padding: 0 2rem 0 4.3rem;
    height: 4.6rem;
    background: #fff;
    border-radius: .8rem;
    border: 1px solid rgba(6, 16, 43, .1)
}

.n-search-form .input-group svg {
    position: absolute;
    left: 0;
    margin: auto 1.6rem;
    top: 0;
    bottom: 0;
    padding: 0;
    opacity: .5;
    width: 2rem;
    height: 2rem
}

.news-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem
}

.news-row > * {
    flex-grow: 0;
    width: calc(33.33% - 1.3333333333rem)
}

.projects-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem
}

.projects-row > * {
    flex-grow: 0;
    width: calc(33.33% - 1.3333333333rem)
}

.n-tabs {
    margin: -2.6rem 0 4rem
}

.n-tabs small {
    color: rgba(6, 16, 43, .5);
    font-size: inherit
}

.n-tabs.sm ul a {
    font-size: 2rem;
    padding: 1rem 0;
    letter-spacing: -0.01em
}

.n-tabs span {
    pointer-events: none
}

.n-tabs ul {
    border-bottom: 1px solid rgba(6, 16, 43, .12);
    display: flex;
    gap: 4rem;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 101%;
    letter-spacing: -0.1rem
}

.n-tabs ul a:not(.active) {
    opacity: .3
}

.n-tabs ul a {
    position: relative;
    display: block;
    padding-bottom: 2.3rem
}

.n-tabs ul a.active:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-bottom: 2px solid #35a679
}

.n-tabs ul a:hover {
    opacity: .8
}

.project-item {
    border-radius: 2.4rem;
    border: 1px solid rgba(6, 16, 43, .12);
    background: #fff;
    padding: .4rem;
    margin: 0;
    color: #06102b;
    box-shadow: 0 1px .2rem 0 rgba(0, 0, 0, .05)
}

.project-item .more-line {
    width: 100%;
    margin-top: 20px
}

.project-item .more-line .n-btn {
    width: 100%
}

.project-item .image {
    padding-bottom: 71.2401%;
    border-radius: 2rem;
    margin-bottom: .4rem;
    overflow: hidden
}

.project-item .badges {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    gap: .8rem;
    margin: 1.6rem;
    flex-wrap: wrap
}

.project-item .badges svg {
    width: 2rem;
    margin-left: -0.2rem;
    height: 2rem
}

.project-item .badges .badge {
    border-radius: 5.2rem;
    border: 1px solid #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, #FFF 100%);
    padding: .6rem 1.2rem .6rem .8rem;
    gap: .4rem;
    color: #06102b;
    font-size: 1.4rem;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    font-weight: 400;
    margin: 0;
    line-height: 150%;
    display: flex;
    align-items: center
}

.project-item .badges .badge.green svg {
    color: #35a679
}

.project-item .project-text {
    padding: 2rem
}

.project-item h3 {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: normal
}

.load-more {
    text-align: center;
    margin-top: 4rem
}

.swiper {
    position: relative
}

.swiper .swiper-slide {
    box-sizing: border-box;
    height: auto;
    display: flex;
    flex-direction: column
}

.swiper .swiper-slide > * {
    flex-grow: 1
}

.swiper .arrows {
    position: absolute;
    top: -9.8rem;
    display: flex;
    gap: 1.6rem;
    right: 0;
    z-index: 9
}

.swiper .arrows .swiper-button-next, .swiper .arrows .swiper-button-prev {
    border-radius: 1.2rem;
    width: 5.8rem;
    height: 5.8rem;
    display: flex;
    position: static;
    align-items: center;
    color: #06102b;
    justify-content: center;
    transition: all .3s ease-in-out;
    background: rgba(6, 16, 43, 0);
    cursor: pointer;
    border: 1px solid rgba(6, 16, 43, .12)
}

.swiper .arrows .swiper-button-next:hover, .swiper .arrows .swiper-button-prev:hover {
    background: rgba(6, 16, 43, .12)
}

.swiper .arrows .swiper-button-next.swiper-button-disabled, .swiper .arrows .swiper-button-prev.swiper-button-disabled {
    pointer-events: none
}

.swiper .arrows .swiper-button-next.swiper-button-lock, .swiper .arrows .swiper-button-prev.swiper-button-lock {
    pointer-events: none;
    opacity: 0
}

.swiper .arrows .swiper-button-next svg, .swiper .arrows .swiper-button-prev svg {
    width: 2.4rem;
    transform: none;
    height: 2.4rem
}

.swiper .arrows .swiper-button-next svg {
    transform: scaleX(-1)
}

.table-convert {
    overflow: hidden
}

.table-convert.labels-color {
    margin-bottom: 5.2rem;
    border-radius: 2.4rem;
    border: 1px solid #e1e2e5;
    background: #fff;
    padding: 2.8rem 2.8rem
}

.table-convert.sep-vertical {
    border-radius: 2.4rem;
    border: 1px solid #e1e2e5;
    background: #fff;
    padding: 1rem 2.8rem;
    font-size: 1.3rem;
    font-weight: 500;
    margin: 2.4rem 0;
    line-height: 150%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)
}

.table-convert.sep-vertical tr th {
    padding: 1.2rem 0;
    border-color: #e7e8ea
}

.table-convert table {
    width: 100%;
    margin-bottom: -2rem;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 150%
}

.table-convert table th {
    font-weight: 500
}

.table-convert table th, .table-convert table td {
    border-bottom: 1px solid #e7e8ea;
    padding: 2rem .8rem;
    padding-left: 0
}

.table-convert table thead th {
    border-bottom: 1px solid #cdced5;
    font-weight: 600;
    padding: 0 .8rem .8rem 0;
    width: 12%
}

.table-convert table thead th:first-child {
    width: 54%
}

.table-convert .div {
    color: rgba(6, 16, 43, .15)
}

.n-entry:has(.n-stat-acc) h2:first-child {
    margin-top: 8rem
}

.n-stat-acc-c {
    margin-top: 1.8rem
}

.n-stat-acc-c > p:last-child {
    margin-bottom: 0
}

.n-stat-head:not(.active) + .n-stat-acc-c {
    display: none
}

.n-stat-acc {
    border-radius: 2.4rem;
    padding: 2.3rem;
    border: 1px solid rgba(6, 16, 43, .12);
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    margin-bottom: 2rem
}

.n-stat-acc .n-stat-head {
    color: #06102b;
    cursor: pointer;
    font-size: 1.8rem;
    user-select: none;
    position: relative;
    font-weight: 600;
    line-height: 150%;
    padding-right: 4rem
}

.n-stat-acc .n-stat-head.active:before {
    transform: none
}

.n-stat-acc .n-stat-head:before {
    content: "";
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='25'><path d='M12.5308 8.21985a.7499.7499 0 0 0-.53-.21934.75.75 0 0 0-.53.21934L3.97082 15.7198a.7502.7502 0 0 0-.20117.5246.74988.74988 0 0 0 .73665.7366.75.75 0 0 0 .52452-.2012l6.96998-6.96995 6.97 6.96995a.751.751 0 0 0 .2435.1738c.092.041.1913.0631.292.0648a.75.75 0 0 0 .2941-.0544.7525.7525 0 0 0 .2495-.1651.75.75 0 0 0 .165-.2495.748.748 0 0 0 .0545-.2941.75.75 0 0 0-.0648-.292.751.751 0 0 0-.1738-.2435z' fill='%2306102b'/></svg>") no-repeat;
    background-size: contain;
    width: 2.4rem;
    height: 2.5rem;
    transform: scaleY(-1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0
}

.n-stat-acc .n-entry {
    opacity: .7
}

.login-mask {
    position: relative
}

.login-mask > *:not(.over) {
    opacity: .1;
    filter: blur(8px)
}

.login-mask .over {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    text-align: center
}

.login-mask .over .n-btn {
    margin: 3.6rem .8rem 0
}

.login-mask .over p {
    margin-top: .8rem;
    margin-bottom: 0
}

.inverst-rating {
    margin: 5.2rem 0;
    display: flex;
    padding: 4.4rem;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .05);
    border: 1px solid rgba(6, 16, 43, .06);
    border-radius: 2.4rem;
    justify-content: space-between;
    color: #06102b
}

.inverst-rating .left {
    display: flex;
    flex-direction: column
}

.inverst-rating .legend {
    margin-top: auto
}

.inverst-rating .legend-item {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    margin: 1.1rem 0 -0.2rem
}

.inverst-rating .legend-item:before {
    content: "";
    width: 1.6rem;
    display: block;
    height: 1.6rem;
    background: var(--bg);
    border-radius: 50%;
    margin-right: .6rem
}

.inverst-rating .level {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    font-size: 5.2rem;
    color: #35a679;
    font-weight: 600;
    align-items: center;
    justify-content: center
}

.inverst-rating .circle {
    width: 23rem;
    height: 23rem
}

.inverst-rating .circle:before {
    margin: 3.2rem
}

hr {
    display: block;
    height: 1px;
    margin: 5rem 0;
    content: "";
    background: rgba(6, 16, 43, .12);
    border: 0
}

.table-h hr {
    margin-top: 4rem
}

.n-entry {
    font-size: 1.4rem;
    line-height: 150%
}

.n-entry .checkbox {
    color: #06102b
}

.n-entry .quest-item {
    margin: 5rem 0 5.6rem
}

.n-entry .quest-item .label {
    font-size: 1.6rem;
    margin-top: -0.5rem;
    margin-bottom: 2rem;
    font-weight: 600;
    line-height: 130%
}

.n-entry .quest-item h2 {
    margin-bottom: 2.2rem
}

.n-entry .quest-item .checkbox {
    margin-bottom: 1.6rem
}

.n-entry .note {
    font-size: 1.3rem;
    color: rgba(6, 16, 43, .5)
}

.n-entry .btn-h {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    margin: 5rem 0
}

.n-entry .n-stat-acc {
    margin: 1.6rem 0
}

.n-section-text .n-entry .n-stat-acc:last-child {
    margin-bottom: -5rem
}

.n-entry .n-stat-acc + h2 {
    margin-top: 7.6rem
}

.n-entry.lg {
    font-size: 1.7rem
}

.n-entry.md {
    font-size: 1.6rem
}

.n-entry dl {
    margin: 2.4rem 0;
    line-height: 1.5;
    padding: 1.55rem 2.7rem;
    display: flex;
    font-size: 1.3rem;
    border-radius: 2.4rem;
    gap: 3.2rem;
    border: 1px solid #e1e2e5;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)
}

.n-entry dl dt {
    width: 18.8rem;
    flex-shrink: 0;
    font-weight: 600
}

.n-entry dl dd {
    font-weight: 500
}

.n-entry dl + dl {
    margin-top: -1.6rem
}

.n-entry a:not(.n-btn) {
    text-decoration: underline;
    color: #35a679
}

.n-entry a:not(.n-btn):hover {
    text-decoration: none
}

.n-entry > *:last-child {
    margin-bottom: 0
}

.n-entry p {
    margin-bottom: 1.5em
}

.n-entry h2 {
    margin-bottom: .4em;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 100%;
    margin-top: 5.2rem
}

.n-entry h2.big {
    font-size: 3.2rem;
    line-height: 1.2
}

.n-entry h2:first-child {
    margin-top: 0
}

.n-entry h3 {
    margin-bottom: .6em;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 100%;
    margin-top: 5.7rem
}

.n-entry h3:first-child {
    margin-top: 0
}

.n-entry h4 {
    margin: 5.2rem 0 1.2rem
}

.n-entry h4:first-child {
    margin-top: 0
}

.n-section-cta {
    padding-bottom: 5rem
}

.n-section-project + .n-section-cta {
    background: none;
    padding-top: 0
}

.n-section-news + .n-section-cta {
    padding-top: 0;
    margin-top: -2rem;
    position: relative;
    z-index: 2
}

.n-section-cta:last-child {
    padding-bottom: 8rem
}

.n-section-gray + .n-section-cta.n-section-gray {
    padding-top: 0;
    margin-top: -2rem;
    position: relative;
    z-index: 2
}

.n-section-cta p {
    max-width: 45rem;
    font-size: 1.4rem;
    line-height: 150%
}

.n-section-cta .img-h {
    padding-bottom: 100%;
    position: relative
}

.n-section-cta .box {
    border-radius: 5.2rem;
    background: #06102b;
    padding: 4.8rem 4.8rem 4.8rem 7.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    color: hsla(0, 0%, 100%, .8)
}

.n-section-cta .left-text {
    width: 49.5rem;
    max-width: 100%
}

.n-section-cta .n-h2 {
    color: #fff;
    margin-bottom: 1.6rem
}

.n-section-cta .btns {
    margin-top: 3.6rem;
    display: flex;
    gap: 1.6rem;
    margin-right: -4rem
}

.n-section-cta .image {
    position: relative;
    width: 43.7rem;
    max-width: 45%;
    z-index: 2
}

.n-section-cta .image .bg {
    z-index: 2;
    border-radius: 3.2rem
}

.n-section-cta .image .project-text {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 20;
    bottom: 0;
    padding: 3.6rem
}

.n-section-cta .image .project-text .n-row {
    border-top: 0;
    padding-top: 0;
    max-width: 29rem;
    margin-top: 0
}

.n-section-cta .image .project-text h3 {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 101%;
    letter-spacing: -.108rem;
    order: 3
}

.n-section-cta .image .project-text .location {
    border-color: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0.2rem);
    margin: 0;
    background: hsla(0, 0%, 100%, .16);
    order: 1
}

.n-section-cta .image .project-text .top {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1.2rem
}

.n-section-cta .image .project-text dt {
    color: hsla(0, 0%, 100%, .5)
}

.n-section-cta .image .project-text dd {
    color: #fff
}

.n-section-cta .image .project-text svg {
    color: #fff;
    margin-right: .4rem
}

.n-section-cta .image:before {
    content: "";
    z-index: -1;
    inset: 0;
    margin: -0.8rem;
    position: absolute;
    border-radius: 4rem;
    background: linear-gradient(0, rgba(255, 255, 255, 0) 30.71%, rgba(255, 255, 255, 0.5) 100%)
}

.n-section-cta .image:after {
    content: "";
    z-index: 10;
    inset: 0;
    position: absolute;
    border-radius: 3.2rem;
    background: linear-gradient(180deg, rgba(6, 16, 43, 0) 30.71%, rgba(6, 16, 43, 0.9) 100%)
}

.n-section-awards {
    padding-top: 5rem
}

.n-section-awards .n-h2 {
    text-align: center;
    margin-bottom: 5rem
}

.n-section-awards .blog-item {
    min-height: 35rem;
}

.n-section-awards .blog-item .image {
    padding-bottom: 56%
}

.n-section-awards .blog-item .text {
    padding: 1.6rem
}

.n-section-awards .blog-item .text h4 {
    display: block;
    font-size: 2rem;
    margin: 0;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem
}

.n-section-awards .swiper .swiper-slide {
    width: 39rem
}

.n-section-awards .swiper .arrows {
    position: static;
    justify-content: center;
    margin-top: 4rem
}

.n-section-press {
    overflow: hidden;
    position: relative
}

.n-section-press .container {
    position: relative;
    overflow: hidden
}

.n-section-press .n-h2 {
    text-align: center;
    margin-bottom: 4rem
}

.n-section-press .swiper {
    position: relative
}

.n-section-press .swiper .swiper-slide {
    width: 38.1rem
}

.n-section-press .swiper .arrows {
    position: static;
    justify-content: center;
    margin-top: 4rem
}

.n-section-numbers {
    padding: 7.2rem 0
}

.n-section-numbers .n-row {
    gap: 3.2rem
}

.n-section-numbers .number {
    border-radius: 2.4rem;
    border: 1px solid rgba(6, 16, 43, .08);
    background: #fff;
    padding: 3.6rem;
    color: #06102b;
    display: flex;
    margin: 0;
    width: calc(33.33% - 2.1333333333rem);
    flex-direction: column;
    align-items: flex-start;
    gap: 3.2rem;
    box-shadow: 0 1px .2rem 0 rgba(0, 0, 0, .05)
}

.n-section-numbers .number .value {
    font-size: 5.2rem;
    font-weight: 600;
    line-height: 100%
}

.n-section-numbers .number .label {
    font-size: 1.5rem;
    font-weight: 500;
    margin: -0.5rem 0;
    line-height: 150%;
    letter-spacing: -0.015rem
}

.header-moved .header .container {
    padding-top: 0
}

.body {
    padding-top: 8rem;
    margin-top: -8rem;
    margin-bottom: 0;
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
    width: 100%;
    flex-grow: 1;
}

.n-section-dark {
    background: #06102b;
    color: #fff
}

.n-section-dark:first-child {
    box-shadow: 0 -10rem #06102b
}

.n-section-gray {
    background: #f8f8f9
}

.menu-trigger svg {
    width: 2.8rem;
    height: 2.8rem
}

.n-section-hero {
    font-size: 1.7rem;
    padding: 7.2rem 0;
    position: relative;
    line-height: 150%
}

.n-section-hero .n-row {
    gap: 8.6rem;
    flex-wrap: nowrap
}

.n-section-hero .text {
    width: 50%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
    align-items: flex-start
}

.n-section-hero .text .lb-widget {
    margin-top: auto
}

.n-section-hero .text p {
    max-width: 48rem
}

.n-section-hero .n-btn {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem
}

.n-section-hero.md {
    padding-bottom: 17rem
}

.n-section-hero.md .image {
    width: 54%
}

.n-section-hero.md .image .img-h {
    padding-bottom: 96%
}

.n-section-hero.md .image .img-h .bg {
    border-radius: 2.4rem
}

.n-section-hero.md .text {
    width: 49%;
    display: flex;
    flex-direction: column
}

.n-section-hero.md .text h2 {
    margin-bottom: 1.6rem
}

.n-section-hero.md .text .n-entry {
    margin-top: auto
}

.n-section-hero.md .text p {
    max-width: none
}

.n-section-hero.sm .image .img-h {
    min-height: 380px;
    padding-bottom: 0
}

.n-section-hero.sm .n-row {
    align-items: center
}

.n-section-hero.sm .n-row .text {
    padding-top: 3rem
}

.n-section-hero.sm .image .img-h {
    padding-bottom: 65.8578856153%
}

.n-section-hero .image {
    width: 50%
}

.n-section-hero .image .img-h {
    padding-bottom: 100%;
    position: relative;
    z-index: 2
}

.n-section-hero .image .img-h .bg {
    border-radius: 5.2rem
}

.n-section-hero .n-h1 {
    margin-bottom: 1.6rem
}

.n-section-hero.n-section-hero-sm:before {
    content: "";
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='536' height='465'><path d='M405.533 469.091V505H.5v-35.909zm3.581-98.887v48.66H.5v-48.66zm0-69.523L.5 326.15v-50.008l408.614-25.779zm0-120.208L.5 230.685v-49.328l408.614-49.539zm0-117.8685L.5 137.249V87.2578l408.614-73.3506zM576.5 35.4424v50.3379L407.878-52.6689l-.192-.1582-.243.0576L.5 45.1562V-1.50586L407.438-102.954z' fill='none' stroke='white'/></svg>") no-repeat 100% 100%;
    width: 53.6rem;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .1;
    max-height: 100%;
    height: 46.5rem;
    bottom: 0
}

.n-section-hero.n-section-hero-sm .n-row {
    min-height: 32.2rem;
    align-items: center
}

.n-section-hero.n-section-hero-sm .text {
    width: 63%
}

.n-section-hero.n-section-hero-sm .text.v2 {
    width: 50%
}

.n-section-hero.n-section-hero-sm .text.v2 p {
    max-width: 60rem
}

.n-section-hero.n-section-hero-sm .right-image {
    position: absolute;
    bottom: 0;
    max-width: 50%;
    right: 0;
    width: 65.5rem
}

.n-section-hero.n-section-hero-stats {
    padding: 8rem 0 12rem
}

.n-section-hero.n-section-hero-stats:before {
    content: "";
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 708 784'><path stroke='url(%23a)' d='M639.16 901.379V958.5H.5v-57.121zm5.643-155.719v77.201H.5V745.66zm0-108.921L.5 676.881v-79.324l644.303-40.63zm0-189.309L.5 526.569v-78.255l644.303-78.079zm0-185.623L.5 379.456v-79.308l644.303-115.609zM908.5 218.659v80.012L642.384 80.2656l-.193-.1582-.241.0586L.5 234.457v-74.07L641.944.54492z' opacity='.2'/><defs><linearGradient id='a' x1='483.706' x2='483.706' y1='279.5' y2='657.5' gradientUnits='userSpaceOnUse'><stop stop-color='%23fff'/><stop offset='1' stop-color='%2306102b' stop-opacity='0'/></linearGradient></defs></svg>") no-repeat 100% 100%;
    width: 70.8rem;
    background-size: contain;
    position: absolute;
    bottom: 0;
    pointer-events: none;
    right: 0;
    max-height: 100%;
    height: 78.4rem
}

.n-section-hero.n-section-hero-stats .text {
    width: 63%;
    margin-bottom: 7.2rem
}

.n-tooltip {
    float: right;
    margin-left: 1rem;
    width: 2rem;
    height: 2rem;
    position: relative
}

.n-tooltip.v2 {
    width: 2.4rem;
    height: 2.4rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    float: none
}

.n-tooltip.v2 .n-tooltip-text {
    width: 20rem;
    top: 110%;
    bottom: auto
}

.n-tooltip.v2 svg {
    opacity: 1
}

.n-tooltip svg {
    fill: currentColor;
    display: block;
    opacity: .2;
    transition: opacity .2s ease
}

.n-tooltip:focus-within, .n-tooltip:hover {
    z-index: 6
}

.n-tooltip:focus-within svg, .n-tooltip:hover svg {
    opacity: 1
}

.n-tooltip:focus-within .n-tooltip-text, .n-tooltip:hover .n-tooltip-text {
    opacity: 1
}

.n-tooltip.left .n-tooltip-text {
    left: 0
}

.n-tooltip .n-tooltip-text {
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: 1rem;
    letter-spacing: 0;
    text-transform: none;
    background: #06102b;
    color: #fff;
    font-weight: 400;
    width: 30rem;
    font-size: 1.6rem;
    opacity: 0;
    border-radius: 8px;
    transition: all .2s ease;
    pointer-events: none;
    line-height: 140%;
    letter-spacing: 0%;
    padding: 1.6rem
}

.n-stat-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem
}

.n-star-card {
    border-radius: 2.4rem;
    border: 1px solid rgba(6, 16, 43, .12);
    background: #fff;
    display: block;
    padding: 3.1rem;
    width: calc(33.33% - 1.3333333333rem);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    color: #06102b;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%
}

.swiper-slide .n-star-card {
    width: auto
}

.n-star-card .div {
    color: rgba(6, 16, 43, .15)
}

.n-star-card .n-number {
    color: #06102b;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: normal;
    margin-bottom: .8rem
}

.n-h0 {
    font-size: 6.4rem;
    font-weight: 600;
    line-height: 1
}

.n-h0 strong {
    font-weight: inherit;
    display: inline;
    color: #35a679
}

.n-h0 strong:before {
    display: none
}

.n-h1 {
    font-size: 6rem;
    font-weight: 600;
    line-height: 101%;
    letter-spacing: -0.18rem
}

.n-h1 strong {
    font-weight: inherit;
    display: inline;
    color: #35a679
}

.n-h1 strong:before {
    display: none
}

.n-h2 {
    font-size: 5.2rem;
    font-weight: 600;
    line-height: 101%;
    letter-spacing: -0.156rem
}

.n-h2 strong {
    font-weight: inherit;
    display: inline;
    color: #35a679
}

.n-h2 strong:before {
    display: none
}

.n-h3 {
    font-size: 4rem;
    font-weight: 600;
    line-height: 100%
}

.n-h4 {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0
}

.n-h4 strong {
    font-weight: inherit;
    display: inline;
    color: #35a679
}

.n-h4 strong:before {
    display: none
}

.n-h5 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0
}

.n-h5 strong {
    font-weight: inherit;
    color: #35a679
}

.n-h6 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0
}

.how-number-item .video-h {
    border-radius: 2.4rem;
    box-shadow: 0 0 0 1.2rem #f4f4f6;
    margin: 0 -1rem;
    padding-bottom: 67%;
    border: 0
}

.how-number-item .video-h .over {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: normal
}

.how-number-item .video-h .over svg {
    margin-bottom: 1rem;
    width: 5.2rem;
    height: 5.2rem
}

.n-section-how .n-row {
    justify-content: space-between
}

.n-section-how .how-number-item {
    color: #06102b;
    width: 29%;
    margin-bottom: 5rem
}

.n-section-how .how-number-item p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%
}

.n-section-how .how-number-item h3 {
    min-height: 0;
    font-size: 3.2rem;
    margin-bottom: 1rem;
    padding: 0;
    font-weight: 600;
    line-height: 120%
}

.n-section-how .how-number-item .number {
    font-size: 7.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.432rem;
    margin-top: -0.8rem;
    opacity: .4;
    color: #35a679;
    background: linear-gradient(180deg, #35A679 0%, rgba(53, 166, 121, 0) 89.42%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.n-section-how .how-number-item .number:before {
    content: "";
    display: none
}

.sec-head {
    margin-bottom: 4rem;
    width: 60rem;
    max-width: 100%
}

.sec-head .n-h2 {
    margin-bottom: 0
}

.sec-head .n-h2 + p {
    margin-top: 2.4rem
}

.sec-head p {
    margin-bottom: 7.2rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
    max-width: 45rem
}

.compare-h {
    position: relative;
    border-radius: 2.4rem;
    overflow: hidden
}

.compare-h .over-left, .compare-h .over-right {
    position: absolute;
    top: 0;
    padding: 1rem 1.6rem;
    margin: 2.4rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: normal;
    display: flex;
    gap: .2rem;
    letter-spacing: -.042rem;
    color: #fff;
    border-radius: .8rem;
    z-index: 8;
    background: rgba(6, 16, 43, .3);
    right: 0
}

.compare-h .over-right {
    background: #35a679
}

.compare-h .over-left {
    right: auto;
    left: 0
}

.n-section-repaid .swiper-slide {
    width: 75.2rem;
    height: auto;
    display: flex;
    flex-direction: column;
    max-width: 100%
}

.n-section-stats {
    z-index: 2;
    position: relative
}

.n-section-stats:before {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    height: 20rem;
    position: absolute;
    left: 0;
    z-index: -1;
    right: 0;
    bottom: 0
}

.n-section-stats .n-row {
    gap: 2.4rem;
    flex-wrap: nowrap
}

.n-section-stats .image {
    margin-bottom: 3rem;
    width: 50%
}

.n-section-stats .list {
    width: 50%;
    margin-bottom: 3rem;
    display: flex;
    gap: 2.4rem;
    flex-wrap: wrap
}

.n-section-stats .list .fact-item {
    border-radius: 2.4rem;
    padding: 3.1rem;
    display: flex;
    flex-direction: column;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 150%;
    padding-right: 2.9rem;
    gap: 1.2rem;
    border: 1px solid rgba(6, 16, 43, .12);
    background: #fff;
    box-shadow: 0 1px .2rem 0 rgba(0, 0, 0, .05);
    width: calc(50% - 1.2rem)
}

.n-section-stats .list .fact-item .label {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 101%;
    letter-spacing: -0.096rem
}

.lb-widget {
    display: inline-flex;
    max-width: 42.5rem;
    align-items: center;
    color: #06102b;
    padding: .6rem;
    padding-right: 1.2rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(6, 16, 43, .08);
    background: #fff;
    box-shadow: 0 1px .2rem 0 rgba(0, 0, 0, .05);
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 140%
}

.footer .lb-widget {
    padding-right: 2.4rem;
    max-width: 44rem
}

.lb-widget svg {
    width: 4.4rem;
    height: 4.4rem;
    margin-right: 1.2rem;
    flex-shrink: 0
}

.icv__theme-wrapper:before {
    content: "";
    background: #35a679 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='16'><path d='M10.5 14c-.26 0-.51-.1-.71-.29l-5-5c-.39-.39-.39-1.02 0-1.41l5-5c.39-.39 1.02-.39 1.41 0s.39 1.02 0 1.41L6.91 8l4.29 4.29c.39.39.39 1.02 0 1.41-.2.2-.45.29-.71.29ZM21.5 14c-.26 0-.51-.1-.71-.29-.39-.39-.39-1.02 0-1.41l4.29-4.29-4.29-4.29c-.39-.39-.39-1.02 0-1.41s1.02-.39 1.41 0l5 5c.39.39.39 1.02 0 1.41l-5 5c-.2.2-.45.29-.71.29Z' fill='white'/></svg>") no-repeat 50% 50%;
    background-size: 3.2rem auto;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%
}

html .footer {
    padding: 10rem 0;
    letter-spacing: 0;
    position: relative
}

html .footer a:hover {
    text-decoration: underline
}

html .footer .footer-links {
    display: flex;
    gap: 3.2rem;
    margin-left: 2.4rem;
    flex-wrap: wrap
}

html .footer .footer-links li {
    margin: 0;
    padding: 0
}

html .footer .left {
    width: 45%
}

html .footer .footer-nav li + li {
    margin-top: 1.6rem
}

html .footer .footer-nav li {
    padding: 0;
    margin: 0
}

html .footer .footer-nav a {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 150%
}

html .footer .social {
    margin-top: 5.2rem;
    gap: .6rem;
    margin-bottom: 0
}

html .footer .social li {
    margin-bottom: 0
}

html .footer .center {
    width: 16.5%
}

html .footer .center-2 {
    width: 11.8%
}

html .footer .center-r {
    width: 26.7%
}

html .footer .c-text {
    margin-right: auto;
    max-width: 50%
}

html .footer .disclaimer {
    padding-bottom: 3.2rem;
    margin-bottom: 3.2rem;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    opacity: 1;
    color: hsla(0, 0%, 100%, .5);
    width: 100%;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

html .footer .copy {
    border: 0;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-top: 7.2rem;
    font-size: 1.3rem;
    letter-spacing: 0;
    color: hsla(0, 0%, 100%, .7);
    flex-direction: row;
    font-weight: 400;
    line-height: 150%
}

.footer .logo {
    filter: none;
    width: 13.6rem;
    height: 5.2rem
}

.n-graph-holder {
    padding-bottom: 52%;
    overflow: hidden;
    position: relative;
    margin-top: -2%;
    margin-bottom: -3%
}

.n-graph-holder canvas {
    min-width: calc(100% + 2rem);
    margin: 0 -0.8rem;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.n-graph-set-holder {
    padding: 2.4rem;
    border-radius: 2.4rem;
    border: 1px solid rgba(6, 16, 43, .12);
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)
}

.n-graph-set-holder .n-legend {
    border-bottom: 1px solid rgba(6, 16, 43, .12);
    padding-bottom: 2.4rem;
    color: #06102b;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 2.4rem
}

.n-sec-row {
    display: flex;
    margin-bottom: 5.2rem;
    justify-content: space-between;
    align-items: flex-end
}

.n-sec-text {
    font-size: 1.4rem;
    line-height: 150%
}

.n-sec-text p {
    margin-top: 1.6rem;
    max-width: 46rem
}

.n-r-tabs ul {
    display: flex;
    border-radius: 1.6rem;
    color: #06102b;
    padding: .4rem;
    background: rgba(6, 16, 43, .03)
}

.n-r-tabs ul li {
    flex-grow: 1
}

.n-r-tabs ul a {
    display: flex;
    transition: all .3s ease-in-out;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 600;
    flex-grow: 1;
    padding: 1.6rem 2.4rem;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0)
}

.n-r-tabs ul a.active {
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .02), 0 2px 4px 0 rgba(0, 0, 0, .08)
}

.n-r-tabs ul a:not(.active) {
    opacity: .7
}

.n-section-reports {
    margin-top: -2rem;
    margin-bottom: 2rem
}

.n-section-reports .n-sec-text p {
    max-width: 80rem
}

.n-section-reports .n-tabs {
    margin-top: -2rem;
    margin-bottom: 3.2rem
}

.n-section-reports .n-number {
    display: flex;
    align-items: center
}

.n-section-reports .n-number:before {
    content: "";
    width: 3.2rem;
    height: 3.3rem;
    background-size: contain;
    display: block;
    margin-right: 1.2rem;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='33'><path d='M16 3.5a.99997.99997 0 0 1 1 1v15.5867l4.2933-4.2934c.0916-.0982.202-.177.3246-.2317.1227-.0546.2551-.084.3894-.0864a1 1 0 0 1 .3922.0726c.1245.0503.2376.1252.3326.2202.0949.0949.1698.208.2201.3325a1 1 0 0 1 .0726.3922 1.002 1.002 0 0 1-.0864.3894c-.0547.1226-.1335.233-.2317.3246l-6 6a1.0003 1.0003 0 0 1-.7067.2924c-.265 0-.5192-.1052-.7067-.2924l-5.99997-6a1.001 1.001 0 0 1-.2317-.3246 1.0002 1.0002 0 0 1-.01379-.7816.999.999 0 0 1 .22011-.3325 1 1 0 0 1 .33259-.2202.999.999 0 0 1 .39216-.0726c.1343.0024.2667.0318.3894.0864.1226.0547.233.1335.3246.2317L15 20.0867V4.5a.99997.99997 0 0 1 1-1m-12 18a.99997.99997 0 0 1 1 1v3a2.00005 2.00005 0 0 0 2 2h18c.5304 0 1.0391-.2107 1.4142-.5858S27 26.0304 27 25.5v-3c0-.2652.1054-.5196.2929-.7071A1 1 0 0 1 28 21.5c.2652 0 .5196.1054.7071.2929S29 22.2348 29 22.5v3a3.9996 3.9996 0 0 1-1.1716 2.8284A3.9996 3.9996 0 0 1 25 29.5H7a3.9998 3.9998 0 0 1-2.82843-1.1716A3.9998 3.9998 0 0 1 3 25.5v-3a.99997.99997 0 0 1 1-1' fill='black'/></svg>") no-repeat 50% 50%;
    flex-shrink: 0
}

.n-section-gray + .n-section-reports.n-section-gray {
    padding-top: 0
}

.n-section-stats-acc {
    padding: 12.4rem 0
}

.n-section-stats-acc .n-stat-cards {
    margin-bottom: 4rem
}

.n-section-gray + .n-section-stats-acc.n-section-gray {
    padding-top: 0;
    padding-top: 3.4rem
}

.n-section-graphs {
    overflow: hidden;
    padding: 12.4rem 0 12.4rem
}

.n-section-graphs .n-tabs {
    margin-top: 0
}

.n-graph-set-row {
    position: relative;
    overflow: hidden;
    margin: 0 -8rem;
    padding: 0 8rem
}

.n-graph-set-row .swiper {
    margin: 0 -2px;
    padding: 0 2px
}

.n-graph-set-row .swiper:not(.swiper-initialized) .swiper-slide {
    margin-right: 2.4rem
}

.n-graph-set-row .swiper-slide {
    width: calc(50% - 1.2rem)
}

.n-inline-stats-row {
    display: flex;
    gap: 7.2rem;
    align-items: center
}

.n-inline-stats-row .left {
    font-size: 1.3rem;
    font-weight: 500;
    color: #06102b;
    width: 50%;
    border-top: 1px solid #e4e5e8;
    border-bottom: 1px solid #e4e5e8;
    margin-bottom: -1px;
    display: flex;
    text-align: right;
    flex-grow: 1;
    padding: 1.8rem 0;
    align-items: center
}

.n-inline-stats-row .left .percentages {
    width: 11%
}

.n-inline-stats-row .left .amount {
    width: 44%;
    padding-right: 1rem
}

.n-inline-stats-row .left .label {
    padding-right: 1rem;
    width: 50%;
    text-align: left;
    display: flex;
    align-items: center
}

.n-inline-stats-row .left .label:has(svg):before {
    display: none
}

.n-inline-stats-row .left .label svg, .n-inline-stats-row .left .label:before {
    flex-shrink: 0;
    content: "";
    margin-right: .8rem;
    width: 1.6rem;
    display: block;
    height: 1.6rem;
    background: var(--color);
    border-radius: 50%
}

.n-inline-stats-row .left .label svg {
    background: none;
    width: 2rem;
    height: 2rem
}

.n-inline-stats-row .bar-h {
    padding: .4rem 0;
    width: 50%;
    display: flex;
    align-items: center
}

.n-inline-stats-row .bar-h .bar {
    background: var(--color);
    height: 4.4rem;
    min-width: .8rem;
    width: 0
}

.body:has(.n-section-project) {
    overflow: visible
}

.n-section-project {
    background: none
}

.n-section-project .n-stat-acc:last-child {
    margin-bottom: 0
}

.n-section-project .n-stat-acc + .n-h5 {
    margin-top: 5.2rem;
    margin-bottom: 1.6rem
}

.n-section-project .lb-widget {
    margin: 2.2rem 0 5.2rem
}

.n-section-project .c-holder:after {
    content: "";
    clear: both;
    display: block
}

.n-section-project .left-col {
    width: 64.6%;
    float: left
}

.n-section-project .right-col {
    width: 30%;
    float: right;
    position: sticky;
    top: 2.4rem
}

.n-section-project, .n-section-r-s {
    position: relative;
    z-index: 2
}

.n-section-project:before, .n-section-r-s:before {
    content: "";
    width: 53.2rem;
    height: 60.3rem;
    z-index: -1;
    position: absolute;
    top: 0;
    pointer-events: none;
    right: 0;
    display: block;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='532' height='603'><g clip-path='url(%23a)'><path fill='none' stroke='url(%23b)' d='M759.16 654.879V712H120.5v-57.121zm5.643-155.719v77.201H120.5V499.16zm0-108.921L120.5 430.381v-79.324l644.303-40.63zm0-189.309L120.5 280.069v-78.255l644.303-78.079zm0-185.6234L120.5 132.956V53.6484L764.803-61.9609zM1028.5-27.8408v80.0117L762.384-166.234l-.193-.159-.241.059L120.5-12.043v-74.0703L761.944-245.955z' opacity='.2'/></g><defs><linearGradient id='b' x1='603.706' x2='603.706' y1='33' y2='411' gradientUnits='userSpaceOnUse'><stop stop-color='%2306102b'/><stop offset='1' stop-color='%2306102b' stop-opacity='0'/></linearGradient><clipPath id='a'><path fill='%23fff' d='M0 0h532v603H0z'/></clipPath></defs></svg>") no-repeat 50% 50%;
    background-size: contain
}

.n-section-project {
    padding: 8rem 0 10rem;
    position: relative
}

.n-section-project .location {
    margin: 0 0 0 2rem;
    display: inline-flex;
    max-width: 100%
}

.n-section-project .n-tabs {
    margin: 0 0 2.4rem
}

.n-section-project .n-tabs.convert-to-d {
    margin-bottom: 4.2rem
}

.n-section-project .head {
    display: flex;
    margin-bottom: 4rem;
    align-items: center
}

.n-section-project .n-stat-cards {
    margin: 5.4rem 0
}

.n-section-project .n-stat-cards .n-star-card {
    background: #fff;
    padding: 2.5rem 2.7rem;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .05);
    border-color: rgba(0, 0, 0, .05)
}

.n-section-project .n-stat-cards .n-tooltip-text {
    width: 20rem
}

.n-section-project .n-stat-cards .n-tooltip {
    margin: -0.4rem .2rem
}

.n-section-project .n-stat-cards .n-number {
    margin-bottom: .4rem;
    font-size: 2.4rem
}

.check-list {
    margin: 1.2rem 0 4.6rem
}

.check-list li {
    position: relative;
    padding: .8rem 0 .7rem;
    font-size: 1.6rem;
    padding-left: 3rem
}

.check-list li:before {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    top: .5rem;
    left: 0;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'><path d='M8.603 3.799a4.49 4.49 0 0 1 1.5299-1.14432A4.49 4.49 0 0 1 12 2.25c1.357 0 2.573.6 3.397 1.549a4.49 4.49 0 0 1 1.8913.27261A4.49 4.49 0 0 1 18.895 5.106a4.4909 4.4909 0 0 1 1.307 3.497 4.49 4.49 0 0 1 1.1438 1.53c.2671.5861.4049 1.2229.4042 1.867a4.4895 4.4895 0 0 1-.4047 1.8671 4.49 4.49 0 0 1-1.1443 1.5299 4.4905 4.4905 0 0 1-.2729 1.8907 4.491 4.491 0 0 1-1.0341 1.6063 4.491 4.491 0 0 1-1.6063 1.0341 4.4905 4.4905 0 0 1-1.8907.2729c-.422.4868-.9437.877-1.5299 1.1443A4.4895 4.4895 0 0 1 12 21.75a4.4895 4.4895 0 0 1-1.8671-.4047A4.49 4.49 0 0 1 8.603 20.201a4.491 4.491 0 0 1-1.89119-.2721A4.491 4.491 0 0 1 5.105 18.895a4.491 4.491 0 0 1-1.307-3.498A4.49005 4.49005 0 0 1 2.25 12c0-1.357.6-2.573 1.549-3.397a4.49 4.49 0 0 1 1.307-3.497 4.49005 4.49005 0 0 1 3.497-1.307m7.007 6.387a.7502.7502 0 0 0 .1414-.56464.751.751 0 0 0-.1025-.27866.75.75 0 0 0-.2026-.21705.75005.75005 0 0 0-1.0563.18835l-3.236 4.53L9.53 12.22a.75.75 0 0 0-.52452-.2012.7504.7504 0 0 0-.5171.2196A.75.75 0 0 0 8.47 13.28l2.25 2.25c.077.0769.1698.1362.272.1736a.749.749 0 0 0 .3198.0433.74956.74956 0 0 0 .5482-.3109z' fill='%2335a679'/></svg>") no-repeat 50% 50%;
    background-size: contain
}

.p-gallery {
    margin-bottom: 2.8rem
}

.p-gallery .swiper {
    overflow: hidden
}

.p-gallery .thumbs-gallery .img-h {
    padding-bottom: 63.2%;
    cursor: pointer
}

.p-gallery .main-gallery {
    margin-bottom: 2rem
}

.p-gallery .enlarge {
    display: none
}

.p-gallery .swiper .arrows {
    margin: 0;
    position: static
}

.p-gallery .swiper .arrows div {
    width: 4.8rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    margin: auto 1.6rem;
    height: 4.8rem;
    background: #fff
}

.p-gallery .swiper .arrows div:hover {
    background: #cdced5
}

.p-gallery .swiper .arrows div.swiper-button-next {
    margin-left: auto
}

.p-gallery .img-h {
    padding-bottom: 60%;
    border-radius: 2.4rem;
    overflow: hidden;
    position: relative
}

.circle {
    background: conic-gradient(#35A679 calc(var(--value) * 1%), #06102B 0);
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    position: relative;
    display: block
}

.circle:before {
    content: "";
    position: absolute;
    inset: 0;
    margin: .5rem;
    background: #fff;
    border-radius: 50%
}

.map-h {
    position: relative;
    padding-bottom: 71.25%;
    margin: 2.4rem 0 5.2rem
}

.map-h iframe {
    width: 100%;
    border-radius: 2.4rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.n-section-project .invest-bonus-list {
    margin: 1.4rem 0 5.2rem
}

.n-section-project .n-stat-cards .n-star-card.invest-bonus-item {
    padding: 1.1rem
}

.n-section-project .n-stat-cards .n-star-card.invest-bonus-item .green-b {
    margin-top: .6rem;
    background: rgba(53, 166, 121, .12);
    border-radius: 1.2rem;
    padding: 1.2rem 1.6rem;
    color: rgba(6, 16, 43, .7)
}

.n-section-project .n-stat-cards .n-star-card.invest-bonus-item .green-b strong {
    display: block;
    font-size: 1.6rem;
    color: #06102b
}

.n-section-project .n-stat-cards .n-star-card.invest-bonus-item .top-w {
    padding: 1.4rem 1.6rem;
    display: flex;
    color: #06102b;
    align-items: center
}

.n-section-project .n-stat-cards .n-star-card.invest-bonus-item .top-w .circle {
    margin-right: 1.2rem;
    flex-shrink: 0
}

.n-section-project .n-stat-cards .n-star-card.invest-bonus-item .top-w .value {
    font-size: 1.6rem;
    font-weight: 600
}

.n-section-project .n-stat-cards .n-star-card.invest-bonus-item .label {
    font-size: 1.4rem;
    color: rgba(6, 16, 43, .7)
}

.cta-inline {
    margin-top: 8rem;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='660' height='284'><path fill='none' stroke='white' d='M346.308 855.925V922.5H-396.5v-66.575zm6.561-181.05v89.922H-396.5v-89.922zm0-126.481L-396.5 595.075v-92.39l749.369-47.25zm0-220.11L-396.5 420.318V329.17l749.369-90.801zm0-215.822L-396.5 249.279v-92.373L352.869 22.4609zM659.5 62.1895v93.2385L349.923-98.6152l-.193-.1573-.241.0577L-396.5 80.7002V-5.58594L349.483-191.455z' opacity='.1'/></svg>") no-repeat 0% 50% #06102b;
    background-size: contain;
    border-radius: 5.2rem;
    padding: 4.8rem 7.2rem;
    color: #fff
}

.cta-inline p {
    opacity: .8
}

.cta-inline .n-btn {
    margin-top: 3.2rem
}

.cta-inline .n-h1 {
    margin-bottom: 1.8rem;
    font-size: 5.2rem
}

.dl-item + .n-h5 {
    margin-top: 5.2rem
}

.doc-note {
    margin: -0.4rem 0 5.2rem
}

.doc-note p {
    font-size: 1.6rem;
    opacity: .7;
    margin-top: .8rem;
    line-height: 1.5
}

.dl-item {
    display: flex;
    align-items: center;
    border-radius: 2.4rem;
    border: 1px solid rgba(6, 16, 43, .12);
    background: #fff;
    padding: 1.9rem;
    color: #06102b;
    font-size: 1.4rem;
    margin-top: 1.6rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)
}

.dl-item:hover svg {
    color: #35a679
}

.dl-item svg {
    transition: .3s ease-out;
    flex-shrink: 0;
    margin-right: .8rem;
    width: 2.4rem;
    height: 2.4rem
}

.custom-drop {
    position: relative;
    margin-bottom: 2.4rem;
    z-index: 66;
    color: rgba(6, 16, 43, .5);
    line-height: 2.2rem;
    font-size: 1.6rem
}

.custom-drop ul {
    border: 1px solid rgba(6, 16, 43, .32);
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: .4rem;
    padding: .3rem;
    border-radius: .8rem;
    display: none
}

.custom-drop ul li a {
    padding: 1.2rem;
    border-radius: .4rem;
    display: block;
    display: block;
    color: #06102b
}

.custom-drop ul li a:hover {
    background: rgba(6, 16, 43, .05)
}

.custom-drop strong {
    color: #06102b;
    font-weight: normal
}

.custom-drop .current {
    border: 1px solid rgba(6, 16, 43, .1);
    background: #fff;
    border-radius: .8rem;
    position: relative;
    padding: 1.5rem;
    cursor: pointer;
    padding-right: 4rem
}

.custom-drop .current.active {
    border-color: rgba(6, 16, 43, .32)
}

.custom-drop .current.active + ul {
    display: block
}

.custom-drop .current.active:before {
    transform: scaleY(-1)
}

.custom-drop .current:before {
    content: "";
    position: absolute;
    top: 0;
    width: 1.6rem;
    height: 1.6rem;
    bottom: 0;
    right: 1.6rem;
    margin: auto;
    opacity: .5;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path d='M8 12.33c-.26 0-.51-.1-.71-.29L1.96 6.71c-.39-.39-.39-1.02 0-1.41s1.02-.39 1.41 0L8 9.93l4.63-4.63c.39-.39 1.02-.39 1.41 0s.39 1.02 0 1.41l-5.33 5.33c-.2.2-.45.29-.71.29' fill='%2306102b'/></svg>") no-repeat 50% 50%;
    background-size: contain
}

.project-cals {
    padding: 2rem 2.4rem .4rem;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .05);
    color: #fff;
    border-radius: 2.4rem;
    line-height: 1.5;
    background: #06102b
}

.project-cals .form-group {
    display: flex;
    gap: 1.2rem
}

.project-cals .form-group .n-btn {
    width: auto
}

.project-cals .input-group {
    flex-grow: 1;
    position: relative
}

.project-cals .input-group input.form-control {
    color: #06102b;
    height: 5.8rem;
    border-radius: 1.2rem;
    background: #fff;
    border: 0;
    display: block;
    padding: 0 1.6rem;
    padding-right: 4rem
}

.project-cals .input-group .suffix {
    position: absolute;
    top: 0;
    right: 1.9rem;
    font-size: 1.6rem;
    bottom: 0;
    opacity: .5;
    display: flex;
    align-items: center;
    color: #06102b
}

.project-cals .n-metas {
    margin-top: 2.4rem
}

.project-cals .n-btn {
    width: 100%
}

.project-cals dt {
    display: flex;
    align-items: center
}

.project-cals .n-tooltip {
    display: inline-block;
    float: none;
    color: #fff;
    margin: 0 .4rem 0 0;
    width: 2rem;
    height: 2rem
}

.project-cals .n-tooltip .n-tooltip-text {
    left: -1rem;
    background: #fff;
    color: #06102b
}

.project-cals .n-tooltip svg {
    width: 1.6rem;
    height: 1.6rem;
    margin: .2rem;
    opacity: .5;
    display: block
}

.project-cals .n-metas dl {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    align-items: center
}

.project-cals .n-metas dl dd {
    font-weight: 600;
    text-align: right
}

.project-cals .n-metas dl dd svg {
    width: 2rem;
    margin-right: .2rem;
    vertical-align: middle;
    display: inline-block;
    height: 2rem
}

.project-cals .security {
    padding: 2rem;
    border-radius: 2rem;
    margin: 2.4rem -2rem 0;
    background: hsla(0, 0%, 100%, .12)
}

.project-cals .security dl {
    margin-bottom: 0
}

.project-cals .progress-bar {
    border: 0;
    padding: 0;
    margin: 0 0 2.4rem;
    display: block
}

.project-cals .labels {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    margin-top: 1.2rem;
    font-size: 1.4rem;
    gap: 1rem
}

.project-cals .labels .small {
    opacity: .7
}

.project-cals .project-meta {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 2.4rem
}

.project-cals .project-meta dl {
    display: flex;
    gap: 1rem;
    justify-content: space-between
}

.toast-popup-h {
    position: fixed;
    right: 0;
    z-index: 99999;
    pointer-events: none;
    bottom: 0;
    margin: 2rem;
    width: calc(100% - 4rem);
    max-width: 37.2rem
}

.n-entry + .n-entry {
    margin-top: 5.8rem
}

.n-entry + .n-entry.lg {
    margin-top: 5.2rem
}

.toast-popup {
    pointer-events: auto;
    display: flex;
    padding: 1.5rem;
    color: #06102b;
    font-size: 1.4rem;
    margin-top: .6rem;
    line-height: 1.5;
    gap: .8rem;
    border-radius: 2.4rem;
    border: 1px solid rgba(6, 16, 43, .12);
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)
}

.toast-popup .icon {
    flex-shrink: 0;
    width: 2rem
}

.toast-popup svg {
    width: 2rem;
    height: 2rem;
    pointer-events: none;
    display: block
}

.toast-popup .close {
    width: 2rem;
    flex-shrink: 0;
    cursor: pointer;
    margin-left: auto
}

.share-table-h {
    margin: 5.2rem 0
}

.table-note {
    font-size: 1.4rem;
    opacity: .8;
    margin-top: 1.6rem;
    color: #06102b
}

.table-note a {
    text-decoration: underline
}

.table-note a:hover {
    text-decoration: none
}

.share-table {
    padding: 1.1rem;
    border-radius: 2.4rem;
    border: 1px solid rgba(6, 16, 43, .12);
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)
}

.share-table table {
    width: calc(100% - 3.2rem);
    margin: 0 1.6rem;
    font-size: 1.3rem
}

.share-table table tr:last-child td {
    padding-bottom: 1.4rem;
    border-bottom: 0
}

.share-table table td, .share-table table th {
    text-align: right;
    padding-left: .4rem
}

.share-table table td:first-child, .share-table table th:first-child {
    width: 46%;
    padding-left: 0;
    text-align: left
}

.share-table table td {
    padding: 2rem 0;
    font-weight: 500;
    line-height: 1.5;
    border-bottom: 1px solid rgba(6, 16, 43, .1)
}

.share-table table th {
    color: #06102b;
    padding-bottom: .6rem;
    border-bottom: 1px solid rgba(6, 16, 43, .3);
    font-weight: 600
}

.share-table .label {
    padding: 1.1rem 1.6rem;
    border-radius: 1.2rem;
    margin-bottom: 2.4rem;
    overflow: hidden;
    font-size: 1.6rem;
    color: rgba(6, 16, 43, .7);
    background: rgba(53, 166, 121, .12)
}

.share-table .label strong {
    color: #06102b
}

.m-gallery {
    display: none
}

.my-invest .my-note {
    font-size: 1.2rem;
    margin-top: 2.4rem;
    line-height: 1.35;
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    color: hsla(0, 0%, 100%, .7)
}

.my-invest .my-note a {
    color: #fff;
    text-decoration: underline
}

.my-invest .my-note a:hover {
    text-decoration: none
}

.my-invest .security {
    padding: 1.2rem 1.6rem;
    margin: -1rem 0 0
}

.n-section-text {
    padding: 8rem 0 10rem
}

.n-section-text h1 {
    margin-bottom: 5.2rem
}

.n-section-text h1.m-small {
    font-size: 3.6rem;
    margin-bottom: 2.4rem
}

.n-section-text h1.mb-0 {
    margin-bottom: 1.6rem
}

.n-section-text .main-col {
    max-width: 80rem
}

.copy-t {
    display: flex;
    align-items: center
}

.copy-t .copy-text {
    color: rgba(6, 16, 43, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: auto;
    width: 2rem;
    transition: .3s ease-out;
    margin-right: -0.2em;
    height: 2rem
}

.copy-t .copy-text:hover {
    color: #35a679
}

.copy-t .copy-text svg {
    width: 1.6rem;
    height: 1.6rem
}

.table-static + .table-static {
    margin-top: 5.2rem
}

.table-static {
    border-radius: 2.4rem;
    border: 1px solid #e1e2e5;
    background: #fff;
    padding: .8rem 2.8rem;
    font-size: 1.3rem;
    font-weight: 500;
    margin: 2.4rem 0;
    line-height: 150%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)
}

.table-static.with-label {
    margin: 1.6rem 0 5rem
}

.table-static.with-label:first-child {
    margin-top: 0
}

.table-static.with-label th {
    width: 19%
}

.table-static.with-label th:nth-child(2) {
    width: 31%
}

.table-static.with-label th:nth-child(3) {
    width: 34%
}

.table-static table {
    width: 100%
}

.table-static table > tr:last-child td, .table-static table > tr:last-child th, .table-static table tbody > tr:last-child td, .table-static table tbody > tr:last-child th {
    border: 0
}

.table-static th, .table-static td {
    padding: 1.9rem 0;
    border-bottom: 1px solid #b5b8c0
}

.table-static th {
    font-weight: 600
}

.body:has(.n-section-news-item) {
    overflow: visible
}

.n-section-news-item {
    padding: 8rem 0 5rem
}

.n-section-news-item .n-h2 {
    letter-spacing: 0;
    margin-bottom: 2.8rem
}

.n-section-news-item .main-col {
    max-width: 80rem
}

.n-section-news-item .featured-image {
    margin-bottom: 7.2rem
}

.n-section-news-item .featured-image img {
    border-radius: 2.4rem;
    width: 100%
}

.n-section-news-item .date {
    font-size: 1.7rem;
    line-height: 1.5;
    margin-bottom: .8rem
}

.author-info {
    padding-left: 7.6rem;
    min-height: 6rem;
    position: relative;
    padding-top: .8rem;
    margin-bottom: 7.2rem
}

.author-info .role {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase
}

.author-info .avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 6rem;
    height: 6rem;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden
}

.share-col {
    margin-left: auto;
    border-radius: 2.4rem;
    border: 1px solid #e1e2e5;
    background: #fff;
    width: 20.4rem;
    position: sticky;
    margin-bottom: auto;
    top: 10rem;
    right: 0;
    padding: 2.4rem;
    padding-top: 2rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)
}

.share-col .social {
    margin: 0;
    gap: 2.4rem
}

.share-col .social li {
    margin: 0
}

.share-col .social svg {
    width: 3rem;
    height: 3rem
}

.share-col .s-label {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    font-weight: 600
}

.or {
    text-align: center;
    margin: 1.8rem 0;
    position: relative;
    overflow: hidden;
    color: rgba(6, 16, 43, .5)
}

.or .or-label {
    display: inline-block;
    position: relative;
    padding: 0 1.6rem
}

.or .or-label:after, .or .or-label:before {
    content: "";
    height: 1px;
    background: rgba(6, 16, 43, .12);
    position: absolute;
    left: 0;
    margin: auto 0;
    width: 50vw;
    right: 0;
    top: 0;
    bottom: 0
}

.or .or-label:after {
    right: 100%;
    left: auto
}

.or .or-label:before {
    right: auto;
    left: 100%
}

.contact-btns {
    margin: 2rem 0 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem
}

.contact-btns .n-btn {
    gap: 1.4rem;
    text-align: left;
    background: #f1f4fa;
    background: #f8f8f9;
    justify-content: flex-start
}

.contact-btns .n-btn:hover {
    background: #f1f4fa;
    background: #f8f8f9
}

.contact-btns .n-btn.n-btn-secondary {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
    background: #35a679;
    color: #fff
}

.contact-btns .n-btn.n-btn-secondary:hover {
    background: #06102b
}

.contact-btns .n-btn svg {
    width: 2.4rem;
    height: 2.4rem;
    flex-shrink: 0
}

.n-section-contact-p {
    padding: 8rem 0;
    position: relative
}

.n-section-contact-p + .n-section-cta {
    padding-top: 0
}

.n-section-contact-p .main-col {
    width: 65.5%
}

.n-section-contact-p .right-col {
    width: 29%;
    margin-left: auto
}

.n-section-contact-p .port-panel {
    padding: 2.8rem 3rem
}

.n-section-contact-p .form-h.md-form {
    margin: 2.8rem 0 0;
    max-width: none
}

.n-section-contact-p .form-h.md-form .n-btn.n-btn-primary {
    margin-top: .4rem
}

.n-section-contact-p .form-h.md-form .form-group {
    margin-bottom: 1.6rem
}

.n-section-contact-p .form-h.md-form .n-row {
    justify-content: space-between
}

.n-section-contact-p .form-h.md-form .n-row .form-group {
    width: calc(50% - 1rem)
}

.n-section-contact-p .n-h4 {
    display: flex;
    align-items: center;
    gap: .8rem;
    margin-bottom: .6rem
}

.n-section-contact-p .n-h4 svg {
    width: 2.4rem;
    height: 2.4rem
}

.n-section-contact-p .head {
    margin-bottom: 5rem
}

.n-section-contact-p .head p {
    margin-top: 1rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: .1rem
}

.n-section-contact-p .container {
    position: relative
}

.n-section-contact-p .bg-mask {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.n-section-team + .n-section-contact {
    padding-top: 1rem
}

.n-section-contact .n-h1 {
    margin-bottom: 6.2rem
}

.sm-note {
    opacity: .7;
    margin-top: 1.6rem
}

.contact-meta {
    padding-left: 3.2rem;
    position: relative;
    line-height: 2.4rem;
    margin-bottom: 2.2rem;
    font-size: 1.6rem
}

.contact-meta dt {
    font-size: 1.4rem;
    margin-bottom: .6rem;
    font-weight: 600
}

.contact-meta a[href*="mailto:"] {
    text-decoration: underline
}

.contact-meta a[href*="mailto:"]:hover {
    text-decoration: none
}

.contact-meta svg {
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    top: 0;
    left: 0
}

.contact-map-item {
    border-radius: 1.2rem;
    background: #fff;
    padding: 2.4rem;
    min-height: 53.3rem;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .05);
    margin-bottom: 4rem;
    display: flex
}

.contact-map-item:last-child {
    margin-bottom: 2rem
}

.contact-map-item .map-i-h {
    border-radius: .8rem;
    overflow: hidden;
    width: 72.7%;
    position: relative
}

.contact-map-item .map-i-h iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%
}

.contact-map-item .text {
    width: 27.3%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding-right: 2rem
}

.contact-map-item .n-h3 {
    margin-bottom: auto;
    padding-bottom: 2.4rem
}

.port-panel {
    border-radius: 2rem;
    border: 1px solid rgba(6, 16, 43, .12);
    background: #fff;
    padding: 2.4rem;
    margin-bottom: 2.4rem
}

.port-panel.sm dl + dl {
    margin-top: 1.9rem;
    padding-top: 1.9rem;
    border-top: 1px solid rgba(6, 16, 43, .1)
}

.port-panel.graph {
    margin-bottom: 4rem
}

.port-panel .n-graph-holder {
    margin-top: -0.8rem
}

.port-panel .legend {
    float: right;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    gap: 2.4rem
}

.port-panel .legend .legend-item {
    display: flex;
    align-items: center
}

.port-panel .legend .legend-item:before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    border-radius: 50%;
    margin-right: .6rem;
    background: var(--bg)
}

.port-panel .legend .legend-item.bordered:before {
    border: .5px dashed #06102b
}

.port-panel .right {
    float: right
}

.port-panel .heading {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
    overflow: hidden;
    border-bottom: 1px solid rgba(6, 16, 43, .1)
}

.port-panel dl + dl {
    margin-top: 2rem
}

.port-panel .btns {
    display: flex;
    gap: 1.6rem;
    margin-top: 2.4rem
}

.port-panel .btns .n-btn {
    flex: 1
}

.port-panel dl {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    justify-content: space-between
}

.port-panel dl.gray-style {
    margin: 1.8rem -2rem -0.5rem;
    padding: 2rem;
    border-radius: 2rem;
    background: rgba(6, 16, 43, .08)
}

.port-panel dl dd {
    font-weight: 600
}

.row-3cols {
    margin-top: 5.2rem;
    margin-bottom: 1rem;
    gap: 5.2rem
}

.row-3cols .col {
    width: calc(33.33% - 3.4666666667rem)
}

.row-3cols .n-h4 {
    margin-bottom: 1.2rem
}

.time-head .sets {
    display: flex;
    margin-top: 5.2rem;
    margin-bottom: 4rem;
    flex-wrap: wrap;
    font-size: 1.6rem
}

.time-head .sets .set {
    width: 29.4rem;
    max-width: 100%
}

.time-head .sets .set .name {
    font-size: 1.6rem
}

.time-head .n-h4 {
    margin-bottom: .8rem
}

.time-head .left-col {
    width: 64.6%;
    max-width: 58.9rem;
    align-self: flex-start
}

.time-head .right-col {
    width: 30%;
    max-width: 37.2rem;
    margin-left: auto
}

.n-section-portfolio {
    padding: 9rem 0;
    min-height: 30rem
}

.n-section-portfolio .set p {
    opacity: .7
}

.n-section-portfolio .name {
    font-size: 1.6rem;
    margin-bottom: .4rem;
    font-weight: 700;
    line-height: 2.4rem;
    display: flex;
    align-items: center;
    letter-spacing: 0;
    text-transform: none;
    gap: .6rem
}

.n-section-portfolio .name .n-tooltip {
    margin: 0 0 0 .2rem;
    width: auto;
    height: auto
}

.n-section-portfolio .name .n-tooltip svg {
    width: 1.6rem;
    height: 1.6rem
}

.n-section-portfolio .name svg {
    width: 2rem;
    height: 2rem
}

.n-section-portfolio .set {
    min-width: 21.5rem
}

.n-section-portfolio .set .name {
    text-transform: uppercase;
    font-size: 1.4rem
}

.n-section-portfolio .between {
    justify-content: space-between
}

.n-section-portfolio .tab-head {
    gap: 2rem;
    justify-content: space-between;
    align-items: flex-end
}

.n-section-portfolio .tab-head .n-h2 {
    margin-bottom: 1.6rem
}

.n-section-portfolio .left-side {
    width: 30%
}

.n-section-portfolio .half-side {
    width: calc(50% - 2rem)
}

.n-section-portfolio .right-side {
    width: 70%;
    padding-left: 4rem
}

.n-section-login {
    padding: 7.2rem 0
}

.n-section-login .n-h4 {
    margin-bottom: 1.2rem
}

.n-section-login .text {
    width: 34.35%;
    padding: 4.6rem 0;
    margin-top: auto;
    margin-bottom: auto
}

.n-section-login .text.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.n-section-login .image {
    width: 65.65%;
    padding-left: 8.5rem
}

.n-section-login .img-h {
    min-height: 38rem;
    position: relative;
    height: 100%;
    border-radius: 5.2rem;
    overflow: hidden;
    z-index: 2
}

.toggle-pass {
    position: absolute;
    margin: auto 0;
    right: 1.5rem;
    top: 0;
    bottom: 0;
    width: 2rem;
    opacity: .3;
    height: 2rem
}

.toggle-pass:hover {
    opacity: .5
}

.toggle-pass.active {
    opacity: 1
}

.user-form {
    margin-top: 5.2rem;
    margin-bottom: 5.2rem
}

.user-form:last-child {
    margin-bottom: 0
}

.user-form .checkbox + .checkbox {
    margin-top: -2rem
}

.user-form .checkbox {
    margin: 3.6rem 0
}

.user-form .form-group {
    position: relative;
    margin-bottom: 1.6rem
}

.user-form .form-group + .n-btn {
    margin-top: 2rem
}

.form-control-2 + .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 4rem;
    padding: 0
}

.form-control-2 + .select2-container .select2-selection--single, .select2-search--dropdown .select2-search__field, input.form-control-2, .form-control-2 {
    height: 4.2rem;
    border-radius: .8rem;
    border: 1px solid rgba(6, 16, 43, .1);
    background: #fff;
    color: #06102b;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0 1.5rem;
    outline: none;
    line-height: 2.2rem
}

.form-group:has(.toggle-pass) .form-control-2 + .select2-container .select2-selection--single, .form-group:has(.toggle-pass) .select2-search--dropdown .select2-search__field, .form-group:has(.toggle-pass) input.form-control-2, .form-group:has(.toggle-pass) .form-control-2 {
    padding-right: 5.2rem
}

.form-control-2 + .select2-container .select2-selection--single:focus, .select2-search--dropdown .select2-search__field:focus, input.form-control-2:focus, .form-control-2:focus {
    border-color: rgba(6, 16, 43, .32)
}

.form-control-2 + .select2-container .select2-selection--single[disabled], .select2-search--dropdown .select2-search__field[disabled], input.form-control-2[disabled], .form-control-2[disabled] {
    background: #ececef
}

textarea.form-control-2 {
    padding-top: 1.5rem;
    display: block;
    min-height: 10.1rem
}

.form-control-2 + .select2-container.select2-container--open .select2-selection--single {
    border-color: rgba(6, 16, 43, .32)
}

.chartjs-tooltip {
    position: absolute;
    background: #fff;
    color: #06102b;
    border-radius: 2.4rem;
    border: 1px solid rgba(6, 16, 43, .12);
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    padding: 1.5rem;
    line-height: 150%;
    pointer-events: none;
    transform: translate(-50%, -100%);
    transition: all .1s ease;
    text-align: center;
    white-space: nowrap
}

.chartjs-tooltip .label {
    font-size: 1.2rem;
    opacity: .5;
    display: block
}

.chartjs-tooltip .value {
    display: block;
    font-size: 1.4rem;
    font-weight: 500
}

.chart-heading {
    color: #06102b;
    font-size: 1.4rem;
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
    font-weight: 600;
    line-height: 150%;
    border-bottom: 1px solid #e1e2e5
}

.chart-heading.sm {
    padding-bottom: .8rem;
    margin-bottom: 2rem
}

.n-tabs-inline {
    margin-bottom: 1.6rem
}

.n-tabs-inline ul {
    border-radius: 1.6rem;
    vertical-align: top;
    display: inline-flex;
    background: rgba(6, 16, 43, .03);
    padding: .4rem
}

.n-tabs-inline a {
    display: block;
    padding: 1.2rem 1.6rem;
    color: #06102b;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    border-radius: 1.2rem;
    line-height: normal;
    opacity: .7
}

.n-tabs-inline a:hover {
    opacity: 1
}

.n-tabs-inline a.active {
    opacity: 1;
    border: 1px solid rgba(6, 16, 43, .06);
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .02), 0 2px 4px 0 rgba(0, 0, 0, .08)
}

.checks-set {
    display: flex;
    margin-bottom: 2.8rem;
    flex-wrap: wrap;
    gap: 0 3.2rem
}

.checks-set.rows {
    flex-direction: column
}

.checks-set .checkbox {
    margin: 0 0 1.2rem;
    align-items: center
}

.checks-set .checkbox .check-label {
    font-size: 1.6rem
}

.checks-set .label {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.4rem;
    margin-bottom: 1.2rem;
    width: 100%
}

.payments-table-wrap table td {
    font-size: 1.3rem;
    padding: 2rem 0;
    vertical-align: middle;
    width: 1%;
    font-weight: 500;
    line-height: 150%;
    border-top: 1px solid rgba(6, 16, 43, .1)
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none
}

.dt-search {
    max-width: 29.5rem;
    margin-left: auto;
    margin-bottom: 2.4rem
}

.dt-search label {
    display: none
}

.dt-search input.dt-input {
    appearance: none;
    height: 5.8rem;
    border: 1px solid #e5e5e5;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20'><path fill='rgba(6, 16, 43, .5)' d='M9 3.4999C7.54131 3.4999 6.14236 4.07936 5.11091 5.11081C4.07946 6.14226 3.5 7.54121 3.5 8.9999C3.5 10.4586 4.07946 11.8575 5.11091 12.889C6.14236 13.9204 7.54131 14.4999 9 14.4999C10.4587 14.4999 11.8576 13.9204 12.8891 12.889C13.9205 11.8575 14.5 10.4586 14.5 8.9999C14.5 7.54121 13.9205 6.14226 12.8891 5.11081C11.8576 4.07936 10.4587 3.4999 9 3.4999ZM2 8.9999C2.00009 7.88057 2.26861 6.77758 2.78303 5.78346C3.29745 4.78934 4.04276 3.93308 4.95645 3.2865C5.87015 2.63991 6.92557 2.22187 8.0342 2.06744C9.14282 1.913 10.2723 2.02667 11.3279 2.39892C12.3836 2.77117 13.3345 3.39113 14.101 4.20681C14.8676 5.02249 15.4273 6.0101 15.7333 7.08679C16.0393 8.16348 16.0827 9.29785 15.8597 10.3948C15.6368 11.4917 15.154 12.5191 14.452 13.3909L17.78 16.7199C17.8537 16.7886 17.9128 16.8714 17.9538 16.9634C17.9948 17.0554 18.0168 17.1547 18.0186 17.2554C18.0204 17.3561 18.0018 17.4561 17.9641 17.5495C17.9264 17.6429 17.8703 17.7277 17.799 17.7989C17.7278 17.8702 17.643 17.9263 17.5496 17.964C17.4562 18.0017 17.3562 18.0203 17.2555 18.0185C17.1548 18.0167 17.0555 17.9947 16.9635 17.9537C16.8715 17.9127 16.7887 17.8536 16.72 17.7799L13.391 14.4519C12.3625 15.2803 11.1207 15.8008 9.80901 15.9535C8.49727 16.1061 7.16912 15.8845 5.97795 15.3144C4.78677 14.7443 3.78117 13.8489 3.07727 12.7315C2.37338 11.6142 1.99991 10.3205 2 8.9999Z'/></svg>") no-repeat 1.5rem 50%
}

.dt-column-order {
    display: inline-block;
    height: 1.6rem;
    width: 1.6rem;
    position: relative
}

.dt-column-order:after {
    transform: scaleY(-1)
}

.dt-ordering-asc .dt-column-order:after {
    opacity: 1
}

.dt-ordering-desc .dt-column-order:before {
    opacity: 1
}

.dt-column-order:after, .dt-column-order:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path fill='rgba(6, 16, 43, 1)' d='M10.78 5.78c-.14.14-.33.22-.53.22s-.39-.08-.53-.22L8 4.06 6.28 5.78c-.14.13-.33.2-.52.2s-.38-.08-.52-.22-.22-.32-.22-.52c0-.19.07-.38.2-.52l2.25-2.25c.14-.14.33-.22.53-.22s.39.08.53.22l2.25 2.25c.14.14.22.33.22.53s-.08.39-.22.53'/></svg>") no-repeat;
    background-size: contain
}

.dt-column-header {
    font-size: 1.3rem;
    font-weight: 600;
    cursor: pointer;
    line-height: 150%;
    display: flex;
    padding-bottom: .8rem;
    border-bottom: 1px solid rgba(6, 16, 43, .2);
    margin-bottom: -1px;
    align-items: center;
    gap: .4rem
}

.btn-icon {
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    margin: auto;
    color: #35a679;
    cursor: pointer
}

.btn-icon.disabled {
    opacity: .1;
    pointer-events: none
}

.payments-table-wrap {
    margin: 4rem 0;
    padding: 2.4rem;
    border-radius: 2.4rem;
    border: 1px solid rgba(6, 16, 43, .06);
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)
}

.payments-table-wrap #transactions-table {
    margin-bottom: -2rem
}

.payments-table-wrap #transactions-table td {
    word-wrap: break-word;
    padding-right: 1.4rem
}

.payments-table-wrap #transactions-table td:last-child {
    padding-right: 0
}

.payments-table-wrap .copy-t {
    display: inline-flex;
    gap: .4rem
}

.payments-table-wrap .copy-t svg {
    color: #35a679
}

.payments-table-wrap .dt-orderable-none .dt-column-header {
    cursor: auto
}

.payments-table-wrap .n-btn-block {
    margin-top: .4rem
}

.payments-table-wrap .n-tooltip {
    margin: 0;
    float: none;
    vertical-align: top;
    display: inline-block;
    width: 1.6rem;
    height: 1.8rem;
    margin-left: .1rem
}

.payments-table-wrap .n-tooltip svg {
    display: block
}

.share {
    display: flex;
    gap: .8rem;
    margin-bottom: 3.2rem
}

.share a {
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    border: 1px solid rgba(6, 16, 43, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #35a679
}

.share a.in {
    color: #0072b1
}

.share a svg {
    width: 2.4rem;
    height: 2.4rem
}

.team-item {
    border-radius: 2.4rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    border: .5px solid rgba(6, 16, 43, .12);
    background: #fff;
    padding: 2rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    width: calc(33.33% - 1.3333333333rem)
}

.team-item .image {
    margin-bottom: 3.2rem;
    position: relative;
    padding-bottom: 76.8%;
    border-radius: 2rem;
    z-index: 1;
    overflow: hidden
}

.team-item .name {
    font-size: 3rem;
    font-weight: 600;
    line-height: 3.6rem
}

.team-item .role {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2rem;
    margin: 1.6rem 0;
    letter-spacing: .1rem;
    text-transform: uppercase
}

.team-group {
    font-size: 3rem;
    font-weight: 600;
    line-height: 3.6rem;
    margin-bottom: 3.2rem
}

.n-section-team {
    padding: 5rem 0
}

.n-section-team .n-h1 {
    margin-bottom: 7rem
}

.n-section-team .top {
    margin-top: 1rem;
    margin-bottom: 4rem
}

.n-section-team .n-row {
    gap: 6.4rem 2rem;
    margin-bottom: 12rem
}

.n-section-team .n-row:last-child {
    margin-bottom: 0
}

.n-section-about .n-h0 {
    font-size: 8.4rem;
    line-height: 8rem
}

.n-section-about .n-row {
    gap: 5.2rem;
    flex-wrap: wrap
}

.n-section-about .col {
    font-size: 1.4rem;
    line-height: 150%;
    width: calc(50% - 2.6rem)
}

.n-section-about .col .n-h4 {
    margin-bottom: 1.2rem
}

.n-section-sm {
    padding: 8rem 0
}

.n-section-sm .select2-container {
    background: #f8f8f9
}

.n-section-sm .svg-mask {
    position: absolute;
    top: 0;
    right: 0
}

.n-section-sm .n-h4 {
    margin-bottom: 3.6rem
}

.n-section-sm .invest-table {
    margin-top: 4rem;
    margin-bottom: 2rem
}

.n-section-sm .invest-table strong {
    color: #06102B
}

.n-section-sm .selects-row {
    margin-bottom: 2.4rem
}

.n-section-sm .selects-row .form-group {
    width: 36rem;
    max-width: calc(33.33% - 1.5rem)
}

.text-success {
    color: #35a679
}

.prog-slider {
    display: flex;
    max-width: 50.6rem;
    color: #06102b;
    font-size: 1.4rem;
    margin: 3rem 0 -0.4rem;
    align-items: center;
    font-weight: 500;
    gap: 1.6rem
}

.prog-slider .bar {
    flex-grow: 1
}

.order-row {
    display: flex;
    margin: 1.8rem 0
}

.order-row .calcs {
    display: flex;
    margin-bottom: .6rem;
    gap: 3.8rem;
    flex-wrap: wrap
}

.order-row .calcs .calc-item {
    min-width: 16.6rem
}

.order-row .calcs .n-h4 {
    margin-top: .8rem
}

.order-row.sell .btn-h {
    margin: 0 0 1.6rem
}

.order-row.sell .btn-h .n-btn {
    min-width: 0
}

.order-row.sell .quest-item {
    margin-bottom: 4.8rem
}

.order-row .project-text .n-row dl {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between
}

.order-row .table-h {
    width: 66%
}

.order-row .n-btn-primary {
    min-width: 29.4rem
}

.order-row .project-item {
    width: 30%;
    margin-left: auto
}

.orders-table {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 4rem
}

.orders-table .n-tooltip.v2 svg {
    color: #35a679
}

.table-s-h .orders-table.with-sort .td-label {
    display: none
}

.table-s-h .orders-table.with-sort th {
    text-transform: none;
    letter-spacing: 0;
    padding-top: .4rem;
    user-select: none;
    padding-bottom: .6rem;
    border-bottom: 1px solid rgba(6, 16, 43, .32);
    cursor: pointer
}

.table-s-h .orders-table.with-sort th:empty {
    pointer-events: none
}

.table-s-h .orders-table.with-sort .sort-up:after, .table-s-h .orders-table.with-sort .sort-down:after {
    content: "";
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'><path  d='M8.00009 2a.75.75 0 0 1 .75.75v8.69l3.22001-3.22a.75003.75003 0 0 1 .8296-.18412.7495.7495 0 0 1 .2494.16508.75.75 0 0 1-.019 1.07904l-4.50001 4.5a.7498.7498 0 0 1-.53.2193.7498.7498 0 0 1-.53-.2193l-4.5-4.5a.74997.74997 0 0 1 .01838-1.04162A.75003.75003 0 0 1 4.03009 8.22l3.22 3.22V2.75a.75.75 0 0 1 .75-.75' fill='%2306102b'/></svg>") no-repeat;
    width: 1.6rem;
    display: inline-block;
    margin: -0.2rem 0 .2rem;
    margin-left: .5rem;
    vertical-align: middle;
    height: 1.6rem;
    background-size: contain
}

.table-s-h .orders-table.with-sort .sort-up:after {
    transform: scaleY(-1)
}

.table-s-h .orders-table.with-sort th:nth-child(1) {
    width: 24%
}

.table-s-h .orders-table.with-sort th:nth-child(2) {
    width: 24%
}

.table-s-h .orders-table.with-sort th:nth-child(3) {
    width: 35%
}

.table-s-h .orders-table.with-sort th:nth-child(4) {
    width: 24%
}

.table-s-h .orders-table.with-sort th:nth-child(5) {
    width: 5%;
    min-width: 8.5rem
}

.orders-table .action {
    text-align: right
}

.orders-table td {
    padding-bottom: 2rem;
    vertical-align: middle;
    padding-top: 2rem;
    font-weight: 500;
    font-size: 1.3rem;
    border-bottom: 1px solid rgba(6, 16, 43, .1)
}

.orders-table td[colspan] {
    border: 0;
    font-weight: normal;
    font-size: 1.6rem;
    padding-bottom: 0;
    padding-top: 3.2rem
}

.orders-table th {
    font-size: 1.4rem;
    padding-bottom: 1.4rem;
    color: #06102b;
    border-bottom: 1px solid #06102B;
    font-weight: 600;
    line-height: 2rem;
    vertical-align: middle;
    letter-spacing: .1rem;
    text-transform: uppercase;
    width: 18%
}

.orders-table th:nth-child(1) {
    width: 19%
}

.orders-table th:nth-child(3) {
    width: 27%
}

.orders-table th:nth-child(4) {
    width: 24%
}

.select2-dropdown.select2-dropdown--above {
    margin-top: -0.4rem
}

.project-item {
    display: flex;
    flex-direction: column
}

.n-section-acc {
    padding-bottom: 7.2rem;
    padding-top: 7.2rem
}

.n-section-acc .side-nav {
    width: 21.8%;
    min-width: 27rem
}

.n-section-acc .right-col {
    width: 71.8%;
    max-width: calc(100% - 30rem);
    margin-left: auto
}

.n-section-acc .n-sec-text {
    margin-bottom: 3.2rem
}

.n-section-acc .n-sec-text p + p {
    margin-top: 2rem
}

.side-nav .port-panel {
    padding: 3.1rem
}

.form-h {
    max-width: 42.6rem;
    margin-top: 5.2rem
}

.form-h .n-btn {
    margin-top: 2rem
}

.n-r-tabs.sm {
    margin-bottom: 2.4rem;
    margin-top: 2.4rem;
    text-align: center
}

.n-r-tabs.sm ul {
    padding: .2rem;
    border-radius: .8rem
}

.n-r-tabs.sm li a {
    padding: .8rem 2.4rem;
    font-size: 1.4rem;
    line-height: 2rem;
    border-radius: .6rem
}

.side-nav ul {
    display: flex;
    width: 27rem;
    flex-direction: column;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .014rem;
    line-height: 1;
    gap: 2.4rem
}

.side-nav ul a:hover {
    color: #06102b
}

.side-nav .current {
    font-weight: 600
}

.side-nav .current svg {
    color: #35a679
}

.side-nav .done svg {
    padding: .2rem;
    color: #06102b
}

.side-nav li {
    color: rgba(6, 16, 43, .5)
}

.side-nav li.current {
    color: #06102b
}

.side-nav a, .side-nav li {
    display: flex;
    align-items: center;
    gap: .8rem
}

.side-nav svg {
    width: 2rem;
    height: 2rem
}

.form-group.sm {
    margin-bottom: 1.6rem
}

.form-group.sm label {
    font-size: 1.4rem;
    margin-bottom: .6rem;
    line-height: 1
}

.n-row-payments {
    gap: 2.4rem 3.2rem;
    max-width: 83rem
}

.n-row-payments .insert-checkbox {
    margin-bottom: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #dbdce0
}

.n-row-payments .insert-checkbox .checkbox {
    margin: 0
}

.n-row-payments .port-panel {
    width: calc(50% - 1.6rem);
    padding: 2.3rem;
    display: flex;
    flex-direction: column
}

.n-row-payments .port-panel .check-item {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    line-height: 150%;
    gap: .8rem
}

.n-row-payments .port-panel .check-item svg {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    color: #35a679
}

.n-row-payments .port-panel .logo {
    padding-bottom: 1.4rem;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    border-bottom: 1px solid #dbdce0
}

.n-row-payments .port-panel .logo img {
    height: 2.8rem;
    object-fit: contain
}

.n-row-payments .n-btn {
    margin-top: auto
}

.n-row-veri .btns-h {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem
}

.n-row-veri .btns-h .n-btn-tran {
    padding-left: 0;
    padding-right: 0
}

.n-row-veri .table-static {
    margin: 1.4rem 0;
    width: 55.1rem;
    max-width: 100%
}

.n-row-veri .table-static td {
    width: auto
}

.n-row-veri .table-static th {
    padding-right: 2rem;
    width: auto
}

.n-row-veri .table-static .copy-text svg {
    width: 2rem;
    height: 2rem
}

.n-row-veri .left-col {
    width: calc(100% - 30rem)
}

.n-row-veri .left-col .n-h5 {
    margin-top: 5.2rem;
    margin-bottom: 1.2rem
}

.n-row-veri .left-col .n-sec-text {
    width: 42.6rem;
    max-width: 100%
}

.n-row-veri .left-col .n-sec-text.wide {
    width: 55rem
}

.n-row-veri .left-col .n-sec-text.wide p {
    max-width: none
}

.n-row-veri .port-panel {
    margin-left: auto;
    width: 26rem;
    display: flex;
    align-items: center;
    border: 0;
    justify-content: center;
    min-height: 30.4rem;
    margin-bottom: 1.2rem
}

.n-row-veri .port-panel.sm {
    min-height: 26rem;
    height: auto;
    margin-bottom: auto
}

.n-row-veri .port-panel img {
    width: 15rem;
    object-fit: contain
}

.dl-doc + .dl-doc {
    margin-top: 1.2rem
}

.dl-doc {
    display: flex;
    max-width: 64rem;
    align-items: center;
    gap: .8rem;
    padding: 1.9rem;
    margin-bottom: .8rem;
    font-size: 1.4rem
}

.dl-doc:hover {
    border-color: rgba(6, 16, 43, .3)
}

.dl-doc svg {
    width: 2.4rem;
    height: 2.4rem
}

.dl-note {
    opacity: .7;
    margin-bottom: 3.2rem
}

.upload-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3.8rem;
    gap: 0 1.6rem
}

.upload-wrap + .n-btn {
    margin-top: -2rem;
    vertical-align: top
}

.upload-wrap .n-tooltip {
    margin: 0;
    float: none;
    vertical-align: top;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    margin-left: .3rem
}

.upload-wrap .n-tooltip svg {
    opacity: .5;
    display: block
}

.upload-wrap label.file-upload, .upload-wrap .file-upload {
    width: 31.2rem;
    margin-bottom: 0;
    max-width: 100%
}

.file-upload, label.file-upload {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1;
    justify-content: center;
    flex-direction: column;
    border-radius: .8rem;
    min-height: 16.8rem;
    padding: 2rem;
    text-align: center;
    border: 1px dashed rgba(6, 16, 43, .1);
    background: #fff;
    gap: 1.2rem
}

.file-upload .doc, label.file-upload .doc {
    border-radius: .4rem;
    display: block;
    margin-bottom: 1.6rem;
    padding: 1.2rem;
    background: rgba(6, 16, 43, .08)
}

.file-upload .doc svg, label.file-upload .doc svg {
    width: 2.4rem;
    height: 2.4rem
}

.file-upload .l-name, label.file-upload .l-name {
    text-align: center;
    width: 100%
}

.file-upload .l-name .name, label.file-upload .l-name .name {
    display: inline-block;
    max-width: calc(100% - 5rem);
    vertical-align: top;
    width: auto
}

.file-upload .stat, label.file-upload .stat {
    opacity: .5
}

.file-upload .progress-h, label.file-upload .progress-h {
    width: calc(100% + 2.4rem);
    height: .8rem;
    display: block;
    margin: 2.2rem -1.2rem -3.2rem;
    border-radius: 10rem;
    background: rgba(53, 166, 121, .12)
}

.file-upload .progress-h .progress-h-bar, label.file-upload .progress-h .progress-h-bar {
    border-radius: 5.2rem;
    background: #35a679;
    height: .8rem;
    display: block
}

.file-upload .remove, label.file-upload .remove {
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 8;
    margin: 1.2rem;
    right: 0;
    cursor: pointer;
    width: 2rem;
    height: 2rem
}

.file-upload .name, label.file-upload .name {
    width: 100%;
    display: block;
    white-space: nowrap;
    padding: 1rem 0;
    margin: -1rem 0;
    overflow: hidden;
    text-overflow: ellipsis
}

.file-upload .over, label.file-upload .over {
    background: #fff;
    border-radius: inherit;
    padding: 2rem;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute
}

.file-upload .label, label.file-upload .label {
    width: 18rem;
    max-width: 100%;
    color: rgba(6, 16, 43, .5);
    font-size: 1.4rem;
    line-height: 125%
}

.file-upload .n-btn.n-btn-sm, label.file-upload .n-btn.n-btn-sm {
    padding: 1.2rem 1.6rem;
    line-height: 1.4rem
}

.file-upload input, label.file-upload input {
    position: absolute;
    cursor: pointer;
    width: 400%;
    right: 0;
    opacity: 0;
    z-index: 5;
    height: 100%;
    top: 0
}

.alert-item + .alert-item {
    padding-top: 2.3rem;
    margin-top: 2.3rem;
    border-top: 1px solid rgba(6, 16, 43, .2)
}

.alert-item {
    display: flex;
    color: rgba(6, 16, 43, .7);
    font-size: 1.3rem;
    gap: 2rem;
    line-height: 1.4
}

.alert-item .desc {
    margin-top: .4rem
}

.alert-item a {
    color: #35a679
}

.alert-item a:hover {
    text-decoration: underline
}

.alert-item .name {
    color: #06102b;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: .014rem
}

.alert-item .date {
    margin-left: auto;
    display: flex;
    margin-bottom: auto;
    line-height: 2rem;
    flex-shrink: 0;
    align-items: center;
    gap: .6rem
}

.status-dot {
    width: .8rem;
    height: .8rem;
    background: #35a679;
    border-radius: 50%
}

.alert-list {
    overflow: auto;
    max-height: 50rem;
    padding: 2.2rem 2.3rem;
    border-radius: 2rem;
    border: 1px solid rgba(6, 16, 43, .12);
    background: #fff
}

.n-section-profile {
    position: relative
}

.n-section-profile .alert-list, .n-section-profile .alert-head {
    max-width: 49rem;
    overflow: visible;
    max-height: none
}

.n-section-profile .alert-item + .alert-item {
    margin-top: .8rem
}

.n-section-profile .alert-list {
    border: 0;
    padding: 0 0 3rem;
    background: none
}

.n-section-profile .alert-list:first-child {
    margin-top: 2.2rem
}

.n-section-profile .alert-head {
    margin-bottom: 1.2rem;
    padding-left: 0;
    padding-right: 0
}

.n-section-profile .empty-list {
    margin: 3.2rem 0
}

.n-section-profile .empty-list p {
    opacity: .7;
    margin-top: .6rem;
    font-size: 1.6rem
}

.n-section-profile .alert-item {
    padding: 2.2rem 2.3rem;
    border-radius: 2rem;
    border: 1px solid rgba(6, 16, 43, .12);
    background: #fff
}

.n-section-profile .n-tabs {
    margin-top: -1rem;
    margin-bottom: 1.2rem
}

.n-section-profile .n-tabs ul {
    min-width: 100%
}

.n-section-profile .container {
    position: relative
}

.n-section-profile .bg-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.n-section-profile .btns {
    display: flex;
    margin-top: 3.6rem;
    gap: 1.6rem
}

.form-h.md-form {
    max-width: 40rem;
    margin-top: 3.6rem
}

.form-h.md-form.quest-item {
    max-width: none;
    margin: 0
}

.form-h.md-form.quest-item textarea {
    min-height: 14rem
}

.form-h.md-form .form-control-2 + .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 5.2rem
}

.form-h.md-form .toggle-pass {
    height: 5.4rem;
    top: auto
}

.form-h.md-form .n-tooltip {
    margin: .3rem 0 0 .2rem;
    width: auto;
    display: inline-block;
    vertical-align: top;
    float: none;
    height: auto
}

.form-h.md-form .n-tooltip svg {
    width: 2rem;
    color: #06102b;
    opacity: .5;
    height: 2rem
}

.form-h.md-form .form-control-2 + .select2-container .select2-selection--single, .form-h.md-form .select2-search--dropdown .select2-search__field, .form-h.md-form input.form-control-2, .form-h.md-form .form-control-2 {
    height: 5.4rem;
    font-size: 1.6rem
}

.form-h.md-form .form-control-2 + .select2-container .select2-selection--single[disabled], .form-h.md-form .select2-search--dropdown .select2-search__field[disabled], .form-h.md-form input.form-control-2[disabled], .form-h.md-form .form-control-2[disabled] {
    color: rgba(6, 16, 43, .7)
}

.form-h.md-form .copy-t .form-control-2 + .select2-container .select2-selection--single, .form-h.md-form .copy-t .select2-search--dropdown .select2-search__field, .form-h.md-form .copy-t input.form-control-2, .form-h.md-form .copy-t .form-control-2 {
    padding-right: 4rem
}

.form-h.md-form .suffix {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    opacity: .5;
    height: 5.4rem;
    font-size: 1.6rem;
    right: 1.6rem
}

.form-h.md-form:has(.suffix) .form-control-2 + .select2-container .select2-selection--single, .form-h.md-form:has(.suffix) .select2-search--dropdown .select2-search__field, .form-h.md-form:has(.suffix) input.form-control-2, .form-h.md-form:has(.suffix) .form-control-2 {
    padding-right: 4rem
}

.form-h.md-form .copy-text {
    position: absolute;
    bottom: 0;
    right: 1.6rem;
    height: 5.4rem
}

.form-h.md-form .copy-text svg {
    width: 2rem;
    height: 2rem
}

.form-h.md-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 2.4rem
}

.checkbox-toggler-wrap {
    margin: 3.4rem 0 3.6rem;
    border-top: 1px solid rgba(6, 16, 43, .2);
    border-bottom: 1px solid rgba(6, 16, 43, .2)
}

.invite-stats {
    display: flex;
    gap: 3.6rem;
    flex-wrap: wrap;
    margin: 3.6rem 0 2rem;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400
}

.in-stat {
    min-width: 18.2rem;
    display: flex;
    line-height: 2.3rem;
    align-items: center;
    gap: .6rem
}

.in-stat .badge {
    border-radius: 2.4rem;
    background: #35a679;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0 .8rem;
    line-height: 150%;
    color: #fff
}

.cal-set {
    margin-top: 3.6rem;
    padding-bottom: 3.6rem;
    padding-top: 3.6rem;
    border-top: 1px solid rgba(6, 16, 43, .2);
    font-size: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3.6rem;
    font-weight: 400;
    justify-content: space-between;
    line-height: 150%
}

.cal-set .cal-item {
    width: calc(50% - 1.8rem)
}

.cal-set .n-h4 {
    margin-top: .8rem
}

.n-tabs.sort-tabs a {
    color: rgba(6, 16, 43, .5)
}

.n-tabs.sort-tabs strong {
    font-weight: normal;
    margin-left: .2em;
    pointer-events: none;
    color: #06102b
}

.n-section-values {
    padding-top: 3.2rem
}

.n-section-values .n-h4 {
    margin-bottom: 1rem
}

.n-section-values p {
    line-height: 1.5
}

.n-section-values .n-row {
    margin-bottom: -1rem;
    gap: 3.2rem
}

.n-section-values .n-row > .port-panel {
    margin: 0;
    padding: 3.6rem;
    width: calc(50% - 1.6rem)
}

.n-section-values h2 {
    margin-bottom: 4rem
}

@media (min-width: 768px) {
    .header-with-b.header-white .user-r .plan {
        color: rgba(6, 16, 43, .7)
    }

    .user-r {
        position: relative;
        padding-bottom: 1.3rem;
        margin-bottom: -1.3rem
    }

    .user-r:focus-within svg, .user-r:hover svg {
        transform: scaleY(-1)
    }

    .user-r:focus-within ul, .user-r:hover ul {
        display: flex
    }

    .user-r ul {
        position: absolute;
        top: 100%;
        right: 0;
        display: none;
        padding: 1.4rem 2.7rem;
        color: #06102b;
        min-width: 22.3rem;
        flex-direction: column;
        border-radius: 2.4rem;
        border: 1px solid rgba(6, 16, 43, .1);
        background: #fff;
        box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .02)
    }

    .user-r ul li + li {
        padding-top: 1.2rem;
        margin-top: 1.2rem;
        border-top: 1px solid rgba(6, 16, 43, .2)
    }

    .user-r ul a {
        display: flex;
        gap: .8rem;
        padding: 1.2rem 0;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        line-height: 2rem;
        align-items: center;
        letter-spacing: .014rem
    }

    .user-r ul .logout {
        color: #d61b1b
    }

    .user-r ul .logout svg {
        opacity: 1
    }

    .user-r svg {
        width: 2rem;
        height: 2rem;
        opacity: .7
    }

    .header-with-b.header-white .header {
        box-shadow: 0 1px rgba(6, 16, 43, .2)
    }

    .header-with-b .header {
        box-shadow: 0 1px hsla(0, 0%, 100%, .2)
    }

    .project-item.hori {
        display: flex;
        flex-direction: row
    }

    .project-item.hori .n-row {
        padding-top: 2.4rem;
        gap: 2.4rem 2.4rem
    }

    .project-item.hori .project-text {
        width: 53%;
        padding: 2.4rem 2.4rem 2.4rem 2.4rem
    }

    .project-item.hori .project-text .top {
        margin-bottom: 2.4rem;
        padding-bottom: 0;
        display: block
    }

    .project-item.hori .project-text .location {
        margin: 0;
        display: inline-flex;
        background: none;
        padding: 0;
        border: 0
    }

    .project-item.hori .image {
        margin: 0;
        width: 47%;
        padding-bottom: 37.6%
    }

    .table-convert.labels-color thead tr th {
        padding-bottom: 1.6rem;
        width: auto;
        min-width: 10rem
    }

    .table-convert.labels-color thead tr th:first-child {
        width: auto
    }

    .table-convert.labels-color tbody tr:last-child td, .table-convert.labels-color tbody tr:last-child th {
        border-bottom: 0
    }

    .table-convert.labels-color td, .table-convert.labels-color th {
        vertical-align: middle;
        padding-right: 3.2rem;
        line-height: 1.5
    }

    .table-convert.labels-color td:last-child, .table-convert.labels-color th:last-child {
        padding-right: 0
    }

    .table-convert.sep-vertical table {
        margin: 0
    }

    .table-convert.sep-vertical table:last-child tbody tr:last-child td {
        border-bottom: 0;
        padding-bottom: 1.6rem
    }

    .table-convert.sep-vertical table thead th:first-child, .table-convert.sep-vertical table thead th {
        width: auto
    }

    .table-convert.sep-vertical table tr td:first-child {
        width: 22.1%
    }

    .table-convert.sep-vertical table tr td:nth-child(2) {
        width: 24.4%
    }

    .table-convert.sep-vertical table tr td:nth-child(3) {
        width: 24.4%
    }

    .table-convert.sep-vertical table tr td:nth-child(4) {
        width: 15.1%
    }

    .table-convert.sep-vertical table tr td:nth-child(5) {
        width: 14%
    }

    .table-convert.sep-vertical thead tr:first-child th {
        padding: 1.8rem 0
    }

    .table-convert.sep-vertical thead tr th[colspan], .table-convert.sep-vertical thead tr th {
        padding: 1.2rem 0
    }

    .table-convert.sep-vertical td, .table-convert.sep-vertical th {
        vertical-align: middle;
        padding-right: 3.2rem;
        word-wrap: break-word
    }

    .table-convert.sep-vertical td:last-child, .table-convert.sep-vertical th:last-child {
        padding-right: 0
    }

    .n-section:has(.arrows) .n-h2 {
        padding-right: 14rem
    }

    .n-section-press:has(.arrows) .n-h2 {
        padding-right: 0
    }

    .n-section:has(.arrows) .sec-head {
        max-width: calc(100% - 14rem)
    }

    .n-section:has(.arrows) .sec-head .n-h2 {
        padding-right: 0
    }

    .table-static th {
        width: 28rem
    }

    .m-only {
        display: none !important
    }

    .payments-table-wrap #transactions-table th {
        width: 16%
    }

    .payments-table-wrap #transactions-table th:nth-child(2) {
        width: 12%
    }

    .payments-table-wrap #transactions-table th:nth-child(3) {
        width: 11%
    }

    .payments-table-wrap #transactions-table th:nth-child(4) {
        width: 28%
    }

    .payments-table-wrap #transactions-table th:nth-child(5) {
        width: 12%
    }

    .payments-table-wrap #transactions-table th:nth-child(6) {
        width: 11%
    }

    .payments-table-wrap #transactions-table th:nth-child(7) {
        width: 13%
    }

    .payments-table-wrap #transactions-table th:last-child {
        width: 10%
    }
}

@media (min-width: 1024px) {
    .main-menu .sm li {
        padding-right: 1.4rem;
        padding-left: 1.4rem
    }

    .n-section-projects .d-pos-r {
        position: absolute;
        top: -0.3rem;
        right: 2.4rem;
        margin-top: 0
    }

    .invest-table {
        padding: 2.4rem;
        padding-bottom: .9rem;
        border-radius: 2.4rem;
        border: 1px solid rgba(6, 16, 43, .06);
        background: hsla(0, 0%, 100%, .7);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)
    }

    .invest-table .td strong {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 2.2rem
    }

    .invest-table .td:nth-child(1), .invest-table .th:nth-child(1) {
        width: 40rem
    }

    .invest-table .td:nth-child(2), .invest-table .th:nth-child(2) {
        width: 11rem
    }

    .invest-table .td:nth-child(3), .invest-table .th:nth-child(3) {
        width: 8rem
    }

    .invest-table .td:nth-child(4), .invest-table .th:nth-child(4) {
        width: 8.5rem
    }

    .invest-table .td:nth-child(5), .invest-table .th:nth-child(5) {
        width: 10rem
    }

    .invest-table .td:nth-child(6), .invest-table .th:nth-child(6) {
        width: 6.7rem
    }

    .invest-table .td:nth-child(7), .invest-table .th:nth-child(7) {
        width: 7.8rem
    }

    .contact-map-item.reverse {
        flex-direction: row-reverse
    }

    .contact-map-item.reverse .text {
        padding-left: 2rem;
        padding-right: 0
    }

    .l-only {
        display: none !important
    }

    .n-section-sm .invest-table .text-right {
        padding-right: 2rem;
        margin-left: -1rem
    }

    .n-section-sm .invest-table th.text-right {
        margin-left: -1rem
    }

    .n-section-sm .invest-table.v2 .td:nth-child(1), .n-section-sm .invest-table.v2 .th:nth-child(1) {
        width: 40rem
    }

    .n-section-sm .invest-table.v2 .td:nth-child(2), .n-section-sm .invest-table.v2 .th:nth-child(2) {
        width: 14rem
    }

    .n-section-sm .invest-table.v2 .td:nth-child(3), .n-section-sm .invest-table.v2 .th:nth-child(3) {
        width: 16rem
    }

    .n-section-sm .invest-table.v2 .td:nth-child(4), .n-section-sm .invest-table.v2 .th:nth-child(4) {
        width: 18.5rem
    }

    .n-section-sm .invest-table.v2 .td:nth-child(5), .n-section-sm .invest-table.v2 .th:nth-child(5) {
        width: 15rem
    }

    .n-section-sm .invest-table .td:nth-child(1), .n-section-sm .invest-table .th:nth-child(1) {
        width: 33rem
    }

    .n-section-sm .invest-table .td:nth-child(2), .n-section-sm .invest-table .th:nth-child(2) {
        width: 12rem
    }

    .n-section-sm .invest-table .td:nth-child(3), .n-section-sm .invest-table .th:nth-child(3) {
        width: 14rem
    }

    .n-section-sm .invest-table .td:nth-child(4), .n-section-sm .invest-table .th:nth-child(4) {
        width: 13.5rem
    }

    .n-section-sm .invest-table .td:nth-child(5), .n-section-sm .invest-table .th:nth-child(5) {
        width: 12.5rem
    }

    .n-section-sm .invest-table .td:nth-child(6), .n-section-sm .invest-table .th:nth-child(6) {
        width: 14.2rem
    }
}

@media (min-width: 1159.98px) {
    .header-white .main-menu .current a, .header-white .main-menu a:hover {
        box-shadow: inset 0 -0.2rem #35a679
    }

    .main-menu .current a, .main-menu a:hover {
        -webkit-box-shadow: inset 0 -0.4rem currentColor;
        box-shadow: inset 0 -0.4rem currentColor
    }
}

@media (min-width: 1160px) {
    .t-only {
        display: none !important
    }
}

@media (max-width: 1159.98px) {
    html {
        height: 100%
    }

    .t-none {
        display: none !important
    }

    .main-menu .menu-wrap {
        display: block
    }

    .menu-trigger {
        right: 1.6rem
    }

    .header .logo {
        display: block;
        width: 9.6rem;
        margin-bottom: 1.5rem;
        height: 2.4rem
    }

    .active-menu .menu-trigger svg:last-child, .menu-trigger {
        display: block
    }

    .menu-trigger svg {
        width: 2.4rem;
        transition: .3s ease-out;
        height: 2.4rem
    }

    .active-menu .menu-trigger svg {
        padding: .1rem
    }

    .active-menu .menu-trigger svg:first-child, .menu-trigger svg:last-child {
        display: none
    }

    .main-menu {
        position: absolute;
        top: 6.8rem;
        right: 0;
        overflow: auto;
        max-height: calc(100dvh - 8rem);
        left: 0;
        margin: 0 1.6rem;
        display: none;
        padding: 3.2rem;
        border-radius: 2.4rem;
        border: 1px solid rgba(6, 16, 43, .1);
        background: #fff;
        box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .02)
    }

    .main-menu .alert-trigger {
        float: right;
        width: 5.2rem;
        height: 5.2rem;
        margin-left: 2rem;
        background: none
    }

    .main-menu .alert-trigger svg {
        width: 2.4rem;
        height: 2.4rem
    }

    .main-menu .user-r {
        border-bottom: 1px solid rgba(6, 16, 43, .2);
        padding-bottom: 2.4rem;
        margin-bottom: 2.4rem
    }

    .main-menu .user-r .plan {
        font-weight: normal;
        font-size: 1.8rem;
        line-height: 2.4rem;
        color: rgba(6, 16, 43, .7)
    }

    .main-menu .user-r .plan-badge {
        font-size: 1.6rem;
        vertical-align: top;
        font-weight: 500;
        margin-left: .2rem;
        padding: .4rem .6rem
    }

    .main-menu .user-r .user-drop {
        font-size: 2rem;
        letter-spacing: .02rem
    }

    .main-menu .user-r .user-drop svg {
        display: none
    }

    .main-menu ul.profile-mav {
        border-top: 1px solid rgba(6, 16, 43, .2);
        padding-top: 2.1rem;
        margin-top: 2.1rem;
        margin-bottom: -0.8rem;
        gap: 1rem
    }

    .main-menu ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.2rem;
        margin: 0
    }

    .main-menu ul li {
        margin: 0;
        padding: 0
    }

    .main-menu ul a {
        font-weight: 700;
        font-size: 2rem;
        line-height: 2.2rem;
        padding: .7rem 0;
        display: flex;
        align-items: center;
        gap: .8rem;
        color: #06102b
    }

    .main-menu ul a svg {
        height: 2.4rem;
        width: 2.4rem;
        opacity: .7
    }

    .main-menu ul a.logout {
        color: #d61b1b
    }

    .main-menu ul a.logout svg {
        opacity: 1
    }

    .active-menu .main-menu {
        display: block
    }

    .n-top-links {
        margin-left: auto;
        margin-right: 6.4rem;
        padding-left: 0
    }

    .header .container {
        height: 6.8rem
    }

    .header .container .logo {
        margin-bottom: 0
    }

    body {
        padding-top: 6.8rem
    }

    .invest-table .td-numbers .n-btn {
        margin: .4rem 0 0
    }

    .n-section-cta .box {
        padding: 3.2rem
    }

    .n-section-cta .btns {
        flex-direction: column;
        margin-top: 3.2rem;
        margin-right: 0
    }

    .menu-trigger {
        top: 0;
        bottom: 0;
        margin-top: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: auto
    }

    .n-section-hero .n-row {
        gap: 3.2rem
    }

    .n-section-hero .text {
        width: 60%
    }

    .n-section-hero .image {
        width: 40%
    }

    html .footer .left {
        width: 100%
    }

    html .footer .social {
        margin-bottom: 5.2rem
    }

    html .footer .center {
        width: 33%
    }

    html .footer .center-2 {
        width: 33%
    }

    html .footer .center-r {
        width: 33%
    }

    .n-section-portfolio .set {
        min-width: calc(50% - 1rem)
    }
}

@media (max-width: 1023.98px) {
    html {
        height: 100%
    }

    .invest-table .image {
        height: 20.5rem;
        width: 100%
    }

    .invest-table .name .n-tooltip svg {
        width: 1.6rem;
        height: 1.6rem
    }

    .invest-table .name .n-tooltip .n-tooltip-text {
        left: 0;
        max-width: 50vw
    }

    .invest-table .name svg {
        width: 1.6rem;
        height: 1.6rem
    }

    .invest-table .name {
        font-size: 2.4rem;
        font-weight: 600;
        line-height: normal
    }

    .invest-table p {
        font-size: 1.4rem;
        line-height: 150%
    }

    .invest-table .intro-td {
        display: block
    }

    .invest-table .intro-td .right {
        padding: 2rem 0 1.6rem;
        margin: 0 2rem 1.6rem;
        border-bottom: 1px solid rgba(6, 16, 43, .1)
    }

    .invest-table [data-label]:before {
        content: attr(data-label);
        opacity: .5;
        display: block
    }

    .invest-table .td-numbers:before {
        opacity: 1;
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 2rem;
        letter-spacing: .1rem;
        margin-bottom: .4rem;
        text-transform: uppercase
    }

    .invest-table .td {
        padding: 0 2rem 1.2rem;
        display: flex;
        text-transform: none;
        letter-spacing: 0;
        font-size: 1.4rem;
        line-height: 150%;
        align-items: center;
        font-weight: normal;
        justify-content: space-between
    }

    .invest-table .td.intro-td {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        display: block
    }

    .invest-table .t-tr {
        display: block;
        margin-bottom: 2.4rem;
        padding-bottom: .9rem
    }

    .invest-table .t-head {
        display: none
    }

    .news-row > * {
        width: calc(50% - 1rem)
    }

    .projects-row > * {
        width: calc(50% - 1rem)
    }

    .n-tabs ul {
        letter-spacing: -0.015em;
        font-size: 2rem;
        display: inline-flex;
        padding-bottom: 0;
        gap: 2.4rem
    }

    .n-section-cta .box {
        flex-direction: column;
        gap: 4rem
    }

    .n-section-cta .box .left-text {
        width: 100%;
        max-width: none
    }

    .n-section-cta .box .image {
        width: 100%;
        max-width: none
    }

    .n-section-numbers .number {
        gap: 1.2rem;
        padding: 2.4rem
    }

    .n-section-numbers .number .value {
        font-size: 4rem
    }

    .n-section-hero .n-row {
        display: block
    }

    .n-section-hero .text {
        width: 100%
    }

    .n-section-hero.md {
        padding-bottom: 10rem
    }

    .n-section-hero.md .image {
        position: relative;
        width: 100%
    }

    .n-section-hero.md .image:before {
        content: "";
        display: none
    }

    .n-section-hero.md .image .img-h {
        position: relative
    }

    .n-section-hero.md .text {
        width: auto;
        margin-bottom: 3.2rem
    }

    .n-section-hero.md .text .n-entry p {
        line-height: 1.4
    }

    .n-section-hero.sm .n-row {
        display: flex
    }

    .n-section-hero.sm .n-row .text {
        width: 55%
    }

    .n-section-hero.sm .image {
        position: relative;
        border-radius: 5.2rem;
        overflow: hidden;
        width: 40%
    }

    .n-section-hero.sm .image .img-h {
        position: relative
    }

    .n-section-hero.sm .image:before {
        display: none
    }

    .n-section-hero .image {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .n-section-hero .image:before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 9;
        background: rgba(6, 16, 43, .68)
    }

    .n-section-hero .image .img-h {
        position: absolute;
        inset: 0;
        padding-bottom: 0
    }

    .n-section-hero .image .img-h .bg {
        border-radius: 0
    }

    .n-section-hero.n-section-hero-stats {
        padding: 8rem 0
    }

    .n-tooltip .n-tooltip-text {
        width: 20rem
    }

    .n-star-card {
        width: calc(50% - 1rem)
    }

    .n-section-how .how-number-item {
        width: 49%
    }

    .n-section-stats .n-row {
        display: block
    }

    .n-section-stats .image {
        width: auto
    }

    .n-section-stats .list {
        width: auto
    }

    .n-sec-row {
        display: block;
        margin-bottom: 4rem
    }

    .n-sec-text p {
        margin-top: 1.2rem
    }

    .n-r-tabs {
        margin-top: 4rem
    }

    .n-section-stats-acc {
        padding: 8rem 0
    }

    .n-section-graphs {
        padding: 8rem 0
    }

    .n-graph-set-row {
        margin: 0;
        padding: 0
    }

    .n-graph-set-row .swiper-wrapper {
        height: auto;
        width: auto;
        flex-direction: column;
        gap: 1.6rem
    }

    .n-graph-set-row .swiper:not(.swiper-initialized) .swiper-slide {
        margin-right: 0
    }

    .n-graph-set-row .swiper-slide {
        width: 100%
    }

    .n-section-project .left-col {
        float: none;
        width: auto
    }

    .n-section-project .right-col {
        float: none;
        width: auto;
        display: flex;
        margin-bottom: 1.2rem;
        flex-direction: column-reverse;
        position: static
    }

    .check-list li {
        line-height: 1.4
    }

    .check-list li:before {
        top: 0;
        bottom: 0;
        margin: auto 0
    }

    .custom-drop {
        margin: 4rem 0 0
    }

    .n-section-news-item .main-col {
        width: 100%;
        max-width: none
    }

    .share-col {
        margin: 4rem 0 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2.4rem
    }

    .share-col .s-label {
        margin: 0;
        line-height: 1
    }

    .n-section-contact-p .main-col {
        width: 100%;
        margin-bottom: 5rem
    }

    .n-section-contact-p .right-col {
        width: 100%
    }

    .n-section-contact-p .bg-mask {
        display: none
    }

    .contact-map-item {
        padding: .4rem;
        border-radius: 2.4rem;
        padding-bottom: 0
    }

    .contact-map-item {
        flex-direction: column-reverse
    }

    .contact-map-item .text {
        width: 100%;
        padding: 3.2rem 2rem;
        margin-top: 2.8rem
    }

    .contact-map-item .map-i-h {
        width: 100%;
        padding-bottom: 80.1%
    }

    .row-3cols {
        margin-top: 4rem;
        gap: 4rem
    }

    .row-3cols .col {
        width: 100%
    }

    .l-none {
        display: none !important
    }

    .time-head {
        margin: 1.6rem 0
    }

    .time-head .sets {
        padding-bottom: 1.6rem;
        display: block;
        border-bottom: 1px solid rgba(6, 16, 43, .12);
        margin-bottom: 5.2rem
    }

    .time-head .sets .set {
        width: 100%;
        padding-top: 2rem;
        margin-top: 2rem;
        border-top: 1px solid rgba(6, 16, 43, .12)
    }

    .time-head .left-col {
        width: auto
    }

    .time-head .right-col {
        max-width: none;
        width: 100%;
        margin: 5.2rem 0 0
    }

    .n-section-portfolio .name .n-tooltip svg {
        width: 1.6rem;
        height: 1.6rem
    }

    .n-section-portfolio .name .n-tooltip .n-tooltip-text {
        left: 0;
        max-width: 50vw
    }

    .n-section-portfolio .name svg {
        width: 1.6rem;
        height: 1.6rem
    }

    .n-section-portfolio .name {
        font-size: 2.4rem;
        font-weight: 600;
        line-height: normal
    }

    .n-section-portfolio .left-side {
        width: 100%
    }

    .n-section-portfolio .half-side {
        width: 100%
    }

    .n-section-portfolio .right-side {
        width: 100%;
        padding: 2rem 0 0
    }

    .team-item {
        width: calc(50% - 1rem)
    }

    .n-section-about .col {
        width: 100%;
        margin-top: 5.2rem
    }

    .n-section-sm {
        padding: 4rem 0
    }

    .n-section-sm .td {
        width: 100%
    }

    .n-section-sm .t-tr {
        display: flex;
        flex-wrap: wrap;
        gap: 0
    }

    .n-section-sm .td[data-label] {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-bottom: 1.2rem;
        text-align: left;
        padding-top: .4rem;
        width: 50%
    }

    .n-section-sm .td[data-label]:before {
        margin-bottom: .2rem
    }

    .n-section-sm .invest-table .image {
        height: 0;
        padding-bottom: 80%
    }

    .n-section-sm .svg-mask {
        display: none
    }

    .n-section-sm .invest-table strong {
        font-weight: normal;
        color: inherit
    }

    .order-row {
        display: block;
        margin: 0
    }

    .order-row .table-h {
        width: auto;
        margin-bottom: 5.2rem
    }

    .order-row .project-item {
        width: auto
    }

    .n-section-acc .side-nav {
        width: 100%;
        max-width: none;
        min-width: 0;
        margin-bottom: 3.2rem
    }

    .n-section-acc .right-col {
        width: 100%;
        max-width: none;
        margin-left: 0
    }

    .side-nav .port-panel {
        padding: 0;
        background: none;
        margin: 0;
        border: 0;
        box-shadow: none
    }

    .form-h {
        max-width: none;
        margin-top: 0
    }

    .side-nav.allow-m-s {
        position: relative;
        min-height: 5.4rem;
        padding-top: 5.4rem
    }

    .side-nav.allow-m-s ul {
        width: auto
    }

    .side-nav.allow-m-s ul.active {
        display: block;
        border: 1px solid rgba(6, 16, 43, .1);
        background: #fff;
        border-radius: .8rem;
        padding: 1.6rem;
        margin-top: -1px;
        padding-top: 0;
        padding-bottom: 2.4rem
    }

    .side-nav.allow-m-s ul.active .current a {
        border-color: rgba(6, 16, 43, .32)
    }

    .side-nav.allow-m-s ul.active .current a:before {
        transform: scaleY(-1)
    }

    .side-nav.allow-m-s ul.active li:not(.current) {
        display: block;
        margin-top: 2.4rem
    }

    .side-nav.allow-m-s ul .current a {
        width: 100%;
        border-radius: .8rem;
        padding-left: 1.5rem;
        border: 1px solid rgba(6, 16, 43, .1);
        background: #fff;
        margin-bottom: 1rem;
        font-size: 1.6rem;
        font-style: normal;
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        font-weight: 400;
        line-height: 2.2rem;
        height: 5.4rem;
        padding-right: 4rem
    }

    .side-nav.allow-m-s ul .current a:before {
        content: "";
        position: absolute;
        top: 0;
        width: 1.6rem;
        height: 1.6rem;
        bottom: 0;
        right: 1.6rem;
        margin: auto;
        opacity: .5;
        background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path d='M8 12.33c-.26 0-.51-.1-.71-.29L1.96 6.71c-.39-.39-.39-1.02 0-1.41s1.02-.39 1.41 0L8 9.93l4.63-4.63c.39-.39 1.02-.39 1.41 0s.39 1.02 0 1.41l-5.33 5.33c-.2.2-.45.29-.71.29' fill='%2306102b'/></svg>") no-repeat 50% 50%;
        background-size: contain
    }

    .side-nav.allow-m-s ul li:not(.current) {
        display: none
    }

    .side-nav:not(.allow-m-s) ul {
        width: auto;
        gap: 0;
        justify-content: space-between;
        font-size: 0;
        flex-direction: row;
        overflow: hidden
    }

    .side-nav:not(.allow-m-s) ul a {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        display: block;
        bottom: 0
    }

    .side-nav:not(.allow-m-s) ul li {
        position: relative;
        background: #f8f8f9;
        display: block;
        width: .8rem;
        height: 1.2rem
    }

    .side-nav:not(.allow-m-s) ul li:after {
        content: "";
        background: #dbdce0;
        height: 1px;
        position: absolute;
        left: 100%;
        width: 100vw;
        top: 0;
        margin: auto;
        margin-left: .8rem;
        bottom: 0
    }

    .side-nav:not(.allow-m-s) ul li.done, .side-nav:not(.allow-m-s) ul li.current {
        width: 1.2rem
    }

    .side-nav:not(.allow-m-s) ul li.current:before {
        background: #35a679;
        width: 1.2rem;
        height: 1.2rem
    }

    .side-nav:not(.allow-m-s) ul li.done:after {
        background: #06102b
    }

    .side-nav:not(.allow-m-s) ul li.done svg {
        display: block;
        padding: 0
    }

    .side-nav:not(.allow-m-s) ul li.done:before {
        background: none;
        width: 1.2rem;
        height: 1.2rem
    }

    .side-nav:not(.allow-m-s) ul li:before {
        content: "";
        width: .8rem;
        height: .8rem;
        background: #dbdce0;
        border-radius: 50%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: auto 0;
        box-shadow: 0 0 0 .8rem #f8f8f9;
        bottom: 0
    }

    .side-nav:not(.allow-m-s) ul svg {
        display: none
    }

    .n-section-profile .bg-mask {
        display: none
    }

    .n-section-profile .btns .n-btn {
        flex-grow: 1
    }

    .n-section-profile .btns .n-btn-primary {
        flex-grow: 2
    }

    .form-h.md-form {
        max-width: none
    }

    .form-h.md-form .n-tooltip {
        position: static
    }

    .form-h.md-form .n-tooltip svg {
        width: 2rem;
        height: 2rem
    }

    .form-h.md-form .n-tooltip .n-tooltip-text {
        left: 0;
        right: auto;
        max-width: none;
        width: auto
    }

    .in-stat {
        min-width: 15.4rem
    }
}

@media (max-width: 767.98px) {
    html {
        height: 100%
    }

    .n-btn {
        padding-left: 1.4rem;
        padding-right: 1.4rem
    }

    .user-r .plan {
        font-weight: 600
    }

    .alert-holder {
        position: static
    }

    .alert-modal {
        right: 1.6rem;
        left: 1.6rem;
        width: auto
    }

    .user-r {
        margin-left: -2rem
    }

    .user-r ul {
        display: none
    }

    .n-top-links {
        margin-right: 4.4rem
    }

    .header .container {
        padding: 0 1.6rem
    }

    .header .container .n-btn {
        padding: 0;
        padding: 1rem 1.4rem;
        font-size: 1.4rem
    }

    .header .lang-select {
        margin-left: 1.6rem;
        padding-left: .4rem;
        position: static
    }

    .header .lang-select .current {
        height: 6.8rem
    }

    .header .lang-select ul {
        left: 0;
        right: 0;
        margin: 0 1.6rem;
        letter-spacing: .02rem;
        font-size: 2rem
    }

    .header .lang-select ul a {
        padding-left: 1.4rem
    }

    .header .logo {
        width: 9.5rem;
        height: 2.4rem
    }

    .n-section {
        padding: 5rem 0
    }

    .n-section-projects .n-h2 {
        margin-bottom: 2.4rem
    }

    .n-section-projects .tab-c .load-more {
        margin-top: 4rem
    }

    .n-section-projects .tab-c .load-more .n-btn {
        width: auto
    }

    .n-section-projects .swiper-slide {
        width: 33rem
    }

    .n-swiper-h {
        overflow: visible
    }

    .n-section-news .load-more {
        margin-top: 4rem
    }

    .n-section-news .load-more .n-btn {
        width: auto
    }

    .n-section-news .bg-t {
        display: none
    }

    .n-section-news .n-hero-text {
        margin: -1rem 0 0;
        padding-bottom: 6.8rem
    }

    .n-section-news {
        padding-bottom: 10rem
    }

    .n-section-news .n-h2 {
        margin-bottom: 3.2rem
    }

    .n-section-news .swiper-slide {
        width: 33rem
    }

    .time-share-form .n-btn {
        margin-top: .8rem
    }

    .form-row .form-group {
        width: 100%
    }

    .selects-row {
        margin-bottom: 1.6rem;
        gap: 0
    }

    .selects-row .form-group {
        margin-right: 0;
        width: 100%;
        max-width: none;
        margin-bottom: 2.4rem
    }

    .press-item {
        border-radius: 2rem;
        min-height: 22rem
    }

    .blog-item {
        border-radius: 2rem
    }

    .blog-item .image {
        border-radius: 1.6rem
    }

    .project-text dl {
        width: calc(50% - .6rem)
    }

    .project-text dl:nth-child(even) {
        margin-left: auto;
        width: calc(50% - 2rem)
    }

    .project-text dl dt {
        font-size: 1.3rem
    }

    .project-text dl dd {
        font-size: 1.3rem
    }

    .project-text .n-row {
        gap: 1.6rem 1.2rem
    }

    .n-search-form {
        margin-bottom: 4rem
    }

    .news-row > * {
        width: 100%
    }

    .projects-row > * {
        width: 100%
    }

    .n-tabs.sm.convert-to-d {
        position: relative;
        z-index: 50;
        margin: 0 0 4rem;
        color: #06102b;
        line-height: 2.2rem;
        padding-left: 0;
        padding-right: 0;
        font-size: 1.6rem;
        height: 5.4rem;
        padding-top: 5.4rem;
        overflow: visible
    }

    .n-tabs.sm.convert-to-d.v2 ul li a.active {
        height: 5.4rem;
        border-radius: .8rem;
        border: 1px solid rgba(6, 16, 43, .1);
        background: #fff
    }

    .n-tabs.sm.convert-to-d ul {
        margin: 0;
        padding: 0;
        overflow: visible;
        width: 100%;
        border: 0;
        background: none;
        position: static
    }

    .n-tabs.sm.convert-to-d ul li a {
        font-size: inherit;
        letter-spacing: 0;
        opacity: 1;
        padding: 1rem 1.5rem;
        transition: none;
        margin: 0;
        line-height: inherit;
        font-weight: inherit;
        display: block
    }

    .n-tabs.sm.convert-to-d ul li a.active:hover, .n-tabs.sm.convert-to-d ul li a.active {
        background: #fff
    }

    .n-tabs.sm.convert-to-d ul li a:not(.active) {
        padding: 1.2rem;
        border-radius: .4rem;
        font-size: inherit;
        letter-spacing: 0;
        opacity: 1;
        padding: 1rem 1.5rem;
        transition: none;
        margin: 0;
        line-height: inherit;
        transition: background .3s ease-in-out;
        font-weight: inherit;
        color: #06102b
    }

    .n-tabs.sm.convert-to-d ul li a:hover {
        background: rgba(6, 16, 43, .05)
    }

    .n-tabs.sm.convert-to-d a:not(.active) {
        display: none
    }

    .opened .n-tabs.sm.convert-to-d ul {
        border: 1px solid rgba(6, 16, 43, .1);
        background: #fff;
        overflow: visible;
        left: 0;
        display: block;
        letter-spacing: 0;
        font-size: 1.6rem;
        font-weight: normal;
        right: 0;
        width: 100%;
        border-color: rgba(6, 16, 43, .32);
        margin-top: -1px;
        margin-top: .4rem;
        padding: .3rem;
        border-radius: .8rem
    }

    .opened .n-tabs.sm.convert-to-d li a:not(.active) {
        display: block
    }

    .n-tabs.sm.convert-to-d .active {
        border: 1px solid rgba(6, 16, 43, .1);
        background: #fff;
        border-radius: .8rem;
        position: absolute;
        padding: 1.5rem;
        min-height: 5.4rem;
        cursor: pointer;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        font-size: 1.6rem;
        right: 0;
        font-weight: normal;
        padding-right: 4rem
    }

    .n-tabs.sm.convert-to-d .active:before {
        content: "";
        display: none
    }

    .opened .n-tabs.sm.convert-to-d .active:after {
        transform: scaleY(-1)
    }

    .n-tabs.sm.convert-to-d .active:after {
        content: "";
        position: absolute;
        top: 0;
        width: 1.6rem;
        height: 1.6rem;
        bottom: 0;
        right: 1.6rem;
        margin: auto;
        opacity: .5;
        background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path d='M8 12.33c-.26 0-.51-.1-.71-.29L1.96 6.71c-.39-.39-.39-1.02 0-1.41s1.02-.39 1.41 0L8 9.93l4.63-4.63c.39-.39 1.02-.39 1.41 0s.39 1.02 0 1.41l-5.33 5.33c-.2.2-.45.29-.71.29' fill='%2306102b'/></svg>") no-repeat 50% 50%;
        background-size: contain
    }

    .n-tabs {
        margin: 0 -2.4rem;
        padding-left: 2.4rem;
        padding-right: 2.4rem;
        margin-top: 2.8rem;
        overflow: auto
    }

    .n-tabs ul a {
        padding-bottom: 1.8rem
    }

    .project-item {
        border-radius: 2rem
    }

    .project-item.hori .n-row {
        padding-top: 2.4rem;
        margin-top: .4rem;
        gap: 2.8rem 1.2rem
    }

    .project-item .image {
        border-radius: 1.6rem
    }

    .load-more {
        margin-top: 3.2rem
    }

    .load-more .n-btn {
        width: 100%
    }

    .swiper {
        overflow: visible
    }

    .swiper .arrows {
        display: none
    }

    .table-convert.labels-color table tr + tr {
        padding-top: 2rem;
        margin-top: 2rem
    }

    .table-convert.labels-color table {
        border: 0;
        padding: 0;
        margin: 0
    }

    .table-convert.labels-color table tr {
        gap: 2rem
    }

    .table-convert.labels-color table td {
        min-width: 100%;
        line-height: 1.5
    }

    .table-convert.labels-color table td[data-label]:before {
        opacity: 1;
        font-size: 1.3rem;
        font-weight: 600
    }

    .table-convert.sep-vertical {
        border: 0;
        background: none;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        gap: 2.4rem;
        box-shadow: none;
        padding: 0
    }

    .table-convert.sep-vertical table {
        border-radius: 2.4rem;
        border: 1px solid #e1e2e5;
        background: #fff;
        padding: 2.4rem;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)
    }

    .table-convert.sep-vertical th, .table-convert.sep-vertical td {
        min-width: 100%
    }

    .table-convert.sep-vertical td[data-label]:before {
        margin-bottom: 0
    }

    .table-convert.sep-vertical tbody tr {
        gap: 1.8rem
    }

    .table-convert.sep-vertical table thead {
        display: block;
        margin-bottom: 2.4rem
    }

    .table-convert.sep-vertical table thead tr {
        display: block;
        border: 0;
        padding: 0;
        margin: 0
    }

    .table-convert.sep-vertical table thead tr th[colspan], .table-convert.sep-vertical table thead tr th {
        margin: 0;
        padding: 0 0 2.4rem;
        font-size: 1.3rem;
        display: block
    }

    .table-convert.sep-vertical table thead tr:first-child {
        display: none
    }

    .table-convert.sep-vertical table thead tr:first-child:last-child {
        display: block
    }

    .table-convert table {
        display: block;
        border-top: 1px solid #afb2bb;
        margin: 0;
        padding: 2.4rem 0 0
    }

    .table-convert table tbody, .table-convert table tr, .table-convert table td, .table-convert table th {
        display: block
    }

    .table-convert table tr {
        display: flex;
        flex-wrap: wrap;
        gap: 2.4rem
    }

    .table-convert table tr td {
        width: calc(50% - 1.2rem);
        border: 0;
        padding: 0
    }

    .table-convert table [data-label]:before {
        content: attr(data-label);
        opacity: .5;
        display: block;
        margin-bottom: .4rem
    }

    .table-convert table tr + tr {
        padding-top: 2.4rem;
        margin-top: 2.4rem;
        border-top: 1px solid #e7e8ea
    }

    .table-convert table th {
        font-size: 16px;
        font-weight: 500;
        border: 0;
        padding: 0;
        margin-bottom: -0.8rem;
        width: 100%;
        line-height: 150%
    }

    .table-convert table thead {
        display: none
    }

    .n-entry:has(.n-stat-acc) h2:first-child {
        margin-top: 5rem
    }

    .login-mask {
        max-height: 72.3rem;
        overflow: hidden
    }

    .login-mask .n-h1 {
        font-size: 5.2rem;
        letter-spacing: -0.01em;
        line-height: 1
    }

    .inverst-rating {
        display: block;
        padding: 2.7rem;
        text-align: center
    }

    .inverst-rating .left {
        display: block
    }

    .inverst-rating .legend {
        display: flex;
        margin-top: 28.5rem;
        justify-content: space-between
    }

    .inverst-rating .circle {
        margin: -28.5rem auto 5.4rem
    }

    .n-entry h2.big {
        line-height: 101%;
        letter-spacing: -0.084rem;
        font-size: 2.8rem
    }

    .n-entry .btn-h {
        flex-direction: column
    }

    .n-entry.lg {
        font-size: 1.6rem
    }

    .n-entry dl {
        flex-direction: column;
        gap: .4rem;
        padding-left: 1.9rem;
        padding-right: 1.9rem
    }

    .n-section-gray + .n-section-cta.n-section-gray {
        margin-top: 2.8rem
    }

    .n-section-cta {
        padding-top: 2.2rem;
        padding-bottom: 2.2rem
    }

    .n-section-cta .box {
        border-radius: 2.8rem
    }

    .n-section-cta .box .n-h2 {
        line-height: 110%;
        font-size: 3.2rem;
        letter-spacing: 0;
        margin-bottom: 1.2rem
    }

    .n-section-cta .image .project-text {
        padding: 2rem
    }

    .n-section-cta .image .project-text .n-row {
        gap: 1rem
    }

    .n-section-cta .image .project-text h3 {
        font-size: 2.8rem;
        letter-spacing: -.084rem
    }

    .n-section-cta .image .project-text .location {
        padding: 0 .6rem;
        height: 2.4rem;
        margin-bottom: .4rem;
        font-size: 1.2rem
    }

    .n-section-cta .image .project-text .location svg {
        margin: 0 -0.2rem;
        width: 1.6rem;
        height: 1.6rem
    }

    .n-section-cta .image .project-text dt {
        font-size: 1.2rem;
        line-height: 1.5;
        margin: 0;
        padding: 0
    }

    .n-section-cta .image .project-text dd {
        font-size: 1.2rem;
        line-height: 1.5;
        margin: 0;
        padding: 0
    }

    .n-section-cta .image .project-text svg {
        position: relative
    }

    .n-section-cta .image .img-h .bg {
        border-radius: 2rem
    }

    .n-section-cta .image:before {
        border-radius: 2.8rem
    }

    .n-section-cta .image:after {
        border-radius: 2rem
    }

    .n-section-awards {
        padding-top: 3.2rem
    }

    .n-section-awards .n-h2 {
        margin-bottom: 3.2rem
    }

    .n-section-awards .swiper .swiper-slide {
        width: 21rem
    }

    .n-section-press .n-h2 {
        margin-bottom: 3.2rem
    }

    .n-section-press .swiper .swiper-slide {
        width: 33rem;
        max-width: 100%
    }

    .n-section-numbers {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem
    }

    .n-section-numbers .n-row {
        gap: 1.2rem
    }

    .n-section-numbers .number {
        width: 100%;
        align-items: center;
        min-height: 7.7rem;
        padding: 1.2rem 2.4rem;
        border-radius: 2rem;
        justify-content: space-between;
        flex-direction: row
    }

    .n-section-numbers .number .label {
        font-size: 1.4rem;
        max-width: 7rem
    }

    .n-section-hero {
        padding: 5.2rem 0
    }

    .n-section-hero .text p {
        font-size: 1.5rem;
        line-height: 150%
    }

    .n-section-hero .n-btn {
        width: 100%;
        margin-bottom: 4rem
    }

    .n-section-hero.md {
        padding-bottom: 1.6rem
    }

    .n-section-hero.md .image {
        margin: 3rem 0
    }

    .n-section-hero.sm {
        padding: 1rem 0 8rem
    }

    .n-section-hero.sm p {
        font-size: 1.7rem
    }

    .n-section-hero.sm .n-h1 {
        line-height: 1;
        margin-bottom: 1.6rem;
        font-size: 4.8rem
    }

    .n-section-hero.sm .n-row {
        display: block
    }

    .n-section-hero.sm .n-row .text {
        width: auto
    }

    .n-section-hero.sm .image {
        width: auto
    }

    .n-section-hero .n-h1 {
        margin-bottom: 1.2rem
    }

    .n-section-hero.n-section-hero-sm {
        padding-bottom: 0
    }

    .n-section-hero.n-section-hero-sm:before {
        background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='393' height='414'><path d='M276.303 388.818V413.388H0.25V388.818H276.303ZM278.742 321.654V354.884H0.25V321.654H278.742ZM278.742 274.606L0.25 291.917V257.771L278.742 240.251V274.606ZM278.742 192.955L0.25 227.081V193.397L278.742 159.729V192.955ZM278.742 112.895L0.25 163.626V129.489L278.742 79.6357V112.895ZM392.75 94.3291V128.751L277.752 34.5938L277.655 34.5146L277.535 34.5439L0.25 101.083V69.2051L277.532 0.271484L392.75 94.3291Z' fill='none' stroke='white' stroke-width='0.5'/></svg>") no-repeat 100% 100%;
        height: 41.3rem
    }

    .n-section-hero.n-section-hero-sm .text.v2 {
        width: auto
    }

    .n-section-hero.n-section-hero-sm .text {
        width: auto
    }

    .n-section-hero.n-section-hero-sm .right-image {
        position: static;
        width: auto;
        margin: 3.8rem -2.4rem 0;
        max-width: none
    }

    .n-section-hero.n-section-hero-stats {
        padding-bottom: 5.2rem;
        padding-top: 5rem
    }

    .n-section-hero.n-section-hero-stats:before {
        display: none
    }

    .n-section-hero.n-section-hero-stats .text {
        width: auto
    }

    .n-star-card {
        width: 100%
    }

    .n-h0 {
        font-size: 4rem
    }

    .n-h0.m-smaller {
        font-size: 3.2rem;
        line-height: 1.2
    }

    .n-section-text .n-h0.m-smaller {
        margin: -1.4rem 0 2.4rem
    }

    .n-h1 {
        font-size: 4.4rem;
        letter-spacing: -0.132rem
    }

    .n-h2 {
        font-size: 4rem;
        letter-spacing: -0.12rem
    }

    .n-h3 {
        font-size: 3.2rem
    }

    .how-number-item .video-h {
        border-radius: 1.6rem;
        padding-bottom: 64%
    }

    .n-section-how .how-number-item {
        width: 100%;
        margin-bottom: 2rem;
        position: relative;
        margin-top: 1rem;
        padding-left: 5.2rem
    }

    .n-section-how .how-number-item.video {
        padding: 0
    }

    .n-section-how .how-number-item .video-h {
        margin: 0;
        width: auto
    }

    .n-section-how .how-number-item .video-h .over .label {
        font-size: 1.8rem;
        font-weight: 600;
        display: flex;
        align-items: center
    }

    .n-section-how .how-number-item .video-h .over .label svg {
        margin: 0 1.2rem 0 0
    }

    .n-section-how .how-number-item .number {
        font-size: 2.8rem;
        line-height: 120%;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        letter-spacing: -.168rem
    }

    .n-section-how .how-number-item h3 {
        font-size: 2.8rem;
        margin-bottom: .8rem
    }

    .sec-head {
        margin-bottom: 3.2rem
    }

    .sec-head .n-h2 + p {
        margin-top: 1.2rem
    }

    .sec-head p {
        margin-bottom: 3.2rem
    }

    .compare-h {
        border-radius: 2rem
    }

    .compare-h .over-left, .compare-h .over-right {
        margin: 1.2rem
    }

    .n-section-repaid .swiper-slide {
        width: 33rem
    }

    .n-section-stats .image {
        margin-bottom: 1.6rem
    }

    .n-section-stats .list {
        gap: 1.6rem
    }

    .n-section-stats .list .fact-item {
        width: calc(50% - .8rem);
        padding: 1.9rem;
        gap: .8rem;
        font-size: 1.2rem
    }

    .n-section-stats .list .fact-item {
        border-radius: 2rem
    }

    .n-section-stats .list .fact-item .label {
        font-size: 2.1rem;
        letter-spacing: -0.063rem
    }

    .lb-widget {
        font-size: 1.2rem;
        line-height: 130%
    }

    .footer .lb-widget {
        margin: 0 0 5.2rem;
        font-size: 1.3rem;
        padding: .8rem
    }

    .footer .lb-widget svg {
        width: 4.4rem;
        height: 4.4rem
    }

    .lb-widget svg {
        width: 5.4rem;
        height: 5.4rem
    }

    html .footer {
        padding: 5.2rem 0 2.4rem
    }

    html .footer.alone {
        padding-top: 5.2rem
    }

    html .footer .footer-links {
        order: 2;
        justify-content: space-between;
        gap: 1.2rem;
        margin: 0;
        opacity: .7;
        border-bottom: 1px solid hsla(0, 0%, 100%, .1);
        width: 100%;
        padding-bottom: 2.4rem;
        margin-bottom: 2.4rem
    }

    html .footer .footer-nav {
        margin-bottom: 5.2rem
    }

    html .footer .footer-nav a {
        font-size: 1.4rem
    }

    html .footer .social {
        position: absolute;
        top: 4rem;
        margin: 1.6rem 2.4rem;
        right: 0;
        border: 0;
        gap: 1.7rem
    }

    html .footer .social li {
        margin: 0
    }

    html .footer .center {
        width: 50%
    }

    html .footer .center-2 {
        width: 40%;
        margin-left: auto
    }

    html .footer .center-r {
        width: 100%
    }

    html .footer .c-text {
        order: 3;
        max-width: none;
        margin: 0;
        width: 100%;
        opacity: .7;
        text-align: center
    }

    html .footer .disclaimer {
        padding-bottom: 2.4rem;
        margin-bottom: 2.4rem;
        order: 1
    }

    html .footer .copy {
        margin: 0;
        padding-top: 2.4rem;
        border-top: 1px solid hsla(0, 0%, 100%, .1)
    }

    .footer .logo {
        margin: 0 0 5.2rem
    }

    .n-graph-holder {
        padding-bottom: 0;
        margin: -0.8rem 0
    }

    .n-graph-holder canvas {
        margin: 0;
        position: static;
        min-width: 100%
    }

    .n-graph-set-holder {
        padding: 1.9rem
    }

    .n-graph-set-holder .n-legend {
        padding-bottom: 2rem;
        margin-bottom: 2rem
    }

    .n-r-tabs ul a {
        font-size: 1.6rem;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
        line-height: 1.9rem
    }

    .n-section-reports {
        margin-top: 0
    }

    .n-section-reports .n-tabs {
        margin-top: 0;
        margin-bottom: 4rem
    }

    .n-section-gray + .n-section-reports.n-section-gray {
        padding-top: 1rem
    }

    .n-section-graphs {
        padding: 8rem 0
    }

    .n-section-graphs .n-tabs {
        margin-bottom: 4rem
    }

    .n-inline-stats-row {
        display: block;
        border-top: 1px solid #e4e5e8;
        margin-bottom: -1px;
        padding-top: 2rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid #e4e5e8
    }

    .n-inline-stats-row .left {
        border: 0;
        padding: 0;
        margin: 0;
        width: auto
    }

    .n-inline-stats-row .left .percentages {
        width: 19%
    }

    .n-inline-stats-row .left .amount {
        width: 36%
    }

    .n-inline-stats-row .left .label:before {
        display: none
    }

    .n-inline-stats-row .bar-h {
        width: 100%;
        margin-top: 1.2rem;
        padding: 0
    }

    .n-inline-stats-row .bar-h .bar {
        height: 1.2rem
    }

    .n-section-project .lb-widget svg {
        width: 4.4rem;
        height: 4.4rem
    }

    .n-section-project:before, .n-section-r-s:before {
        display: none
    }

    .n-section-project {
        padding: 2.4rem 0 5.2rem
    }

    .n-section-project + .n-section-projects {
        padding-top: 0
    }

    .n-section-project .location {
        margin: 1.2rem 0 0
    }

    .n-section-project .location .name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .n-section-project .location svg {
        flex-shrink: 0
    }

    .n-section-project .n-tabs {
        margin: -0.8rem 0 1.6rem;
        padding: 0
    }

    .n-section-project .n-tabs ul {
        gap: 4.4rem
    }

    .n-section-project .n-tabs li a {
        padding-bottom: 1.6rem
    }

    .n-section-project .head {
        display: block
    }

    .p-gallery {
        margin-bottom: 4rem
    }

    .p-gallery .main-gallery {
        margin-bottom: .8rem
    }

    .p-gallery .enlarge {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 49;
        cursor: pointer
    }

    .p-gallery .enlarge:after {
        content: "";
        display: block;
        width: 3.6rem;
        height: 3.6rem;
        background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15'><path fill='white' d='M10 .62c0-.17.07-.32.18-.44.12-.12.28-.18.44-.18h3.75c.17 0 .32.07.44.18.12.12.18.28.18.44v3.75c0 .17-.07.32-.18.44-.12.12-.28.18-.44.18s-.32-.07-.44-.18c-.12-.12-.18-.28-.18-.44V2.13l-3.31 3.31c-.06.06-.13.11-.2.14-.08.03-.16.05-.24.05s-.17-.01-.25-.05c-.08-.03-.15-.08-.21-.14s-.11-.13-.14-.21-.05-.16-.05-.25c0-.08.02-.17.05-.24.03-.08.08-.15.14-.2l3.31-3.31h-2.24c-.17 0-.32-.07-.44-.18-.12-.12-.18-.28-.18-.44Zm-10 0C0 .45.07.3.18.18.3.06.46 0 .62 0h3.75c.17 0 .32.07.44.18.12.12.18.28.18.44s-.07.32-.18.44c-.12.12-.28.18-.44.18H2.13l3.31 3.31c.11.12.17.28.17.44s-.07.32-.18.43-.27.18-.43.18-.32-.06-.44-.17l-3.31-3.3v2.24c0 .17-.07.32-.18.44-.12.12-.28.18-.44.18s-.32-.07-.44-.18c-.12-.12-.18-.28-.18-.44V.62Zm9.56 9.82c-.06-.06-.11-.13-.14-.2-.03-.08-.05-.16-.05-.24s.01-.17.05-.25c.03-.08.08-.15.14-.21s.13-.11.21-.14.16-.05.25-.05c.08 0 .17.02.24.05.08.03.15.08.2.14l3.31 3.31v-2.24c0-.17.07-.32.18-.44.12-.12.28-.18.44-.18s.32.07.44.18c.12.12.18.28.18.44v3.75c0 .17-.07.32-.18.44-.12.12-.28.18-.44.18h-3.75c-.17 0-.32-.07-.44-.18-.12-.12-.18-.28-.18-.44s.07-.32.18-.44c.12-.12.28-.18.44-.18h2.24l-3.31-3.31Zm-4.12-.88c.12.12.18.28.18.44s-.07.32-.18.44l-3.31 3.31h2.24c.17 0 .32.07.44.18.12.12.18.28.18.44s-.07.32-.18.44c-.12.12-.28.18-.44.18H.62c-.17 0-.32-.07-.44-.18-.12-.12-.18-.28-.18-.44v-3.75c0-.17.07-.32.18-.44.12-.12.28-.18.44-.18s.32.07.44.18c.12.12.18.28.18.44v2.24l3.31-3.31c.12-.12.28-.18.44-.18s.32.07.44.18Z'/></svg>") no-repeat 50% 50%
    }

    .p-gallery .enlarge:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        opacity: .6;
        margin: -4rem;
        width: 10rem;
        z-index: -15;
        background: radial-gradient(circle at 50%, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 80%);
        height: 10rem
    }

    .p-gallery .swiper .arrows {
        display: block
    }

    .p-gallery .swiper .arrows div {
        width: 3.6rem;
        height: 3.6rem;
        margin-left: 1.2rem;
        margin-right: 1.2rem
    }

    .p-gallery .swiper .arrows div svg {
        width: 2rem;
        height: 2rem
    }

    .p-gallery .img-h {
        border-radius: 1.2rem
    }

    .map-h {
        min-height: 62.3rem
    }

    .cta-inline {
        border-radius: 2.4rem;
        padding: 3rem
    }

    .cta-inline .n-btn {
        width: 100%
    }

    .cta-inline .n-h1 {
        font-size: 4rem;
        margin-bottom: 1.2rem;
        padding-right: 4rem
    }

    .dl-item {
        border-radius: 1.6rem
    }

    .toast-popup-h {
        margin: .8rem;
        width: calc(100% - 1.6rem);
        max-width: none
    }

    .toast-popup {
        border-radius: 1.6rem
    }

    .share-table table {
        width: calc(100% - 1.6rem);
        margin: 0 .8rem
    }

    .share-table table th {
        color: rgba(6, 16, 43, .5)
    }

    .share-table table tr:last-child td {
        padding-bottom: .6rem
    }

    .share-table table td, .share-table table th {
        width: auto;
        width: 8rem
    }

    .share-table table td:first-child, .share-table table th:first-child {
        width: auto;
        width: 11rem
    }

    .share-table .label {
        margin-bottom: 1.4rem
    }

    .share-table .label strong {
        float: right;
        margin-left: 1rem
    }

    .active-gallery .footer, .active-gallery .body {
        display: none
    }

    .active-slider.m-gallery {
        overflow: hidden
    }

    .active-slider.m-gallery .images {
        display: none
    }

    .m-gallery {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        overflow: auto;
        background: #06102b;
        color: #fff
    }

    .m-gallery:not(.active) {
        display: none
    }

    .m-gallery .swiper {
        overflow: hidden;
        flex-grow: 1
    }

    .m-gallery .swiper .swiper-button-prev, .m-gallery .swiper .swiper-button-next {
        z-index: 99;
        width: 3.6rem;
        height: 3.6rem;
        position: absolute;
        margin: 2.4rem;
        bottom: 0;
        left: 0;
        background: #fff;
        color: #06102b;
        display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        border-radius: 1.2rem;
        right: 0
    }

    .m-gallery .swiper .swiper-button-prev svg, .m-gallery .swiper .swiper-button-next svg {
        width: 2rem;
        height: 2rem
    }

    .m-gallery .swiper .swiper-button-next {
        left: auto
    }

    .m-gallery .swiper .swiper-button-next svg {
        transform: scaleX(-1)
    }

    .m-gallery:not(.active-slider) .swiper {
        display: none
    }

    .m-gallery .swiper .img-h {
        min-height: 0;
        margin-bottom: 8.8rem;
        padding-bottom: 0;
        border-radius: 0;
        cursor: auto
    }

    .m-gallery .swiper .img-h .bg {
        object-fit: contain
    }

    .m-gallery .swiper-pagination {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 2rem;
        height: 8.8rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        bottom: 0
    }

    .m-gallery .img-h {
        padding-bottom: 63.85%;
        border-radius: .4rem;
        overflow: hidden;
        cursor: pointer;
        position: relative
    }

    .m-gallery .head {
        background: #06102b;
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        padding: 3.2rem 0
    }

    .m-gallery .images {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 3rem;
        gap: 1.2rem
    }

    .m-gallery .images .col {
        width: calc(50% - .6rem)
    }

    .m-gallery .close {
        float: right;
        width: 3rem;
        height: 3rem;
        display: flex;
        margin: -0.2rem;
        cursor: pointer;
        align-items: center;
        justify-content: center
    }

    .m-gallery .close svg {
        width: 3rem;
        pointer-events: none;
        height: 3rem
    }

    .n-section-text {
        padding-top: 4rem;
        padding-bottom: 8rem
    }

    .n-section-text:has(.note) {
        padding-bottom: 4rem
    }

    .n-section-text + .n-section-cta:last-child {
        padding-top: 0
    }

    .n-section-text h1.mb-0 {
        margin-bottom: 1rem
    }

    .table-static + .table-static {
        margin-top: 2.4rem
    }

    .table-static {
        padding: 2.4rem
    }

    .table-static.with-label {
        padding: 2.6rem
    }

    .table-static.with-label thead {
        display: none
    }

    .table-static.with-label th {
        width: auto
    }

    .table-static.with-label [data-label] + [data-label] {
        margin-top: 2rem
    }

    .table-static.with-label [data-label] {
        display: flex;
        flex-direction: column;
        gap: .4rem;
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%
    }

    .table-static.with-label [data-label]:before {
        content: attr(data-label);
        margin-right: auto;
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 600;
        line-height: 150%
    }

    .table-static .copy-t {
        margin-top: .4rem;
        align-items: flex-start
    }

    .table-static .copy-t .copy-text {
        margin-right: 0;
        position: absolute;
        top: -2.2rem;
        right: 0;
        bottom: 0;
        width: 3.2rem;
        height: 3.2rem;
        margin: auto 0
    }

    .table-static .copy-t svg {
        width: 2.4rem;
        height: 2.4rem
    }

    .table-static table, .table-static tr, .table-static th, .table-static tbody, .table-static thead, .table-static td {
        padding: 0;
        margin: 0;
        border: 0;
        display: block
    }

    .table-static tr {
        border-bottom: 1px solid #b5b8c0;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
        padding-right: 4rem;
        position: relative
    }

    .table-static tr:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .n-section-news-item {
        padding: 4rem 0 6rem
    }

    .n-section-news-item .featured-image {
        margin-bottom: 4rem
    }

    .author-info {
        margin-bottom: 4rem
    }

    .contact-btns .n-btn {
        padding-left: 2.4rem
    }

    .n-section-contact-p .port-panel {
        padding: 2.2rem 2.8rem
    }

    .n-section-contact-p .port-panel .n-h4 {
        font-size: 2.9rem
    }

    .n-section-contact-p .form-h.md-form .n-row .form-group {
        width: 100%
    }

    .n-section-contact-p .head {
        margin-bottom: 4.2rem
    }

    .n-section-contact-p .head p {
        font-size: 1.7rem;
        line-height: 150%;
        letter-spacing: 0
    }

    .n-section-contact-p .head h1 {
        font-size: 4.4rem;
        font-weight: 600;
        line-height: 101%;
        letter-spacing: -0.132rem
    }

    .n-section-contact {
        padding-bottom: 3.2rem
    }

    .n-section-contact .n-h1 {
        margin-bottom: 4rem
    }

    .contact-meta {
        margin-bottom: 2.4rem
    }

    .contact-meta dt {
        margin-bottom: 0
    }

    .contact-map-item .text {
        margin-top: 0
    }

    .port-panel.graph {
        display: flex;
        margin-bottom: 2.4rem;
        flex-direction: column
    }

    .port-panel.graph .legend {
        float: none;
        order: 3;
        margin-top: 2rem
    }

    .row-3cols .n-h4 {
        font-size: 2.4rem;
        margin-bottom: .8rem
    }

    .m-none {
        display: none !important
    }

    .n-section-portfolio .set {
        min-width: 100%;
        display: flex;
        align-items: center
    }

    .n-section-portfolio .set .name {
        font-size: 1.6rem
    }

    .n-section-portfolio .set svg {
        width: 2rem;
        height: 2rem
    }

    .n-section-portfolio .set p {
        margin-left: auto;
        font-size: 1.6rem
    }

    .n-section-portfolio .n-btn {
        width: 100%
    }

    .n-section-portfolio .btn-w {
        padding-top: 3rem
    }

    .n-section-portfolio .tab-head .n-h2 {
        font-size: 3.2rem;
        margin-bottom: 1.2rem
    }

    .n-section-portfolio {
        padding: 2.2rem 0 5.2rem
    }

    .n-section-login {
        padding: 4.2rem 0 8rem
    }

    .n-section-login .text.py-0 {
        margin-top: -2rem;
        margin-bottom: -2rem
    }

    .n-section-login .text {
        width: 100%;
        padding: 0
    }

    .n-section-login .image {
        width: 100%;
        padding: 0;
        margin-top: 4rem
    }

    .user-form {
        margin-top: 3.2rem;
        margin-bottom: 3.2rem
    }

    .user-form:last-child {
        margin-bottom: 0
    }

    .user-form .checkbox + .checkbox {
        margin-top: -1rem
    }

    .user-form .checkbox {
        margin-top: 2.4rem;
        margin-bottom: 2.4rem
    }

    .user-form .form-group + .n-btn {
        margin-top: .8rem
    }

    textarea.form-control-2 {
        min-height: 15rem
    }

    .checks-set .checkbox {
        width: 100%
    }

    .payments-table-wrap table {
        display: block;
        margin-top: -0.4rem
    }

    .payments-table-wrap table thead {
        display: none
    }

    .payments-table-wrap table tr, .payments-table-wrap table th, .payments-table-wrap table td, .payments-table-wrap table tbody {
        display: block;
        width: auto
    }

    .payments-table-wrap table tr {
        border-top: 1px solid rgba(6, 16, 43, .1);
        padding-top: 2.4rem;
        margin-top: 2.4rem
    }

    .payments-table-wrap table tr:first-child {
        padding-top: 0;
        margin-top: 0;
        border: 0
    }

    .payments-table-wrap table td {
        border: 0;
        padding: .8rem 0
    }

    .payments-table-wrap table [data-label] {
        display: flex;
        gap: 1rem
    }

    .payments-table-wrap table [data-label]:before {
        content: attr(data-label);
        margin-right: auto;
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%
    }

    .dt-search {
        max-width: none
    }

    .btn-icon {
        margin: -0.4rem 0;
        margin-right: 0;
        width: 2.4rem;
        height: 2.4rem
    }

    .payments-table-wrap #transactions-table {
        margin-bottom: -0.8rem
    }

    .payments-table-wrap #transactions-table td {
        padding-right: 0
    }

    .payments-table-wrap {
        margin-bottom: 2rem
    }

    .payments-table-wrap .copy-t {
        margin-left: 0
    }

    .payments-table-wrap .copy-t .copy-text {
        width: 2.4rem;
        height: 2.4rem
    }

    .payments-table-wrap .copy-t svg {
        width: 2.4rem;
        height: 2.4rem
    }

    .payments-table-wrap .n-btn-block {
        margin-top: 2rem
    }

    .payments-table-wrap .n-tooltip {
        width: 2rem;
        height: 2rem
    }

    .team-item {
        width: 100%
    }

    .n-section-gray + .n-section-team.n-section-gray {
        padding-top: 3.2rem
    }

    .n-section-team .n-h1 {
        margin-bottom: 4.8rem
    }

    .n-section-team .top {
        margin-bottom: 4.8rem
    }

    .n-section-team .n-row {
        gap: 2rem;
        margin-bottom: 5.2rem
    }

    .n-section-team {
        padding: 8rem 0 7rem
    }

    .n-section-about.n-section-hero-stats {
        padding-bottom: 8rem
    }

    .n-section-about.n-section-hero-stats:before {
        display: block;
        background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='224' height='910' fill='none'><path stroke='url(%23a)' d='M639.16 852.379V909.5H.5v-57.121zm5.643-155.719v77.201H.5V696.66zm0-108.921L.5 627.881v-79.324l644.303-40.63zm0-189.309L.5 477.569v-78.255l644.303-78.079zm0-185.623L.5 330.456v-79.308l644.303-115.609zM908.5 169.659v80.012L642.384 31.2656l-.193-.1582-.241.0586L.5 185.457v-74.07L641.944-48.4551z' opacity='.2'/><defs><linearGradient id='a' x1='483.706' x2='483.706' y1='230.5' y2='608.5' gradientUnits='userSpaceOnUse'><stop stop-color='%23fff'/><stop offset='1' stop-color='%2306102b' stop-opacity='0'/></linearGradient></defs></svg>") no-repeat 100% 0%;
        top: 0;
        height: auto;
        bottom: 0
    }

    .n-section-about .n-h0 {
        font-size: 4.4rem;
        line-height: 101%;
        letter-spacing: -0.132rem
    }

    .n-section-sm .selects-row {
        margin-bottom: -1.6rem
    }

    .n-section-sm .selects-row .form-group {
        width: 100%;
        max-width: none;
        margin-bottom: 2.2rem
    }

    .prog-slider {
        margin: 2rem 0 3rem
    }

    .prog-slider .noUi-tooltip {
        display: none
    }

    .order-row .calcs {
        gap: 1rem;
        font-size: 1.2rem;
        margin-bottom: 3rem;
        justify-content: space-between
    }

    .order-row .calcs .n-h4 {
        font-size: 2.8rem;
        margin-bottom: 0
    }

    .order-row .calcs .calc-item {
        min-width: 0;
        width: calc(33.33% - .8rem)
    }

    .order-row.sell hr + .quest-item {
        margin-top: 3rem
    }

    .order-row.sell .quest-item {
        margin-bottom: 1.8rem;
        margin-top: 3.6rem
    }

    .order-row {
        margin: -1rem 0 0
    }

    .order-row .table-s-h {
        overflow: auto;
        margin: 0 -2.4rem;
        padding: 0 2.4rem
    }

    .order-row .table-s-h table {
        min-width: 84rem
    }

    .order-row .n-btn-primary {
        min-width: 100%
    }

    .table-s-h .orders-table.with-sort {
        display: block;
        margin-bottom: 3.2rem;
        min-width: 0
    }

    .table-s-h .orders-table.with-sort .n-tooltip.v2 .n-tooltip-text {
        max-width: 42vw;
        font-size: 1.4rem
    }

    .table-s-h .orders-table.with-sort td {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 150%
    }

    .table-s-h .orders-table.with-sort .n-tooltip.v2 {
        width: 2rem;
        height: 2rem
    }

    .table-s-h .orders-table.with-sort .n-tooltip.v2 svg {
        color: rgba(6, 16, 43, .3)
    }

    .table-s-h .orders-table.with-sort tr {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid rgba(6, 16, 43, .1);
        gap: 2.4rem;
        padding-bottom: 2rem;
        margin-bottom: 2rem
    }

    .table-s-h .orders-table.with-sort tr:has([colspan]) {
        border: 0
    }

    .table-s-h .orders-table.with-sort tr td {
        border: 0;
        padding: 0;
        width: calc(50% - 1.2rem)
    }

    .table-s-h .orders-table.with-sort tr td[colspan] {
        border: 0;
        width: auto;
        font-size: 1.6rem
    }

    .table-s-h .orders-table.with-sort tr td[colspan] .td-label {
        display: none
    }

    .table-s-h .orders-table.with-sort tr td.action {
        margin-top: -0.4rem;
        width: 100%
    }

    .table-s-h .orders-table.with-sort tr td.action .n-btn {
        width: 100%
    }

    .table-s-h .orders-table.with-sort .td-label {
        display: block;
        color: rgba(6, 16, 43, .5);
        font-family: Inter;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%
    }

    .table-s-h .orders-table.with-sort thead {
        display: none
    }

    .table-s-h .orders-table.with-sort th, .table-s-h .orders-table.with-sort td, .table-s-h .orders-table.with-sort tbody {
        display: block
    }

    .n-section-acc {
        padding-bottom: 5.2rem;
        padding-top: 2.4rem
    }

    .n-section-acc .n-sec-text {
        margin-bottom: 3.2rem
    }

    .n-section-acc .n-sec-text + .form-h .n-r-tabs.sm {
        margin-top: 5.4rem
    }

    .n-row-payments .port-panel {
        width: 100%;
        margin: 0
    }

    .n-row-veri .btns-h {
        flex-direction: column;
        gap: 1.2rem;
        margin-bottom: -1.6rem
    }

    .n-row-veri .table-static .copy-text {
        top: 0
    }

    .n-row-veri .left-col {
        width: 100%
    }

    .n-row-veri .left-col:has(.table-static) {
        display: flex;
        flex-direction: column
    }

    .n-row-veri .left-col:has(.table-static) .n-sec-text {
        margin-bottom: 0
    }

    .n-row-veri .left-col > * {
        order: 3
    }

    .n-row-veri .left-col > *.n-h4 {
        order: 1
    }

    .n-row-veri .left-col > *.table-static {
        order: 2;
        margin: 2.4rem 0 4rem
    }

    .n-row-veri .port-panel.sm {
        min-height: 15rem
    }

    .n-row-veri .port-panel {
        margin-top: 3.2rem;
        width: 100%;
        min-height: 15rem
    }

    .upload-wrap {
        flex-direction: column
    }

    .upload-wrap label.file-upload, .upload-wrap .file-upload {
        width: 100%
    }

    .alert-item {
        flex-direction: column;
        gap: .4rem
    }

    .alert-item .date {
        margin-left: 0;
        margin-top: .6rem
    }

    .n-section-profile .alert-item + .alert-item {
        margin-top: 1.2rem
    }

    .n-section-profile .empty-list {
        margin: 2.4rem 0 0
    }

    .n-section-profile .alert-item {
        padding: 1.8rem
    }

    .n-section-profile .n-tabs {
        margin-top: 0
    }

    .n-section-profile .n-tabs ul li a {
        padding-bottom: 2rem
    }

    .form-h.md-form.quest-item textarea {
        min-height: 16rem
    }

    .cal-set .cal-item {
        width: 100%
    }

    .n-section-values .n-row {
        margin-top: -1rem;
        margin-bottom: 2.8rem;
        gap: 1.2rem
    }

    .n-section-values .n-row > .port-panel {
        width: 100%
    }
}

@media (max-width: 392.98px) {
    .header .container .n-btn {
        padding: 1rem .8rem
    }

    .header .lang-select {
        margin-left: .4rem;
        padding-left: 0
    }

    .header .lang-select .current {
        padding-right: .8rem;
        padding-left: .8rem
    }

    .header .lang-select:before {
        display: none
    }

    .project-text dl {
        min-width: 100%
    }

    .n-section-cta .image .project-text dl {
        min-width: 0%
    }

    .n-section-stats .list .fact-item {
        width: 100%
    }

    .in-stat {
        min-width: 0
    }
}

@media (min-width: 767px)and (max-width: 1439.98px) {
    html {
        font-size: 9px
    }
}

@media (max-height: 700px) {
    .alert-list {
        max-height: calc(100dvh - 21.7rem)
    }
}

.u-has-error {
    color: red
}

.hori-select {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
}

.hori-select label:has(input:checked) {
    border-color: #06102B;
    color: #06102b;
}

.hori-select label:has(input:checked):before {
    opacity: 1;
}

.hori-select label:has(input:checked) svg {
    fill: #35A679;
}

.hori-select label:before {
    content: '';
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'><path fill='%2335A679' d='M19.916 4.626C20.0815 4.73634 20.1964 4.9079 20.2354 5.10293C20.2744 5.29796 20.2343 5.50051 20.124 5.666L11.124 19.166C11.0624 19.2582 10.9811 19.3357 10.886 19.3927C10.7909 19.4498 10.6843 19.485 10.574 19.4959C10.4636 19.5068 10.3522 19.4931 10.2477 19.4558C10.1433 19.4185 10.0484 19.3584 9.97 19.28L3.97 13.28C3.83752 13.1378 3.7654 12.9498 3.76882 12.7555C3.77225 12.5612 3.85096 12.3758 3.98838 12.2384C4.12579 12.101 4.31118 12.0223 4.50548 12.0188C4.69978 12.0154 4.88782 12.0875 5.03 12.22L10.383 17.573L18.876 4.833C18.9865 4.66768 19.1581 4.553 19.3531 4.51419C19.5482 4.47537 19.7506 4.51559 19.916 4.626Z'/></svg>") no-repeat 100% 0%;
    background-size: contain;
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all .3s ease-out;
    right: 0;
    margin: 2.4rem;
}

.hori-select label {
    border-radius: .8rem;
    padding: 2.4rem;
    display: flex;
    cursor: pointer;
    flex-direction: column;
    width: 19.2rem;
    border: 1px solid rgba(6, 16, 43, 0.10);
    background: #FFF;
    position: relative;
    transition: all .3s ease-out;
    color: rgba(6, 16, 43, .5);
    font-size: 14px;
    font-weight: 500;
    min-height: 11.7rem;
    letter-spacing: 0.14px;
    gap: 1rem;
}

.hori-select svg {
    width: 2.4rem;
    margin-bottom: auto;
    transition: fill .3s ease-out;
    right: 0;
    fill: #B4B7BF;
    height: 2.4rem;
}

.hori-select input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}


@media (max-width: 767.98px) {

    .hori-select {
        gap: 1.2rem;
    }

    .hori-select label:before {
        top: 0;
        bottom: 0;
        right: 1.6rem;
        margin: auto;
    }

    .hori-select label {
        flex-direction: row;
        width: 100%;
        align-items: center;
        padding: 1.6rem;
        padding-right: 5rem;
        min-height: 0;
    }

}